r37 - /web/style.css

joeyh at users.alioth.debian.org joeyh at users.alioth.debian.org
Wed Mar 25 01:58:43 UTC 2009


Author: joeyh
Date: Wed Mar 25 01:58:42 2009
New Revision: 37

URL: http://svn.debian.org/wsvn/dep/?sc=1&rev=37
Log:
update style.css

This seems to have been copied in unmodified from an old version of
ikiwiki, and was missing styling for recentchanges.

Modified:
    web/style.css

Modified: web/style.css
URL: http://svn.debian.org/wsvn/dep/web/style.css?rev=37&op=diff
==============================================================================
--- web/style.css (original)
+++ web/style.css Wed Mar 25 01:58:42 2009
@@ -12,7 +12,7 @@
 	display: block;
 }
 
-.author {
+.inlineheader .author {
 	margin: 0;
 	font-size: 18px;
 	font-weight: bold;
@@ -23,11 +23,17 @@
 	margin: 0;
 	padding: 6px;
 	list-style-type: none;
+}
+.pageheader .actions ul {
 	border-bottom: 1px solid #000;
 }
 
 .inlinepage .actions ul {
 	border-bottom: 0;
+}
+
+div.inlinecontent {
+	margin-top: .4em;
 }
 
 .actions li {
@@ -35,12 +41,14 @@
 	padding: .2em .4em;
 }
 
+.pagefooter {
+	clear: both;
+}
+
 .tags {
-	clear: both;
 }
 
 #pageinfo {
-	clear: both;
 	margin: 1em 0;
 	border-top: 1px solid #000;
 }
@@ -53,6 +61,12 @@
 	text-decoration: none;
 }
 
+.img caption {
+	font-size: 80%;
+	caption-side: bottom;
+	text-align: center;
+}
+
 #backlinks {
 	margin-top: 1em;
 }
@@ -70,27 +84,53 @@
 	border-style: none;
 }
 
-/* Stuff for the RecentChanges table. */
-tr.changeheader {
-	background: #eee;
-	color: black !important;
-}
-tr.changeinfo {
-	background: #eee;
-	color: black !important;
-}
-th.changeheader {
-	padding: 1px .3em;
-}
-td.changeinfo {
-	padding: 1px .3em;
-}
-td.changetime {
-	white-space: nowrap;
-	padding: 1px .3em;
-}
-td.changelog {
+div.recentchanges {
+	border-style: solid;
+	border-width: 1px;
+	overflow: auto;
+	clear: both;
+	width: 100%;
+	background: #eee;
+	color: black !important;
+}
+.recentchanges .metadata {
+	padding: 0px 0.5em;
+}
+.recentchanges .changelog {
 	font-style: italic;
+	clear: both;
+	display: block;
+	padding: 1px 2px;
+	background: white !important;
+	color: black !important;
+}
+.recentchanges .desc {
+	display: none;
+}
+.recentchanges .diff {
+	display: none;
+}
+.recentchanges .committer {
+	float: left;
+	margin: 0;
+	width: 40%;
+}
+.recentchanges .committype {
+	float: left;
+	margin: 0;
+	width: 5%;
+	font-size: small;
+}
+.recentchanges .changedate {
+	float: left;
+	margin: 0;
+	width: 35%;
+	font-size: small;
+}
+.recentchanges .pagelinks {
+	float: right;
+	margin: 0;
+	width: 60%;
 }
 
 /* Used for adding a blog page. */
@@ -109,10 +149,13 @@
 .pagedate,
 .pagelicense,
 .pagecopyright {
-	clear: both;
 	font-style: italic;
 	display: block;
 	margin-top: 1em;
+}
+
+.error {
+	color: #C00;
 }
 
 /* Used for invalid form fields. */
@@ -169,6 +212,8 @@
 	margin-left: 40px;
 	margin-bottom: 40px;
 	padding: 2ex 2ex;
+	background: white;
+	color: black !important;
 }
 
 /* outlines */
@@ -208,6 +253,22 @@
 	margin-bottom: 1ex;
 	padding: 1ex 1ex;
 	border: 1px solid #aaa;
+}
+
+div.progress {
+	margin-top: 1ex;
+	margin-bottom: 1ex;
+	border: 1px solid #888;
+	width: 400px;
+	background: #eee;
+	color: black !important;
+	padding: 1px;
+}
+div.progress-done {
+	background: #ea6 !important;
+	color: black !important;
+	text-align: center;
+	padding: 1px;
 }
 
 input#openid_url {
@@ -216,6 +277,14 @@
 	background-position: 0 50%;
 	color: #000;
 	padding-left: 18px;
+}
+
+input#searchbox {
+	background: url(wikiicons/search-bg.gif) no-repeat;
+	background-color: #fff;
+	background-position: 100% 50%;
+	color: #000;
+	padding-right: 16px;
 }
 
 /* Things to hide in printouts. */
@@ -236,6 +305,8 @@
 	margin-bottom: 1ex;
 	padding: 1ex 1ex;
 	border: 1px solid #aaa;
+	background: white;
+	color: black !important;
 }
 
 /* Provided for use by template plugin for floating note boxes. */
@@ -246,7 +317,9 @@
 	margin-bottom: 1ex;
 	padding: 1ex 1ex;
 	border: 1px solid #aaa;
-	width: 25%
+	width: 25%;
+	background: white;
+	color: black !important;
 }
 
 /* Used by the popup template and for backlinks hiding. */
@@ -268,11 +341,6 @@
 	border: 2px solid;
 	background-color: #dee;
 	color: black;
-	
-	/* Nonstandard, but very nice. */
-	opacity: 0.95;
-	-moz-opacity: 0.95;
-	filter: alpha(opacity=95);
 }
 
 /* Formbuilder styling */
@@ -297,3 +365,22 @@
 	background: #eee; 
 	color: black !important;
 }
+
+span.color {
+	padding: 2px;
+}
+
+.comment-header {
+	font-style: italic;
+	margin-top: .3em;
+}
+.comment .author {
+	font-weight: bold;
+}
+.comment-subject {
+	font-weight: bold;
+}
+.comment {
+	border: 1px solid #aaa;
+	padding: 3px;
+}




More information about the dep-commits mailing list