Files
Roosters/css/grey.css
T
2026-06-17 11:55:21 +02:00

47 lines
702 B
CSS

body {
background-color: #B2B2B2;
background-image: url('../images/bg_grey.png');
background-repeat: no-repeat;
background-attachment:fixed;
font-family: "Levenim", "Arial";
color: #E9E9E9;
overflow: hidden;
}
#main_top {
background-color: #A2A2A2;
}
#login {
background-color: #A2A2A2;
}
a.button_top,
a.button_top:visited {
border-color: #B2B2B2;
}
a.button_top:hover,
a.button_top_first:hover {
background-color: #B2B2B2;
}
a.button_top:active,
a.button_top_first:active,
a.button_login:active,
a.uitloggen:active{
background-color: #F5F5F5;
}
a.current {
background-color: #B2B2B2;
}
a.uitloggen {
border-color: #B2B2B2;
}
a.uitloggen:hover {
background-color: #B2B2B2;
}