Design Iceblue selbst gestalten
Vorteil dieses Beispiels :
Iceblue-Design wird hiermit 921 auf 980 verbreitert
Werbung und Design werden zentriert
Werbung in Box 2 wird an Bildschirmrand platziert
Werbung unten wird mittig platziert, ohne Farbe
Alle Farben können im Code selbst gewählt werden
/* Infotexte */ erleichtern Feld-Suche im Code
Beispiel-Grafik anklicken zum vergrößern
Dieses Beispiel-Code darf frei verwendet und bearbeitet werden
<style type="text/css">
<!--
/* Hintergrund hinter Design */
body {
background: url(Grafikadresse) #FFFFFF;
background-repeat: repeat-x;
background-attachment: fixed;
color: #000000;
font-family: arial;
font-size: 14px; }
/* Nullformatierung für alle Browser */
* {padding: 0px; margin: 0px; }
/* Werbung mittig */
table[height="102"] {margin: auto;}
/* Design mittig */
table.edit_main_table {width: 980px!important; margin: 0px auto; }
/* zweite Tabelle um Iceblue */
table.edit_second_table {width: 980px !important;}
/* dritte Tabelle um Iceblue */
table.edit_third_table {width: 980px !important;}
/* erste Tabellenspalte um Iceblue herum */
td.edit_main_tr { height: 50%!important; }
/* Headerfeld 980 x 104 */
td.edit_header_full {
background: url(Grafikadresse) #FFFFFF no-repeat;
border: 1px solid #c9c9c9; }
/* Feld hinter Navi */
td.edit_navi_headbg {
height: 50%!important;
background: none; }
/* Tabelle um Navigation */
td.edit_navi_headbg table {
margin: 10px 0px 0px 0px;
border-left: 1px solid #c9c9c9;
border-top: 1px solid #c9c9c9;
border-right: 1px solid #c9c9c9; }
/* Titelfeld über Navi 183 x 30 */
td.nav_heading {
color: #000000;
height:30px;
background: url(Grafikadresse) #E0E0E0;
border-bottom: 1px solid #c9c9c9; }
/* Navi-Button 183 x 33 */
td.nav {
background: url(Grafikadresse) #FFFFFF;
border-bottom: 1px solid #c9c9c9;}
/* HOVER Button 183 x 33 */
td.nav:hover {
background: url(Grafikadresse) #454545; }
/* Navi-Links */
td.nav a {
display: block;
line-height: 33px;
font-size: 15px;
color: #000000;
text-decoration: none; }
/* HOVER Navi-Link */
td.nav a:hover {
color: #FFFFFF; }
/* Abschluss unter der Navigation */
td.edit_below_nav img {display:none;}
td.edit_below_nav {background: none;}
/* Feld hinter Seiteninhalt */
td.edit_rechts_cbg {
height: 50%!important;
background: none; }
/* Tabelle um Seiteninhalt */
table.edit_rechts_tabelle {
width: 600px;
margin:10px 0px 0px 10px;
background: none #FFFFFF;
border: 1px solid #c9c9c9; }
/* Textgroesse und Schriftart überall */
div, td {font-size: 14px; font-family: arial;}
/* Linkgroesse + Schriftart + Linkfarben */
a {
color: #000080;
text-decoration: underline; }
/* Linkfarben HOVER */
a:hover {
color: #800000;
text-decoration: underline; }
/* Titelfeld über Seiteninhalt */
td.edit_content_top {
height:30px;
background-image: url(Grafikadresse) #E0E0E0;
border-bottom: 1px solid #c9c9c9; }
/* Titeltext über Seiteninhalt */
td.headline2 {
color: #000000;
font-size: 12px;
font-family: araial; }
/* Seiteninhalt */
td.edit_content {
padding: 15px 10px 15px 0px;
background: none; }
/* Streifen links + rechts im Seiteninhalt */
td.edit_content_left_spacer , td.edit_content_right_spacer {
background: none; }
/* Abschluss im Seitenihalt */
td.edit_content_bottom {
background: none; }
/* Tabelle um den Counter */
td.edit_content_bottom2 table {
margin: 9px;
background: none #E0E0E0;
width: 97%;
border: 1px solid #c9c9c9;}
/* Counter unter Seiteninhalt */
td.edit_content_bottom2_counter {
padding: 8px;
text-align: center;
color: #000000!important; }
td.edit_content_bottom2 {
background-image: none; }
/* Tabellen der 5 Boxen */
#sidebar_heading_1, #sidebar_heading_2, #sidebar_heading_3,
#sidebar_heading_4, #sidebar_heading_5 {
margin: 10px 0px 0px 0px;
border: 1px solid #c9c9c9;
background: none #FFFFFF; }
/* Tabelle der WERBUNG IN BOX 2 */
#sidebar_heading_sky {
position: absolute;
left: 1250;
top: 10px; }
/* Titelfeld über Boxen */
td.sidebar_heading {
height: 30px;
color: #000000;
background: url(Grafikadresse) #E0E0E0;
border-bottom: 1px solid #c9c9c9;}
/* Inhalt rechte Boxen */
td.shouty, .shouty2, .shouty3, .shouty4, .shouty5 {
font-size: 13px;
background: none; }
/* Inhalt WERBUNG BOX 2 */
td.shoutysky { background: none; }
/* Abschluss unter den 5 Boxen und Werbebox */
td.edit_rb_footer, .edit_rb_footer_sky {display:none;}
/* Feld hinter den Boxen */
td.edit_rechts_bottom {
background: none;}
/* Streifen rechts von den Boxen */
td.edit_rechts_sbg { display: none; }
/* Feld Werbung unten mittig setzen */
div[style="width:920px;"] {
width: 550px !important;
margin: auto;
overflow: hidden; }
/* WERBE-TEXT UNTER DESIGN */
#webme_footer_textlink_dont_hide {
background: none !important;
color: #000000; }
-->
</style>