]> git.donarmstrong.com Git - roundcube.git/blobdiff - installer/styles.css
Imported Upstream version 0.6+dfsg
[roundcube.git] / installer / styles.css
index ed64ff00110c1a32345b86292c259d43e753961e..06f49e3706b99e2568983fcac0f2ebbc01efb4de 100644 (file)
@@ -1,62 +1,53 @@
-
 body {
-  margin: 1em 2em 2em 2em;
-  background-color: #fff;
-}
-
-body, td, th, div, p {
-  font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
-  font-size: small;
-  color: #000;
+       background: white;
+       font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
+       font-size: small;
+       color: black;
+       margin: 0;
 }
 
 #banner {
-  position: relative;
+       position: relative;
+       height: 58px;
+       margin: 0 0 1em 0;
+       padding: 10px 20px;
+       background: url('images/banner_gradient.gif') top left repeat-x #d8edfd;
+       overflow: hidden;
 }
 
-#header {
-  position: relative;
-  height: 56px;
-  background: url('images/banner_bg.gif') top left repeat-x #fff;
+#banner .banner-bg {
+       position: absolute;
+       top: 0;
+       right: 0;
+       width: 630px;
+       height: 78px;
+       background: url('images/banner_schraffur.gif') top right no-repeat;
+       z-index: 0;
 }
 
-#header div.banner-logo {
-  position: absolute;
-  top: 0px;
-  left: 0px;
-  width: 200px;
-  height: 56px;
+#banner .banner-logo {
+       position: absolute;
+       top: 10px;
+       left: 20px;
+       z-index: 4;
 }
 
-#header div.banner-right {
-  position: absolute;
-  right: 0px;
-  top: 0px;
-  width: 10px;
-  height: 56px;
+#banner .banner-logo a {
+       border: 0;
 }
 
 #topnav {
-  position: absolute;
-  right: 20px;
-  bottom: 8px;
-  text-align: right;
-  color: #ebebeb;
-  font-size: smaller;
+       position: absolute;
+       top: 3.6em;
+       right: 20px;
 }
 
 #topnav a {
-  color: #ebebeb;
-  font-size: 11px;
-  text-decoration: none;
-}
-
-#topnav a:hover {
-  text-decoration: underline;
+       color: #666;
 }
 
 #content {
-  margin: 8px 20px;
+       margin: 2em 20px;
 }
 
 #footer {
@@ -131,7 +122,7 @@ textarea.configfile {
   height: 30em;
 }
 
-dt.propname {
+.propname {
   font-family: monospace;
   font-size: 9pt;
   margin-top: 1em;
@@ -219,12 +210,25 @@ a.removelink {
   border: 2px solid #c2d071;
 }
 
-.warning {
+.suggestion {
+  padding: 0.6em;
+  background-color: #ebebeb;
+  border: 1px solid #999;
+}
+
+p.warning,
+div.warning {
   padding: 1em;
   background-color: #ef9398;
   border: 2px solid #dc5757;
 }
 
+h3.warning {
+  color: #c00;
+  background: url('images/error.png') top left no-repeat;
+  padding-left: 24px;
+}
+
 .userconf {
   color: #00c;
   font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;