Hi,
bei manchen Wbb2 Styles sind die Schriftarten in den Threads schön klein wie hier z.B.
http://www.4rums.de/thread.php?threadid=2204&sid=
Wie bekomme ich das in CSS für ein Wbb1.2 hin?
Mein Board liegt hier:
http://web224.webhostaccount.de/php/board/main.php
Bitte helft mir weil ich das viel übersichtlicher finde!
Edit hier noch mein CSS File:
BODY {
margin-bottom:0px;
margin-left:0px;
margin-right:0px;
margin-top:0px;
padding: 0px;
scrollbar-3d-light-color:#f2f2f2f;
scrollbar-arrow-color:#85b000;
scrollbar-base-color:#ededed;
scrollbar-dark-shadow-color:#093349;
scrollbar-face-color:#ededed;
scrollbar-highlight-color:#f5f5f5;
scrollbar-shadow-color:#7E838C
}
TEXTAREA, .input, SELECT { FONT-SIZE: 11px; FONT-FAMILY: tahoma,helvetica; COLOR: #093349; BACKGROUND-COLOR: #f5f5f5}
#bg A:link, #bg A:visited, #bg A:active { COLOR: #093349; TEXT-DECORATION: underline; }
#bg A:hover { COLOR: #105981; TEXT-DECORATION: none; }
#cat A:link, #cat A:visited, #cat A:active { COLOR: #093349; TEXT-DECORATION: none; }
#cat A:hover { COLOR: #105981; TEXT-DECORATION: underline; }
#title A:link, #title A:visited, #title A:active { COLOR: #093349; TEXT-DECORATION: none; }
#title A:hover { COLOR: #105981; TEXT-DECORATION: underline; }
#cat { background-image: url(images/newmedia/cellpic.gif); }
#title { background-image: url(images/newmedia/catpic.gif); }
table.out {
width: 90%;
border: 1px solid #7E838C;
background-color: #FFFFFF;
background-attachment: fixed;
background-repeat: no-repeat;
margin-bottom:0px;
margin-left:10px;
margin-right:10px;
margin-top:0px;
}
Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »flammable« (27. August 2003, 15:18)