Files
sternwarte_server/html/sternwarte/wetter/css/wetter.css
2025-11-02 22:52:08 +01:00

161 lines
2.1 KiB
CSS

/* 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;
}
.sqm {
text-align: center;
}
#erkl {
text-align: right;
margin-right: 100px;
}
#author {
text-align:right;
font-size:75%;
padding-top:15px;
padding-right:10px;
}
#Anleitung {
padding-left: 20px;
padding-right: 20px;
}
.einzuglinks {
padding-left: 40px;
}
#maint {
font-size:130%;
color:red;
text-align:center;
padding:20px;
background-color: #CCC;
}
#mw {
font-size:180%;
margin-top:5px;
margin-bottom:5px;
}
.ui-dialog-titlebar{
display:none;
}
.ui-widget-content.ui-dialog {
border: solid 5px;
}
.ui-widget-overlay
{
opacity: .70 !important; /* Make sure to change both of these, as IE only sees the second one */
filter: Alpha(Opacity=70) !important;
/* background-color: rgb(50, 50, 50) !important; *//* This will make it darker */
}