kindofblue/css screen.css,1.6,1.7

Dimitris Glezos (glezos) fedora-extras-commits at redhat.com
Sun Mar 25 19:17:04 UTC 2007


Author: glezos

Update of /cvs/fedora/kindofblue/css
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12372

Modified Files:
	screen.css 
Log Message:
Some minor fixes, reorganization.


Index: screen.css
===================================================================
RCS file: /cvs/fedora/kindofblue/css/screen.css,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- screen.css	18 Mar 2007 16:30:19 -0000	1.6
+++ screen.css	25 Mar 2007 19:17:02 -0000	1.7
@@ -589,7 +589,7 @@
 
 Introduces some changes on top of MoinMoin Default Style
 
-Copyright (c) 2006 by Dimitris Glezos <dimitris at glezos.com>
+Copyright (c) 2006, 2007 by Dimitris Glezos <dimitris at glezos.com>
 License: GPL
 
 */
@@ -794,7 +794,6 @@
 
 /* Location */
 
-
 #page ul#pagelocation {
 	margin-top: -0.5em;
 	padding: 0;
@@ -828,58 +827,100 @@
 	content: "";
 }
 
-/**********************************************
-  Custom tables
+
+
+
+
+
+
+
+
+
+
+
+
+
+/********************
+Note: The following have been moved to screen-common.css.
+Delete these after a few days from the commit (to make sure
+people won't see strange things).
 */
 
 
-/* Table style 1 */
 
-#page table.t1 tr.th {
-	background-color:#2963A6;
-	color: #fff;
-}
 
-#page table.t1 tr.th {
-	background-color:#2963A6;
-	color: #fff;
-	font-weight: bold; 
-}
+/*
+Custom fedoraproject.org/wiki CSS stylesheet
 
-#page table.t1 tr.th2 {
-    background-color:#eee;
-}
+Global-wiki styles, used by all themes.
+
+
+Copyright (c) Dimitris Glezos <dimitris at glezos.com>, 2006, 2007.
+License: GPL
+*/
+
+
+/**************************
+  Helpful classes
+*/
 
-/* Helpful classes */
+/* Stuff floating right or left */
 
 #page .floatright {
     float: right;
-	margin-right: 1em;
-	border: none;
-	padding: none;
+    margin-right: 1em;
+    border: none;
+    padding: none;
 }
 
 #page .floatleft {
     float: left;
-	margin-right: 1em;
-	border: none;
-	padding: none;
+    margin-right: 1em;
+    border: none;
+    padding: 0;
 }
 
 #page table.floatright tr td p,
 #page table.floatleft tr td p {
-padding: 0;
-margin: 0;
+    padding: 0;
+    margin: 0;
 }
 
+#page table.floatright td {
+	border: none;
+	padding:0;
+}
+
+
+/* Smaller text for tables */
+
 #page table.small tr td {
     font-size: 0.85em;
 }
 
 
-#page table.floatright td {
-	border: none;
-	padding:0;
+
+/**************************
+  Custom tables
+*/
+
+/* Table style 1
+   Contrasting header row, light separating rows.
+*/
+
+#page table.t1 tr.th {
+	background-color:#2963A6;
+	color: #fff;
+}
+
+#page table.t1 tr.th {
+	background-color:#2963A6;
+	color: #fff;
+	font-weight: bold; 
+}
+
+#page table.t1 tr.th2 {
+    background-color:#eee;
 }
 
 
@@ -934,10 +975,12 @@
 
 
 
-/**********************************************
+/**************************
   Infoboxes
 */
 
+/* common for all message boxes */
+
 table.message {
     background: #f9f6b7 url('http://fedoraproject.org/wiki/WikiGraphics?action=AttachFile&do=get&target=NoteBackground.png') bottom repeat-x;
     border: 1px solid #c4c295;




More information about the fedora-extras-commits mailing list