ilch Forum » Ilch Clan 1.1 » Fehlersuche und Probleme » Link Farbe ändern

Geschlossen
  1. #1
    User Pic
    kryptik Mitglied
    Registriert seit
    06.02.2006
    Beiträge
    59
    Beitragswertungen
    0 Beitragspunkte
    Hallo,

    wo in der style.css muss ich die farbe ändern damit die linkfarbe sich vom normalen text unterscheidet?

    body   
    { 
      background-color: #000000;
    }
    
    .abg
    {
    }
    
    td 
    {
      font-family: Verdana; 
      font-size: 10px;
    }
    
    a 
    { 
      color: #FFFFFF; 
      font-family: Tahoma; 
      font-size: 10px; 
      text-decoration: none;
    }
    
    a:hover 
    { 
      color: Silver;
      text-decoration: none;  
    }
    
    a.box 
    { 
      color: #FFFFFF; 
      font-family: Tahoma; 
      font-size: 10px; 
    }
    
    a.box:hover 
    {  
      color: #0096ff;
      text-decoration: none;  
    }
    
    .Chead
    {
      background-color: #000000;
      color: #FFFFFF;
    }
    
    .Chead td, .Chead td strong, .Chead h4, .Chead td b
    {
      color: #FFFFFF;
    }
    
    .Callg
    {
    	color: #FFFFFF;
    }
    
    .Callg td
    {
      color: #FFFFFF;
    }
    
    .Cnorm 
    {
      background-color: #000000;
    }
    
    .Cmite
    {
      background-color: #000000;
    }
    .Cdark
    {
    }
    
    #Ballg
    {
    	color: #FFFFFF;
    }
    #Ballg td
    {
    	color: #FFFFFF;
    }
    
    .Bhead
    {
    	color: #FFFFFF;
    }
    
    .Bbody
    {
    	color: #FFFFFF;
    }
    
    .Bbody2
    {
    	color: #000000;
    }
    
    .rand
    {
    }
    
    .smalfont 
    { 
        font-size: 10px;
    	text-decoration: none; 
    }
    
    .border 
    { 
        background-color: #848484;
    }
    
    hr 
    { 
        height: 0px; 
    	border-top-width: 1px; 
    }
    
    input, textarea, select
    { 
        color: #000000;  
        font: 10px Tahoma;  
        border-color: #003366;
      	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; }



    verwendete ilchClan Version: 1.1

    betroffene Homepage: externer Link
    0 Mitglieder finden den Beitrag gut.
Geschlossen

Zurück zu Fehlersuche und Probleme

Optionen: Bei einer Antwort zu diesem Thema eine eMail erhalten