First Commit
This commit is contained in:
33
html/sternwarte/css/maintenance.css
Normal file
33
html/sternwarte/css/maintenance.css
Normal file
@@ -0,0 +1,33 @@
|
||||
|
||||
#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;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user