]> git.mxchange.org Git - mailer.git/blobdiff - theme/desert/css/install.css
Rewrote init-phase stuff:
[mailer.git] / theme / desert / css / install.css
index 9b0a3b8c785892497e8f3c3223ea9c11f0a5405f..5cf2d33ba71638f1766a4e62d264cb9e66d2882c 100644 (file)
@@ -1,85 +1,66 @@
-.install_table {
-       background-color: #F5F5C5;
-}
-
-.install_msg {
-       color: #880000;
-       background-color: #EDEDBA;
-}
-
-.install_fatal {
+.install_content {
        color: #880000;
+       background-color: #ffffcc;
+       text-decoration: none;
+       border: 1px solid #880000;
+       padding: 5px;
+       width: 670px;
+       z-index: 20;
 }
 
-.install_select {
-       border: dashed 1px #880000;
-       background-color: #DDDDAA;
-}
-
-.install_normal {
-       border-style: solid;
-       border: dashed 1px #880000;
-}
-
-.install_submit {
-       border-style: groove;
-}
-
-.install_main {
-       color: #880000;
-       background-color: #FFFFCC;
-       text-decoration: none;
+.install_main_ajax {
+       padding-bottom: 6px;
 }
 
 .install_header {
        color: #880000;
-       background-color: #DDDDAA;
-       width: 400px;
+       background-color: #cccc99;
        height: 30px;
        font-size: 20px;
        text-decoration: underline;
        padding-top: 5px;
        padding-bottom: 5px;
+       margin-bottom: 5px;
 }
 
-.install_fatal {
-       background-color: #FFFFCC;
-       color: #880000;
+.install_error {
+       font-size: 20px;
+       color: #aa0000;
 }
 
-.install_fatalcontent {
-       text-align: left;
-       background-color: #FFFFCC;
+.install_title {
+       padding-top: 5px;
+       padding-bottom: 10px;
+       font-size: 16px;
+       font-weight: bold;
+       color: #880000;
 }
 
-.install_error, .install_finished {
-       font-size: 20px;
-       color: #880000;
+.install_footer {
+       padding-bottom: 10px;
 }
 
-.install_security, .install_welcome, .install_text {
-       color: #880000;
+.install_right {
+       text-align: right;
+       padding-right: 5px;
 }
 
-.install_text {
-       padding-bottom: 10px;
-       text-align: left;
-       margin-left: 20px;
-       margin-right: 20px;
+.install_menu_ajax {
+       width: 720px;
 }
 
-.install_security {
-       width: 350px;
-       padding-top: 10px;
+.install_content_container {
+       height: 460px;
+       width: 720px;
+       z-index: 10;
+       overflow: hidden;
        padding-bottom: 10px;
 }
 
-.install_welcome {
-       padding-top: 5px;
-       padding-bottom: 10px;
+.install_tab {
 }
 
-.install_right {
-       text-align: right;
-       padding-right: 5px;
+.table_row label.install_label {
+       float: left;
+       width: 30%;
 }