Folgende Warnungen sind aufgetreten:
Warning [2] Undefined array key "dateline" - Line: 1000 - File: inc/functions_post.php PHP 8.2.18 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/functions_post.php 1000 errorHandler->error_callback
/printthread.php 207 get_post_attachments
Warning [2] Undefined array key "dateline" - Line: 1000 - File: inc/functions_post.php PHP 8.2.18 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/functions_post.php 1000 errorHandler->error_callback
/printthread.php 207 get_post_attachments



net-board.net Archiv
Scrollbars Farbe verändern - Druckversion

+- net-board.net Archiv (https://net-board.net)
+-- Forum: Deine eigene Homepage (https://net-board.net/forumdisplay.php?fid=26)
+--- Forum: Communitysysteme (https://net-board.net/forumdisplay.php?fid=25)
+---- Forum: wBB Support (Fragen und News) (https://net-board.net/forumdisplay.php?fid=8)
+---- Thema: Scrollbars Farbe verändern (/showthread.php?tid=5275)



Scrollbars Farbe verändern - MüCa - 07.01.2006

hallo forum,

habe nen style auf meinen board installiert...aber wie man es auch im anhang sieht ist da ein fehler aufgetreten...style ist schwarz aber dieser sroller oder wie das heisst ist blau geblieben...wie kann ich umändern ins schwarze??


- pattex - 07.01.2006

Du gehst auf Designpack bearbeiten und wählst deinen Style aus. Dort klickst du auf "bearbeiten".

Dann scrollst du runter bis zu CSS Code:
und änderst dir das ab:
Code:
BODY { SCROLLBAR-BASE-COLOR: #000000; SCROLLBAR-ARROW-COLOR: #AA3300; }
Also die Farben sind anders aber da musst du deine Farben eintragen.


- MüCa - 07.01.2006

habe null ahnung mit farben etc.

könntest du das nicht eben kurz machen?

BODY { SCROLLBAR-BASE-COLOR: #0B6295; SCROLLBAR-ARROW-COLOR: #FFFFFF; }
SELECT {
FONT-SIZE: 12px;
FONT-FAMILY: Tahoma,Helvetica;
COLOR: #000000;
BACKGROUND-COLOR: #CFCFCF;
}

TEXTAREA {
FONT-SIZE: 12px;
FONT-FAMILY: Tahoma,Helvetica;
COLOR: #000000;
BACKGROUND-COLOR: #CFCFCF;
}

.input {
FONT-SIZE: 12px;
FONT-FAMILY: Tahoma,Helvetica;
COLOR: #000000;
BACKGROUND-COLOR: #CFCFCF;

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: #DBDBDB; TEXT-DECORATION: none; }
#bg A:hover { COLOR: #FFFFFF; TEXT-DECORATION: underline; }

#tablea A:link, #tablea A:visited, #tablea A:active { COLOR: #DBDBDB; TEXT-DECORATION: none; }
#tablea A:hover { COLOR: #FFFFFF; TEXT-DECORATION: underline; }

#tableb A:link, #tableb A:visited, #tableb A:active { COLOR: #DBDBDB; TEXT-DECORATION: unone; }
#tableb A:hover { COLOR: #FFFFFF; TEXT-DECORATION: underline; }

#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; }

#tablea {
color: #3C4047;
background-color: #3C4047;
border-top: 1px #5B5B5B solid; border-left: 1px #5B5B5B solid
}

#tableb {
color: #414550;
background-color: #414550;
border-top: 1px #5B5B5B solid; border-left: 1px #5B5B5B solid
}

#tabletitle { background-image: url(images/cellpic.gif); }
.clsCursor { cursor: hand}



- pattex - 07.01.2006

Z.b. so:

anstatt
Code:
BODY { SCROLLBAR-BASE-COLOR: #0B6295; SCROLLBAR-ARROW-COLOR: #FFFFFF; }

das
Code:
BODY { SCROLLBAR-BASE-COLOR: #000000; SCROLLBAR-ARROW-COLOR: #FFFFFF; }



- MüCa - 07.01.2006

jo hat geklappt aber bloss da ist ein neuer fehler entstandne...oben links steht dann cssfile *siehe anhang*


- pattex - 07.01.2006

Dann musst du das Template headinclude vom Server laden (./templates/headinclude.tpl) und {cssfile} daraus löschen.


- Gast - 07.01.2006

danke sehr hat geklappt