From 6923270165a40ede486d784dea3ea597b163e9c8 Mon Sep 17 00:00:00 2001 From: oetiker Date: Tue, 16 Dec 2008 08:04:25 +0000 Subject: [PATCH] special css for trac git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.3@1713 a5681a0c-68f1-0310-ab6d-d61299d08faa --- website/inc/trac.css | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 website/inc/trac.css 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; +} + -- 2.30.2