sharp-wawi/www/style.css

128 lines
1.5 KiB
CSS

* {
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
font-size: 18px;
text-decoration: none;
font-style: normal;
}
div {
display: block;
}
#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: 18px;
}
#navigation {
position: absolute;
top: 64px;
left: 0px;
right: 0px;
height: 24px;
background-color: #bfe9ff;
}
#pagearea {
position: absolute;
top: 94px;
left: 5%;
right: 5%;
}
#headbar .title {
position: absolute;
top: 8px;
color: white;
}
#headbar div {
left: 16px;
}
#headbar #pagetitle {
top: 14px;
left: 0px;
font-size: 18px;
}
#footbar {
position: absolute;
bottom: 0px;
left: 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;
}
.center {
text-align: center;
width: 100%;
left: 0px;
right: 0px;
}
.sub {
font-size: 80%;
}
.title {
font-size: 24px;
font-weight: bold;
}
#wawi {
z-index: 1;
}
#wawi:hover {
color: #D02020;
}