From freieflusszone.org
Jump to navigationJump to search
Mastersysop (talk | contribs) (Created page with "→CSS an dieser Stelle wirkt sich auf alle Skins aus: body { background-image: none; background-color: #FFFFFF;} .pBody { } .pBody ul { →border: 2px solid lime;: ...") |
Mastersysop (talk | contribs) |
||
Line 23: | Line 23: | ||
} | } | ||
//---------------------------- | |||
#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} | |||
#p-tb | #p-tb | ||
{ | { |
Revision as of 19:07, 28 September 2012
/* CSS an dieser Stelle wirkt sich auf alle Skins aus */ body { background-image: none; background-color: #FFFFFF;} .pBody { } .pBody ul { /*border: 2px solid lime;*/ z-index: 100; position:absolute; right:0px; top:0px; border-bottom: 1px solid black; } #p-personal { /*border: 2px solid yellow;*/ } //---------------------------- #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} #p-tb { border: 2px solid green; } #column-one { /*border: 10px solid cyan;*/ } #column-content { /*border: 5px solid cyan;*/ margin-top:80px; } #p-logo { width:400px; height:40px; } #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; } // --------- 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 { left: .1em; } #p-search { position: absolute; top:48px; right: 0px; }