[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[vidalia-svn] r3254: tracnav.css also needs some futzing. (website/branches/z3d/trac)
Author: edmanm
Date: 2008-10-25 16:48:34 -0400 (Sat, 25 Oct 2008)
New Revision: 3254
Added:
website/branches/z3d/trac/tracnav.css
Log:
tracnav.css also needs some futzing.
Added: website/branches/z3d/trac/tracnav.css
===================================================================
--- website/branches/z3d/trac/tracnav.css (rev 0)
+++ website/branches/z3d/trac/tracnav.css 2008-10-25 20:48:34 UTC (rev 3254)
@@ -0,0 +1,62 @@
+/*
+ Styles for TracNav, the Navigation Bar for Trac
+
+ Copyright 2005, 2006
+ * Bernhard Haumacher (haui at haumacher.de)
+ * Thomas Moschny (moschny at ipd.uni-karlsruhe.de)
+
+ $Id$
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, write to the Free Software
+ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
+ USA
+
+ Please visit http://svn.ipd.uka.de/trac/javaparty/wiki/TracNav.
+*/
+
+.wiki-toc.trac-nav h2 {
+ margin-left: 2px;
+ margin-right: 4ex;
+ margin-top: 0;
+ margin-bottom: 5px;
+ padding-top: 0;
+}
+@media screen {
+ .wiki-toc.trac-nav h2 {
+ display: none;
+ }
+}
+@media print {
+ .wiki-toc.trac-nav {
+ display: none;
+ }
+}
+.wiki-toc.trac-nav h4 {
+ margin: 0;
+ padding: 0;
+}
+.wiki-toc.trac-nav ul > li:first-child {
+ margin-right: 4ex;
+}
+.wiki-toc.trac-nav .edit {
+ position: relative;
+ text-align: right;
+ top: -3px; /* shift slightly up */
+ height: 0; /* simulate float:right; */
+}
+.wiki-toc.trac-nav .edit a {
+ display: none;
+ color: blue;
+ border-color: blue;
+}