web/wiki/kindofblue/css screen.css,1.1,1.2

Ricky Zhou (ricky) fedora-websites-list at redhat.com
Thu Jun 14 16:53:45 UTC 2007


Author: ricky

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

Modified Files:
	screen.css 
Log Message:
Some changes got lost when kindofblue was moved into /cvs/fedora/web/wiki - updating to last good version from /cvs/fedora/kindofblue



Index: screen.css
===================================================================
RCS file: /cvs/fedora/web/wiki/kindofblue/css/screen.css,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- screen.css	6 Jun 2007 11:59:30 -0000	1.1
+++ screen.css	14 Jun 2007 16:53:43 -0000	1.2
@@ -70,13 +70,18 @@
   top: 0.6ex;
 }
 
+#header
+{
+ 	background: #2963a5 url("/wikidata/kindofblue/img/logos/fudcon-header.png") 20% 0% repeat-y;
+}
+
 .midHeader {
   color: rgb(39,78,144);
   height:71px;
  /*background-color: rgb(140,170,230);
  background-color: #2963A5;
  background-image:url("/wiki/kindofblue/img/logos/wiki01.png");*/
- 	background: #2963a5 url("/wikidata/kindofblue/img/logos/fudcon-header.png") repeat-y 20% 0%;
+ 	background: url("/wikidata/kindofblue/img/logos/wiki-sidebar-header.png") top right repeat-y;
 	/*height: 73px;
  background-repeat: repeat-y;*/
 }
@@ -141,17 +146,8 @@
 
 
 #sidebar {
-	color: #555555;
-	background-color: #eeeff1;
-   position: absolute;
-	width: 210px;
-	min-width: 210px;
-	max-width: 210px;
-	top: 0;
-	right: 0;
-	margin: 0;
-	border-left: 2px solid white;
-	/*height: 100%;*/
+  width: 210px;
+  float: right;
 }
 
 
@@ -165,13 +161,6 @@
   font-family: Verdana, Helvetica, Arial, sans-serif;
 }*/
 
-#sidebar-header {
-	display: block;
-	background-color: #2963a5;
-}
-
-
-
 #sidebar div {
   /*border-bottom: 1px solid rgb(153,153,153);*/
 }
@@ -619,7 +608,6 @@
 	color: #fff;
 	background: url('/wikidata/kindofblue/img/bg-diagonals-dark.png');
 	border: none;
-	color: #white;
 }
 
 #page h2 {
@@ -827,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-websites-list mailing list