kindofblue/css screen.css,1.4,1.5

Dimitris Glezos (glezos) fedora-extras-commits at redhat.com
Tue Mar 13 02:33:54 UTC 2007


Author: glezos

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

Modified Files:
	screen.css 
Log Message:
  * Fixed broken lists
  * Added some more custom message boxes


Index: screen.css
===================================================================
RCS file: /cvs/fedora/kindofblue/css/screen.css,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- screen.css	13 Mar 2007 01:27:30 -0000	1.4
+++ screen.css	13 Mar 2007 02:33:52 -0000	1.5
@@ -703,13 +703,25 @@
 
 #page ul,
 #page ol {
-	padding-left: 2.7em;
+	padding-left: 2.5em;
 	margin-bottom: 1.3em;
 }
 
-#page ul li {
+#page ul {
 	list-style: url('http://fedoraproject.org/wiki/WikiGraphics?action=AttachFile&do=get&target=blue-bullet.png') circle;
-	padding-left: 1em;
+}
+
+#page ol {
+	list-style-image: none !important;
+}
+
+#page ul li {
+	padding-left: 0.5em;
+	margin-bottom: 1.3em;
+}
+
+#page ol li {
+	padding-left: 0.5em;
 	margin-bottom: 1.3em;
 }
 
@@ -717,16 +729,14 @@
 #page ul ol,
 #page ol ul,
 #page ol ol {
-margin-left: 0em;
-padding-left: 1em;
-margin-top: 1em;
+	margin-left: 0em;
+	margin-top: 1em;
 }
 
 #page ul li p,
 #page ol li p {
-	margin-bottom: 1em;
+	margin-bottom: 1.3em;
 	line-height: 1.3em;
-	padding-left: 0em !important;
 	margin-left: 0em !important;
 }
 
@@ -772,8 +782,9 @@
 
 /* keep the item list compact */
 
-#page div.table-of-contents ol ol {
-	margin-top: 0 !important;
+#page div.table-of-contents ol ol,
+#page div.table-of-contents ol li {
+	margin: 0 !important;
 	line-height: 150%;
 }
 
@@ -840,8 +851,7 @@
 
 #page .floatright {
     float: right;
-	margin-left: 1em;
-	margin-bottom: 1em;
+	margin-right: 1em;
 	border: none;
 	padding: none;
 }
@@ -849,11 +859,16 @@
 #page .floatleft {
     float: left;
 	margin-right: 1em;
-	margin-bottom: 1em;
 	border: none;
 	padding: none;
 }
 
+#page table.floatright tr td p,
+#page table.floatleft tr td p {
+padding: 0;
+margin: 0;
+}
+
 #page table.small tr td {
     font-size: 0.85em;
 }
@@ -923,6 +938,12 @@
 table.message {
     background: #f9f6b7 url('http://fedoraproject.org/wiki/WikiGraphics?action=AttachFile&do=get&target=NoteBackground.png') bottom repeat-x;
     border: 1px solid #c4c295;
+	color: black;
+}
+
+table.note tr td {
+    background: url('http://fedoraproject.org/wiki/WikiElements?action=AttachFile&do=get&target=ideaS.png') 15px 50% no-repeat;
+	padding: 0.5em 0.5em 0.5em 35px;
 }
 
 table.notice tr td {
@@ -933,19 +954,18 @@
 table.warning tr td {
     background: url('http://fedoraproject.org/wiki/WikiElements?action=AttachFile&do=get&target=warningS.png') 15px 50% no-repeat;
 	padding: 0.5em 0.5em 0.5em 35px;
-	color: #000;
 }
 
-table.note tr td {
-    background: url('http://fedoraproject.org/wiki/WikiElements?action=AttachFile&do=get&target=noteS.png') 15px 50% no-repeat;
-	padding: 0.5em 0.5em 0.5em 35px;
+table.warning2 tr td {
+    background: url('http://fedoraproject.org/wiki/WikiElements?action=AttachFile&do=get&target=warningM.png') 20px 50% no-repeat #ffcbc8;
+	padding: 0.5em 0.5em 0.5em 60px;
+	color: black;
+	height: 70px;
 }
 
-table.note tr td {
-    background: url('http://fedoraproject.org/wiki/WikiElements?action=AttachFile&do=get&target=ideaS.png') 15px 50% no-repeat;
-	padding: 0.5em 0.5em 0.5em 35px;
+table.warning3 tr td {
+    background: url('http://fedoraproject.org/wiki/WikiElements?action=AttachFile&do=get&target=stopM.png') 20px 50% no-repeat #c10e00;
+	padding: 0.5em 0.5em 0.5em 60px;
+	color: white;
+	height: 70px;
 }
-
-
-
-




More information about the fedora-extras-commits mailing list