From d85b931c01f272b55a4cdecf359f774bf390922a Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Thu, 26 Mar 2009 21:45:17 +0100 Subject: [PATCH] Moved css styles. --- www/{ => include}/ie6.css | 0 www/{ => include}/style.css | 44 +++++++++++++++++-------------------- 2 files changed, 20 insertions(+), 24 deletions(-) rename www/{ => include}/ie6.css (100%) rename www/{ => include}/style.css (86%) diff --git a/www/ie6.css b/www/include/ie6.css similarity index 100% rename from www/ie6.css rename to www/include/ie6.css diff --git a/www/style.css b/www/include/style.css similarity index 86% rename from www/style.css rename to www/include/style.css index 2df99734..8c752d0f 100644 --- a/www/style.css +++ b/www/include/style.css @@ -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 */ -- 2.47.3