ilch Forum » Allgemein » HTML, PHP, SQL,... » CSS auf die index anpassen

Geschlossen
  1. #1
    User Pic
    87design Mitglied
    Registriert seit
    30.05.2007
    Beiträge
    12
    Beitragswertungen
    0 Beitragspunkte
    Hi und zwar wollte ich erstens wissen wo ich die titel schrift der box also %1 ändere inder css und zweitens was eigendlich was verändert. ich würde mich riesig drüber freuen wenn jemand mir das beschriften würde. Z.b. so

    hmenu <---// Schrift für die Überschrift für der content box
    {
    color: #ffffff;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 11px;
    text-decoration: none;
    }

     
    
    body   
    { 
    	background-color: #333333;
    }
    
    .menu
    {
    	display:block;
    	color: #000000;
    	font-size: 11px;
    	background:url(images/Button_rot.jpg);
    	width: 194px;
    	height: 19px;
    	text-indent: 15px;
    	text-decoration: none;
    	font-family: Georgia, "Times New Roman", Times, serif;
    	line-height: 19px;
    }
    
    .menu:hover
    {
    	display:block;
    	color: #ffffff;
    	font-size: 11px;
    	background:url(images/Button_rot2.jpg);
    	width: 194px;
    	height: 19px;
    	text-indent: 15px;
    	text-decoration: none;
    	font-family: Georgia, "Times New Roman", Times, serif;
    	line-height: 19px;
    } 
    
    .abg
    {
      background-color: #ffffff;
    }
    
    td 
    {
      font-family: Georgia, "Times New Roman", Times, serif; 
      font-size: 14px;
      color: #ffffff;
      font-style: normal;
      text-shadow: #666666;
      font-weight: bold;
      }
    
    a 
    { 
      color: #d1423b; 
    	font-family: Georgia, "Times New Roman", Times, serif; 
    	font-size: 11px; 
    	text-decoration: none; 
    }
    
    a:hover 
    {   
      color: #d1423b; 
    	font-family: Georgia, "Times New Roman", Times, serif; 
    	font-size: 11px; 
    	text-decoration: underline; 
    }
    
    a.box 
    { 
      color: #ffffff; 
    	font-family: Georgia, "Times New Roman", Times, serif; 
    	font-size: 11px; 
    	text-decoration: none; 
    }
    
    a.box:hover 
    {   
      text-decoration: none;  
    }
    
    hmenu
    {   
        color: #ffffff; 
    	font-family: Georgia, "Times New Roman", Times, serif; 
    	font-size: 11px; 
    	text-decoration: none;  
    }
    
    a.hmenu
    {   
        color: #ffffff; 
    	font-family: Georgia, "Times New Roman", Times, serif; 
    	font-size: 11px; 
    	text-decoration: underline;  
    }
    
    a.hmenu:hover
    {   
        color: #ffffff; 
    	font-family: Georgia, "Times New Roman", Times, serif; 
    	font-size: 11px; 
    	text-decoration: none;  
    }
    
    
    .Chead
    {
      background-color: #333333;
      color: #d1423b;
       font-size: 11px;
       font-family: Georgia, "Times New Roman", Times, serif;
       text-decoration: none;
    }
    
    .Chead td, .Chead td strong, .Chead h4, .Chead td b
    {
      color: #333333;
    }
    
    .Callg
    {
      background-color: #ffffff;
    	color: #000000;
    }
    
    .Callg td
    {
      color: #333333;
    }
    
    .Cnorm 
    {
      background-color: #1a1a1a;
    }
    .Cmite
    {
      background-color: #2a2a2a;
    }
    .Cdark
    {
      background-color: #252525;
    }
    
    #Ballg
    {
    	color: #ffffff;
    }
    #Ballg td
    {
    	color: #ffffff;
    }
    
    .Bhead
    
    {
      background-color: #333333;
    	color: #FFFFFF;
    }
    .Bbody
    {
      background-color: #ffffff;
    	color: #000000;
    }
    
    .rand
    {
      border: solid #1b1b1b 1px;
    }
    
    .smalfont 
    { 
        font-size: 10px;
    		text-decoration: none; 
    }
    
    .border 
    { 
       background-color: #333333; 
    }
    hr 
    { 
        height: 0px; 
    		border: solid #1b1b1b 0px; 
    		border-top-width: 1px; 
    }
    
    input, textarea, select
    { 
        color: #000000;  
        font-family: 12px Georgia, "Times New Roman", Times, serif;  
        border-color: #1b1b1b;
      	border-width: 1px;
        border-style: solid;  
        font-weight: none;  
        text-decoration: none;  
        background-color: #EFEFEF;  
    }
    
    #menu {}
    #menu ul { padding-left: 10px; margin-left: 10px; }
    #smallmenu { }
    #smallmenu li { font-size: 9px; }
    #smallmenu a { font-size: 9px; }


    Mfg recoil


    verwendete ilchClan Version: 1.1

    betroffene Homepage: externer Link


    Zuletzt modifiziert von 87design am 03.06.2007 - 19:14:32
    0 Mitglieder finden den Beitrag gut.
Geschlossen

Zurück zu HTML, PHP, SQL,...

Optionen: Bei einer Antwort zu diesem Thema eine eMail erhalten