modmii.github.io/modmiistyle.css
2020-12-21 15:34:08 +02:00

13 lines
457 B
CSS

body
{
font-family: Calibri, Arial, Helvetica, "Century Gothic", sans-serif;
background:#000000 url('Images/Gradient.png') repeat-x top;
font-smooth:always;
color:#d3d3d3;
margin-right:200px;
}
A:link {text-decoration: none;color: blue;}
A:visited {text-decoration: none;color: blue;}
A:active {text-decoration: none;color: blue;}
A:hover {text-decoration: none; color: red;}
div.justify {text-align:justify;text-justify:inter-word;}