ilch Forum » Ilch Clan 1.1 » Fehlersuche und Probleme » Schriftfarbe und Werbung?

Geschlossen
  1. #1
    User Pic
    Loqi-X Mitglied
    Registriert seit
    13.10.2008
    Beiträge
    439
    Beitragswertungen
    1 Beitragspunkte
    Hey,

    ich habe seit kurzem irgendwas in meinem Template verändert und dioe Schiftfarbe bei den news ist Schwarz. So kann man die News garnicht lesen.

    Außerdem erscheint seit ca. 3 Tagen Werbung auf meiner homepage, obwohl bplaced das überhaupt nicht hat. Vielleicht liegt es daran, das ich die Code von Layerads eingefügt habe, damit ich mit dieser Werbung geldverdiene. Aber diese Code habe ich schon rausgenommen, trotzdem erscheint es immer wieder.

    Hier sind mal die Code vom style.css:
    .menu
    {
    	display:block;
    
    	color: #0099CC;
    
    	font-size: 11px;
    
    	width: 164px;
    
    	height: 20px;
    
    	text-indent: 25px;
    
    	text-decoration: none;
    
    	font-family: Verdana, Arial, Helvetica, sans-serif;
    
    	line-height: 19px;
    
    	background-image: url('bilder/loa_01_button.png');
    
    	background-repeat: no-repeat;
    }
    .menu:hover
    {
    	display:block;
    
    	color: #990000;
    
    	font-size: 11px;
    
    	width: 164px;
    
    	height: 20px;
    
    	text-indent: 27px;
    
    	text-decoration: none;
    
    	font-family: Verdana, Arial, Helvetica, sans-serif;
    
    	line-height: 19px;
    
    	background-image: url('bilder/loa_01_button_v.png');
    
    	background-repeat: no-repeat;
    } 
    
    .title
    
    {
    
    	font-size: 10px;
    	font-weight: bold;
    	color: #0066CC;
    
    }
    
    .login_1
    
    { 
    
        color: #000000;
    
    	background:#FFF url('bilder/login_1.gif') ;
    
    	width: 103px;
    
    	height: 17px;
    
        border-width: 0px;
    
        font-weight: normal;
    
        text-decoration: none;
    
    	text-align: center;
    
    	padding-top: 3px; font-style:normal; font-variant:normal; font-size:12px; font-family:Tahoma
    
    }
    
    .login_2 
    
    { 
    
        color: #000000;
    
    	background:#FFF url('bilder/login_2.gif') ;
    
    	width: 103px;
    
    	height: 15px;
    
        border-width: 0px;
    
        font-weight: normal;
    
        text-decoration: none;
    
    	text-align: center; 
    
    	padding-top: 5px; font-style:normal; font-variant:normal; font-size:12px; font-family:Tahoma
    
    }
    
    .login_s
    
    { 
    
        background:url('bilder/login_s.gif') ;
    
    	width:40px;
    
    	height:20px;
    
      	border-width: 0px;
    
        font-weight: normal;
    
        text-decoration: none
    
    }
    
    .btitle
    
    {
    
    	color: #000000;
    	font-weight: bold;
    	font-size:12px;
    
    }
    
    .bcontent
    
    {
    
    	margin-left: 10px;
    
    }
    
     body   
    
    { 
    
      background-color: #000000;
    
      margin-left:0px;
    
      margin-right:0px;
    
      margin-top:0px;
    
      margin-bottom:0px;
    
    }
    
    td 
    
    {
    
      font-family: Verdana; 
    
      font-size: 10px;
    
      color: #FFFFFF;
    
    }
    
    a
    
    { 
    
      color: #0099CC; 
    
      font-family: Verdana; 
    
      font-size: 10px; 
    
      text-decoration: none;
    
    }
    
    a:hover 
    
    { 
    
      color: #000000;
    
      text-decoration: none;  
    
    }
    
    a.box 
    
    { 
    
      color: #0099FF; 
    
      font-family: Verdana; 
    
      font-size: 10px;
    
      text-decoration: none;
    
     }
    
    a.box:hover 
    
    {  
    
      color: #990000;
    
      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: #666666;
    
    }
    
    .Cmite
    
    { 
    
      color:#000000;
    
      background-color: #576973;
    
    }
    
    .Cdark
    
    {
    
      background-color: #5D5D5D;
    
    }
    
    
    
    #Ballg
    
    {
    
    	color: #FFFFFF;
    
    	background-color: #111111;
    
    }
    
    #Ballg td
    
    {
    
    	color: #666666;
    
    	background-color: #111111;
    
    }
    
    .Bhead
    
    {
    
    	color: #000000;
    
    }
    
    .Bbody
    
    {
    
    	color: #FFFFFF;
    
    }
    
    
    
    .smalfont 
    
    { 
    
    	color: #FFFFFF;
    
        font-size: 10px;
    
    	text-decoration: none; 
    
    }
    
    .smalfont_copyright 
    
    { 
    
    	color: #FFFFFF;
    
        font-size: 10px;
    
    	text-decoration: none; 
    
    }
    
    .border 
    
    { 
    
        background-color: #999999;
    
    }
    
    hr 
    
    { 
    
        height: 0px; 
    
    	border-top-width: 1px; 
    
    }
    
    input, textarea, select
    
    { 
    
        color: #333333;
    
    	background-color: #FFFFFF;
    
        font: 10px  Verdana;  
    
        border-color: #333333;
    
      	border-width: 1px;
    
        border-style: double;  
    
        font-weight: normal;  
    
        text-decoration: none;  
    
    }
    
    #menu {}
    
    #menu ul { padding-left: 10px; margin-left: 10px; }
    
    #smallmenu { }
    
    #smallmenu li { font-size: 10px; }
    
    #smallmenu a { font-size: 10px; }


    Braucht ihr noch irgendwelche codes?

    Ich hoffe ihr könnt/wollt mir helfen lächeln.

    Mfg Loqi-X


    verwendete ilchClan Version: 1.1

    betroffene Homepage: externer Link
    0 Mitglieder finden den Beitrag gut.
  2. #2
    User Pic
    Loqi-X Mitglied
    Registriert seit
    13.10.2008
    Beiträge
    439
    Beitragswertungen
    1 Beitragspunkte
    Hat keiner eine Ahnung? Sorry das ich jetzt pushe, aber ich bracuh das dringend grumml
    0 Mitglieder finden den Beitrag gut.
  3. #3
    User Pic
    dastiii Mitglied
    Registriert seit
    27.12.2005
    Beiträge
    2.354
    Beitragswertungen
    84 Beitragspunkte
    Veränder doch einfach mal die #000000 zu #FFFFFF, das machst du Stück für Stück und guckst dann, wo es sich ändert.
    So lernt man es auch am besten.
    0 Mitglieder finden den Beitrag gut.
  4. #4
    User Pic
    Loqi-X Mitglied
    Registriert seit
    13.10.2008
    Beiträge
    439
    Beitragswertungen
    1 Beitragspunkte
    Problem behoben, danke!

    CLOSED pls!
    0 Mitglieder finden den Beitrag gut.
Geschlossen

Zurück zu Fehlersuche und Probleme

Optionen: Bei einer Antwort zu diesem Thema eine eMail erhalten