Ich wollte mich mal erkundigen, ob man mit einem CSS code das forum noch ein bisschen besser anpassen kann? Denn so wie es jetzt aussieht, sieht es blöd aus. Hier mal der Link
http://cccp-legend.de.tl/Titel-des-Forums/index.htm
Ich will die sachen die da gräulich sind, transparent werden und die Farbe der Schrift ändern. (Die Blaue sowie die Weiße und die Lilane)
Ich würde es auch gerne haben wollen, dass das Forum sowie der Text von der Startseite ziehmlich mittig ist. Ich hoffe Ihr könnt mir helfen. Anbei schicke ich auch mal den CSS Code mit.
/* Nullformatierung für alle Browser */
*{padding: 0px; margin: 0px; }
/* Werbung mittig */
table[height="102"] { margin: auto; }
/* Hintergrund hinter Design */
body {
background-color: #eeeeee;
background-image: url(http://img805.imageshack.us/img805/1143/bf3soldier.jpg);
font-family: arial;
font-size: 14px;
color: #000000; }
/* Headerfeld 960 x 120 Pixel */
#header_container {
width: 960px;
height: 120px;
margin-bottom: 10px auto;
background-color:tranzparent;
background-image: url();
border: 1px solid transparen; }
/* Titel im Headerfeld entfernt */
h1#header {display: none; }
/* Design-Container */
#container {
color: #FFFFFF;
width: 1443px;
margin: 0px;
overflow: hidden; }
/* Feld der Navigation */
#nav_container {
width: 100px;
height: 600px;
float: left;
margin-bottom: 10px;
overflow: hidden; }
/* Titel über Navigation entfernt */
#nav_heading {display: none; }
/* Aufzählungspunkte in Navi entfernt */
ul#nav {
list-style-type: none; }
/* Navi-Buttons */
li.nav_element {
width: 130px;
height: 30px;
padding-left: 10px;
margin-bottom: 5px;
border: 1px solid transparent;
background-color: tranzparent;
background-image: url(); }
/* Seiteninhalt */
#content {
float: left;
width: 535px;
min-height: 200px;
padding: 20px 20px 20px 20px;
background-color: transparent;
background-image: url();
border: 1px solid transparent;
overflow: hidden; }
/* Linktexte in Navigation */
li.nav_element a {
display: block;
font-size: 13px;
color: #D9D9FF;
line-height: 30px;
text-decoration: none; }
#content_container {
width: 800px;
float: right;
overflow: hidden; }
#counter{display:none;} [/code]