X-Git-Url: https://git.realraum.at/?a=blobdiff_plain;f=doc%2Flocal.css;h=d1d97643d97caefc5de98a91cbe22014a72b00f9;hb=HEAD;hp=26a03ec2cc56430e76e8dff8c0602168f3034bed;hpb=5ab2cd4a1d9301c0d9cef06d934bc9b34d8b181c;p=noc.git diff --git a/doc/local.css b/doc/local.css index 26a03ec..d1d9764 100644 --- a/doc/local.css +++ b/doc/local.css @@ -8,9 +8,9 @@ body { margin: 0; padding: 0; font-size: 10pt; - font-family: "Source Sans Pro", sans-serif; + font-family: "PT Sans", sans-serif; color: #ccc; - background: #111; + background: #333; } a { @@ -48,17 +48,17 @@ p>code, dd>code, li>code { max-width: 80em; margin: 2em auto 0 auto; border-radius: 16px 16px 0 0; - background: black; + background: #222; } /* {{{ .pageheader */ .pageheader { position: relative; - min-height: 95px; - padding: 0 1em; + min-height: 110px; color: black; - background: #ffa430; + background: #761407; border-radius: 16px 16px 0 0; + padding: 1.2em 0.3em 0.9em 0.3em; } .pageheader #logo { display: block; @@ -105,14 +105,18 @@ p>code, dd>code, li>code { font-size: 16pt; } +.pageheader .actions ul { + border: none; +} + /* {{{ .actions */ .actions { text-align: right; } .actions ul li { - background: #ffa430; - border-radius: 0.8em 0.8em 0 0; + background: #763d35; + border-bottom: 0; } .actions ul li a { @@ -160,12 +164,12 @@ p>code, dd>code, li>code { padding: 0; border: none; z-index: 100; - background: black; + background: #222; } .sidebar ul { margin: 0; - padding: 0; + padding-left: 0.5em; list-style: none; background: transparent; } @@ -190,6 +194,10 @@ p>code, dd>code, li>code { background: transparent; } +.sidebar ul li:hover { + background: #333; +} + .sidebar ul ul { margin-left: 1em; } @@ -249,10 +257,9 @@ p>code, dd>code, li>code { } #content table th { - background: #fafafa; padding: 0.1em 0.5em; border-bottom: solid 1px #aaaaaa; - color: #555555; + color: #d33682; } #content table td { @@ -266,7 +273,7 @@ p>code, dd>code, li>code { /* #content }}} */ .recentchanges .pagelinks a { - color: #ffa430; + color: #763d35; } .recentchanges .committer a {