Gegen Bilderklau - Das Original (https://www.gegen-bilderklau.net/index.php)
- Design, Website, Copyright (https://www.gegen-bilderklau.net/board.php?boardid=80)
--- Homepagehilfe (https://www.gegen-bilderklau.net/board.php?boardid=27)
---- Homepagehilfe - Archiv (https://www.gegen-bilderklau.net/board.php?boardid=139)
----- [Wbblite] Hintergrundfarbe im Forum ändern (https://www.gegen-bilderklau.net/thread.php?threadid=126088)


Geschrieben von Startpost-Retter am 07.01.2008 um 08:04:

  Hintergrundfarbe im Forum ändern

Ich habe ein Problem:
Ich möchte gerne, die Hintergundfarbe in meinem board-server-Forum ändern, doch ich finde dafür kein Feld, wo ich das eintragen kann. Für alle anderen Farben (Tabellen, Ränder, etc.) gibt es Felder, wo man den Hex-Code eintragen kann, nur da nicht.

Man kann allerdings den HTML-Code ändern, nur weiß ich nicht, an welcher Stelle ich ihn ändern müsste.

Das wäre er:

code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
54:
55:
56:
57:
58:
59:
60:
61:
62:
63:
64:
65:
66:
67:
68:
69:
70:
71:
72:
73:
74:
75:
76:
77:
78:
79:
80:
81:
82:
83:
84:
85:
86:
87:
88:
89:
90:
91:
92:
<style>

TABLE {border:0px #8BA75C;background-image:url();font-family:Verdana;font-weight:normal; font-size: 7pt;color:#92A5D4;}
a{font-size:8pt;text-decoration:none;font-weight:normal;}
a:link { text-decoration:none; font-weight:normal; color:#3A528E; }
a:visited { text-decoration:none; font-weight:normal; color:#3A528E; }
a:hover { text-decoration:underline; font-weight:normal; color:#3A528E;}
a:active { text-decoration:none; font-weight:normal; color:#3A528E;}INPUT {border:1px dashed #6983C3;background-color:#B6C0D9;font-family:Verdana;font-weight:normal; font-size: 7pt;color:#6983C3;}
SELECT {border:1px dashed #FFFFFF;background-color:#B6C0D9;font-family:Verdana;font-weight:normal; font-size: 7pt;color:#6983C3;}
TEXTAREA {border:1px dashed #FFFFFF;;font-family:Verdana;font-weight:normal; font-size: 7pt;color:#000000;background-image:url(bgform.jpg);}BODY {background-color:#F6D180;font-family:Verdana;font-weight:normal; font-size: 8pt;color:#FFFFFF;}
Body{
 scrollbar-base-color:#000000;
  scrollbar-3dlight-color:#005F00;
  scrollbar-arrow-color:#007F00;
  scrollbar-darkshadow-color:#FFFFFF;
  scrollbar-face-color:#FFFFFF;
  scrollbar-highlight-color:#FFFfff;
  scrollbar-shadow-color:#FFFFFF;
  scrollbar-track-color:#FFFFFF;

  }


img {
        border : 0;

}

hr {
        border: solid 1px #FFFFFF;}



.pic {
border : 1px solid #000000;
}





.td_main {
        background-color: #6699CC;
        border-color: #000000; border-style:solid;
        border-top-width: 1px; border-right-width: 1px;
        border-bottom-width: 1px; border-left-width: 1px;align:center;
}

.td_main0 {
        BACKGROUND-COLOR:#B6C0D9;
        border-color: #BBDCEB; border-style:dashed;
        border-top-width: 1px; border-right-width: 1px;
        border-bottom-width: 1px; border-left-width: 1px;font-color:#3A528E;
}



.td_center {
        text-align: center;
}



 b {
    font-family: 'Trebuchet MS', 'Lucida Grande', sans-serif;
        font-size: 12px;
        color:#3A528E;
}
 h1 {
    margin: 5px;
        font-family: 'Trebuchet MS', 'Lucida Grande', sans-serif;
        font-size: 18px;
        color: #3A528E;
}
h2 {
    margin: 5px;
        font-family: 'Trebuchet MS', 'Lucida Grande', sans-serif;
        font-size: 16px;
        color:#6983C3;
}
h3 {
    font-family: 'Trebuchet MS', 'Lucida Grande', sans-serif;
        font-size: 12px;
        color:#6983C3;
}
ul, ol {
        font-size: 10px;

    text-align: left;
}</Style>





Kann mir jemand helfen?



Geschrieben von reikema am 07.01.2008 um 08:38:

 

ich glaub ich ahbs. xD

code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
54:
55:
56:
57:
58:
59:
60:
61:
62:
63:
64:
65:
66:
67:
68:
69:
70:
71:
72:
73:
74:
75:
76:
77:
78:
79:
80:
81:
82:
83:
84:
85:
86:
87:
88:
89:
90:
<style>

TABLE {border:0px #8BA75C;background-image:url();font-family:Verdana;font-weight:normal; font-size: 7pt;color:#92A5D4;}
a{font-size:8pt;text-decoration:none;font-weight:normal;}
a:link { text-decoration:none; font-weight:normal; color:#3A528E; }
a:visited { text-decoration:none; font-weight:normal; color:#3A528E; }
a:hover { text-decoration:underline; font-weight:normal; color:#3A528E;}
a:active { text-decoration:none; font-weight:normal; color:#3A528E;}INPUT {border:1px dashed #6983C3;background-color:#B6C0D9;font-family:Verdana;font-weight:normal; font-size: 7pt;color:#6983C3;}
SELECT {border:1px dashed #FFFFFF;background-color:#B6C0D9;font-family:Verdana;font-weight:normal; font-size: 7pt;color:#6983C3;}
TEXTAREA {border:1px dashed #FFFFFF;;font-family:Verdana;font-weight:normal; font-size: 7pt;color:#000000;background-image:url(bgform.jpg);}BODY {background-color:#e2e5ee;font-family:Verdana;font-weight:normal; font-size: 8pt;color:#FFFFFF;}
Body{
 scrollbar-base-color:#000000;
  scrollbar-3dlight-color:#005F00;
  scrollbar-arrow-color:#007F00;
  scrollbar-darkshadow-color:#FFFFFF;
  scrollbar-face-color:#FFFFFF;
  scrollbar-highlight-color:#FFFfff;
  scrollbar-shadow-color:#FFFFFF;
  scrollbar-track-color:#FFFFFF;

  }


img {
        border : 0;

}

hr {
        border: solid 1px #FFFFFF;}



.pic {
border : 1px solid #000000;
}





.td_main {
        background-color: #6699CC;
        border-color: #000000; border-style:solid;
        border-top-width: 1px; border-right-width: 1px;
        border-bottom-width: 1px; border-left-width: 1px;align:center;
}

.td_main0 {
        BACKGROUND-COLOR:#B6C0D9;
        border-color: #BBDCEB; border-style:dashed;
        border-top-width: 1px; border-right-width: 1px;
        border-bottom-width: 1px; border-left-width: 1px;font-color:#3A528E;
}



.td_center {
        text-align: center;
}



 b {
    font-family: 'Trebuchet MS', 'Lucida Grande', sans-serif;
        font-size: 12px;
        color:#3A528E;
}
 h1 {
    margin: 5px;
        font-family: 'Trebuchet MS', 'Lucida Grande', sans-serif;
        font-size: 18px;
        color: #3A528E;
}
h2 {
    margin: 5px;
        font-family: 'Trebuchet MS', 'Lucida Grande', sans-serif;
        font-size: 16px;
        color:#6983C3;
}
h3 {
    font-family: 'Trebuchet MS', 'Lucida Grande', sans-serif;
        font-size: 12px;
        color:#6983C3;
}
ul, ol {
        font-size: 10px;

    text-align: left;
}</Style>


folgendes hab ich geändert:
Z.10
TEXTAREA {border:1px dashed #FFFFFF;;font-family:Verdana;font-weight:normal; font-size: 7pt;color:#000000;background-image:url(bgform.jpg);}BODY {background-color:#e2e5ee;font-family:Verdana;font-weight:normal; font-size: 8pt;color:#FFFFFF;}


Forensoftware: Burning Board, entwickelt von WoltLab GmbH