X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=theme%2Fdesert%2Fcss%2Finstall.css;h=9b0a3b8c785892497e8f3c3223ea9c11f0a5405f;hp=02bf34b659a8aea9e7bab20e576fab5166df6e5e;hb=ab82613b0100336c0966a742c986874ec1692672;hpb=eeee0af1c4bb14b8438e2bfcb62dc14eb8f8fa5e diff --git a/theme/desert/css/install.css b/theme/desert/css/install.css index 02bf34b659..9b0a3b8c78 100644 --- a/theme/desert/css/install.css +++ b/theme/desert/css/install.css @@ -1,74 +1,85 @@ .install_table { - background-color : #F5F5C5; + background-color: #F5F5C5; } .install_msg { - color : #880000; - background-color : #EDEDBA; + color: #880000; + background-color: #EDEDBA; } .install_fatal { - color : #880000; + color: #880000; } .install_select { - border : dashed 1px #880000; - background-color : #DDDDAA; + border: dashed 1px #880000; + background-color: #DDDDAA; } + .install_normal { - border-style : solid; - border : dashed 1px #880000; + border-style: solid; + border: dashed 1px #880000; } .install_submit { - border-style : groove; + border-style: groove; } .install_main { - color : #880000; - background-color : #FFFFCC; - text-decoration : none; + color: #880000; + background-color: #FFFFCC; + text-decoration: none; } .install_header { - color : #880000; - background-color : #DDDDAA; - width : 400px; - height : 30px; - font-size : 20px; - text-decoration : underline; - padding-top : 5px; - padding-bottom : 5px; + color: #880000; + background-color: #DDDDAA; + width: 400px; + height: 30px; + font-size: 20px; + text-decoration: underline; + padding-top: 5px; + padding-bottom: 5px; } .install_fatal { - background-color : #FFFFCC; - color : #880000; + background-color: #FFFFCC; + color: #880000; } .install_fatalcontent { - text-align : left; - background-color : #FFFFCC; + text-align: left; + background-color: #FFFFCC; } .install_error, .install_finished { - font-size : 20px; - color : #880000; + font-size: 20px; + color: #880000; } .install_security, .install_welcome, .install_text { - color : #880000; + color: #880000; } .install_text { - padding-bottom : 10px; - text-align : left; - margin-left : 20px; - margin-right : 20px; + padding-bottom: 10px; + text-align: left; + margin-left: 20px; + margin-right: 20px; } .install_security { - width : 350px; - padding-top : 10px; - padding-bottom : 10px; + width: 350px; + padding-top: 10px; + padding-bottom: 10px; +} + +.install_welcome { + padding-top: 5px; + padding-bottom: 10px; +} + +.install_right { + text-align: right; + padding-right: 5px; }