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

34 lines
404 B
CSS

#maint {
font-size:130%;
color:red;
text-align:center;
padding:20px;
background-color: #CCC;
height: 0px;
}
#mw {
font-size:180%;
margin-top:5px;
margin-bottom:5px;
}
.ui-dialog-titlebar{
display:none;
}
.ui-widget-content.ui-dialog {
border: solid 5px red;
}
.ui-widget-overlay
{
opacity: .70 !important;
filter: Alpha(Opacity=70) !important;
}