From: oetiker Date: Tue, 16 Dec 2008 08:04:25 +0000 (+0000) Subject: special css for trac X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=6923270165a40ede486d784dea3ea597b163e9c8;p=rrdtool-all.git special css for trac git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.3@1713 a5681a0c-68f1-0310-ab6d-d61299d08faa --- diff --git a/website/inc/trac.css b/website/inc/trac.css new file mode 100644 index 00000000..cd1d51cb --- /dev/null +++ b/website/inc/trac.css @@ -0,0 +1,40 @@ +@import url(/rrdtool/inc/design.css); + +div#header { + display:none; +} + +div#logo { + float: left; + margin-left: 36px; +} +table#frame { + width: auto; +} + +div#menu a { + border-style: none; +} + +div#menu a:hover { + background: inherit; +} + +div#tracbody { + color: black; + margin: 40px; + margin-top: 40px; +} + +div#tracbody h1 { + color: #717fe5; + margin-top: 10px; + margin-bottom: 0.5em; + padding-bottom: 0.1em; + line-height: 1em; + font-size: 220%; + border-bottom-style: solid; + border-bottom-width: 4px; + border-bottom-color: #606060; +} +