First Commit
This commit is contained in:
105
html/sternwarte/wetter/wetter.css
Normal file
105
html/sternwarte/wetter/wetter.css
Normal file
@@ -0,0 +1,105 @@
|
||||
/* Style-Sheets für die Wetterseiten der Sternwarte Welzheim
|
||||
*
|
||||
* 2012-03-17 rxf
|
||||
*
|
||||
*/
|
||||
|
||||
body {
|
||||
font-family: Verdana, Helevetica, sans-serif;
|
||||
font-size: 80%;
|
||||
position:relative;
|
||||
max-width:800px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
#bilder {
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
width: 795px;
|
||||
background-color:#FFFFFF;
|
||||
}
|
||||
|
||||
#bilder h1 {
|
||||
margin-bottom: 0px;
|
||||
padding-top:10px;
|
||||
padding-bottom:0px;
|
||||
text-align:center;
|
||||
}
|
||||
|
||||
#bilder h2 {
|
||||
font-size: 110%;
|
||||
font-weight: bold;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
.floatleft {
|
||||
margin: 5px;
|
||||
padding: 0px;
|
||||
float: left;
|
||||
width: 380px;
|
||||
}
|
||||
|
||||
.floatright {
|
||||
margin: 5px 5px 5px 20px;
|
||||
padding: 0px;
|
||||
float: right;
|
||||
width: 380px;
|
||||
}
|
||||
|
||||
.bu {
|
||||
font-size: 95%;
|
||||
}
|
||||
|
||||
.navmenue {
|
||||
background-color: #036;
|
||||
color:#EEE;
|
||||
text-align:center;
|
||||
padding-top:12px;
|
||||
height: 30px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
a:link {
|
||||
text-decoration:none;
|
||||
}
|
||||
|
||||
a.menu:link, a.menu:visited {
|
||||
color:#EEE;
|
||||
padding:10px 15px 10px 15px;
|
||||
}
|
||||
|
||||
a.menu:hover, a.menu:active {
|
||||
color:#000;
|
||||
background-color:#EEE;
|
||||
}
|
||||
|
||||
|
||||
.centern {
|
||||
text-align: center;
|
||||
font-weight: bold;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
img {
|
||||
background: no-repeat center;
|
||||
}
|
||||
|
||||
#ueberschrift {
|
||||
font-weight: bold;
|
||||
font-size:150%;
|
||||
color:#00F;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.fleft {
|
||||
margin: 5px;
|
||||
padding: 0px;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.fright {
|
||||
margin: 5px 15px 5px 0px;
|
||||
padding: 0px;
|
||||
float: right;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user