123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386 |
- @import url(calendar.css);
- body {
- background: #ffffff;
- color: #000000;
- font-family: "BitStream Vera Sans", Verdana, Arial, Helvetica, sans-serif;
- font-size: 11px;
- font-weight: normal;
- text-align: left;
- }
-
- #container {
- width:970px;
- margin:auto;
- }
- a {
- text-decoration: none;
- color: #888888;
- }
-
- a:hover {
- text-decoration: underline;
- color: #888888;
- }
-
- a:visited, a:active {
- color: #888888;
- }
-
- table {
- /* border-spacing: 0; */
- /* padding: 0; */
- border-collapse: collapse; /* for IE */
- text-align: left;
- }
-
- input, .button, textarea {
- padding: 6px;
- }
-
- input, .button, textarea, select {
- font-family: "BitStream Vera Sans", Verdana, Arial, Helvetica, sans-serif;
- font-size: 13px;
- }
-
- .readonly {
- background:#eee;
- }
-
- .button {
- border: 1px solid #aaaaaa;
- color: #777777;
- background: #dddddd;
- padding: 3px 3px 3px 3px;
- }
-
- .button:hover, .button:focus {
- background: #eee;
- color: #666;
- text-decoration:none;
- }
-
- .flat {
- border: 1px solid #888888;
- }
-
- ul.flash-info {
- border:2px solid #AFE1A6; /* medium green */
- padding:1em;
- max-width:970px;
- margin-left:auto;
- margin-right:auto;
- list-style:none;
- }
-
- ul.flash-error {
- border:2px solid #FF6347; /* tomato */
- padding:1em;
- max-width:970px;
- margin-left:auto;
- margin-right:auto;
- list-style:none;
- }
-
- .error_msg {
- color: #d01313;
- }
-
- #motd {
- color: maroon;
- padding-top:2em;
- }
-
- .standout {
- color: maroon;
- padding: 3px 3px 3px 3px;
- text-align: center;
- }
-
- #login_header, #login, #main_menu, #overview,
- #admin_domains, #admin_virtual, .nav_bar, #alias_domain_table,
- #alias_table, #mailbox_table, #overview_table, #log_table,
- #admin_table, #footer, .subnav {
- width: 990px;
- margin: 0 auto;
- }
-
- #login_header {
- padding-bottom: 10px;
- text-align: left;
- }
-
- #login {
- width: 990px;
- margin: 0 auto;
- background: url(../images/mail_bg.gif) right 50% no-repeat;
- }
-
- #login_table {
- border-left: none;
- border-right: 1px solid #999;
- width: 400px;
- margin: 0 0 0 200px;
- border-collapse: separate;
- border-spacing: 10px;
- }
-
- #login_table h4 {
- font-size: 13px;
- }
-
- #menu, #tabbar {
- text-align:center;
- float:left;
- width:100%;
- margin: 0 auto;
- padding-top: 10px;
- white-space: nowrap;
- }
-
- #menu ul, #tabbar ul {
- padding: 0;
- margin: 0;
- margin-left:auto;
- margin-right:auto;
- list-style: none;
- text-align: center;
- position:relative;
- width:990px;
- float:left;
- }
-
- #menu li, #tabbar li {
- float: left;
- background: #efefef;
- margin-right: 3px;
- border-top: 4px solid #aaaaaa;
- position:relative;
- }
-
- #menu li:hover, #menu li.sfhover, #tabbar li:hover, #tabbar li.sfhover {
- background: #ccc;
- }
-
- #menu li ul, #tabbar li ul {
- position: absolute;
- width: auto;
- left: -999em;
- right:auto;
- background: #FFFFFF;
- color: #999999;
- border:2px solid white;
- border-top:none;
- z-index:101;
- }
-
- #menu li:hover ul, #menu li.sfhover ul, #tabbar li:hover ul, #tabbar li.sfhover ul {
- left: auto;
- }
-
- #menu li ul li, #tabbar li ul li {
- float: none;
- margin-right: 0px;
- border-top:2px solid white;
- text-align:left;
- right:auto;
- }
-
- #menu a, #tabbar a {
- display: block;
- width: auto;
- padding: 20px 5px 5px 5px;
- }
-
- #menu a, #tabbar a, #menu a:hover, #tabbar a:hover {
- color: #888888;
- }
-
- #menu li ul li a, #tabbar li ul li a {
- padding: 5px 5px 5px 5px;
- }
-
- .subnav p {
- padding-left:10px;
- margin-top:2em;
- margin-bottom:0;
- font-size:12px;
- }
-
- #edit_form table {
- margin: 0 50px;
- padding-top: 10px;
- text-align: left;
- }
-
- #edit_form th {
- text-align: left;
- font-size: 12px;
- margin: 0;
- line-height: 25px;
- }
-
- .hlp_center {
- text-align: center;
- }
-
- .help_text {
- text-align: center;
- padding-top: 5px;
- padding-bottom: 5px;
- }
-
- #main_menu table {
- margin: 0 0;
- text-align: left;
- padding-top: 20px;
- padding-bottom: 20px;
- }
-
- #main_menu table td {
- padding-left: 30px;
- padding-bottom: 5px;
- }
-
- #main_menu a {
- padding-left: 8px;
- }
-
- #main_menu a:hover {
- color: #333;
- text-decoration: none;
- padding-left: 4px;
- border-bottom: none;
- border-left: 4px solid #333;
- }
-
- #overview h4, #overview P, #overview FORM, #admin_virtual h4, #admin_virtual P, #admin_virtual FORM {
- display: inline;
- padding-right: 10px;
- line-height: 30px;
- }
-
- #alias_domain_table .header, #alias_table .header, #mailbox_table .header, #overview_table .header, #log_table .header, #admin_table .header {
- line-height: 20px;
- background: #efefef;
- color: black;
- }
-
- #alias_domain_table h3, #alias_table h3, #mailbox_table h3, #overview_table h3, #log_table h3, #admin_table h3 {
- text-align: left;
- font-size: 12px;
- font-weight: bold;
- padding-left: 20px;
- line-height: 25px;
- margin: 0;
- }
-
- #alias_domain_table .hilightoff, #alias_table .hilightoff, #mailbox_table .hilightoff, #overview_table .hilightoff, #log_table .hilightoff, #admin_table .hilighoff {
- background: white;
- }
-
- #alias_domain_table .hilighton, #alias_table .hilighton, #mailbox_table .hilighton, #overview_table .hilighton, #log_table .hilighton, #admin_table .hilighton {
- background: #eee; /*#D6FF85;*/ /*#ffdddd;*/
- }
-
- #alias_domain_table tr:hover, #alias_table tr:hover, #mailbox_table tr:hover, #overview_table tr:hover, #log_table tr:hover, #admin_table tr:hover {
- background: #eee; /*#D6FF85;*/ /*#ffdddd;*/
- }
-
- th {
- text-align: center;
- padding:7px 0;
- margin: 0 0 14px 0;
- border-bottom: 1px solid #bbb;
- color: #555555;
- }
-
- td {
- padding:7px 7px;
- }
-
- td.label {
- text-align:right;
- margin-right:0px;
- }
-
- label {
- padding-right:0;
- font-weight:bold;
- vertical-align:middle;
- }
-
- #alias_domain_table td, #alias_table td, #mailbox_table td, #overview_table td, #log_table td, #admin_table td {
- text-align: left;
- }
-
- #footer {
- width:975px;
- margin: 20px auto;
- border-top: 1px solid #bbbbbb;
- background: #efefef;
- color: #999999;
- line-height: 20px;
- text-align: left;
- padding-left: 15px;
- font-size: 9px;
- }
-
- #footer a {
- text-decoration: none;
- color: #999999;
- }
-
- #footer a:hover {
- text-decoration: underline;
- color: #777777;
- }
-
- div.setup {
- width:700px;
- margin-left:auto;
- margin-right:auto;
- text-align: left;
- }
-
- div.setup li {
- padding-bottom:1em;
- }
-
- .searchresult {
- background:lightgreen;
- }
-
- span.active {
- font-weight:bold;
- }
-
- div.nav_bar {
- text-align: left;
- }
-
-
- .quota {
- z-index:99;
- height:14px;
- position: absolute;
- }
- .quota_text {
- z-index:100;
- text-align: center;
- font-size: 10px;
- color: #666;
-
- cursor: default;
- position: absolute;
- width:120px;
- height:14px;
- margin-top:-14px;
- }
- .quota_bg { background-color: white; z-index:98; width:120px; height:14px;margin-top:-1px;margin-left:-1px; border: 1px solid #999;}
- .quota_no_border { border:none; margin:0; }
- .quota_high { background: url(../images/quota-colors.png) repeat-x 0 -28px #f90509; }
- .quota_mid { background: url(../images/quota-colors.png) repeat-x 0 -14px #e3e909; }
- .quota_low { background: url(../images/quota-colors.png) repeat-x 0 0px #05f905; }
- .quota_text_high { color: white; }
- .quota_text_mid { color: #666; }
- .quota_text_low { color: #666; }
|