kindofblue/css screen.css,1.8,1.9

Dimitris Glezos (glezos) fedora-extras-commits at redhat.com
Wed Jun 6 11:11:42 UTC 2007


Author: glezos

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

Modified Files:
	screen.css 
Log Message:
Removed common stuff, as they will be put in common/



Index: screen.css
===================================================================
RCS file: /cvs/fedora/kindofblue/css/screen.css,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- screen.css	17 May 2007 21:41:44 -0000	1.8
+++ screen.css	6 Jun 2007 11:11:40 -0000	1.9
@@ -815,191 +815,3 @@
 	content: "";
 }
 
-
-
-
-
-
-
-
-
-
-
-
-
-
-/********************
-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).
-*/
-
-
-
-
-/*
-Custom fedoraproject.org/wiki CSS stylesheet
-
-Global-wiki styles, used by all themes.
-
-
-Copyright (c) Dimitris Glezos <dimitris at glezos.com>, 2006, 2007.
-License: GPL
-*/
-
-
-/**************************
-  Helpful classes
-*/
-
-/* Stuff floating right or left */
-
-#page .floatright {
-    float: right;
-    margin-right: 1em;
-    border: none;
-    padding: none;
-}
-
-#page .floatleft {
-    float: left;
-    margin-right: 1em;
-    border: none;
-    padding: 0;
-}
-
-#page table.floatright tr td p,
-#page table.floatleft tr td p {
-    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;
-}
-
-
-
-/**************************
-  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;
-}
-
-
-/* Common table cells */
-
-#page table td.yes {
-    background-color: #6eb53c;
-    color: #fff;
-}
-
-#page table td.no {
-    background-color: #b5523c;
-    color: #fff;
-}
-
-#page table td.ok {
-    background-color: #b5833c;
-    color: #fff;
-}
-
-/* Various degrees of green */
-
-#page table td.g0 {
-    background-color: white;
-    color: black;
-}
-
-#page table td.g1 {
-    background-color: #eff8e9;
-    color: black;
-}
-
-#page table td.g2 {
-    background-color: #d9eecb;
-    color: black;
-}*/
-
-#page table td.g3 {
-    background-color: #c3e4ad;
-    color: black;
-}
-
-#page table td.g4 {
-    background-color: #98d070;
-    color: black;
-}
-
-#page table td.g5 {
-    background-color: #6eb53c;
-    color: white;
-}
-
-
-
-/**************************
-  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;
-	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 {
-    background: url('http://fedoraproject.org/wiki/WikiElements?action=AttachFile&do=get&target=importantS.png') 15px 50% no-repeat;
-	padding: 0.5em 0.5em 0.5em 35px;
-}
-
-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;
-}
-
-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.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