]> git.ipfire.org Git - ipfire.org.git/commitdiff
Moved css styles.
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 26 Mar 2009 20:45:17 +0000 (21:45 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 26 Mar 2009 20:45:17 +0000 (21:45 +0100)
www/include/ie6.css [moved from www/ie6.css with 100% similarity]
www/include/style.css [moved from www/style.css with 86% similarity]

similarity index 100%
rename from www/ie6.css
rename to www/include/ie6.css
similarity index 86%
rename from www/style.css
rename to www/include/style.css
index 2df997345aaaf5673145f253ddd681f44845adf6..8c752d0f0956488c220253ada85a23998b3af931 100644 (file)
@@ -36,13 +36,7 @@ color: #585858;
   font-family: "Verdana", "Deja-Vu Sans", "Bitstream Vera Sans", sans-serif;
 font-size: 9pt;
 /* font-family: "trebuchet ms", helvetica, sans-serif; */
-background: #f0f0f0 url(ipfire3/bg-new.png) repeat;
-}
-
-body2xx {
-  font-family: "Verdana", "Deja-Vu Sans", "Bitstream Vera Sans", sans-serif;
-  font-size: 0.8em;
-  background: #f0f0f0 url(images2/bg-new.png) repeat;
+background: #f0f0f0 url(/images/bg.png) repeat;
 }
 
 h1,h2,h3,h4,h5,h6
@@ -141,7 +135,7 @@ line-height: 1.8em;
 {
 width:100%;
 height:102px;
-background: #440000 url('./ipfire3/bg1.png') repeat-x;
+background: #440000 url('/images/bg1.png') repeat-x;
 /* margin: 0; */
 }
 
@@ -246,7 +240,7 @@ float: left;
 #menu li
 {
 vertical-align: middle;
-background: #333 url('ipfire3/btn1-break.png') center;
+background: #333 url('/images/btn-break.png') center;
 }
 #menu li a
 {
@@ -256,7 +250,7 @@ display: block;
 /* padding: 1.1em 1.4em 1.0em 1.4em; */
 padding: 8px 6px 5px 6px;
 height: 23px;
-background: #333 url('ipfire3/btn1-empty.png') repeat-x center;
+background: #333 url('/images/btn-empty.png') repeat-x center;
 /* border: solid 1px #fff; */
 /* color: #616161;  */
 color: #f5f5f5;
@@ -269,14 +263,14 @@ text-decoration: none;
 
 #menu li a.active
 {
-background: #CA2F2F url('ipfire3/btn1-red2.png') repeat-x center;
+background: #CA2F2F url('/images/btn-red2.png') repeat-x center;
 color: #fff;
 /* border: solid 1px #A94B4B; */
 }
 
 #menu li a:hover
 {
-background: #333 url('ipfire3/btn1-red2.png') repeat-x center;
+background: #333 url('/images/btn-red2.png') repeat-x center;
 color: #fff;
 }
 
@@ -382,31 +376,31 @@ table {
   width: 980px;
 }
 #sh-tl {
-  background: url(ipfire3/sh-tl.png) no-repeat right bottom;
+  background: url(/images/sh-tl.png) no-repeat right bottom;
 }
 #sh-top {
-  background: url(ipfire3/sh-top.png) repeat-x bottom;
+  background: url(/images/sh-top.png) repeat-x bottom;
 }
 #sh-tr {
-  background: url(ipfire3/sh-tr.png) no-repeat left bottom;
+  background: url(/images/sh-tr.png) no-repeat left bottom;
 }
 #sh-lft {
-  background: url(ipfire3/sh-lft.png) repeat-y right;
+  background: url(/images/sh-lft.png) repeat-y right;
 }
 #sh-rgt {
-  background: url(ipfire3/sh-rgt.png) repeat-y left;
+  background: url(/images/sh-rgt.png) repeat-y left;
 }
 #sh-bl {
-  background: url(ipfire3/sh-bl.png) no-repeat right top;
+  background: url(/images/sh-bl.png) no-repeat right top;
 }
 #sh-btn {
-  background: url(ipfire3/sh-btn.png) repeat-x top;
+  background: url(/images/sh-btn.png) repeat-x top;
 }
 #sh-br {
-  background: url(ipfire3/sh-br.png) no-repeat left top;
+  background: url(/images/sh-br.png) no-repeat left top;
 }
 #no-sh {
-/*  background: url(ipfire3/sh-br.png) left top; */
+/*  background: url(/images/sh-br.png) left top; */
 background-color: #f5f5f5;
 padding: 1.5em;
 }
@@ -417,7 +411,9 @@ padding: 1.5em;
   border-width: 0px;
   border-style: none;
 }
-
+.banner {
+  border: 0;
+}
 
 
 /* Footer */
@@ -431,7 +427,7 @@ color: #ddd;
 /* margin: 0 auto; */
 text-align: center;
 /* border-top: dotted 1px #E1E1E1; */
-background: url(ipfire3/ft.png) left top;
+background: url(/images/ft.png) left top;
 margin-top: 0em;
 margin-bottom: 0em;
 padding-top: 1.0em;
@@ -518,7 +514,7 @@ left: 60px; /*position where enlarged image should offset horizontally */
 .feed {
   margin-left: 3px;
   padding: 0 0 0 19px;
-  background: url("images/feed.png") no-repeat 0 50%;
+  background: url("/images/feed.png") no-repeat 0 50%;
 }
 
 /* LAYOUT - 3 COLUMNS */