From 72acaf97b7c240144220e46ff849d75870a89391 Mon Sep 17 00:00:00 2001 From: Kevin Putnam Date: Thu, 17 Oct 2019 16:20:28 -0700 Subject: [PATCH] More good stuff. Signed-off-by: Kevin Putnam --- .../otc_tcs_sphinx_theme/static/tcs_theme.css | 17 ++++++++++++++++- source/index.rst | 15 +++++++++++---- 2 files changed, 27 insertions(+), 5 deletions(-) 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 6a22670c..3460b162 100644 --- a/source/_themes/otc_tcs_sphinx_theme/static/tcs_theme.css +++ b/source/_themes/otc_tcs_sphinx_theme/static/tcs_theme.css @@ -477,9 +477,18 @@ div.linenodiv:before { /*add extra new line to make sure code and line numbers a float: left; width: 350px; padding: 10px; - /*height: 500px;*/ margin: 10px; border: 10px; + background: white; +} + +.column.featurecard { + background: #CCE9F5; +} + +.column.verticalcard { + height: 615px; + overflow: auto; } /* Clear floats after the columns */ @@ -495,4 +504,10 @@ div.linenodiv:before { /*add extra new line to make sure code and line numbers a 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*/ diff --git a/source/index.rst b/source/index.rst index c67bd0ee..002df3b9 100644 --- a/source/index.rst +++ b/source/index.rst @@ -5,7 +5,7 @@ .. container:: multicolumns - .. container:: column + .. container:: column verticalcard .. rst-class:: colh2 @@ -24,11 +24,11 @@ Clear Linux OS supports multiple containerization platforms, including a Docker solution. - :ref:`developer-workstation` + :ref:`developer-workstation` Developer Workstation helps you find the Bundles you need to start your Clear Linux OS development project. - .. container:: column + .. container:: column verticalcard .. rst-class:: colh2 @@ -51,7 +51,7 @@ :ref:`bundles` Useful bundle commands for working with bundles on the Clear Linux OS. - .. container:: column + .. container:: column featurecard .. toctree:: :caption: Documentation Contents @@ -70,3 +70,10 @@ | `Ask the Clear Linux experts `_ | `Clear Linux Forum `_ | `IRC-based support `_ + + +.. container:: video + + .. raw:: html + + \ No newline at end of file