Iceblue Design coden
Das Tutorial hat mir freundlicherweise vernox.de.tl alias zentrum96.de.tl bereitgestellt.Das ist der Grundcode:
| <style type="text/css"> <!-- td{color:#ffffff;} a{color:#ffffff;font-size:15px;} a:visited{font-size:15px;} a:hover{font-size:15px;} body{background-attachment:fixed;background-image: none;} td.nav{background-image: none;} td.nav:hover{background-image: none;} td.nav_heading{background-image: none;} td.nav a{color:#FFFFFF;} td.edit_below_nav{visibility:hidden;} td.edit_header_full{background-image: none;} td.headline2{background-image: none;} td.headline{background-image: none;} td.edit_content{background-image: none;} div{color:#FFFFFF;width:100%;} td.edit_content_top{background-image: none;} td.edit_content_bottom{background-image: none;} td.edit_content_bottom2{background-image: none;} td.edit_rechts_sbg{background-image: none;} td.edit_navi_headbg{background-image: none;} td.edit_rechts_cbg{background-image: none;} td.edit_rb_footer{background-image: none;} td.shouty{background-image: none;background-color:transparent;} td.shouty2{background-image: none;background-color:transparent;} td.shouty3{background-image: none;background-color:transparent;} td.shouty4{background-image: none;background-color:transparent;} td.shouty5{background-image: none;background-color:transparent;} td.edit_rechts_bottom{background-image: none;} td.sidebar_heading{background-image: none;} --> </style> | 
Also, die erklärungen:
An
| td{color:#ffffff;} a{color:#ffffff;font-size:15px;} a:visited{font-size:15px;} a:hover{font-size:15px;} | 
Aber den Hintergrund verändern wir mit
| body{background-attachment:fixed;background-image: none;} | 
So, kommen wir zum nächstem schritt, der navigation
| td.nav{background-image: none;} td.nav:hover{background-image: none;} td.nav_heading{background-image: none;} td.nav a{color:#FFFFFF;} td.edit_below_nav{visibility:hidden;} td.edit_navi_headbg{background-image: none;} | 
Bei
| td.nav{background-image: none;} | 
Bei
| td.nav:hover{background-image: none;} | 
Bei
| td.nav_heading{background-image: none;} | 
Und mit
| td.nav a{color:#FFFFFF;} | 
Mit
| td.edit_below_nav{visibility:hidden;} | 
Aber mit
| td.edit_navi_headbg{background-image: none;} | 
Nächster schritt: der header
Der code für den headerbereich:
| td.edit_header_full{background-image: none;} td.headline2{background-image: none;} td.headline{background-image: none;} | 
Bei
| td.edit_header_full{background-image: none;} | 
Und bei
| td.headline2{background-image: none;} td.headline{background-image: none;} | 
Nächster schritt: Der inhaltsbereich
Der code:
| td.edit_content_top{background-image: none;} td.edit_content{background-image: none;} td.edit_content_bottom{background-image: none;} td.edit_content_bottom2{background-image: none;} | 
Mit
| td.edit_content_top{background-image: none;} | 
Mit
| td.edit_content{background-image: none;} | 
Und mit
| td.edit_content_bottom{background-image: none;} td.edit_content_bottom2{background-image: none;} | 
Nächster schritt: hier unnötiges zeug
An dem folgenedem code verändern wir hier nichts, jedoch sollte auch dieser teil im designcode enthalten sein.
| td.edit_rechts_sbg{background-image: none;} td.edit_rechts_cbg{background-image: none;} td.edit_rb_footer{background-image: none;} | 
Letzter schritt: Die rechten boxen
Der gesamte code:
| td.shouty{background-image: none;background-color:transparent;} td.shouty2{background-image: none;background-color:transparent;} td.shouty3{background-image: none;background-color:transparent;} td.shouty4{background-image: none;background-color:transparent;} td.shouty5{background-image: none;background-color:transparent;} td.edit_rechts_bottom{background-image: none;} td.sidebar_heading{background-image: none;} | 
Also: mit
| td.shouty{background-image: none;background-color:transparent;} td.shouty2{background-image: none;background-color:transparent;} td.shouty3{background-image: none;background-color:transparent;} td.shouty4{background-image: none;background-color:transparent;} td.shouty5{background-image: none;background-color:transparent;} | 
Stellen wir das hintergrungbild der einzellnen boxen ein. (die nummerrierung steht für die jeweilige box)
Mit
| td.edit_rechts_bottom{background-image: none;} td.sidebar_heading{background-image: none;} | 
Ich hoffe, dass ihr das alles einiger maßen begriffen habt
 
				