ponysay/info.css

17 lines
716 B
CSS
Raw Normal View History

2012-10-28 00:06:06 +02:00
body {
margin : 0 0 0 0;
color : rgb(0, 0, 0);
background-color : rgb(249, 246, 240);
font-family : serif;
font-size : 11pt;
}
2012-10-28 00:31:28 +02:00
a:link {color : #CD656C; text-decoration : none; border : 0px solid #FFFFFF; background-color : transparent;}
a:active {color : #CD656C; text-decoration : none; border : 0px solid #FFFFFF; background-color : transparent;}
a:visited {color : #854146; text-decoration : none; border : 0px solid #FFFFFF; background-color : transparent;}
a:hover {color : #EB5E6A; text-decoration : none; border : 0px solid #FFFFFF; background-color : transparent;}
a:focus {color : #CD656C; text-decoration : none; border : 0px solid #FFFFFF; background-color : transparent;}