Store in GIT
This commit is contained in:
@@ -0,0 +1,47 @@
|
||||
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;
|
||||
}
|
||||
Reference in New Issue
Block a user