sharp-wawi/www/style.css

216 lines
2.9 KiB
CSS

body,p,div,a,a:visited {
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
font-size: 12px;
text-decoration: none;
font-style: normal;
padding: 0px;
margin: 0px;
display: inline;
color:black;
}
h1,h2,h3,h4,h5,h6 {
display: block;
}
div {
display: inline-block;
}
.left {
float:left;
width: 230px;
margin-right: 16px;
}
#headbar {
position: absolute;
top: 0px;
left: 0px;
right: 0px;
height: 36px;
background-color: #00a5fe;
padding-top: 6px;
padding-bottom: 6px;
}
#infobar {
position: absolute;
top: 48px;
left: 0px;
right: 0px;
height: 24px;
}
#infobar * {
font-family: Courier New, Courier, monospace;
font-size: 12px;
}
#infobar > div {
display: inline-flex;
padding-left: 32px;
white-space: nowrap;
}
#infobar > div > div {
display: inline-flex;
border-left: 1px solid black;
padding-left: 10px;
padding-right: 10px;
}
#navigation {
position: absolute;
top: 72px;
left: 0px;
right: 0px;
height: 24px;
//background-color: #bfe9ff;
background-color: #00a5fe;
padding: 8px;
padding-left: 5%;
padding-right: 5%;
}
#pagearea {
position: absolute;
top: 120px;
bottom: 50px;
left: 3%;
right: 3%;
overflow:auto;
}
#headbar .title {
position: absolute;
top: 8px;
}
#headbar .title a {
color: white;
}
#headbar div {
left: 16px;
}
#headbar #pagetitle {
top: 14px;
left: 0px;
font-size: 18px;
}
#footbar {
position: absolute;
bottom: 0px;
left: 0px;
right: 0px;
height: 24px;
background-color: #00a5fe;
border: 1px dotted black;
padding-top: 6px;
padding-bottom: 6px;
padding-left: 12px;
padding-right: 12px;
}
#pagetime {
position: absolute;
right: 12px;
}
.box,.block{
display: block;
padding: 5px;
}
.group {
width: 100%;
margin-top: 4px;
margin-bottom: 4px;
}
.group + .group {
border-top: 1px solid #6fb9df;
padding-top: 4px;
}
.center {
text-align: center;
width: 100%;
left: 0px;
right: 0px;
}
.sub {
font-size: 80%;
}
.title {
font-size: 24px;
font-weight: bold;
}
#navigation * {
font-size: 14px;
}
.navigation {
width: 180px;
text-align: center;
background-color: #8fd9ff;
border: 1px solid #6fb9df;
}
#navigation > .navigation {
position: relative;
display: inline-block;
margin-left: 8px;
margin-right: 8px;
}
.navigation > a {
display: block;
width: 100%;
height: 100%;
padding: 4px;
}
.navigation > .navigation {
position: absolute;
display: none;
top: 15px;
}
.navigation:hover > .navigation, .navigation > .navigation:hover {
display: block;
}
#wawi {
z-index: 1;
}
#wawi:hover {
color: #D02020;
}