Upload files to 'css'
This commit is contained in:
409
css/default.css
Normal file
409
css/default.css
Normal file
@@ -0,0 +1,409 @@
|
||||
@import url(calendar.css);
|
||||
body {
|
||||
color: #ffffff;
|
||||
background: #383c4a;
|
||||
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: #83a8cd;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
a:active {
|
||||
color: #1e70bf;
|
||||
}
|
||||
|
||||
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;
|
||||
}
|
||||
input {
|
||||
background: #404552;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.readonly {
|
||||
background:#eee;
|
||||
}
|
||||
|
||||
.button {
|
||||
border: 1px solid #4c505c;
|
||||
color: white;
|
||||
background: #86acd1;
|
||||
padding: 3px 3px 3px 3px;
|
||||
}
|
||||
|
||||
.button:hover, .button:focus {
|
||||
background: #1e70bf;
|
||||
color: #white;
|
||||
text-decoration:none;
|
||||
}
|
||||
|
||||
a.button {
|
||||
color: white;
|
||||
}
|
||||
|
||||
|
||||
.flat {
|
||||
border: 1px solid #888888;
|
||||
}
|
||||
|
||||
select {
|
||||
background: #404552;
|
||||
color: white;
|
||||
}
|
||||
|
||||
textarea {
|
||||
background: #404552;
|
||||
color: white;
|
||||
}
|
||||
|
||||
|
||||
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: #404552;
|
||||
margin-right: 3px;
|
||||
border-top: 4px solid #aaaaaa;
|
||||
position:relative;
|
||||
}
|
||||
|
||||
#menu li:hover, #menu li.sfhover, #tabbar li:hover, #tabbar li.sfhover {
|
||||
background: #404552;
|
||||
}
|
||||
|
||||
#menu li ul, #tabbar li ul {
|
||||
position: absolute;
|
||||
width: auto;
|
||||
left: -999em;
|
||||
right:auto;
|
||||
background: #FFFFFF;
|
||||
color: #999999;
|
||||
border:2px solid #4c505c;
|
||||
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 #4c505c;
|
||||
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: #83a8cd;
|
||||
}
|
||||
|
||||
#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: #404552;
|
||||
color: white;
|
||||
}
|
||||
|
||||
#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: #404552;
|
||||
}
|
||||
|
||||
#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: #4b5162; /*#D6FF85;*/ /*#ffdddd;*/
|
||||
}
|
||||
|
||||
th {
|
||||
text-align: center;
|
||||
padding:7px 0;
|
||||
margin: 0 0 14px 0;
|
||||
border-bottom: 1px solid #bbb;
|
||||
color: #b9b9b9;
|
||||
}
|
||||
|
||||
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: #333640;
|
||||
color: #fffff;
|
||||
line-height: 20px;
|
||||
text-align: left;
|
||||
padding-left: 15px;
|
||||
font-size: 9px;
|
||||
}
|
||||
|
||||
#footer a {
|
||||
text-decoration: none;
|
||||
color: #83a8cd;
|
||||
}
|
||||
|
||||
#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: white;
|
||||
|
||||
cursor: default;
|
||||
position: absolute;
|
||||
width:120px;
|
||||
height:14px;
|
||||
margin-top:-14px;
|
||||
}
|
||||
.quota_bg { background-color: #adadad; 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: white; }
|
||||
|
||||
span#update-check {
|
||||
display: none;
|
||||
}
|
||||
Reference in New Issue
Block a user