ilch Forum » Ilch Clan 1.1 » Design und Templates » Design ändern bzw css kommentieren

Geschlossen
  1. #1
    User Pic
    Split Mitglied
    Registriert seit
    22.08.2009
    Beiträge
    4
    Beitragswertungen
    0 Beitragspunkte
    hi, ich wollte die Menü und Boxenüberschriften abändern aber dabei ändert sich auch der Boxeninhalt. Zudem sind die Überschriften bei dem Forum aufeinmal so riesig bei diesem Design.

    lod03_gruen

    hier die css
    body   
    { 
    	background-color: #161616;
    	scrollbar-face-color: #1e1e1e;
    	scrollbar-highlight-color: #EFEFEF;
    	scrollbar-shadow-color: #72d13b;
    	scrollbar-3dlight-color: #000000;
    	scrollbar-arrow-color:  #72d13b;
    	scrollbar-track-color: #4B4B4A;
    	scrollbar-darkshadow-color: #DDDDDD;
    }
    
    .menu
    {
    	display:block;
    	color: #696969;
    	font-size: 11px;
    	background:url(Bilder/Button_gruen.jpg);
    	width: 168px;
    	height: 19px;
    	text-indent: 15px;
    	text-decoration: none;
    	font-family:  Verdana, sans-serif;
    	line-height: 19px;
    }
    
    .menu:hover
    {
    	display:block;
    	color: #72d13b;
    	font-size: 11px;
    	background:url(Bilder/Button_gruen2.jpg);
    	width: 168px;
    	height: 19px;
    	text-indent: 15px;
    	text-decoration: none;
    	font-family:  Verdana, sans-serif;
    	line-height: 19px;
    } 
    
    .abg
    {
      background-color: #000000;
    }
    
    <!--
    /* hier werden die Menü-boxenschriften definiert */
    -->
    td 
    {
      font-family: Verdana; 
      font-size: 11px;
      color: #ffffff;
    }
    
    a 
    { 
      color: #72d13b; 
    	font-family: Verdana; 
    	font-size: 11px; 
    	text-decoration: none; 
    }
    
    a:hover 
    {   
      color: #72d13b; 
    	font-family: Verdana; 
    	font-size: 11px; 
    	text-decoration: underline; 
    }
    
    a.box 
    { 
      color: #ffffff; 
    	font-family: Verdana; 
    	font-size: 11px; 
    	text-decoration: none; 
    }
    
    a.box:hover 
    {   
      text-decoration: none;  
    }
    
    hmenu
    {   
        color: #ffffff; 
    	font-family: Verdana; 
    	font-size: 11px; 
    	text-decoration: none;  
    }
    
    a.hmenu
    {   
        color: #ffffff; 
    	font-family: Verdana; 
    	font-size: 11px; 
    	text-decoration: underline;  
    }
    
    hmenu:hover
    {   
        color: #ffffff; 
    	font-family: Verdana; 
    	font-size: 11px; 
    	text-decoration: none;  
    }
    
    
    .Chead
    {
      background-color: #303030;
      color: #72d13b;
    }
    
    .Chead td, .Chead td strong, .Chead h4, .Chead td b
    {
      color: #ffffff;
    }
    
    .Callg
    {
      background-color: #000000;
    	color: #000000;
    }
    
    .Callg td
    {
      color: #ffffff;
    }
    
    .Cnorm 
    {
      background-color: #3b3b3b;
    }
    .Cmite
    {
      background-color: #2a2a2a;
    }
    .Cdark
    {
      background-color: #333333;
    }
    
    #Ballg
    {
    	color: #000000;
    }
    #Ballg td
    {
    	color: #000000;
    }
    
    .Bhead
    
    {
      background-color: #333333;
    	color: #FFFFFF;
    }
    .Bbody
    {
      background-color: #2a2a2a;
    	color: #000000;
    }
    
    .rand
    {
      border: solid #1b1b1b 1px;
    }
    
    .smalfont 
    { 
        font-size: 10px;
    		text-decoration: none; 
    }
    
    .border 
    { 
       background-color: #1b1b1b; 
    }
    hr 
    { 
        height: 0px; 
    		border: solid #1b1b1b 0px; 
    		border-top-width: 1px; 
    }
    
    input, textarea, select
    { 
        color: #000000;  
        font: 12px Verdana;  
        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; }

    hoffe mir kann jemand weiterhelfen oder die css komentieren. thx


    verwendete ilchClan Version: 1.1

    betroffene Homepage: clan-firestorm.tk
    0 Mitglieder finden den Beitrag gut.
Geschlossen

Zurück zu Design und Templates

Optionen: Bei einer Antwort zu diesem Thema eine eMail erhalten