From freieflusszone.org
Jump to navigationJump to search
Mastersysop (talk | contribs) |
Mastersysop (talk | contribs) |
||
Line 1: | Line 1: | ||
/* CSS an dieser Stelle wirkt sich auf alle Skins aus */ | /* CSS an dieser Stelle wirkt sich auf alle Skins aus */ | ||
body { background-image: none; background-color: #FFFFFF;} | body { background-image: none; background-color: #FFFFFF;} | ||
.pBody | .pBody { | ||
{ | |||
} | |||
#p-search { display:none; } | |||
.pBody ul { | |||
/*border: 2px solid lime;*/ | /*border: 2px solid lime;*/ | ||
z-index: 100; | z-index: 100; | ||
Line 16: | Line 17: | ||
top:0px; | top:0px; | ||
border-bottom: 1px solid black; | border-bottom: 1px solid black; | ||
} | display:none; | ||
} | |||
#p-personal | #p-personal | ||
{ | |||
{ | |||
/*border: 2px solid yellow;*/ | /*border: 2px solid yellow;*/ | ||
} | |||
#p-tb | |||
{ | |||
border: 2px solid green; | border: 2px solid green; | ||
} | |||
} | |||
#column-one | #column-one | ||
{ | { | ||
/*border: 10px solid cyan;*/ | /*border: 10px solid cyan;*/ | ||
} | |||
} | |||
#column-content | #column-content | ||
{ | |||
margin-top:0px; | |||
} | |||
#content: | |||
{ | |||
background:lime; | |||
margin:0px; | |||
border-width: 0px; } | |||
#p-logo | #p-logo | ||
{ | |||
{ | |||
width:400px; | width:400px; | ||
height:40px; | height:40px; | ||
} | display:none; border:1px solid lime; position:relative | ||
} | |||
#p-logo a | #p-logo a | ||
{ | |||
{ | |||
z-index: 3; | z-index: 3; | ||
width:400px; | width:400px; | ||
Line 88: | Line 85: | ||
overflow: visible; | overflow: visible; | ||
} | } | ||
h1#firstHeading { | |||
font-size: 13px; | font-size: 13px; | ||
color: #a5a294; | color: #a5a294; | ||
Line 100: | Line 94: | ||
padding-top:10px; | padding-top:10px; | ||
text-transform:uppercase; | text-transform:uppercase; | ||
// --------- hide the left Navi | display:none; | ||
} | |||
// --------- hide the left Navi | |||
#column-content { margin: 0 0 .6em 0; } | #column-content { margin: 0 0 .6em 0; } | ||
#content { margin: 2.8em 0 0 0; } | #content { margin: 2.8em 0 0 0; } | ||
.generated-sidebar, #p-lang, #p-tb { display:none; } | |||
#p-cactions { left: .1em; } | .generated-sidebar, #p-lang, #p-tb { display: none; } | ||
#p-cactions { display:none; } { left: .1em; } | |||
.editsection { } | |||
#utilitynav a:link,#utilitynav a:visited | |||
{ | |||
color:black; | |||
font-weight:bold; | |||
} | |||
#utilitynav a | |||
{ | |||
text-decoration:none; | |||
font-weight:bold; | |||
color:black; | |||
padding-right:5px; | |||
margin-top:15px; | |||
font-size:8pt; | |||
} | |||
#toc | |||
{ display:none; } | |||
#sitename | |||
{ width:400px;float:left;color:rgb(81,81,81);font-weight:bold;font-size:20px;font-family:Verdana;padding-left:10px; padding-top:10px;padding-left:22px; } | |||
/* -------------- additional mediawiki css -------------- */ | |||
#textbereich { | |||
position:absolute; | |||
left:11px; | |||
top:114px; | |||
width:396px; | |||
z-index:1; | |||
} | |||
#ueberschrift { | |||
position:absolute; | |||
left:11px; | |||
top:89px; | |||
width:396px; | |||
height:18px; | |||
z-index:2; | |||
} | |||
#bildbereich { | |||
position:absolute; | |||
left:437px; | |||
top:89px; | |||
width:555px; | |||
z-index:1; | |||
} | } | ||
.style2 {color: #FF0000} | |||
.style3 {color: #0000FF} | |||
.style4 {font-style: italic} | |||
.Stil1 {font-size: 12px} |
Revision as of 19:08, 28 September 2012
/* CSS an dieser Stelle wirkt sich auf alle Skins aus */ body { background-image: none; background-color: #FFFFFF;} .pBody { } #p-search { display:none; } .pBody ul { /*border: 2px solid lime;*/ z-index: 100; position:absolute; right:0px; top:0px; border-bottom: 1px solid black; display:none; } #p-personal { /*border: 2px solid yellow;*/ } #p-tb { border: 2px solid green; } #column-one { /*border: 10px solid cyan;*/ } #column-content { margin-top:0px; } #content: { background:lime; margin:0px; border-width: 0px; } #p-logo { width:400px; height:40px; display:none; border:1px solid lime; position:relative } #p-logo a { z-index: 3; width:400px; height:40px; /*border: 5px solid yellow;*/ position: absolute; top:50px; overflow: visible; } h1#firstHeading { font-size: 13px; color: #a5a294; font-weight: bold; padding-top:10px; text-transform:uppercase; display:none; } // --------- hide the left Navi #column-content { margin: 0 0 .6em 0; } #content { margin: 2.8em 0 0 0; } .generated-sidebar, #p-lang, #p-tb { display: none; } #p-cactions { display:none; } { left: .1em; } .editsection { } #utilitynav a:link,#utilitynav a:visited { color:black; font-weight:bold; } #utilitynav a { text-decoration:none; font-weight:bold; color:black; padding-right:5px; margin-top:15px; font-size:8pt; } #toc { display:none; } #sitename { width:400px;float:left;color:rgb(81,81,81);font-weight:bold;font-size:20px;font-family:Verdana;padding-left:10px; padding-top:10px;padding-left:22px; } /* -------------- additional mediawiki css -------------- */ #textbereich { position:absolute; left:11px; top:114px; width:396px; z-index:1; } #ueberschrift { position:absolute; left:11px; top:89px; width:396px; height:18px; z-index:2; } #bildbereich { position:absolute; left:437px; top:89px; width:555px; z-index:1; } .style2 {color: #FF0000} .style3 {color: #0000FF} .style4 {font-style: italic} .Stil1 {font-size: 12px}