Files
unbound-site/files/styles/default.css
T

98 lines
1.3 KiB
CSS
Raw Normal View History

2018-09-21 20:31:17 +02:00
body {
background: #203050;
color: #D0D0D0;
}
a:link {
color: #D0D0D0;
}
a:visited {
color: #F0C000;
}
div#logo {
position: absolute;
top: 10px;
right: 10px;
}
.title {
color: #D0D0D0;
font-family: impact;
font-size: 40px;
text-align: center;
}
.subtitle {
color: #D0D0D0;
font-family: impact;
font-size: 15px;
text-align: center;
}
ul#nav {
list-style: none;
margin-top: 10px;
margin-left: 0px;
padding: 0px;
}
ul#nav li {
float: left;
width: 80px;
height: 30px;
/*border-left: 2px solid #D0D0D0;
border-top: 2px solid #D0D0D0;
border-right: 2px solid #A0A0A0;
border-bottom: 0px; */
background-color: #B8B8B8;
color: #000000;
font-family: verdana, sans;
font-size: 0.8em;
font-weight: 700;
text-align: center;
text-vertical-align: middle;
margin: 1px;
/*border-radius: 4px;
-moz-border-radius: 4px; */
}
ul#nav li.selected {
border-left: 2px solid #D00000;
border-top: 2px solid #D00000;
border-right: 2px solid #A00000;
background-color: #B80000;
color: #FFFFFF;
}
.rtop, .rbottom {
display:block;
background-color: #203050;
}
.rtop *, .rbottom * {
display: block;
background-color: #B8B8B8;
height: 1px;
overflow: hidden
}
.r1 {
margin: 0 5px;
}
.r2 {
margin: 0 3px;
}
.r3 {
margin: 0 2px;
}
.r4 {
margin: 0 1px;
height: 2px;
}