Code

special css for trac
authoroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Tue, 16 Dec 2008 08:04:25 +0000 (08:04 +0000)
committeroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Tue, 16 Dec 2008 08:04:25 +0000 (08:04 +0000)
git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.3@1713 a5681a0c-68f1-0310-ab6d-d61299d08faa

website/inc/trac.css [new file with mode: 0644]

diff --git a/website/inc/trac.css b/website/inc/trac.css
new file mode 100644 (file)
index 0000000..cd1d51c
--- /dev/null
@@ -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;
+}
+