]> code.citadel.org Git - citadel.git/blobdiff - webcit/static/webcit.css
- Simplified the user list for summary
[citadel.git] / webcit / static / webcit.css
index a5d19609e64bab962d8a43b05fa6ed1e53def7c6..37ea57889e53fe0295a22e2b227db494d18c8b98 100644 (file)
@@ -8,21 +8,24 @@ body {
        padding: 0 0 0 0;
        height: 100%;
        overflow: auto;
-       background-image: url(/static/body-background.gif);
+       background-color: #D8D8D8;
        color: #000000;
        font-weight: normal;
        font-size: 10pt;
        font-family: sans-serif;
+       text-align: center;
 }
 
 #iconbar {
        /* position:fixed; */
+       position:absolute;
        display:block;
        top:0px;
        left:0px;
        width: 15%;
        /* height:100%; */
        background: #ffffee;
+        text-align: left;
 }
 
 * html #iconbar {
@@ -35,6 +38,18 @@ body {
        background: #ffffee;
 }
 
+.logo, .logo_citadel {
+        display: block;
+        text-align: center;
+        border-bottom: 1px solid #aaaaaa;
+        margin: 0;
+        padding: 0;
+}
+
+.logo_citadel a, .logo_citadel img {
+        border: none;
+}
+
 #banner {
        position:fixed;
        display:block;
@@ -43,6 +58,7 @@ body {
        width: 85%;
        height: 15%;
        background: #445;
+        text-align: left;
 }
 
 * html #banner {
@@ -55,30 +71,75 @@ body {
        background: #445;
 }
 
-
-#banner .room_banner {
+#banner .room_banner, #banner .service_banner {
         float: left;
-        width: 58%;
+        width: 48%;
 }
 
-.room_banner img {
+.room_banner img,  .service_banner img {
         float: left;
+        margin-top: 0;
+        margin-left: 0;
+        margin-bottom: 5px;
+        margin-right: 5px;
 }
 
 .room_banner h1 {
         font-size: 14pt;
         font-weight: bold;
         color: #FFFFEE;
+        margin: 0;
+        padding: 2px;
+}
+
+.service_banner h1 {
+        font-size: 12pt;
+        font-weight: bold;
+        color: #FFFFEE;
+        margin: 0;
+        padding: 2px;
+}
+
+.service_banner h2 {
+        font-size: 11pt;
+        font-weight: bold;
+        color: #FFFFEE;
 }
 
-.room_banner div {
+.room_banner .infos {
         font-size: 8pt;
-        color: #FFFFEE;
+       color: #FFFFEE;
+        text-align: center;
+        padding: 2px;
+       cursor: help;
+}
+
+#room_infos {
+        position: absolute;
+        top: 0px;
+        left: 50%;
+        width: 45%;
+        padding: 11px;
+        margin: 0px;
+        z-index: 100;
+        color: #666;
+        background: white;
+       cursor: pointer;
+        font-size: 10pt;
+       color: black;
+        text-align: left;
+        padding: 2px;
+       margin-top: 5px;
+}
+
+img.close_infos {
+       float: right;
 }
 
 #banner ul {
         float: right;
-        width: 40%;
+        text-align: right;
+        width: 48%;
         margin: 0;
         padding: 0;
 }
@@ -87,26 +148,30 @@ body {
         text-align: right;
         clear: right;
         list-style: none;
-        margin-top: 0px ;
+        margin: 0;
         padding: 2px;
+        white-space: nowrap;
 }
 
 li.search {
-        font-size: 8pt;
+        font-size: 10pt;
         float: left;
         color: #FFFFFF;
-        margin-bottom: 2px;
 }
 
 li.view {
-        font-size: 8pt;
+        font-size: 10pt;
         float: right;
         color: #FFFFFF;
-        margin-bottom: 2px;
+}
+
+li.search form, li.view form {
+       margin: 0;
+       padding: 0;
 }
 
 li.nummsgs {
-        font-size: 8pt;
+        font-size: 10pt;
         color: #DDDDCC;
 }
 
@@ -116,6 +181,44 @@ li.start_page {
 }
 
 
+#navbar {
+       position: absolute; 
+       bottom: 0px; 
+       left: 0px;
+}
+
+#navbar ul {
+       float: left;
+       width: 95%;
+        margin: 0;
+        padding: 0;
+        white-space: nowrap;
+        text-align: left;
+}
+
+#navbar ul li {
+       display: inline;
+       list-style: none;
+       margin-top: 0;
+       margin-right: 5px;
+       margin-bottom:0 ;
+       margin-left: 20px;
+        white-space: nowrap;
+}
+
+#navbar ul li img {
+       margin-top: 0;
+       margin-right: 2px;
+       margin-bottom:0 ;
+       margin-left: 2px;
+}
+
+.navbar_link {
+       font-size: 7pt;
+       color: #FFFFEE;
+}
+
+
 #important_message {
        position:absolute;
        top:0px; right:0px;
@@ -126,21 +229,22 @@ li.start_page {
 #content {
        position:fixed;
        display:block;
-       top: 15%;
+       top: 16%;
        left: 15%;
        width: 85%;
-       height: 85%;
+       height: 84%;
        overflow: auto;
        /* overflow-x: hidden; */
+        text-align: left;
 }
 
 * html #content {
        position:absolute;
        display:block;
-       top: 15%;
+       top: 16%;
        left: 15%;
        width: 85%;
-       height: 85%;
+       height: 84%;
        overflow: auto;
        /* overflow-x: hidden; */
 }
@@ -148,38 +252,43 @@ li.start_page {
 #message_list_hdr {
        position:fixed;
        display:block;
-       top: 15%;
+       top: 16%;
        left: 15%;
        width: 85%;
        height: 5%;
-       overflow: none;
+       overflow: hidden;
+       font-style: italic;
+       text-align: left;
 }
 
 * html #message_list_hdr {
        position:absolute;
        display:block;
-       top: 15%;
+       top: 16%;
        left: 15%;
        width: 85%;
        height: 5%;
-       overflow: none;
+       overflow: hidden;
+       font-style: italic;
+       text-align: left;
 }
 
 #message_list {
        position:fixed;
        display:block;
-       top: 20%;
+       top: 21%;
        left: 15%;
        width: 85%;
        height: 20%;
        overflow: auto;
        cursor: pointer;
+        text-align: left;
 }
 
 * html #message_list {
        position:absolute;
        display:block;
-       top: 20%;
+       top: 21%;
        left: 15%;
        width: 85%;
        height: 20%;
@@ -190,42 +299,51 @@ li.start_page {
 #resize_msglist {
        position:fixed;
        display:block;
-       top: 40%;
+       top: 41%;
        left: 15%;
        width: 85%;
        height: 1%;
-       overflow: none;
+       overflow: hidden;
        cursor: s-resize;
+       background-color: #cccccc;
 }
 
 * html #resize_msglist {
        position:absolute;
        display:block;
-       top: 40%;
+       top: 41%;
        left: 15%;
        width: 85%;
        height: 1%;
-       overflow: none;
+       overflow: hidden;
        cursor: s-resize;
 }
 
+#resize_msglist hr {
+       color: darkgrey;
+       background-color: darkgrey;
+       height: 3px;
+       border: 0;
+}
+
 #preview_pane {
        position:fixed;
        display:block;
-       top: 41%;
+       top: 42%;
        left: 15%;
        width: 85%;
-       height: 59%;
+       height: 58%;
        overflow: auto;
+        text-align: left;
 }
 
 * html #preview_pane {
        position:absolute;
        display:block;
-       top: 41%;
+       top: 42%;
        left: 15%;
        width: 85%;
-       height: 59%;
+       height: 58%;
        overflow: auto;
 }
 
@@ -237,25 +355,24 @@ li.start_page {
 
 #button {
        width: 100%;
-       padding: 0 0 1em 0;
-       margin-bottom: 1em;
        background-color: #ffffee;
        color: #aaaaaa;
        font-size: 8pt;
-}
-
-#button ul {
        list-style: none;
        margin: 0;
        padding: 0;
        border: none;
 }
 
-#button li {
+#button li, #button li.switch {
        border-bottom: 1px solid #aaaaaa;
        margin: 0;
 }
 
+#button li.switch {
+       text-align: center;
+}
+
 #button img {
        vertical-align: middle;
        padding-left: 2px;
@@ -302,36 +419,93 @@ a:hover {
        font-size: 9pt;
 }
 
-.navbar_link {
-       font-size: 7pt;
-       color: #FFFFEE;
-}
-
 .titlebar {
        font-size: 12pt;
        color: #FFFFEE;
 }
 
-.mainmenu {
-       font-size: 10pt;
-       font-weight: bold;
-       color: #880000;
-}
 
-.menudesc {
-       font-size: 8pt;
-       color: #000088;
+.message {
+       margin: 5px;
+       padding: 0;
+       border: 1px solid #999999;
+       background-color: #CCCCCC;
+        text-align: left;
 }
 
-.message_header {
+
+.message_header, .message_subject {
        font-size: 10pt;
-       color: #000000;
+       color: black;
+       margin: 0;
+       padding: 3px;
+       background-color: #CCCCCC;
+        text-align: left;
 }
 
 .message_subject {
-       font-size: 10pt;
-       color: #000000;
+       padding-top: 0;
        font-style: italic;
+       float: left;
+}
+
+
+#delbutton, .msgbuttons a {
+        font-size: 7pt;
+        margin: 1px;
+        padding: 2px;
+        padding-left: 5px;
+        padding-right: 5px;
+        border-top: 1px solid #CFCFCF;
+        border-left: 1px solid #CFCFCF;
+        border-right: 1px solid #808080;
+        border-bottom: 1px solid #000000;
+        background-color: #999999;
+        color: #000000;
+        font-weight: bold;
+        text-align: center;
+}
+
+.msgbuttons {
+        float: right;
+        visibility: hidden;
+}
+
+.msgbuttons a span {
+        display: none;
+}
+
+.msgbuttons a:hover {
+        background-color: #AAAAAA;
+        text-decoration: none;
+}
+
+.message_content {
+       background-color: white;
+       margin: 0;
+       padding: 3px;
+        clear: both;
+}
+
+.message form div label {
+        display: block;
+        float: left;
+        margin: 3px;
+        width: 9em;
+        text-align: right;
+}
+
+.message form div input, .message form div select {
+        margin: 3px;
+}
+
+.send_edit_msg {
+       margin-top: 10px;
+       margin-bottom: 10px;
+       margin-left: auto;
+       margin-right: auto;
+        width: 80%;
+        text-align: center;
 }
 
 .tablabel {
@@ -341,7 +515,7 @@ a:hover {
 }
 
 .boxlabel {
-       font-size: 7pt;
+       font-size: 8pt;
        font-weight: bold;
        color: #FFFFEE;
 }
@@ -350,6 +524,29 @@ a:hover {
        color: #FFFFEE;
 }
 
+ul.adminitems {
+        list-style-type: none;
+}
+
+ul.adminitems li {
+        list-style: none;
+       font-size: 13px;
+}
+
+ul.adminitems a {
+       font-size: 13px;
+       margin: 5px;
+       color: #880000;
+       font-weight: bold;
+}
+
+ul.adminitems span {
+       display: block;
+       font-size: 8pt;
+       color: #000088;
+}
+
+
 .customize {
        font-size: 8pt;
        font-style: italic;
@@ -370,24 +567,15 @@ a:hover {
 }
 
 .view_name, .search_name, .selectbox, .inputbox {
-       font-size: 7pt; 
+       font-size: 7pt;
        background: #444455; 
        color: #ddddcc;
 }
 
-#navbar {
-       position: absolute; 
-       bottom: 0px; 
-       left: 0px;
-}
-
 .menubar_bg {
        background-color: #FF0000;
 }
 
-.msgbuttons {
-       font-size: 7pt;
-}
 
 .roomlist_floor {
        font-size: 12pt;
@@ -429,8 +617,16 @@ a:hover {
 .mailbox_summary {
        font-size: 10pt;
        color: #000000;
+       background-color: #FFFFFF;
+}
+
+.mailbox_summary tr {
+       width: 100%;
 }
 
+.mailbox_summary td {
+       border-top: 1px solid darkgrey;
+}
 
 blockquote {
        color: navy !important; background-color: RGB(245,245,245) !important; 
@@ -646,19 +842,18 @@ div.auto_complete ul strong.highlight {
         background-color: #CCCCCC;
 }
 
-.auth_validate, .event_background, .calendar_background, .calendar_view_background, .graphics_background, .iconbar_background {
+.auth_validate, .event_background, .calendar_background, .calendar_view_background, .graphics_background, .iconbar_background, .messages_background, .paging_background, .preferences_background, .roomops_background, .sieve_background { 
         border: 0;
         width: 100%;
         background-color: #ffffff;
 }
 
-.mainmenu_background, .messages_background, .paging_background, .preferences_background, .roomops_background, .sieve_background, .siteconfig_background { 
+.siteconfig_background { 
         border: 0;
         width: 100%;
-        background-color: #ffffff;
 }
 
-.smtpqueue_background, .tabs_background, .useredit_background, .userlist_background, .vcard_edit_background, .who_background   {
+.smtpqueue_background, .tabs_background, .useredit_background, .userlist_background, .downloads_background, .vcard_edit_background    {
         border: 0;
         width: 100%;
         background-color: #ffffff;
@@ -670,13 +865,13 @@ div.auto_complete ul strong.highlight {
         background-color: #444455;
 }
 
-.mainmenu_banner, .netconf_banner, .paging_banner, .preferences_banner, .roomops_banner, .setup_banner, .sieve_banner, .siteconfig_banner {
+.netconf_banner, .paging_banner, .preferences_banner, .roomops_banner, .setup_banner, .sieve_banner, .siteconfig_banner {
         border: 0;
         width: 100%;
         background-color: #444455;
 }
 
-.smtpqueue_banner, .summary_banner, .useredit_banner, .userlist_banner, .vcard_edit_banner, .who_banner, .room_banner   {
+.smtpqueue_banner, .useredit_banner, .userlist_banner, .downloads_banner, .vcard_edit_banner, .who_banner, .room_banner   {
         border: 0;
         width: 100%;
         background-color: #444455;
@@ -689,18 +884,6 @@ div.auto_complete ul strong.highlight {
         background-color: #dddddd;
 }
 
-#login_screen {
-       position:absolute; 
-       top: 3%; 
-       left: 3%; 
-       width: 94%;
-}
-
-
-.login_content {
-        background-color: white;
-}
-
 
 .box {
         width: 100%;
@@ -717,57 +900,74 @@ div.auto_complete ul strong.highlight {
         text-align: center;
 }
 
+#login_screen {
+       margin: 3%;
+}
+
+.login_content {
+        background-color: white;
+}
+
 .login_message, .login_hello {
+        position: relative;
         margin-left: auto;
         margin-right: auto;
         width: 80%;
         text-align: center;
 }
 
+.login_image {
+        display: block;
+        margin-left: auto;
+        margin-right: auto;
+        text-align: center;
+}
+
 .login_message {
        color: red;
        font-weight: bold;
        font-size: 16px;
 }
 
-
-.login_form {
+#login_form {
+        position: relative;
         display: block;
         margin-top: 20px;
         margin-left: auto;
         margin-right: auto;
         margin-bottom: 20px;
         padding: 6px;
-        width: 290px;
+        width: 300px;
         background-color: #DDDDDD;
 }
 
-.login_form input, .login_form label, .login_form select {
+#login_form input, #login_form label, #login_form select {
         display: block;
         float: left;
         margin: 6px;
 }
 
-.login_form label {
+#login_form label {
         width: 130px;
         text-align: left;
 }
 
-.login_form input {
+#pname, #uname {
         width: 130px;
         text-align: left;
 }
 
-.login_form br {
+#login_form br {
         clear: left;
 }
 
-.login_form .logbuttons {
+#login_form .logbuttons {
         margin-left: auto;
         margin-right: auto;
 }
 
-.login_form .logbutton {
+#login_form .logbutton {
+       width: auto;
         text-align: center;
 }
 
@@ -780,3 +980,81 @@ div.auto_complete ul strong.highlight {
         text-align: left;
 }
 
+#address_book_popup {
+        position: absolute;
+        top: 100px;
+        right: 25px;
+        width: 320px;
+       height: auto;
+        z-index: 100;
+       background-color: #fff;
+       color: #000;
+       display: none;
+       border: 1px solid black;
+}
+
+#address_book_popup_container_div {
+       position: relative;
+       width: 100%;
+       height: 100%;
+       background-color: #fbf4ca;
+}
+
+#address_book_popup_middle_div {
+       position: relative;
+       background-color: #fbf4ca;
+}
+
+#address_book_inner_div {
+       margin: 5px;
+}
+
+#address_book_inner_div select {
+       width: 100%;
+       background-color: #fbf4ca;
+}
+
+.address_book_popup_title {
+        font-size: 12pt;
+       background-color: #fbf4ca;
+        color: #000;
+}
+
+.edit_col, .host_col {
+       display: none;
+}
+
+.who_is_online .edit_col, .who_is_online .host_col {
+       display: block;
+}
+
+#wholist {
+       border: 0;
+        margin: 0;
+       max-height: 200px;
+       overflow: auto;
+}
+
+#wholist li {
+       color: black;
+        text-align: left;
+        list-style: none;
+       border: 0;
+        margin: 0;
+        padding: 2px;
+        white-space: nowrap;
+       border-top: 1px solid #aaaaaa;
+}
+
+table.altern {
+       background-color: #ffffff;
+       width: 100%;
+}
+
+table.altern .even {
+       background-color: #dddddd;
+}
+
+table.altern .odd {
+       background-color: #ffffff;
+}