1
0
mirror of https://github.com/djcb/mu.git synced 2024-06-22 07:06:48 +02:00
mu/www/mu.css
2011-02-13 10:46:50 +02:00

25 lines
620 B
CSS

/* stylesheet for mu website */
body {
background:#ffffff;
margin: 50px;
padding: 10px;
font-family: arial, Helvetica, 'Bitstream Vera Sans', 'Luxi Sans', Verdana,
Sans-Serif;
font-size: 12px;
}
.content {
margin:30px;
background: #5fb6de;
}
a.menu {font-weight: bold}
a.menu:link {color: #ffffff; text-decoration: none; }
a.menu:active {color: #ff0000; text-decoration: none; }
a.menu:visited {color: #ffffff; text-decoration: none; }
a.menu:hover {color: #ff0000; text-decoration: underline; }
.mine {color: #ffffff; font-weight: bold}