From 5cac4b969ef64e3ced1fc098f7a818b2c1e44c4c Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Tue, 4 Nov 2008 11:48:16 +0100 Subject: [PATCH] Replace CSS with a version with newlines. --- media/base/css/lex.css | 317 ++++++++++++++++++++++++++++++++++++++++- 1 file changed, 316 insertions(+), 1 deletion(-) diff --git a/media/base/css/lex.css b/media/base/css/lex.css index 68e1895..9cd1f88 100644 --- a/media/base/css/lex.css +++ b/media/base/css/lex.css @@ -1 +1,316 @@ -body{margin:0px;padding:0px;font-family:Verdana,Georgia,Arial,sans-serif;font-size:9pt;background:#000000 url('img/lex/achtergrond.jpg') top left no-repeat;min-width:1000px}img{/**/behavior:url("iepngfix.htc")}p{text-align:justify;line-height:15px;padding:5px 5px 5px 5px;margin-top:0px}a{color:#ffffff}a:hover{color:#a10a00}h1{font-size:12pt;color:red}h2,hr{font-size:9pt;color:red;margin-top:5px;margin-bottom:0px}/**/.MinSizeContainer{width:1000px}div.logo{height:132px;width:220px;background:url('img/lex/logo.png');behavior:url("iepngfix.htc");background-repeat:no-repeat;margin-left:5px}div.navleft{float:left;width:220px;margin-left:5px}img.navleftimg{margin:0px;padding:0px;display:block}.navleftbox{margin:0 auto;border-left:3px double #aaaaaa;;border-right:3px double #aaaaaa;;background-color:#000000;width:180px;color:#ffffff;padding:5px 5px 5px 0px}.borderNavleft{margin:0 auto;width:190px;height:10px;line-height:10px}ul{list-style-image:url('img/lex/arrow.gif');line-height:22px;margin-top:0px;margin-bottom:0px}.navleftbox li{word-spacing:1px}li a,li a:visited{text-decoration:none}.midden{margin-left:265px;margin-right:330px}/**/.borderNavmidden{height:10px;line-height:10px}.topleft,.topright,.botleft,.botright{width:10px;height:10px}.topleft,.botleft{float:left}.topright,.botright{float:right}.topline,.botline{background:url('img/lex/topBrdr.gif');background-repeat:repeat-x;margin:0px 10px 0px 10px}.topleft{background:url('img/lex/topLCrnr.gif');background-repeat:no-repeat}.topline{background:url('img/lex/topBrdr.gif')}.topright{background:url('img/lex/topRCrnr.gif');background-repeat:no-repeat}.botleft{background:url('img/lex/botLCrnr.gif');background-repeat:no-repeat}.botline{background:url('img/lex/botBrdr.gif')}.botright{background:url('img/lex/botRCrnr.gif');background-repeat:no-repeat}/**/.navmidden,.navmidden table{color:#ffffff}.navmidden{background-color:#000000;border:3px double #aaaaaa;;border-top:0px;border-bottom:0px;padding:10px;padding-top:5px}.navrechts{float:right;width:302px;color:#ffffff;margin-right:10px;margin-left:10px;margin-top:38px}.aankondiging{width:302px;height:297px;margin:0px;padding:0px;display:block;background:url('img/lex/tabelrechts.png');behavior:url("iepngfix.htc");margin-bottom:20px}a.inschrijfbut{display:block;width:220px;height:25px;position:relative;top:250px;left:45px;background:url('img/lex/butInschrijf.gif')}a.inschrijfbut:hover{display:block;background:url('img/lex/bhlInschrijf.gif')}div.kalender{width:270px;margin:auto;text-align:center;background-color:#000000;border:3px double #aaaaaa;;border-bottom:0px;border-top:0px}.borderNavRight{margin:0 auto;width:276px;height:10px;line-height:10px}.footer{clear:both;color:#ffffff;font-size:0.8em;text-align:center;padding:60px 0 30px 0;margin:10px 0 0 0;background:url('img/lex/footer-bg.gif');background-repeat:repeat-x;background-position:top left;height:10px}/**/p.nieuws{margin-top:0px}.nieuws span{font-style:italic}img.nieuwsimg{margin:0px}/**/.linksBlok{width:30%}.linksVereniging{float:left}.linksWinkel{float:left;margin-left:10px;margin-right:10px}.linksOverig{float:right}.linksMail{clear:both}/**/.trailLeft{float:left}.trailLeft div{margin-bottom:40px}.trailRight div{margin-bottom:40px}.trailRight{float:right;margin-right:30px}.trailSpacer{clear:both}/**/.wieiswie{width:80px;height:80px;margin-right:5px;float:left;/**/padding:2px;background:url('img/lex/wieborder.gif');background-repeat:no-repeat} \ No newline at end of file + +body { + margin: 0px; + padding: 0px; + font-family:Verdana, Georgia,Arial, sans-serif; + font-size:9pt; + background: #000000 url('img/lex/achtergrond.jpg') top left no-repeat; + min-width:1000px; + +} + +img { + /* Workaround to make IE6 support transparent PNGs */ + behavior: url("iepngfix.htc"); +} + +.p { + text-align:justify; + line-height: 15px; + padding:5px 5px 5px 5px; + margin-top:0px; +} + +a { + color: #ffffff; +} + +a:hover { + color: #a10a00; +} + +h1 { + font-size:12pt; + color: red; +} + +h2, hr { + font-size:9pt; + color: red; + margin-top:5px; + margin-bottom:0px; +} + + +/* Because .InnerContainer is absolutely positioned, and IE6 doesn't do + * .OuterContainer's min-width and min-height properties, we use an + * extra, empty, container of the same size of .InnerContainer. IE6 will + * stretch up .OuterContainer to make .MinSizeContainer fit in. */ +.MinSizeContainer { + width: 1000px; +} + +div.logo{ + height: 132px; + width: 220px; + background: url('img/lex/logo.png'); + behavior: url("iepngfix.htc"); + background-repeat: no-repeat; + margin-left:5px; +} + +div.navleft { + float:left; + width:220px; + margin-left:5px; +} + +img.navleftimg { + margin:0px; + padding:0px; + display:block; +} + +.navleftbox { + margin:0 auto; + border-left:3px double #aaaaaa;; + border-right:3px double #aaaaaa;; + background-color:#000000; + width: 180px; + color: #ffffff; + padding:5px 5px 5px 0px; +} + +.borderNavleft { + margin:0 auto; + width:190px; + height:10px; + line-height:10px; +} + +ul { + list-style-image: url('img/lex/arrow.gif'); + line-height: 22px; + margin-top:0px; + margin-bottom:0px; +} + +.navleftbox li { + word-spacing:1px; +} + +li a, li a:visited { + text-decoration:none; +} + +.midden { + margin-left:265px; + margin-right:330px; +} + +/* * * * * * * * * Fancy boven- en onder-randjes * * * * * * * * */ +.borderNavmidden { + height:10px; + line-height:10px; +} + +.topleft, .topright, .botleft, .botright { + width:10px; + height:10px; +} + +.topleft, .botleft { + float:left; +} + +.topright, .botright { + float:right; +} + +.topline, .botline { + background: url('img/lex/topBrdr.gif'); + background-repeat:repeat-x; + margin:0px 10px 0px 10px; +} + +.topleft { + background: url('img/lex/topLCrnr.gif'); + background-repeat:no-repeat; +} + +.topline { + background: url('img/lex/topBrdr.gif'); +} + +.topright { + background: url('img/lex/topRCrnr.gif'); + background-repeat:no-repeat; +} + +.botleft { + background: url('img/lex/botLCrnr.gif'); + background-repeat:no-repeat; +} + +.botline { + background: url('img/lex/botBrdr.gif'); +} + +.botright { + background: url('img/lex/botRCrnr.gif'); + background-repeat:no-repeat; +} + +/* * * * * * * * * einde fancy boven- en onder-randjes * * * * * * * * */ + +.navmidden, .navmidden table { + color: #ffffff; +} + +.navmidden { + background-color:#000000; + border:3px double #aaaaaa;; + border-top:0px; + border-bottom:0px; + padding:10px; + padding-top:5px; +} + +.navrechts { + float:right; + width: 302px; + color: #ffffff; + margin-right:10px; + margin-left:10px; + margin-top:38px; +} + +.aankondiging { + width:302px; + height:297px; + margin:0px; + padding:0px; + display:block; + background:url('img/lex/tabelrechts.png'); + behavior: url("iepngfix.htc"); + margin-bottom:20px; +} + +a.inschrijfbut { + display:block; + width:220px; + height:25px; + position:relative; + top:250px; + left:45px; + background:url('img/lex/butInschrijf.gif'); +} + +a.inschrijfbut:hover { + display:block; + background:url('img/lex/bhlInschrijf.gif'); +} + +div.kalender { + width:270px; + margin:auto; + text-align:center; + background-color:#000000; + border:3px double #aaaaaa;; + border-bottom:0px; + border-top:0px; +} + +.borderNavRight { + margin:0 auto; + width:276px; + height:10px; + line-height:10px; +} + +.footer { + clear:both; + color:#ffffff; + font-size:0.8em; + text-align:center; + padding:60px 0 30px 0; + margin:10px 0 0 0; + background:url('img/lex/footer-bg.gif'); + background-repeat:repeat-x; + background-position: top left; + height:10px; +} + +/* * * * * * * * * nieuwspagina * * * * * * * * */ + +p.nieuws { + margin-top:0px; +} + +.nieuws span{ + font-style:italic; +} + +img.nieuwsimg { + margin:0px; +} + +/* * * * * * * * * linkspagina * * * * * * * * */ + +.linksBlok { + width:30% +} + +.linksVereniging { + float:left; +} + +.linksWinkel { + float:left; + margin-left:10px; + margin-right:10px; +} + +.linksOverig { + float:right; +} + +.linksMail { + clear:both; +} + +/* * * * * * * * * trailerpagina * * * * * * * * */ + +.trailLeft { + float:left; +} + +.trailLeft div { + margin-bottom:40px; +} + +.trailRight div { + margin-bottom:40px; +} + +.trailRight { + float:right; + margin-right:30px; +} + +.trailSpacer { + clear:both; +} + +/* * * * * * * * * missie/crew * * * * * * * * */ + +.wieiswie { + width:80px; + height:80px; + margin-right:5px; + float:left; + /*clear:both;*/ + padding:2px; + background:url('img/lex/wieborder.gif'); + background-repeat:no-repeat; +} -- 2.30.2