ilch Forum » Ilch Clan 1.1 » Fehlersuche und Probleme » News Schriftfarbe ändern

Geschlossen
  1. #1
    User Pic
    Wamulika Mitglied
    Registriert seit
    03.01.2007
    Beiträge
    168
    Beitragswertungen
    0 Beitragspunkte
    Hallo,
    Ich möchte in den News die Schriftfarbe von schwarz zu weiss ändern. Nur weiss ich jetzt nicht wie.
    Die Suchfunktion habe ich genutzt, doch was ich da gefunden hatte, hatte ich nicht verstanden.
    Hier ist mal das was in der css Datei steht:
    /*customs*/
    
    .lg_messages
    {
      color:#FF0000;
      font-family: Tahoma;
      font-size:11px;
    }
    
    .lg_hello
    {
      color:#000000;
      font-family:Tahoma;
      font-size:11px;
    }
     
    a.menu
    {
    	display:block;
    	color: #000000;
    	font-size: 9px;
    	background:url(images/img_mp_norm.jpg) #151515 ;
    	width: 170px;
    	height: 19px;
    	text-indent: 15px;
    	text-decoration: none;
    	font-family:  Tahoma, Arial,Verdana, Helvetica, sans-serif;
    	line-height: 19px;
    }
    
    a.menu:hover
    {
    	display:block;
    	color: #000000;
    	font-size: 9px;
    	background:url(images/img_mp_hover.jpg) #ffffff ;
    	width: 170px;
    	height: 19px;
    	text-indent: 15px;
    	text-decoration: none;
    	font-family:  Tahoma, Arial,Verdana, Helvetica, sans-serif;
    	line-height: 19px;
    } 
     
    /*standart*/
    
    body   
    { 
      background-color: #000000;
      margin-left:0px;
      margin-right:0px;
      margin-top:0px;
      margin-bottom:0px;
    }
    
    .abg
    {
    }
    
    td 
    {
      font-family: Verdana; 
      font-size: 10px;
      color:#FFFFFF;
    }
    
    a 
    { 
      color: #EB0000; 
      font-family: Tahoma; 
      font-size: 10px; 
      text-decoration: none;
    }
    
    a:hover 
    { 
      color: #000000;
      text-decoration: none;  
    }
    
    a.box 
    { 
      color: #000000; 
      font-family: Tahoma; 
      font-size: 10px; 
    }
    
    a.box:hover 
    {  
      color: #EB0000;
      text-decoration: none;  
    }
    
    .Chead
    {
      color: #000000;
      
    }
    
    .Chead td, .Chead td strong, .Chead h4, .Chead td b
    {
      color: #000000;
    }
    
    .Callg
    {
    	color: #000000;
    }
    
    .Callg td
    {
      color: #000000;
    }
    
    .Cnorm 
    {
      color:#000000;
      background-color: #ffffff;
    }
    
    .Cmite
    { 
      color:#000000;
      background-color: #ffffff;
    }
    .Cdark
    {
      background-color:#ffffff;
    }
    
    #Ballg
    {
    	color: #000000;
    	background-color: #ffffff;
    }
    #Ballg td
    {
    	color: #000000;
    	background-color: #ffffff;
    }
    
    .Bhead
    {
    	color: #000000;
    }
    
    .Bbody
    {
    	color: #000000;
    	
    }
    
    .rand
    {
    }
    
    .smalfont 
    { 
    	color:#FF0000;
        font-size: 10px;
    	text-decoration: none; 
    }
    
    .smalfont_copyright 
    { 
    	color: #000000;
        font-size: 10px;
    	text-decoration: none; 
    }
    
    .border 
    { 
        background-color: #a1a1a1;
    }
    
    hr 
    { 
        height: 0px; 
    	border-top-width: 1px; 
    }
    
    input, textarea, select
    { 
        color: #000000;  
        font: 10px Tahoma;  
        border-color: #000000;
      	border-width: 1px;
        border-style: solid;  
        font-weight: none;  
        text-decoration: none;  
    }
    
    #menu {}
    #menu ul { padding-left: 10px; margin-left: 10px; }
    #smallmenu { }
    #smallmenu li { font-size: 9px; }
    #smallmenu a { font-size: 9px; }


    Was muss ich da ändern?

    MfG, Wamulika


    verwendete ilchClan Version: 1.1

    betroffene Homepage: clanawards.cl.ohost.de
    0 Mitglieder finden den Beitrag gut.
  2. #2
    User Pic
    Mairu Coder
    Registriert seit
    16.06.2006
    Beiträge
    15.334
    Beitragswertungen
    386 Beitragspunkte
    Wenn du auf der ganzen Seite weiß Schrift haben willst, muss du bei body noch color: #FFFFFF; eintragen, ansonten ist die Änderung im Newstemplate durchzuführen.
    Und auch immer mal ein Blick auf die FAQ werfen. | Mairus Ilchseite
    0 Mitglieder finden den Beitrag gut.
  3. #3
    User Pic
    Wamulika Mitglied
    Registriert seit
    03.01.2007
    Beiträge
    168
    Beitragswertungen
    0 Beitragspunkte
    Leider klappt es immernoch nicht :-(
    Ich möchte einfach die Schriftfarbe auf der seite in weiss...
    So sieht es jetzt in der css datei aus:
    /*customs*/
    
    .lg_messages
    {
      color:#FF0000;
      font-family: Tahoma;
      font-size:11px;
    }
    
    .lg_hello
    {
      color:#000000;
      font-family:Tahoma;
      font-size:11px;
    }
     
    a.menu
    {
    	display:block;
    	color: #000000;
    	font-size: 9px;
    	background:url(images/img_mp_norm.jpg) #151515 ;
    	width: 170px;
    	height: 19px;
    	text-indent: 15px;
    	text-decoration: none;
    	font-family:  Tahoma, Arial,Verdana, Helvetica, sans-serif;
    	line-height: 19px;
    }
    
    a.menu:hover
    {
    	display:block;
    	color: #000000;
    	font-size: 9px;
    	background:url(images/img_mp_hover.jpg) #ffffff ;
    	width: 170px;
    	height: 19px;
    	text-indent: 15px;
    	text-decoration: none;
    	font-family:  Tahoma, Arial,Verdana, Helvetica, sans-serif;
    	line-height: 19px;
    } 
     
    /*standart*/
    
    body   
    { 
      background-color: #000000;
      color: #FFFFFF;
      margin-left:0px;
      margin-right:0px;
      margin-top:0px;
      margin-bottom:0px;
    }
    
    .abg
    {
    }
    
    td 
    {
      font-family: Verdana; 
      font-size: 10px;
      color:#000000;
    }
    
    a 
    { 
      color: #EB0000; 
      font-family: Tahoma; 
      font-size: 10px; 
      text-decoration: none;
    }
    
    a:hover 
    { 
      color: #000000;
      text-decoration: none;  
    }
    
    a.box 
    { 
      color: #000000; 
      font-family: Tahoma; 
      font-size: 10px; 
    }
    
    a.box:hover 
    {  
      color: #EB0000;
      text-decoration: none;  
    }
    
    .Chead
    {
      color: #000000;
      
    }
    
    .Chead td, .Chead td strong, .Chead h4, .Chead td b
    {
      color: #000000;
    }
    
    .Callg
    {
    	color: #000000;
    }
    
    .Callg td
    {
      color: #000000;
    }
    
    .Cnorm 
    {
      color:#000000;
      background-color: #ffffff;
    }
    
    .Cmite
    { 
      color:#000000;
      background-color: #ffffff;
    }
    .Cdark
    {
      background-color:#ffffff;
    }
    
    #Ballg
    {
    	color: #000000;
    	background-color: #ffffff;
    }
    #Ballg td
    {
    	color: #000000;
    	background-color: #ffffff;
    }
    
    .Bhead
    {
    	color: #000000;
    }
    
    .Bbody
    {
    	color: #000000;
    	
    }
    
    .rand
    {
    }
    
    .smalfont 
    { 
    	color:#FF0000;
        font-size: 10px;
    	text-decoration: none; 
    }
    
    .smalfont_copyright 
    { 
    	color: #000000;
        font-size: 10px;
    	text-decoration: none; 
    }
    
    .border 
    { 
        background-color: #a1a1a1;
    }
    
    hr 
    { 
        height: 0px; 
    	border-top-width: 1px; 
    }
    
    input, textarea, select
    { 
        color: #000000;  
        font: 10px Tahoma;  
        border-color: #000000;
      	border-width: 1px;
        border-style: solid;  
        font-weight: none;  
        text-decoration: none;  
    }
    
    #menu {}
    #menu ul { padding-left: 10px; margin-left: 10px; }
    #smallmenu { }
    #smallmenu li { font-size: 9px; }
    #smallmenu a { font-size: 9px; }


    Was ist daran falsch?
    0 Mitglieder finden den Beitrag gut.
Geschlossen

Zurück zu Fehlersuche und Probleme

Optionen: Bei einer Antwort zu diesem Thema eine eMail erhalten