2009-09-08 05:29:38 +00:00
|
|
|
html, body {
|
|
|
|
margin: 0px;
|
|
|
|
padding: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
body {
|
|
|
|
font-family: Verdana, Arial, Helvetica, sans-serif;
|
|
|
|
font-size: 11px;
|
|
|
|
color: #000000;
|
|
|
|
background-color: #F0F0FA;
|
|
|
|
/* background-color: cyan; */
|
|
|
|
}
|
|
|
|
|
|
|
|
body.light {
|
|
|
|
font-family: Verdana, Arial, Helvetica, sans-serif;
|
|
|
|
font-size: 11px;
|
|
|
|
color: #000000;
|
|
|
|
background-color: #F0F0FA;
|
|
|
|
/* background-color: cyan; */
|
|
|
|
}
|
|
|
|
|
|
|
|
.hlp {
|
|
|
|
font-family: Helvetica, Tahoma, sans-serif;
|
2010-03-04 13:51:32 +00:00
|
|
|
font-size: 11px;
|
2009-09-08 05:29:38 +00:00
|
|
|
color: #202020;
|
|
|
|
}
|
|
|
|
|
|
|
|
table {
|
|
|
|
border-collapse: collapse;
|
|
|
|
}
|
|
|
|
|
|
|
|
td {
|
|
|
|
font-family: Verdana, Arial, Helvetica, sans-serif;
|
|
|
|
font-size: 11px;
|
|
|
|
color: #000000;
|
2010-04-29 12:37:54 +00:00
|
|
|
padding-right: 6px;
|
2009-09-08 05:29:38 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
th {
|
|
|
|
font-family: Verdana, Arial, Helvetica, sans-serif;
|
|
|
|
font-size: 11px;
|
2010-03-04 13:51:32 +00:00
|
|
|
color: black;
|
|
|
|
background: #F1F8FD;
|
|
|
|
font-weight: normal;
|
|
|
|
text-align: left;
|
2009-09-08 05:29:38 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
h3 {
|
|
|
|
font-family: Verdana, Arial, Helvetica, sans-serif;
|
|
|
|
font-size: 18px;
|
|
|
|
font-weight: bold;
|
|
|
|
color: #10507C;
|
2010-03-04 13:51:32 +00:00
|
|
|
text-align: left;
|
|
|
|
padding: 11px;
|
|
|
|
padding-left: 0;
|
2009-09-08 05:29:38 +00:00
|
|
|
margin: 0px;
|
|
|
|
}
|
|
|
|
|
2010-04-28 23:58:29 +00:00
|
|
|
.trbtn {
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
2009-09-08 05:29:38 +00:00
|
|
|
h4 {
|
|
|
|
font-family: Verdana, Arial, Helvetica, sans-serif;
|
|
|
|
font-size: 16px;
|
|
|
|
font-weight: bold;
|
|
|
|
color: #007777
|
|
|
|
}
|
|
|
|
|
|
|
|
hr {
|
|
|
|
color: #007799;
|
|
|
|
height: 1px;
|
|
|
|
border: 1px solid #007799;
|
|
|
|
}
|
|
|
|
|
|
|
|
.inp {
|
|
|
|
/* Should not be use anymore !!! */
|
|
|
|
border-color: blue;
|
|
|
|
border-width: 5px;
|
2010-04-29 08:31:15 +00:00
|
|
|
background-color: #500000;
|
2009-09-08 05:29:38 +00:00
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
|
|
|
|
.inc, .inl {
|
|
|
|
border: 1px solid black;
|
|
|
|
font-family: Verdana, Arial, Helvetica, sans-serif;
|
2010-03-04 13:51:32 +00:00
|
|
|
font-size: 10px;
|
2009-09-08 05:29:38 +00:00
|
|
|
border-style: none;
|
|
|
|
color: black;
|
2010-04-28 23:58:29 +00:00
|
|
|
background: white;
|
2009-09-08 05:29:38 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.inb {
|
2010-03-04 13:51:32 +00:00
|
|
|
border: 1px solid #999;
|
2009-09-08 05:29:38 +00:00
|
|
|
font-family: Verdana, Arial, Helvetica, sans-serif;
|
|
|
|
font-size: 11px;
|
2010-03-04 13:51:32 +00:00
|
|
|
padding: 4px;
|
|
|
|
padding-left: 6px;
|
|
|
|
padding-right: 6px;
|
2009-09-08 05:29:38 +00:00
|
|
|
color: black;
|
2010-03-04 13:51:32 +00:00
|
|
|
background-color: #CFE3F1;
|
|
|
|
cursor: pointer;
|
2010-03-04 16:16:13 +00:00
|
|
|
margin-right: 4px;
|
2009-09-08 05:29:38 +00:00
|
|
|
}
|
2010-03-04 13:51:32 +00:00
|
|
|
.inb:hover {
|
|
|
|
background-color: #BFD3E1;
|
|
|
|
}
|
|
|
|
|
2010-04-29 12:37:54 +00:00
|
|
|
.ina:hover, .ina, .inav, .inav:hover {
|
2010-03-04 13:51:32 +00:00
|
|
|
border: 1px solid #999;
|
|
|
|
font-family: Verdana, Arial, Helvetica, sans-serif;
|
|
|
|
font-size: 10px;
|
|
|
|
padding: 2px 4px 2px 4px;
|
|
|
|
color: black;
|
2010-04-29 12:37:54 +00:00
|
|
|
cursor: pointer;
|
2010-03-04 13:51:32 +00:00
|
|
|
}
|
2010-04-29 12:37:54 +00:00
|
|
|
.ina {
|
|
|
|
background-color: #F1F8FD;
|
|
|
|
}
|
|
|
|
.ina:hover, .inav {
|
2010-03-04 13:51:32 +00:00
|
|
|
background-color: #CFE3F1;
|
|
|
|
}
|
2010-04-29 12:37:54 +00:00
|
|
|
.inav:hover {
|
|
|
|
background-color: #F1F8FD;
|
|
|
|
}
|
|
|
|
|
2012-08-24 10:19:55 +00:00
|
|
|
.ina-active {
|
|
|
|
background-color: #C1FFCD;
|
|
|
|
}
|
|
|
|
|
2010-04-29 12:37:54 +00:00
|
|
|
.ina a, .inav a {
|
2010-03-04 13:51:32 +00:00
|
|
|
color: black;
|
|
|
|
}
|
2010-04-29 12:37:54 +00:00
|
|
|
.ina a:hover, .inav a:hover {
|
2010-03-04 13:51:32 +00:00
|
|
|
text-decoration: none;
|
|
|
|
color: black;
|
|
|
|
}
|
|
|
|
|
2010-04-29 12:37:54 +00:00
|
|
|
.ina img, .ina img {
|
2010-03-04 13:51:32 +00:00
|
|
|
vertical-align: middle;
|
|
|
|
padding: 2px;
|
|
|
|
}
|
|
|
|
.bff {
|
|
|
|
border: 1px solid #999;
|
|
|
|
background-color: #F1F8FD;
|
|
|
|
font-family: Verdana, Arial, Helvetica, sans-serif;
|
|
|
|
font-size: 10px;
|
|
|
|
padding-left: 2px;
|
|
|
|
padding-right: 4px;
|
|
|
|
color: black;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
2009-09-08 05:29:38 +00:00
|
|
|
.int {
|
|
|
|
border: 1px dotted black;
|
|
|
|
background-color: white;
|
|
|
|
font-family: Verdana, Arial, Helvetica, sans-serif;
|
2010-03-04 16:16:13 +00:00
|
|
|
font-size: 11px;
|
|
|
|
padding: 2px;
|
2009-09-08 05:29:38 +00:00
|
|
|
color: black;
|
|
|
|
}
|
2012-08-23 18:46:47 +00:00
|
|
|
.intleft {
|
|
|
|
border-right: 0px;
|
|
|
|
padding-right: 0px;
|
|
|
|
}
|
|
|
|
.intright {
|
|
|
|
border-left: 0px;
|
|
|
|
padding-left: 0px;
|
|
|
|
}
|
2009-09-08 05:29:38 +00:00
|
|
|
|
|
|
|
.lst1 {
|
|
|
|
background-color: #F1F8FD;
|
|
|
|
}
|
|
|
|
.lst2 {
|
|
|
|
background-color: #CFE3F1;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dlogin {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.login {
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
img {
|
|
|
|
border: 0px;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
|
|
|
.error {
|
|
|
|
color: red;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Over quota class */
|
|
|
|
.over {
|
|
|
|
color: red;
|
|
|
|
}
|
|
|
|
|
|
|
|
.code {
|
|
|
|
font-size: 16px;
|
|
|
|
font-family: Courier New, Fixed;
|
|
|
|
font-weight: bold;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
#global {
|
|
|
|
display: block;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
margin-top: 20px;
|
|
|
|
margin-bottom: 20px;
|
2010-04-06 20:29:08 +00:00
|
|
|
width: 1020px;
|
2009-09-08 05:29:38 +00:00
|
|
|
border: 5px solid #1D6A9F;
|
2010-05-26 19:48:23 +00:00
|
|
|
-webkit-border-radius: 10px;
|
2009-09-08 05:29:38 +00:00
|
|
|
-moz-border-radius: 10px;
|
2010-05-26 19:48:23 +00:00
|
|
|
border-radius: 10px;
|
2009-09-08 05:29:38 +00:00
|
|
|
background-color: #F0F0FA;
|
|
|
|
/* background: #F1F8FD url(/admin/images/bgborder.gif) repeat-y scroll top left; */
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Main container */
|
|
|
|
|
|
|
|
#tdMenu, #tdContent {
|
|
|
|
vertical-align: top;
|
|
|
|
}
|
|
|
|
|
|
|
|
#tdMenu {
|
|
|
|
border-right: 1px dotted #1D6A9F;
|
|
|
|
}
|
|
|
|
|
|
|
|
#content {
|
|
|
|
display: block;
|
2010-04-06 20:29:08 +00:00
|
|
|
width: 770px;
|
2009-09-08 05:29:38 +00:00
|
|
|
padding-left: 10px;
|
2010-03-04 16:16:13 +00:00
|
|
|
padding-right: 10px;
|
2009-09-08 05:29:38 +00:00
|
|
|
vertical-align: top;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Menu */
|
|
|
|
|
|
|
|
#menu {
|
|
|
|
display: block;
|
|
|
|
float: left;
|
|
|
|
padding: 0px;
|
|
|
|
margin: 0px;
|
|
|
|
width: 200px;
|
|
|
|
padding-right: 10px;
|
|
|
|
padding-bottom: 10px;
|
|
|
|
padding-left: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.menu-box {
|
|
|
|
margin-bottom: 10px;
|
|
|
|
font-size: 11px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.menu-box .menu-title {
|
|
|
|
color: #000000;
|
|
|
|
border: 1px solid #1D6A9F;
|
|
|
|
background-color: #C0DCF0;
|
|
|
|
padding: 3px;
|
2010-05-26 19:48:23 +00:00
|
|
|
-webkit-border-radius: 4px;
|
2009-09-08 05:29:38 +00:00
|
|
|
-moz-border-radius: 4px;
|
2010-05-26 19:48:23 +00:00
|
|
|
border-radius: 4px;
|
2009-09-08 05:29:38 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.menu-box .menu-content {
|
|
|
|
margin-top: 1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.menu-box ul {
|
|
|
|
margin: 0px;
|
|
|
|
padding: 0px;
|
|
|
|
list-style-type: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.menu-box a {
|
|
|
|
text-decoration: none;
|
|
|
|
color: #0D5689;
|
|
|
|
}
|
|
|
|
|
|
|
|
.menu-box a:hover {
|
|
|
|
text-decoration: underline;
|
|
|
|
color: #000000;
|
|
|
|
}
|
|
|
|
|
|
|
|
.menu-box li a {
|
|
|
|
display: block;
|
|
|
|
height: 18px;
|
|
|
|
color: #0D5689;
|
|
|
|
padding-left: 2px;
|
|
|
|
text-decoration: none;
|
|
|
|
border: 1px solid #F1F8FD;
|
2011-05-02 23:05:43 +00:00
|
|
|
line-height: 0.75em;
|
2009-09-08 05:29:38 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.menu-box li a img {
|
|
|
|
float: left;
|
|
|
|
width: 16px;
|
|
|
|
height: 16px;
|
|
|
|
margin: 0px;
|
|
|
|
padding: 0px;
|
|
|
|
padding-top: 1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.menu-box li a:hover {
|
|
|
|
color: #000000;
|
|
|
|
height: 18px;
|
|
|
|
border: 1px solid #1D6A9F;
|
|
|
|
text-decoration: none;
|
|
|
|
background-color: #DFEEF8;
|
|
|
|
}
|
|
|
|
|
|
|
|
.menu-box .full {
|
|
|
|
color: red;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Bars */
|
|
|
|
|
|
|
|
.barempty {
|
|
|
|
background-color: white;
|
|
|
|
border: 1px solid black;
|
|
|
|
height: 8px;
|
2010-05-26 19:48:23 +00:00
|
|
|
-webkit-border-radius:4px;
|
2009-09-08 05:29:38 +00:00
|
|
|
-moz-border-radius: 4px;
|
2010-05-26 19:48:23 +00:00
|
|
|
border-radius: 4px;
|
2009-09-08 05:29:38 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.barfill {
|
|
|
|
float: left;
|
|
|
|
background-color: red;
|
|
|
|
height: 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Infos */
|
|
|
|
#recap table {
|
|
|
|
text-align: center;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
}
|
|
|
|
|
2012-08-23 18:46:47 +00:00
|
|
|
table.searchtable {
|
|
|
|
width: 700px;
|
|
|
|
border: 1px dotted #99f;
|
|
|
|
margin: 20px 0 20px 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.searchtable td {
|
|
|
|
padding: 5px;
|
|
|
|
}
|
|
|
|
|
2009-09-08 05:29:38 +00:00
|
|
|
/* Others */
|
|
|
|
.center {
|
|
|
|
text-align: center;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
|
|
|
text-decoration: none;
|
|
|
|
color: #0D5689;
|
|
|
|
}
|
|
|
|
|
|
|
|
a:hover {
|
|
|
|
text-decoration: underline;
|
|
|
|
color: #000000;
|
|
|
|
}
|
|
|
|
|
|
|
|
.border {
|
|
|
|
border: 1px solid #C0DCF0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.bold {
|
|
|
|
font-weight: bold;
|
2010-03-04 13:51:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
#sendthisfile {
|
|
|
|
margin-top: 6px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.breadcrumb {
|
|
|
|
font-size: 12px;
|
|
|
|
|
2010-03-04 16:16:13 +00:00
|
|
|
}
|
|
|
|
|
2010-04-29 10:07:15 +00:00
|
|
|
#newdomwww, #sub, #usernpfx, #dbnpfx {
|
2010-03-04 16:16:13 +00:00
|
|
|
border-right: 0;
|
|
|
|
padding-right: 0;
|
|
|
|
}
|
2010-04-29 10:07:15 +00:00
|
|
|
#newdomain, #newsubname, #usern, #dbn {
|
2010-03-04 16:16:13 +00:00
|
|
|
border-left: 0;
|
|
|
|
padding-left: 0;
|
|
|
|
}
|
2010-04-06 20:29:08 +00:00
|
|
|
|
2010-04-29 12:37:54 +00:00
|
|
|
#create_dom_list_pfx {
|
|
|
|
border-right: 0;
|
|
|
|
padding: 3px;
|
|
|
|
}
|
|
|
|
#create_dom_list {
|
|
|
|
border-left: 0;
|
|
|
|
padding-left: 0;
|
|
|
|
}
|
|
|
|
|
2010-04-29 10:07:15 +00:00
|
|
|
|
|
|
|
|
2010-04-28 23:58:29 +00:00
|
|
|
input#email {
|
|
|
|
border-right: 0;
|
|
|
|
padding-right: 0;
|
|
|
|
text-align: right;
|
|
|
|
}
|
2010-04-29 10:07:15 +00:00
|
|
|
|
2010-04-28 23:58:29 +00:00
|
|
|
span#emaildom {
|
|
|
|
border-left: 0;
|
|
|
|
padding-left: 2px;
|
|
|
|
}
|
|
|
|
|
2010-04-06 20:29:08 +00:00
|
|
|
.tedit {
|
|
|
|
border: 1px solid #aaa;
|
|
|
|
padding: 6px;
|
|
|
|
margin: 0;
|
|
|
|
border-collapse: collapse;
|
|
|
|
}
|
|
|
|
.tedit td, .tedit th {
|
|
|
|
border: 1px solid #aaa;
|
|
|
|
padding: 6px;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.formcell {
|
|
|
|
vertical-align: top;
|
|
|
|
border: 1px solid #aaa;
|
|
|
|
padding: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tlist, .tlist td, .tlist th {
|
2010-04-29 12:37:54 +00:00
|
|
|
padding: 4px;
|
2010-04-06 20:29:08 +00:00
|
|
|
margin: 0;
|
|
|
|
border-collapse: collapse;
|
|
|
|
}
|
|
|
|
|
|
|
|
input#dir, input#sub_local {
|
|
|
|
width: 200px;
|
2010-04-28 23:58:29 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.warningmsg {
|
|
|
|
width: 500px;
|
2010-04-29 08:31:15 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#mx {
|
|
|
|
width: 300px;
|
2010-04-29 10:07:15 +00:00
|
|
|
}
|
|
|
|
|
2010-04-29 12:37:54 +00:00
|
|
|
#admlistbtn {
|
|
|
|
padding-bottom: 6px;
|
2010-05-26 19:48:23 +00:00
|
|
|
}
|
2011-03-27 13:29:44 +00:00
|
|
|
|
|
|
|
.advdom {
|
|
|
|
padding-top: 6px;
|
|
|
|
}
|
|
|
|
|
2012-08-24 13:37:56 +00:00
|
|
|
.grey {
|
|
|
|
color: #999;
|
|
|
|
}
|