]> git.mxchange.org Git - mailer.git/blobdiff - theme/ship-simu/css/install.css
Heacy rewrite/cleanup:
[mailer.git] / theme / ship-simu / css / install.css
diff --git a/theme/ship-simu/css/install.css b/theme/ship-simu/css/install.css
new file mode 100644 (file)
index 0000000..62a0275
--- /dev/null
@@ -0,0 +1,75 @@
+.install_content {
+       background-color: #ffffff;
+       text-decoration: none;
+       border: 1px solid #000000;
+       padding: 5px;
+       width: 670px;
+       z-index: 20;
+}
+
+.install_main_ajax {
+       padding-bottom: 6px;
+}
+
+.install_header {
+       color: #000000;
+       background-color: #eeeeff;
+       font-size: 20px;
+       text-decoration: underline;
+       height: 30px;
+       padding-top: 5px;
+       padding-bottom: 5px;
+       margin-bottom: 5px;
+}
+
+.install_fatalcontent {
+       text-align: left;
+       background-color: #ffffff;
+}
+
+.install_title {
+       padding-top: 5px;
+       padding-bottom: 10px;
+       font-size: 16px;
+       font-weight: bold;
+       color: #000000;
+}
+
+.install_error, .install_finished {
+       font-size: 20px;
+       color: #000000;
+}
+
+.install_welcome {
+       color: #000000;
+       padding-top: 5px;
+       padding-bottom: 10px;
+}
+
+.install_footer {
+       padding-bottom: 10px;
+}
+
+.install_right {
+       text-align: right;
+       padding-right: 5px;
+}
+
+.install_menu_ajax {
+       width: 720px;
+}
+
+.install_content_container {
+       height: 460px;
+       width: 720px;
+       z-index: 10;
+       overflow: hidden;
+       padding-bottom: 10px;
+}
+
+.install_tab {
+}
+
+.table_row label.install_label {
+       width: 30%;
+}