X-Git-Url: https://rtime.felk.cvut.cz/gitweb/edu/osp-wiki.git/blobdiff_plain/50dba19d781631fbc50abb166ceea4f51fcadc67..034ddea3f991e3c2f020db2dce7bbf71003b35b2:/local.css diff --git a/local.css b/local.css index acbc2adf..e48bb84e 100644 --- a/local.css +++ b/local.css @@ -49,6 +49,12 @@ body { left: 0; } +#pagebody { + position: absolute; + top: 107px; + width: 100%; +} + .pageheader .header { padding: 1em 1em 1em 1em; } @@ -89,7 +95,6 @@ body { } #content { - margin-top: 107px; padding-top: 1ex; max-width: 60em; } @@ -257,6 +262,12 @@ legend { border: 0px; } +.pageheader #google_translate_element { + position: absolute; + top: 3ex; + right: 10px; +} + .sidebar ul { margin:0; padding:0; @@ -352,3 +363,18 @@ ol.lower-alpha { ol ol { list-style-type: lower-alpha; } + +blockquote { + font-style:italic; + color: #666; + border-left: 2px solid gray; + margin-left: 0; + margin-right: 0; + padding-left: 1em; +} + +.twitter-logo { + height: 1.5ex; + width: auto; + vertical-align: baseline; +}