ilch Forum » Allgemein » HTML, PHP, SQL,... » Linkfarbe ändern

Geschlossen
  1. #1
    User Pic
    RobertO Mitglied
    Registriert seit
    26.05.2007
    Beiträge
    6
    Beitragswertungen
    0 Beitragspunkte
    Hallo,

    Ich habe ein Proplem mit der Linkfarbe auf meiner HP.

    Normalerweise sind die Links dort blau doch benutzte Links werden weiss und bei meiner Memberliste etc. ist der hintergrund hellgrau, ich möchte das sich die Links nicht mehr verfärben und immer blau bleiben

    Habe die Farbe der Links im css schon auf die normal Blaue farbe umgestellt doch bringt nichts. Die Links werden trozdem wieder weiss.

    Hab nicht viel ahnung von der Sache deswegen würde ich mich über HILFE sehr freuen!!!

     }
     
      a:visited 
      {
    	font-family: Verdana, Helvetica, sans-serif, Default;
    	font-size: 9px;
    	text-decoration: none;
    	color: #00b8fc; // ok
    	font-weight: bold;

    davor

     }
     
      a:visited 
      {
    	font-family: Verdana, Helvetica, sans-serif, Default;
    	font-size: 9px;
    	text-decoration: none;
    	color: #FFFFFF; // ok
    	font-weight: bold;



    verwendete ilchClan Version: 1.1

    betroffene Homepage: terrorattackclan.funpic.de
    0 Mitglieder finden den Beitrag gut.
  2. #2
    User Pic
    Jan Hall Of Fame
    Registriert seit
    17.01.2007
    Beiträge
    3.646
    Beitragswertungen
    54 Beitragspunkte
    So siehts vollständig aus:

    a:link, a:visited, a:active { 
    	color: #000000; 
    	font-family: Arial; 
    	font-size: 12px; 
    	text-decoration: none; 
    	font-style: normal;
    }


    Musst nur noch nach deinen Wünschen anpassen.
    0 Mitglieder finden den Beitrag gut.
  3. #3
    User Pic
    RobertO Mitglied
    Registriert seit
    26.05.2007
    Beiträge
    6
    Beitragswertungen
    0 Beitragspunkte
    Soll ich das für visited ersetzten?

    Sorry aber bin halt ein Anfänger...

    Ich post hier mal mein ganzes css

    Bräuchte da wirklich nochmal hilfe!!!

    body						{
    						background-repeat:repeat-x;
    						background-position:top;
    						background-color:#808080;
    						}
    
    #hmenu					{
    						width: 600px;
    						padding-bottom:10px;
    						padding-left:10px;
    						font-size: 10pxpx;
    						color: #000000;
    						}
    
    .kn_rcc_light		{
    						background-color: #ebebeb;
    						color: #000000;
    						}
    .kn_rcc_dark		{
    						background-color: #dddddd;
    						color: #000000;
    						}
    
    .lbox_hcommunity		{
    						height: 28px;
    						background-repeat:no-repeat;
    						}
    .lbox_hclan					{
    						height: 28px;
    						background-repeat:no-repeat;
    						}
    .lbox_hdesigns			{
    						height: 28px;
    						background-repeat:no-repeat;
    						}
    .lbox_hserver				{
    						height: 28px;
    						background-repeat:no-repeat;
    						}
    .lbox_header				{
    						height: 28px;
    						background-repeat:no-repeat;
    						}
    .lbox_headertxt	{
    						color: #000000;
    						font-family: Arial, Helvetica, sans-serif;
    						font-size:11px;
    						padding-left: 8px;
    						padding-bottom: 3px;
    						}
    .rbox_header		{
    						height: 33px;
    						width: 216px;
    						background-repeat:no-repeat;
    						}
    .rbox_headertxt	{
    						color: #000000;
    						font-family: Arial, Helvetica, sans-serif;
    						font-size:11px;
    						padding-left: 8px;
    						padding-bottom: 8px;
    						}
    
    .calbox_mt 						{
    								background-color:		#dddddd;
    								width:					200px;
    								text-align:				center;
    								}
    .calbox_month 					{
    								color:					#000000;
    								background-color:		#000000;
    								font-size:				10px;
    								}
    								
    #loginbox				{
    								margin: 0px;
    								padding: 0px;
    								}
    #login_hallo		{
    								color: #000000;
    								}
    #shoutbox				{
    								margin: 0px;
    								padding: 0px;
    								}
    				
    
    .abg
    {
    }
    
    td 
    {
      font-family: Verdana; 
      font-size: 10px;
    }
    
    a 
    {
      font-family: Verdana, Helvetica, sans-serif, Default;
      font-size: 9px;
      text-decoration: none;
      color: #000000;
      font-weight: bold;
    }
    
     a:link {
    	font-family: Verdana, Helvetica, sans-serif, Default;
    	font-size: 9px;
    	text-decoration: none;
    	color: #000000;
    	font-weight: bold;
     }
     
      a:visited 
      {
    	font-family: Verdana, Helvetica, sans-serif, Default;
    	font-size: 9px;
    	text-decoration: none;
    	color: #00b8fc; // ok
    	font-weight: bold;
     }
     a:hover {
     	font-family: Verdana, Helvetica, sans-serif, Default;
    	font-size: 9px;
    	text-decoration: none;
    	color: #00b8fc;
    	font-weight: bold;
     }
    
    a.box 
    { 
      color: #FFFFFF; // ok
      font-family: Verdana, Helvetica, sans-serif, Default;
      font-size: 9px; 
    }
    
    a.box:hover 
    {  
      color: #00b8fc;
      text-decoration: none;  
    }
    
    a.calbox_arow							{
    								color:							#000000;
    								background-color:		#000000;
    								font-size:					10px;
    								text-decoration:		none;
    								}
    a.calbox_arow:hover				{
    								color:							#000000;
    								background-color:		#000000;
    								font-size:					10px;
    								text-decoration:		none;
    								}
    a.gbook_insert						{
    								color:							#000000;
    								background-color:		#000000;
    								font-size:					10px;
    								text-decoration:		none;
    								}
    a.gbook_insert:hover			{
    								color:							#1fa4f0;
    								background-color:		#000000;
    								font-size:					10px;
    								text-decoration:		none;
    								}
    a.login_button						{
    								display:						block;
    								width:							73px;
    								height:							19px;
    								color:							#000000;
    								line-height:				19px;
    								text-align:					center;
    								}
    a.login_button:hover			{
    								display:						block;
    								width:							73px;
    								height:							19px;
    								color:							#ffffff;
    								line-height:				19px;
    								text-align:					center;
    								}								
    a.hmenu										{
    								color:							#03bafe;
    								font-size:					10px;
    								text-decoration:		none;
    								}
    a.hmenu:hover							{
    								color:							#000000;
    								font-size:					10px;
    								text-decoration:		none;
    								}								
    
    #com_menu ul
    								{
    									padding: 0px;
    									margin: 0px;
    									list-style-type:none;
    								}
    
    #com_menu li
    								{
    									margin: 0px;
    									padding: 0px;
    									list-style-type:none;
    								} 
    
    #com_menu li ul
    								{
    									padding: 0px;
    									margin: 0px;
    								}
    
    #com_menu li li
    								{
    								  padding: 0px;
    									margin: 0px;
    								}
    								
    #com_menu li a
    								{
    									display:						block;
    									margin:							0px;
    									padding: 						0px;
    									width:							193px;
    									height:							17px;
    									color: 							#000000;
    									text-indent:				5px;
    									font-size: 					10px;
    									font-family:				Verdana, Arial, Helvetica, sans-serif;
    									font-weight: 				bold;
    									text-decoration: 		none;
    									line-height:				17px;
    								}
    								
    #com_menu li a:hover
    								{
    									display:						block;
    									margin:							0px;
    									padding: 						0px;
    									width:							193px;
    									height:							17px;
    									color: 							#27A3FD;
    									text-indent:				5px;
    									font-size: 					10px;
    									font-weight: 				bold;
    									font-family:				Verdana, Arial, Helvetica, sans-serif;
    									text-decoration: 		bold;
    									line-height:				17px;
    								}
    								
    #com_menu li li a
    								{
    									display:						block;
    									margin:							0px;
    									padding: 						0px;
    									width:							193px;
    									height:							17px;
    									color: 							#000000;
    									text-indent:				15px;
    									font-size: 					9px;
    									font-weight: 				normal;
    									font-family:				Verdana, Arial, Helvetica, sans-serif;
    									text-decoration: 		none;
    									line-height:				17px;
    								}
    								
    #com_menu li li a:hover
    								{
    									display:						block;
    									margin:							0px;
    									padding: 						0px;
    									width:							193px;
    									height:							17px;
    									color: 							#27A3FD;
    									text-indent:				15px;
    									font-size: 					9px;
    									font-weight: 				normal;
    									font-family:				Verdana, Arial, Helvetica, sans-serif;
    									text-decoration: 		none;
    									line-height:				17px;
    								}
    
    	
    .Chead
    {
      background-color: #b5b5b5;
      color: #000000;
    }
    
    .Chead td, .Chead td strong, .Chead h4, .Chead td b
    {
      color: #000000;
    }
    
    .Callg
    {
    	color: #000000;
    	  font-family: Verdana, Helvetica, sans-serif, Default;
      font-size: 9px; 
    }
    
    .Callg td
    {
      color: #000000;
        font-family: Verdana, Helvetica, sans-serif, Default;
      font-size: 9px; 
    }
    
    .Cnorm 
    {
      background-color: #EAEAEA;
    }
    
    .Cmite
    {
      background-color: #EAEAEA;
    }
    .Cdark
    {
      background-color: #EAEAEA;
    }
    
    #Ballg
    {
    	color: #000000;
    }
    #Ballg td
    {
    	color: #000000;
    }
    
    .Bhead
    {
    	color: #000000;
    }
    
    .Bbody
    {
    	color: #000000;
    }
    
    .Bbody2
    {
    	color: #b5b5b5;
    }
    
    .rand
    {
    }
    
    .smalfont 
    { 
        font-size: 10px;
    	text-decoration: none; 
    }
    
    .border 
    { 
        background-color: #B8B8B8;
    }
    
    hr 
    { 
        height: 0px; 
    	border-top-width: 1px; 
    }
    
    input, textarea, select
    { 
        color: #06a3d1;  
    	font-family: Verdana, Helvetica, sans-serif, Default;
        font-size: 9px; 
        border-color: #003162;
      	border-width: 1px;
        border-style: solid;  
        font-weight: none;  
        text-decoration: none;  
    }
    
    #menu {}
    #menu ul { padding-left: 1px; margin-left: 6px; margin-top: 4px}
    #smallmenu { }
    #smallmenu li { font-size: 9px; }
    #smallmenu a { font-size: 9px; }
    
    a.test {
    	color: #000000;
    }
    a.test:hover 
    {  
      color: #208dc;
    }
    0 Mitglieder finden den Beitrag gut.
  4. #4
    User Pic
    eXecut1oner Mitglied
    Registriert seit
    26.10.2006
    Beiträge
    827
    Beitragswertungen
    0 Beitragspunkte
    wenn du willst das deine links nach einen klick die farbe nicht ändern dann lass das visited weg. visited steht ja für bereits besuchte links...
    so wie man die standard links aus google kennt, die lila werden nachdem man schon mal draufgeklickt hat
    it's not a bug, it's a feature... nsk-team.com
    0 Mitglieder finden den Beitrag gut.
  5. #5
    User Pic
    RobertO Mitglied
    Registriert seit
    26.05.2007
    Beiträge
    6
    Beitragswertungen
    0 Beitragspunkte
    ich habe diesen teil aus dem css rausgelöscht und trozdem färben sich die links noch weiss...

    Ich versteh das einfach nicht warum ist das so schwer...

    a:visited 
      {
    	font-family: Verdana, Helvetica, sans-serif, Default;
    	font-size: 9px;
    	text-decoration: none;
    	color: #00b8fc; // ok
    	font-weight: bold;
     }
    0 Mitglieder finden den Beitrag gut.
  6. #6
    User Pic
    eXecut1oner Mitglied
    Registriert seit
    26.10.2006
    Beiträge
    827
    Beitragswertungen
    0 Beitragspunkte
    schau doch mal in die index.htm deines designs:

    <style type="text/css">
    <!--
    .Stil2 {
    	font-size: 9px;
    	color: #FFFFFF;
    	font-weight: bold;
    	font-family: Verdana, Arial, Helvetica, sans-serif;
    }
    .Stil3 {color: #000000}
    a:link {
    	color: #00b2ff;
    }
    a:visited {
    	color: #FFFFFF;
    }
    a:hover {
    	color: #FFFFFF;
    }
    a:active {
    	color: #FFFFFF;
    }
    -->
    </style>
    it's not a bug, it's a feature... nsk-team.com
    0 Mitglieder finden den Beitrag gut.
  7. #7
    User Pic
    RobertO Mitglied
    Registriert seit
    26.05.2007
    Beiträge
    6
    Beitragswertungen
    0 Beitragspunkte
    So,
    habe den farbwert a:link für a:visited übernommen jetzte geht es, hab die ganze zeit im css rumgemacht anstatt im index grumml

    Danke für eure bemühungen...!(Y)

    [a:link {
    	color: #00b2ff;
    }
    a:visited {
    	color: #00b2ff;
    }
    a:hover {
    	color: #FFFFFF;
    }
    a:active {
    	color: #FFFFFF;
    }
    0 Mitglieder finden den Beitrag gut.
Geschlossen

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

Optionen: Bei einer Antwort zu diesem Thema eine eMail erhalten