WBBLite Problem |
goldenpegasus

Mitglied
 

Dabei seit: 05.08.2006
Beiträge: 1.485
Herkunft: Berlin
 |
|
HuHu
goldenpegasus ist wieder mal zu dumm...
Also bei meinem Forum da is die Schrift in so nem komisch Blau. Finde das aber nicht im CSS Code. Weil ich wollte die Schrift in #6B799C
Wo müsste ich das eintragen in dem Code?
Und, ich wollte als Cursor so ein Kreuz. Wie müsste ich das einfügen?
BODY { SCROLLBAR-BASE-COLOR: #8793AF; SCROLLBAR-ARROW-COLOR: #FFFFFF; }
SELECT {
FONT-SIZE: 8x;
FONT-FAMILY: Verdana;
COLOR: #000000;
BACKGROUND-COLOR: #BAC1D1;
}
TEXTAREA {
FONT-SIZE: 12px;
FONT-FAMILY: Tahoma,Helvetica;
COLOR: #000000;
BACKGROUND-COLOR: #B4BBCD;
}
.input {
FONT-SIZE: 12px;
FONT-FAMILY: Tahoma,Helvetica;
COLOR: #000000;
BACKGROUND-COLOR: #B4BBCD;
#bg A:link, #bg A:visited, #bg A:active { COLOR: #000000; TEXT-DECORATION: underline; }
#bg A:hover { COLOR: #000000; TEXT-DECORATION: none; }
#tablea A:link, #tablea A:visited, #tablea A:active { COLOR: #000000; TEXT-DECORATION: underline; }
#tablea A:hover { COLOR: #000000; TEXT-DECORATION: none; }
#tableb A:link, #tableb A:visited, #tableb A:active { COLOR: #000000; TEXT-DECORATION: underline; }
#tableb A:hover { COLOR: #000000; TEXT-DECORATION: none; }
#tablecat A:link, #tablecat A:visited, #tablecat A:active { COLOR: #000000; TEXT-DECORATION: underline; }
#tablecat A:hover { COLOR: #000000; TEXT-DECORATION: none; }
#tabletitle A:link, #tabletitle A:visited, #tabletitle A:active { COLOR: #B4BBCD; TEXT-DECORATION: none; }
#tabletitle A:hover { COLOR: #8793AF; TEXT-DECORATION: underline; }
#tabletitle { background-image: url(images/cellpic.gif); }
.clsCursor { cursor: hand}
__________________
S A M U < 3 These screams they wake me up in the night
They violently fill my room
They keep me awake. I love you
"For ever yours!"
|
|
31.12.2006 17:33 |
|
|
.Mary

{x.brightness .___.}
 

Dabei seit: 28.12.2006
Beiträge: 538
Herkunft: Mama's Bauch x)
 |
|
Hey,
versuche es mal damit:
BODY { SCROLLBAR-BASE-COLOR: #8793AF; SCROLLBAR-ARROW-COLOR: #FFFFFF; }
SELECT {
FONT-SIZE: 8x;
FONT-FAMILY: Verdana;
COLOR: #000000;
BACKGROUND-COLOR: #BAC1D1;
}
TEXTAREA {
FONT-SIZE: 12px;
FONT-FAMILY: Tahoma,Helvetica;
COLOR: #000000;
BACKGROUND-COLOR: #B4BBCD;
}
.input {
FONT-SIZE: 12px;
FONT-FAMILY: Tahoma,Helvetica;
COLOR: #000000;
BACKGROUND-COLOR: #B4BBCD;
#bg A:link, #bg A:visited, #bg A:active { COLOR: #000000; TEXT-DECORATION: underline; }
#bg A:hover { COLOR: #000000; TEXT-DECORATION: none; }
#tablea A:link, #tablea A:visited, #tablea A:active { COLOR: #000000; TEXT-DECORATION: underline; }
#tablea A:hover { COLOR: #000000; TEXT-DECORATION: none; }
#tableb A:link, #tableb A:visited, #tableb A:active { COLOR: #000000; TEXT-DECORATION: underline; }
#tableb A:hover { COLOR: #000000; TEXT-DECORATION: none; }
#tablecat A:link, #tablecat A:visited, #tablecat A:active { COLOR: #000000; TEXT-DECORATION: underline; }
#tablecat A:hover { COLOR: #000000; TEXT-DECORATION: none; }
#tabletitle A:link, #tabletitle A:visited, #tabletitle A:active { COLOR: #6B799C; TEXT-DECORATION: none; }
#tabletitle A:hover { COLOR: #6B799C; TEXT-DECORATION: underline; }
#tabletitle { background-image: url(images/cellpic.gif); }
.clsCursor { cursor: hand}
Zu dem anderen weiß ich leider nur den Code, jedoch nicht, wodu es einfügen musst. Ich glaube, bin aber nicht sicher, dass du es ganz am Ende statt .clsCursor { cursor: hand} einfügen musst.
Hier der Code
<style type="text/css"><!--body{cursor:crosshair};a:hover{cursor:crosshair;}--></s
tyle>
Hoffe, es funktioniert...
__________________

Ich bin nicht die Signatur, ich putz' hier nur!
Danke für das Avatar an Falke
|
|
31.12.2006 17:41 |
|
|
goldenpegasus

Mitglied
 

Dabei seit: 05.08.2006
Beiträge: 1.485
Herkunft: Berlin
Themenstarter
 |
|
Wenn ich diesen Code einfüge ist die Schrift schwarz. Also ich kann sie verstellen. Aber dann habe ich da blaue Balken.
BODY { SCROLLBAR-BASE-COLOR: #8793AF; SCROLLBAR-ARROW-COLOR: #FFFFFF; }
SELECT {
FONT-SIZE: 8x;
FONT-FAMILY: Verdana;
COLOR: #6B799C;
BACKGROUND-COLOR: #BAC1D1;
}
TEXTAREA {
FONT-SIZE: 12px;
FONT-FAMILY: Tahoma,Helvetica;
COLOR: #000000;
BACKGROUND-COLOR: #B4BBCD;
}
.input {
FONT-SIZE: 12px;
FONT-FAMILY: Tahoma,Helvetica;
COLOR: #000000;
BACKGROUND-COLOR: #B4BBCD;
border-top-width : 1px;
border-right-width : 1px;
border-bottom-width : 1px;
border-left-width : 1px;
text-indent : 2px;
}
.topnavi {
padding-right: 5px;
padding-bottom: 18px;
padding-left: 5px;
}
#bg A:link, #bg A:visited, #bg A:active { COLOR: #000000; TEXT-DECORATION: underline; }
#bg A:hover { COLOR: #000000; TEXT-DECORATION: none; }
#tablea A:link, #tablea A:visited, #tablea A:active { COLOR: #000000; TEXT-DECORATION: underline; }
#tablea A:hover { COLOR: #000000; TEXT-DECORATION: none; }
#tableb A:link, #tableb A:visited, #tableb A:active { COLOR: #000000; TEXT-DECORATION: underline; }
#tableb A:hover { COLOR: #000000; TEXT-DECORATION: none; }
#tablecat A:link, #tablecat A:visited, #tablecat A:active { COLOR: #ffffff; TEXT-DECORATION: underline; }
#tablecat A:hover { COLOR: #ffffff; TEXT-DECORATION: none; }
#tabletitle A:link, #tabletitle A:visited, #tabletitle A:active { COLOR: #000000; TEXT-DECORATION: none; }
#tabletitle A:hover { COLOR: #000000; TEXT-DECORATION: underline; }
#tabletitle { background-image: url(images/cellpic.gif); }
.clsCursor { cursor: hand}
__________________
S A M U < 3 These screams they wake me up in the night
They violently fill my room
They keep me awake. I love you
"For ever yours!"
|
|
01.01.2007 10:09 |
|
|
|
Impressum
|