Code

Added list footer to divlist class.
[gosa.git] / html / themes / default / style.css
index b63fbcc4363610ff4f059a80eb9fac712d1ea91c..40e739a2111d7b898bce55708251943c46c93d57 100644 (file)
@@ -23,6 +23,13 @@ td.listheader {
        height:22px;
 }
 
+td.listfooter {
+       background:#E5E5E5;
+       border-top:1px solid #C0C0C0;
+       padding:3px;
+       height:16px;
+}
+
 td.scrollhead {
        vertical-align:top;
        padding:0px;
@@ -204,8 +211,6 @@ body {
        margin-top:0px;
        margin-bottom:0px;
        background-color:white;
-       background-image:url("images/border.png"); 
-       background-repeat:repeat-y;
        color:#00008F;
        font-family:arial,helvetica,sans-serif;
        font-size:12px;
@@ -233,11 +238,13 @@ a.maintitlebar, div.maintitlebar {
        font-size:12px;
        text-align:center;
        vertical-align:middle;
+       cursor:pointer;
 }
 
 a.maintitlebar:hover {
        text-decoration:none;
        background-color:#B0D3A0;
+       cursor:pointer;
 }
 
 p.menuheader {
@@ -268,10 +275,12 @@ p.menuitem {
        margin:2px;
        background-color:#dfffdf;
        padding-right:5px;
+       cursor:pointer;
 }
 
 p.menuitem:hover {
        background-color:#d2f6c2;
+       cursor:pointer;
 }
 
 table.menuitem {
@@ -351,8 +360,13 @@ a.iconmenu:link {
        color:#00008f;
 }
 
+td.iconmenu {
+       cursor:pointer;
+}
+
 td.iconmenu:hover {
        background-color:#e0e0e0;
+       cursor:pointer;
 }
 
 a.iconmenu:visited {
@@ -465,6 +479,13 @@ div.tab_active {
        padding-right:8px;
 }
 
+div#notify {
+       background-image: url("../../images/lamp.png");
+       background-repeat:no-repeat;
+       background-position:1px 1px;
+       padding-left:18px;
+}
+
 div.tab_left {
        text-align:center;
        height:20px;
@@ -529,7 +550,6 @@ a.tab_active, input.tab_active {
        margin:0px;
        height:22px;
        font-family:arial,helvetica,sans-serif;
-       background-color:#f0f0f0;
        text-decoration:none;
        color:#00348B;
        font-size:13px;
@@ -541,7 +561,6 @@ a.tab_right, input.tab_right {
        border:0px;
        margin:0px;
        font-family:arial,helvetica,sans-serif;
-       background-color:#c0c0c0;
        text-decoration:none;
        color:#00348b;
        font-size:13px;
@@ -553,7 +572,6 @@ a.tab_left, input.tab_left {
        border:0px;
        margin:0px;
        font-family:arial,helvetica,sans-serif;
-       background-color:#c0c0c0;
        text-decoration:none;
        color:#00348b;
        font-size:13px;
@@ -565,7 +583,6 @@ a.tab_near_active, input.tab_near_active {
        border:0px;
        margin:0px;
        font-family:arial,helvetica,sans-serif;
-       background-color:#c0c0c0;
        text-decoration:none;
        color:#00348b;
        font-size:13px;
@@ -609,6 +626,7 @@ td.gosaLoginBack {
        width:606px;
        height:406px;
        background:url(images/login.png);
+       background-repeat:no-repeat;
        vertical-align:top;
 }
 
@@ -1135,4 +1153,269 @@ td.container_:hover,div.container_:hover {
 }
 
 
+/*********
+ * Setup
+ *********/
+
+/* The body style */
+body.setup_body {
+    margin-left:0px;
+    margin-right:0px;
+    margin-top:0px;
+    margin-bottom:0px;
+    color:#00008F;
+    font-family:arial,helvetica,sans-serif;
+    font-size:12px;
+    background-color: white;
+    background-image: none;
+}
+
+/* The setup complete setup dialog */
+div.setup_dialog {
+    background-color:#FFF;
+    text-align: left;
+}
+
+/* Header col */
+div.setup_header {
+    background-color: #A9FBA6;
+    height:30px;
+    padding:4px 5px 2px 5px;
+    border-bottom: 1px solid #999;
+}
+
+div.setup_menu {
+    background-color: #F8F8F8;
+    padding:4px 5px 4px 5px;
+    border-bottom: 1px solid #B0B0B0;
+}
+
+/* Setup content header container */
+div.setup_plug_header_container {
+}
+
+/* Setup content container */
+div.setup_contents_container {
+}
+/* Setup footer */
+div.setup_bottom {
+    clear: left;
+    background-color:#DDDDDD;
+    border-top: solid 1px red;
+}
+
+/*******
+<div.setup_header_and_content_container_1>
+ <div.setup_header_and_content_container_2>
+  <div.setup_plug_header>
+  </div>
+  <div.setup_content>
+  </div>
+ </div>
+</div>
+********/
+
+/* Header col */
+div.setup_plug_header {
+    padding: 10px;
+    border-bottom: solid 1px #D0D0D0;
+    background-color: #E0E0F0;
+    border: 10px solid #FFFFFF;
+
+}
+
+/* Content col */
+div.setup_contents {
+    margin-right:2px;
+    background-color:white;
+    width:80%;
+    margin-left:20%;
+    border:1px solid #AAAAAA;
+    padding:2px;
+}
+
+/* default.*/
+div.default {
+    padding: 2px;
+    vertical-align: middle;
+}
+
+/* Navigation col */
+div.setup_navigation {
+    width:19%;
+    background-color:white;
+    padding-left: 2px;
+    padding-right: 2px;
+    border:1px solid #AAAAAA;
+    float:left;
+}
+
+
+/* Navigation title */
+div.setup_navigation_title {
+    font-size: 1.2em;
+    font-weight: bold;
+    text-decoration:none;
+    width:100%;
+    padding-top:8px;
+    padding-bottom:8px;
+    border-top:1px dashed #AAAAAA;
+}
+
+/* The box used for each setup step */
+a.navigation_element, div.navigation_element {
+    text-decoration:none;
+    padding-top:8px;
+    padding-bottom:8px;
+    border-top:1px dashed #AAAAAA;
+    width:100%;
+}
+
+/* The box used for each setup step */
+a.navigation_element_active, div.navigation_element_active {
+    text-decoration:none;
+    width:100%;
+    padding-top:8px;
+    padding-bottom:8px;
+    border-top:1px dashed #AAAAAA;
+    background-color:#F0F0F0;
+}
+
+/* An enabled setup step will use this style in navigation*/
+div.navigation_title_active {
+    font-size: 1.2em;
+    background-color:#F0F0F0;
+    font-weight: bold;
+    cursor: default;
+    padding: 3px;
+}
+
+/* Disabled setup steps */
+div.navigation_title_disabled {
+    font-size: 1.2em;
+    font-weight: bold;
+    padding: 3px;
+    cursor: default;
+    text-decoration:none;
+    color: #AAAAAA;
+}
+
+/* Disabled setup steps */
+div.navigation_title_inactive {
+    font-size: 1.2em;
+    font-weight: bold;
+    text-decoration:none;
+    cursor: pointer;
+    padding: 3px;
+}
+
+/* The style for the info of an active setup */
+div.navigation_info {
+    font-size: 1em;
+    color: black;
+    padding: 4px 4px 3px 23px;
+    margin: 0px;
+    cursor: default;
+}
+
+/*
+    Setup step 2 styles
+*/
+
+/* used to hide display info div */
+div.solution_visible {
+    display: block;
+    width: 100%;
+    text-align:left;
+}
+
+/* Container headline */
+h2.step2_container_title {
+    background-color:#F0F0F0;
+    border: solid 1px #CCCCCC;
+    width:100%;
+    padding:3px;
+}
+
+/* Container for name and status */
+div.step2_entry_container {
+    padding:3px;
+    width:99%;
+    cursor:default;
+}
+
+/* Container for name and status, when status is failed */
+div.step2_entry_container_info {
+    padding:3px;
+    border: 1px dashed #AAAAAA;
+    width:99%;
+    cursor:default;
+}
+
+/* Text shown for each entry */
+div.step2_entry_name {
+    float:left;
+    padding-bottom:4px;
+    vertical-align: middle;
+}
+
+/* Status container */
+div.step2_entry_status {
+    float:none;
+    text-align:right;
+    padding-bottom:4px;
+    vertical-align: middle;
+}
+
+/* Status failed */
+div.step2_failed {
+    color:red;
+    padding-bottom:4px;
+}
+
+/* Status failed but not necessary for setup */
+div.step2_warning {
+    color:orange;
+    padding-bottom:4px;
+}
+
+/* Status successful */
+div.step2_successful {
+    color:green;
+}
+
+/* Text used in info div. */
+div.step2_failed_text {
+    background-repeat: no-repeat;
+    padding-left: 25px;
+}
+
+/* Text used in info div. On warnings */
+div.step2_warning_text{
+    background-repeat: no-repeat;
+    padding-left: 25px;
+}
+/*
+    Setup step 4 styles
+*/
+
+li.step4_name, div.step4_name {
+    float:left;
+    width:25%;
+    height:2.0em;
+}
+
+li.step4_value, div.step4_value {
+    float:left;
+    width:50%;
+    height:2.0em;
+}
+
+ul.step4_container, div.step4_container {
+    height:2.0em;
+    margin-top:2px;
+    margin-left:2px;
+    margin-right:2px;
+}
+