[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[vidalia-svn] r3256: More trac css changes, and newly discovered css, too! (website/branches/z3d/trac)



Author: z3d
Date: 2008-10-26 16:24:02 -0400 (Sun, 26 Oct 2008)
New Revision: 3256

Added:
   website/branches/z3d/trac/roadmap.css
   website/branches/z3d/trac/timeline.css
Modified:
   website/branches/z3d/trac/trac.css
Log:
More trac css changes, and newly discovered css, too!

Added: website/branches/z3d/trac/roadmap.css
===================================================================
--- website/branches/z3d/trac/roadmap.css	                        (rev 0)
+++ website/branches/z3d/trac/roadmap.css	2008-10-26 20:24:02 UTC (rev 3256)
@@ -0,0 +1,113 @@
+/* General styles for the progress bars */
+table.progress {
+	border-collapse: collapse;
+	border-spacing: 0;
+	float: left;
+	margin: 0;
+	padding: 0;
+	empty-cells: show;
+	border-top: 1px solid #003300;
+	border-right: 1px solid #001100;
+	border-bottom: 1px solid #001100;
+	border-left: 1px solid #003300;
+
+}
+table.progress a, table.progress :link, table.progress :visited,
+table.progress :link:hover, table.progress :visited:hover {
+ border: none;
+ display: block;
+ width: 100%;
+ height: 1.2em;
+ padding: 0;
+ margin: 0;
+ text-decoration: none
+}
+table.progress td { background: #004400; padding: 0 }
+table.progress td.new { background: #00bb00}
+table.progress td.closed { background: #009900}
+table.progress td :hover { background: none }
+p.percent {
+	font-size: 12px;
+	margin: 0.9em 0 .1em 1.2em;
+	float: left;
+	font-weight: bold;
+	letter-spacing: 0.1em;
+
+
+
+}
+
+/* Styles for the roadmap view */
+ul.milestones { margin: 2em 0 0; padding: 0 }
+li.milestone { list-style: none; margin-bottom: 4em }
+.milestone .info {
+	white-space: nowrap;
+	margin: 0px;
+}
+.milestone .info h2 {
+	background: #002200 url(../images/title_bg.png);
+	border-bottom: 1px solid #001100;
+	margin: 8;
+	border-top-width: 1px;
+	border-right-width: 1px;
+	border-left-width: 1px;
+	border-top-style: solid;
+	border-right-style: solid;
+	border-left-style: solid;
+	border-top-color: #003300;
+	border-right-color: #001100;
+	border-left-color: #003300;
+	padding: 4px;
+
+
+}
+.milestone .info h2 :link, .milestone .info h2 :visited {
+ color: #009900;
+ display: block;
+ border-bottom: none;
+}
+.milestone .info h2 :link:hover, .milestone .info h2 :visited:hover {
+ color: #000;
+}
+.milestone .info h2 em { color: #b00; font-style: normal }
+.milestone .info .date {
+ color: #888;
+ font-size: 11px;
+ font-style: italic;
+ margin: 0;
+}
+.milestone .info .progress { margin: 1em 0 0 1em; width: 40em; max-width: 70% }
+.milestone .info dl {
+ font-size: 10px;
+ font-style: italic;
+ margin: 0 1em 2em;
+ white-space: nowrap;
+ clear: left;
+}
+.milestone .info dt { display: inline; margin-left: .5em }
+.milestone .info dd { display: inline; margin: 0 1em 0 .5em }
+.milestone .description { margin-left: 1em }
+
+/* Styles for the milestone view */
+.milestone .date { color: #888; font-style: italic; margin: 0}
+.milestone .description { margin: 1em 0 2em }
+
+/* Styles for the milestone statistics table */
+#stats { float: right; margin: 0 0 2em 2em; width: 400px; max-width: 40% }
+#stats legend { white-space: nowrap }
+#stats table { border-collapse: collapse; width: 100% }
+#stats th, #stats td { font-size: 10px; padding: 0; white-space: nowrap }
+#stats th { text-align: right; }
+#stats th :link, #stats th :visited { border: none }
+#stats td { padding-left: 0.5em; width: 100% }
+#stats td table.progress { margin: 3px 4px 3px 0 }
+#stats td table.progress td { padding: 0 }
+#stats td p.percent { line-height: 1.2em; margin-top: 3px }
+
+/* Styles for the milestone edit form */
+#edit fieldset { margin: 1em 0 }
+#edit em { color: #888; font-size: smaller }
+#edit .disabled em { color: #d7d7d7 }
+#edit .field { margin-top: 1.3em }
+#edit label { padding-left: .2em }
+#edit textarea#description { width: 97% }

Added: website/branches/z3d/trac/timeline.css
===================================================================
--- website/branches/z3d/trac/timeline.css	                        (rev 0)
+++ website/branches/z3d/trac/timeline.css	2008-10-26 20:24:02 UTC (rev 3256)
@@ -0,0 +1,86 @@
+/* Timeline */
+
+* html #prefs { width: 34em } /* Set width only for IE */
+#prefs fieldset label { display: block }
+#prefs .buttons { margin-top: -1.6em }
+
+h2 {
+	background: #f7f7f7;
+	padding: 3px;
+	border-top: 1px solid #003300;
+	border-right: 1px solid #001100;
+	border-bottom: 1px solid #001100;
+	border-left: 1px solid #003300;
+}
+
+dl { line-height: 1.3em; margin-left: 1em }
+dt { background: 3px 4px no-repeat; padding: 0 }
+dt :link, dt :visited {
+ background: 3px 3px no-repeat;
+ border: none;
+ color: #eeeeee;
+ padding: 2 4px 2px 22px;
+}
+dt>:link, dt>:visited {
+ /* Hide from IE/Win */
+ background-position: 3px 4px;
+}
+dt :link:hover, dt :visited:hover { background-color: #eed; color: #000 }
+dt em {
+ border-bottom: 1px dotted #bbb;
+ color: #b00;
+ font-style: normal;
+ text-decoration: none;
+}
+dt .time { color: #999; font-size: 80%; }
+dt .author { color: #666; }
+dt.highlight { background-color: #ffa; } 
+dd { 
+ font-size: 80%;
+ margin: 0 0 .75em 5.5em;
+ padding: 0;
+ color: #776;
+}
+
+/* Apply icon background-image twice to avoid hover-flicker in IE/Win */
+dt.changeset, dt.changeset a { background-image: url(../changeset.png) !important }
+dt.newticket, dt.newticket a { background-image: url(../newticket.png) !important }
+dt.reopenedticket, dt.reopenedticket a { background-image: url(../newticket.png) !important }
+dt.editedticket, dt.editedticket a { background-image: url(../editedticket.png) !important }
+dt.closedticket, dt.closedticket a { background-image: url(../closedticket.png) !important }
+dt.wiki, dt.wiki a { background-image: url(../wiki.png) !important }
+dt.milestone, dt.milestone a { background-image: url(../milestone.png) !important }
+dt.attachment, dt.attachment a { background-image: url(../attachment.png) !important }
+
+/* styles for the 'changeset_long_messages' option */
+dd.changeset p {
+	margin: 0;
+	padding: 0;
+	font-size: 11px;
+}
+dd.changeset ul { 
+padding-left: 15px; }
+
+/* Styles for the 'changeset_show_files' option */
+dd.changeset .changes { color: #aaa; font-size: 90%; }
+dd.changeset ul.changes { 
+ padding-left: 0;
+ list-style-type: none;
+}
+dd.changeset .changes li div {
+	border: 1px solid #999;
+	float: left;
+	margin: .5em .5em 0 0;
+	overflow: hidden;
+	width: .8em;
+	height: .8em;
+}
+dd.changeset .changes li span { 
+ float: left;
+ margin-right: .8em;
+}
+dd.changeset .changes .add     { background: #bfb }
+dd.changeset .changes .delete  { background: #f88 }
+dd.changeset .changes .edit    { background: #fd8 }
+dd.changeset .changes .copy    { background: #88f }
+dd.changeset .changes .move    { background: #ccc }

Modified: website/branches/z3d/trac/trac.css
===================================================================
--- website/branches/z3d/trac/trac.css	2008-10-26 13:55:53 UTC (rev 3255)
+++ website/branches/z3d/trac/trac.css	2008-10-26 20:24:02 UTC (rev 3256)
@@ -23,9 +23,16 @@
 		font-size: 16px;
 	}
 	h2 {
-		font-size: 14px;
-		padding-top: 10px;
-		padding-bottom: 4px;
+	font-size: 14px;
+	background-color: #001100;
+	background-image: url(../images/title_bg.png);
+	margin-top: 0px;
+	margin-right: 8px;
+	margin-bottom: 0px;
+	margin-left: 8px;
+
+
+
 	}
 	h3 { font-size: 13px}
 	hr {
@@ -91,12 +98,15 @@
 		color: #dddddd;
 		background-color: #002200;
 	}
-	input, select { vertical-align: middle }
+	input, select {
+	vertical-align: middle;
+}
 	input[type=button], input[type=submit], input[type=reset] {
-	 background: #002200 repeat;
-	 color: #ccc;
-	 border: 1px outset #ccc;
-	 padding: .1em .5em;
+	background: #002200 repeat;
+	color: #ccc;
+	border: 1px outset #ccc;
+	padding: 0.1em 0.5em;
+
 	}
 	input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover {
 		background-color: #003300;