kindofblue/css screen.css,1.7,1.8

Ricky Zhou (ricky) fedora-extras-commits at redhat.com
Thu May 17 21:41:47 UTC 2007


Author: ricky

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

Modified Files:
	screen.css 
Log Message:
Switch to float-based layout, use CSS for sidebar header



Index: screen.css
===================================================================
RCS file: /cvs/fedora/kindofblue/css/screen.css,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- screen.css	25 Mar 2007 19:17:02 -0000	1.7
+++ screen.css	17 May 2007 21:41:44 -0000	1.8
@@ -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 {




More information about the fedora-extras-commits mailing list