diff --git a/css/theme.css b/css/theme.css index 49f1dc5..358470b 100644 --- a/css/theme.css +++ b/css/theme.css @@ -244,7 +244,6 @@ dl:not(.docutils) { margin-bottom: 24px; } - figure { margin: 0; } @@ -323,7 +322,7 @@ img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; - max-width: 100%; + box-shadow: 0px 0px 10px rgba(10,10,10,0.3); } input { @@ -403,8 +402,14 @@ p { pre > code { font-size: 13px; + box-shadow: 0px 0px 8px rgba(10,10,10,0.1); } +pre.nocode { + box-shadow: 0px 0px 8px rgba(10,10,10,0.1); +} + + q { quotes: none; } @@ -459,6 +464,19 @@ td { visibility: hidden; } +div.figure { + align-items: center; + text-align: center; +} + +div.figure img { + margin: 0 auto; +} + +div.figure p { + font-size: smaller; +} + .float-left { float: left; } @@ -467,6 +485,10 @@ td { float: right; } +.footnotes { + font-size:smaller; +} + .full-width { width: 100%; } @@ -525,9 +547,6 @@ td { margin-bottom: 5px; } -.footnotes { - font-size:smaller; -} /* #endregion */