ilch Forum » Ilch Clan 1.1 » Fehlersuche und Probleme » Style.CSS Was steht wofür???

Geschlossen
  1. #1
    User Pic
    Infan Mitglied
    Registriert seit
    02.01.2011
    Beiträge
    25
    Beitragswertungen
    0 Beitragspunkte
    Moin moin,

    Also ich will die farben umändern auf meiner Homepage aber in der Style.css weiß ich nicht wo ich die farbcodes ändern muss um zumbeispiel die Forum Hintergrundfarbe zu ändern u.s.w gibt es dafür vllt ein Programm???

    body   
    { 
      background: #050505 url(images/bg2.jpg);
      background-position:top center;
      background-repeat:no-repeat;
      margin : 0 auto;
      background-attachment:fixed;
    }
    table.maintable {
      background: url(images/bg.jpg) repeat-y;
      margin: auto; width: 1000px;
    }
    table.maintable2 {
      margin: auto; width: 1000px;
    }
    .abg
    {
    }
    .login { 
      color: #F8F8F8; 
      font-family: tahoma; 
      font-size: 11px;
      text-align:left;
    }
    #login { 
      float:left;
      padding-left:25px;
      padding-top:5px;
    }
    #login a{ 
      color: #F8F8F8; 
      font-family: tahoma; 
      font-size: 10px;
      padding-left:15px;
    }
    #login a:hover {  
      color: #ffffff;
      text-decoration: none;
    }
    
    td 
    {
      color: #c0c0c0;
      font-family: tahoma; 
      font-size: 12px;
      text-align: center;
    
    }
    
    a 
    { 
      color: #009900; 
      font-family: tahoma; 
      font-size: 13px; 
      text-decoration: none;
    
    }
    
    a:hover 
    { 
      color: #888888;
      text-decoration: none;
    
    }
    a.topbox 
    { 
      color: #FF9000; 
      font-family: tahoma; 
      font-size: 11px;
      padding-left:5px;
      display:block;
      text-align:left;
        margin:0 auto;
    }
    
    a.topbox:hover 
    {  
      color: #F10000;
      font-family: tahoma; 
      font-size: 11px;
      text-decoration: none;
    }
    
    a.box 
    { 
      color: #ff3300; 
      font-family: tahoma; 
      font-size: 11px;
      text-align:left;
      float:left;
      padding-left:5px;
    }
    a.box:hover 
    {  
      color: #F10000;
      text-decoration: none;
    }
    
    .shoutbox{
      font-family: tahoma; 
      font-size: 10px;
      text-align:left;
      margin:0 auto;
    }
    .Chead
    {
      background-color: #000000;
      color: #363636;
      background-image :  url(images/head2.jpg);
      background-repeat :  repeat-x;
    }
    
    .Chead td, .Chead td strong, .Chead h4, .Chead td b
    {
      color: #414141;
      text-align: left;
    }
    
    .Callg
    {
    	color: #c0c0c0;
    	text-align: left;
    
    }
    
    .Callg td
    {
      color: #575757;
      text-align: left;
    }
    
    .Cnorm 
    {
      background-color: #242424;
    }
    
    .Cmite
    {
      background-color: #242424;
    }
    .Cdark
    {
      background-color: #000000;
      background-image :  url(images/head.jpg);
      background-repeat :  repeat-x;
    }
    
    .Bhead
    {
    	color: #cc6600;
    	text-align: left;
    	padding-bottom:11px;
    }
    
    .navi
    {
    color: #DCD6BC;
    width:170px;
    text-align:left;
    padding-left:3px;
    padding-right:3px;
    }
    .navi_re
    {
    width:170px;
    text-align:left;
    padding-left:3px;
    padding-right:3px;
    font-family: tahoma; 
    font-size: 11px;
    color: #DCD6BC;
    }
    
    .navtop
    {
    	color: #009900;
    	text-align: left;
    	padding-left:30px;
    	font-family: tahoma; 
        font-size: 14px;
    	font-weight: bold;
    }
    
    .navtop_re
    {
    	color: #009900;
    	text-align: left;
    	padding-left:30px;
    	font-family: tahoma; 
        font-size: 14px;
    	font-weight: bold;
    }
    
    .smalfont 
    { 
        color: #cc6600;
        font-size: 10px;
    	text-decoration: none;
    
    }
    
    .border 
    { 
        background-color: #B3B3B3;
    }
    
    hr 
    { 
        height: 0px; 
    	border-top-width: 1px; 
    }
    
    input, textarea, select
    { 
        color: #DDDDDD;  
        font: 11px tahoma;  
        border-color: #353535;
      	border-width: 1px;
        border-style: solid;  
        font-weight: none;  
        text-decoration: none;
        background-color:#1B1A16;
    }
    #log { 
    text-align:left;		
    }
    
    #copy { 
            margin:0 auto;
    		list-style:none;
    		padding-right:50px;
    		padding-top:15px;
    		color: #F5981F;
            text-align: right;
    		font: 11px tahoma;
    }
    #copy a{ 
    		color: #c0c0c0;
    		font: 11px tahoma;
    }
    #copy a:hover{ 
    		color: #242424;
    		font: 11px tahoma;
    }
    #menu {
            color: #393939;
    		}
    #menu ul { 
            padding-left: 0px; 
    		margin: 0 auto; 
    		list-style:none;
    }
    
    #menu li a {
        display		        : block;
    	width				: 165px;
    	line-height			: 23px;
    	height		    	: 20px;
    	font-size			: 12px;
    	color				: #cc6600;
    	font-weight			: bold;
    	background			: url(images/menu.jpg) no-repeat;
    	text-indent			: 15px;
    }
    #menu li a:hover {
    	color				: #009900;
    	text-indent			: 15px;
    	background-position	: 0 -23px;
    	text-decoration		: bold;
    }
    
    #menu_re {
            color: #009900;
    		}
    #menu_re ul { 
            padding-left: 0px; 
    		margin: 0 auto; 
    		list-style:none;
    }
    
    #menu_re a {
        display				: block;
    	font-size			: 11px;
    	color				: #009900;
    	font-weight			: normal;
    	padding-bottom		: 2px;
    	text-align          : center;
    }
    #menu_re a:hover {
    	color				: #FE8C08;
    	text-decoration		: bold;
    }
    #smallmenu { }
    #smallmenu li { font-size: 9px; }
    #smallmenu a { font-size: 9px; }


    betroffene Homepage: kaw-game-community.de/
    0 Mitglieder finden den Beitrag gut.
  2. #2
    User Pic
    T3BAss Mitglied
    Registriert seit
    21.12.2011
    Beiträge
    133
    Beitragswertungen
    18 Beitragspunkte
    ZitatZitat geschrieben von Infan

    Moin moin,

    Also ich will die farben umändern auf meiner Homepage aber in der Style.css weiß ich nicht wo ich die farbcodes ändern muss um zumbeispiel die Forum Hintergrundfarbe zu ändern u.s.w gibt es dafür vllt ein Programm???



    Chrome und Opera bieten dir standartmäßig eine Konsole ( für FF gibts die erweiterung "FireBug" ) mit der du einfach über ein Element gehst mit der maus und der dir das in einem eingerückteten und gehighlighteten baum anzeigt mit zugrhörigem css code und du den code im browser verändern kannst. ( nach de neu laden ist alles wieder normal. das ist nur ne nachbearbeitung )

    Man ruft diese mit F12 auf oder per "Rechtsklick -> Element überprüfen" ( kann auch "Element untersuchen" heißen )
    0 Mitglieder finden den Beitrag gut.
  3. #3
    User Pic
    UniX Mitglied
    Registriert seit
    25.11.2011
    Beiträge
    96
    Beitragswertungen
    1 Beitragspunkte
    Zunächst mal welches Design haste denn?

    hier in deinem code wird ja im body als background ein bild verwendet

    background: #050505 url(images/bg2.jpg);
    )

    hier also bg2.jpg
    würde da mal ansetzen!

    mfg UniX

    hab mal schnell geschaut im queltext auf der seite von dir

    müsten die classen Cdark und cnorm sein warte da war noch was

    ja chead und callg
    muusst du mal probieren bzw im forum template evtl neue classen anlegen damit nur das forum betroffen ist!




    Zuletzt modifiziert von UniX am 06.01.2012 - 22:43:25
    Gfeundene verschreibär un rechtschreibfeihler Dürft ihr behalten! Der Rest ist unter meinem ©
    0 Mitglieder finden den Beitrag gut.
  4. #4
    User Pic
    T3BAss Mitglied
    Registriert seit
    21.12.2011
    Beiträge
    133
    Beitragswertungen
    18 Beitragspunkte
    mir fällt keine stelle ein wo Callg genutzt wird ^^

    Chead, Cnorm, Cdark, Cmite und .border sind die wichtigsten Klassen
    0 Mitglieder finden den Beitrag gut.
  5. #5
    User Pic
    Infan Mitglied
    Registriert seit
    02.01.2011
    Beiträge
    25
    Beitragswertungen
    0 Beitragspunkte
    Hey danke für die Hilfe,


    Das Programm was T3BAss Vorgeschlagen hat ist genau das was ich gebraucht habe..........


    Vielen Dank an euch nochmal.....


    mfg

    Infan
    0 Mitglieder finden den Beitrag gut.
Geschlossen

Zurück zu Fehlersuche und Probleme

Optionen: Bei einer Antwort zu diesem Thema eine eMail erhalten