diff --git a/source/_themes/otc_tcs_sphinx_theme/static/tcs_theme.css b/source/_themes/otc_tcs_sphinx_theme/static/tcs_theme.css index 815e98cc..f9b5b040 100644 --- a/source/_themes/otc_tcs_sphinx_theme/static/tcs_theme.css +++ b/source/_themes/otc_tcs_sphinx_theme/static/tcs_theme.css @@ -480,3 +480,43 @@ div.linenodiv:before { /*add extra new line to make sure code and line numbers a /*End support for labeled code-blocks*/ +/*Begin support for multi-column sections*/ + +.column { + float: left; + width: 350px; + padding: 10px; + margin: 10px; + border: 10px; + background: white; +} + +.column.featurecard { + background: #CCE9F5; +} + +.column.verticalcard { + height: 615px; + overflow: auto; +} + +/* Clear floats after the columns */ +.multicolumns:after { + content: ""; + display: table; + clear: both; +} + +.colh2 { + font-size: 150%; + font-weight: 700; + font-family: "Roboto Slab","ff-tisa-web-pro","Georgia",Arial,sans-serif; +} + +.video.docutils.container { + margin: 10px; + width:720px; + height:405px; +} + +/*End support for multi-column sections*/