Benutzer:Sphinx/freewar.css: Unterschied zwischen den Versionen

aus FreewarWiki, der Referenz für Freewar
Zur Navigation springen Zur Suche springen
(beginn meines eigen fw styles, da ich den richtigen net bearbeiten kann)
 
K (hm)
Zeile 1: Zeile 1:
a:link { color:#CC3300; text-decoration:none; font-weight:bold;  
a:link { color:#CC3300; text-decoration:none; font-weight:bold;  
}
}
a:visited { color:#CC3300; text-decoration:none; font-weight:bold;  
a:visited { color:#CC3300; text-decoration:none; font-weight:bold;  
}
}
a:active { color:#FF3300; text-decoration:hover; font-weight:bold;  
a:active { color:#FF3300; text-decoration:hover; font-weight:bold;  
}
}
a:hover  { color:#FF3300; text-decoration:underline; font-weight:bold;  
a:hover  { color:#FF3300; text-decoration:underline; font-weight:bold;  
}
}
.usermessage { border: 1px solid #A2A09F; font-weight: bold; padding: 2px; padding-left: 5px; background-image: url(http://213.239.212.176/freewar/images/buttonorange_bg.jpg);  
.usermessage { border: 1px solid #A2A09F; font-weight: bold; padding: 2px; padding-left: 5px; background-image:  
}
url(http://213.239.212.176/freewar/images/buttonorange_bg.jpg);  
h1.firstheading { font-size: 35px; background-image: url(http://213.239.212.176/freewar/images/headerbg.jpg);  
}
}
h1.firstheading { font-size: 35px; background-image: url(http://213.239.212.176/freewar/images/headerbg.jpg);  
}

Version vom 19. Mai 2007, 16:07 Uhr

 a:link { color:#CC3300; text-decoration:none; font-weight:bold; 
 }
 a:visited { color:#CC3300; text-decoration:none; font-weight:bold; 
 }
 a:active { color:#FF3300; text-decoration:hover; font-weight:bold; 
 }
 a:hover  { color:#FF3300; text-decoration:underline; font-weight:bold; 
 }
 .usermessage { border: 1px solid #A2A09F; font-weight: bold; padding: 2px; padding-left: 5px; background-image:   
 url(http://213.239.212.176/freewar/images/buttonorange_bg.jpg); 
 }
 h1.firstheading { font-size: 35px; background-image: url(http://213.239.212.176/freewar/images/headerbg.jpg); 
 }