Show sourcecode
The following files exists in this folder. Click to view.
bla.css
debug.css
empty.css
forms.css
hiphop.css
menyprov.css
stylesheet.css
stylesheet_blue.css
menyprov.css
55 lines UTF-8 Unix (LF)
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
@import url(stylesheet.css);
@import url(forms.css);
@import url(table.css);
@import url(http://fonts.googleapis.com/css?family=Ruluko);
html {
background-image: url(../img/stada_1950x1080.jpg);
margin: 0px auto;
padding:0;
}
div#wrapper {background:#659cef;
margin: 70px 0px 0px 700px;
border:2px solid #656565;
}
div#content {background:#ffffdc;
border:2px solid #656565;
}
nav.navmenu {
display: block;
font-family: 'Ruluko', sans-serif;
font-weight: bold;
padding:8px 8px;
color: #fff;
background:#1b1bb3;
}
nav.navmenu a {
padding:6px 8px;
text-decoration:none;
border:2px solid transparent;
color:#E0E0E0; /*länktext*/
}
nav.navmenu a:hover {
background:#090974;
color:#7373d9;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
-webkit-border-radius: 10px 10px 10px 10px;
border-radius: 10px 10px 10px 10px;
box-shadow: 0px 8px 54px #33ffff;
}
/*Highlighta aktuellt val*/
body#pella a#pella-,
body#sida1 a#sida1-,
body#guide a#guide-,
body#test a#test-,
body#style a#style-,
body#source a#source- {
background:#090974;}
