2009-09-08 05:29:38 +00:00
|
|
|
html, body {
|
2013-01-28 15:05:00 +00:00
|
|
|
margin: 0px;
|
|
|
|
padding: 0px;
|
2009-09-08 05:29:38 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
body {
|
2013-01-28 15:05:00 +00:00
|
|
|
font-family: Verdana, Arial, Helvetica, sans-serif;
|
|
|
|
font-size: 11px;
|
|
|
|
color: #000000;
|
2013-01-30 15:27:43 +00:00
|
|
|
background-color: #B2CFE4;
|
2009-09-08 05:29:38 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
body.light {
|
2013-01-30 15:27:43 +00:00
|
|
|
background-color: #F0F0F4;
|
2009-09-08 05:29:38 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.hlp {
|
2013-01-28 15:05:00 +00:00
|
|
|
font-family: Helvetica, Tahoma, sans-serif;
|
|
|
|
font-size: 11px;
|
|
|
|
color: #202020;
|
2009-09-08 05:29:38 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
table {
|
2013-01-28 15:05:00 +00:00
|
|
|
border-collapse: collapse;
|
2009-09-08 05:29:38 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
td {
|
2013-01-28 15:05:00 +00:00
|
|
|
font-family: Verdana, Arial, Helvetica, sans-serif;
|
|
|
|
font-size: 11px;
|
|
|
|
color: #000000;
|
|
|
|
padding-right: 6px;
|
2009-09-08 05:29:38 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
th {
|
2013-01-28 15:05:00 +00:00
|
|
|
font-family: Verdana, Arial, Helvetica, sans-serif;
|
|
|
|
font-size: 11px;
|
|
|
|
color: black;
|
2013-01-30 15:27:43 +00:00
|
|
|
background: #B2CFE4;
|
2013-01-28 15:05:00 +00:00
|
|
|
font-weight: normal;
|
|
|
|
text-align: left;
|
2009-09-08 05:29:38 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
h3 {
|
2013-01-28 15:05:00 +00:00
|
|
|
font-family: Verdana, Arial, Helvetica, sans-serif;
|
2013-01-30 15:27:43 +00:00
|
|
|
font-size: 23px;
|
|
|
|
font-weight: normal;
|
|
|
|
color: #444;
|
2013-01-28 15:05:00 +00:00
|
|
|
text-align: left;
|
|
|
|
padding: 11px;
|
|
|
|
padding-left: 0;
|
|
|
|
margin: 0px;
|
2013-01-30 15:27:43 +00:00
|
|
|
word-wrap: break-word;
|
2009-09-08 05:29:38 +00:00
|
|
|
}
|
|
|
|
|
2010-04-28 23:58:29 +00:00
|
|
|
.trbtn {
|
2013-01-28 15:05:00 +00:00
|
|
|
text-align: right;
|
2010-04-28 23:58:29 +00:00
|
|
|
}
|
|
|
|
|
2009-09-08 05:29:38 +00:00
|
|
|
h4 {
|
2013-01-28 15:05:00 +00:00
|
|
|
font-family: Verdana, Arial, Helvetica, sans-serif;
|
|
|
|
font-size: 16px;
|
|
|
|
font-weight: bold;
|
|
|
|
color: #007777
|
2009-09-08 05:29:38 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
hr {
|
2013-01-30 15:27:43 +00:00
|
|
|
/*color: #007799;*/
|
2013-01-28 15:05:00 +00:00
|
|
|
height: 1px;
|
2013-01-30 15:27:43 +00:00
|
|
|
/*border: 1px solid #007799;*/
|
|
|
|
border: 1px solid #555;
|
|
|
|
border-width: 1px 0 0 0;
|
|
|
|
}
|
|
|
|
|
2013-02-08 14:27:28 +00:00
|
|
|
a {
|
|
|
|
text-decoration: none;
|
|
|
|
color: #0D5689;
|
|
|
|
}
|
|
|
|
|
|
|
|
a:hover {
|
|
|
|
text-decoration: underline;
|
|
|
|
color: #000000;
|
|
|
|
}
|
|
|
|
|
2013-01-30 15:27:43 +00:00
|
|
|
fieldset {
|
|
|
|
border: 1px solid #555;
|
2009-09-08 05:29:38 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.inp {
|
2013-01-28 15:05:00 +00:00
|
|
|
/* Should not be use anymore !!! */
|
|
|
|
border-color: blue;
|
|
|
|
border-width: 5px;
|
|
|
|
background-color: #500000;
|
|
|
|
color: white;
|
2009-09-08 05:29:38 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.inc, .inl {
|
2013-01-28 15:05:00 +00:00
|
|
|
border: 1px solid black;
|
|
|
|
font-family: Verdana, Arial, Helvetica, sans-serif;
|
|
|
|
font-size: 10px;
|
|
|
|
border-style: none;
|
|
|
|
color: black;
|
|
|
|
background: white;
|
2009-09-08 05:29:38 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.inb {
|
2013-02-08 14:27:28 +00:00
|
|
|
-webkit-border-radius: 3px;
|
|
|
|
-moz-border-radius: 3px;
|
|
|
|
border-radius: 3px;
|
2013-01-28 15:05:00 +00:00
|
|
|
border: 1px solid #999;
|
|
|
|
font-family: Verdana, Arial, Helvetica, sans-serif;
|
|
|
|
font-size: 11px;
|
2013-02-08 14:27:28 +00:00
|
|
|
padding: 4px 6px;
|
2013-01-28 15:05:00 +00:00
|
|
|
color: black;
|
|
|
|
background-color: #CFE3F1;
|
|
|
|
cursor: pointer;
|
|
|
|
margin-right: 4px;
|
2013-02-08 14:27:28 +00:00
|
|
|
height: 25px;
|
|
|
|
vertical-align: middle;
|
2009-09-08 05:29:38 +00:00
|
|
|
}
|
2010-03-04 13:51:32 +00:00
|
|
|
.inb:hover {
|
2013-01-28 15:05:00 +00:00
|
|
|
background-color: #BFD3E1;
|
2010-03-04 13:51:32 +00:00
|
|
|
}
|
2013-02-08 14:27:28 +00:00
|
|
|
.ina a, .ina a:hover, .inb a, .inb a:hover {
|
|
|
|
color: #000;
|
|
|
|
text-decoration: none;
|
|
|
|
vertical-align: middle;
|
|
|
|
line-height: 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
span.inb {
|
|
|
|
display: inline-block;
|
|
|
|
height: 15px;
|
|
|
|
padding: 4px 6px;
|
|
|
|
}
|
2010-03-04 13:51:32 +00:00
|
|
|
|
2013-04-25 16:06:50 +00:00
|
|
|
input.ina, input.inav {
|
2013-01-28 15:05:00 +00:00
|
|
|
border: 1px solid #999;
|
|
|
|
font-family: Verdana, Arial, Helvetica, sans-serif;
|
|
|
|
font-size: 10px;
|
|
|
|
padding: 2px 4px 2px 4px;
|
|
|
|
color: black;
|
|
|
|
cursor: pointer;
|
|
|
|
/*float: right;*/
|
2010-03-04 13:51:32 +00:00
|
|
|
}
|
2013-04-25 16:06:50 +00:00
|
|
|
|
|
|
|
input.ina:hover, input.ina, input.inav, input.inav:hover {
|
|
|
|
border: 1px solid #999;
|
|
|
|
font-family: Verdana, Arial, Helvetica, sans-serif;
|
|
|
|
font-size: 10px;
|
|
|
|
color: black;
|
|
|
|
cursor: pointer;
|
|
|
|
/*float: right;*/
|
|
|
|
}
|
|
|
|
|
2013-01-28 10:01:09 +00:00
|
|
|
input.ina, .ina a {
|
2013-01-28 15:05:00 +00:00
|
|
|
background-color: #F1F8FD;
|
2010-04-29 12:37:54 +00:00
|
|
|
}
|
2013-01-28 10:01:09 +00:00
|
|
|
input.ina:hover, .ina a:hover,
|
|
|
|
input.inav, .inav a {
|
2013-01-28 15:05:00 +00:00
|
|
|
background-color: #CFE3F1;
|
2010-03-04 13:51:32 +00:00
|
|
|
}
|
2013-01-28 10:01:09 +00:00
|
|
|
input.inav:hover, .inav a:hover, a.inav:hover {
|
2013-01-28 15:05:00 +00:00
|
|
|
background-color: #F1F8FD;
|
2010-04-29 12:37:54 +00:00
|
|
|
}
|
|
|
|
|
2013-01-28 10:01:09 +00:00
|
|
|
.ina-active a, a.ina-active, input.ina-active {
|
2013-01-28 15:05:00 +00:00
|
|
|
background-color: #C1FFCD;
|
2012-08-24 10:19:55 +00:00
|
|
|
}
|
|
|
|
|
2013-01-28 10:01:09 +00:00
|
|
|
.ina a, a.ina, .inav a, a.inav {
|
2013-01-28 15:05:00 +00:00
|
|
|
color: black;
|
|
|
|
white-space: nowrap;
|
|
|
|
border: 1px solid #999;
|
|
|
|
font-family: Verdana, Arial, Helvetica, sans-serif;
|
|
|
|
font-size: 10px;
|
2013-01-30 15:27:43 +00:00
|
|
|
padding: 4px 10px;
|
2013-01-28 15:05:00 +00:00
|
|
|
color: black;
|
|
|
|
cursor: pointer;
|
2013-02-01 11:34:06 +00:00
|
|
|
-webkit-border-radius: 3px;
|
|
|
|
-moz-border-radius: 3px;
|
|
|
|
border-radius: 3px;
|
2013-02-08 14:27:28 +00:00
|
|
|
display: inline-block;
|
|
|
|
vertical-align: middle;
|
|
|
|
line-height: 15px;
|
|
|
|
height: 15px;
|
2013-01-30 15:27:43 +00:00
|
|
|
}
|
2013-04-25 16:06:50 +00:00
|
|
|
|
|
|
|
.inb a, a.inb {
|
|
|
|
padding: 4px 10px;
|
|
|
|
}
|
|
|
|
|
2013-01-30 15:27:43 +00:00
|
|
|
input[type=button],
|
|
|
|
input[type=submit] {
|
2013-02-01 11:34:06 +00:00
|
|
|
-webkit-border-radius: 3px;
|
|
|
|
-moz-border-radius: 3px;
|
|
|
|
border-radius: 3px;
|
2013-02-08 14:27:28 +00:00
|
|
|
height: 25px;
|
2010-03-04 13:51:32 +00:00
|
|
|
}
|
2013-01-28 10:01:09 +00:00
|
|
|
.ina a:hover, a.ina:hover, .inav a:hover, a.inav:hover {
|
2013-01-28 15:05:00 +00:00
|
|
|
text-decoration: none;
|
|
|
|
color: black;
|
2010-03-04 13:51:32 +00:00
|
|
|
}
|
|
|
|
|
2010-04-29 12:37:54 +00:00
|
|
|
.ina img, .ina img {
|
2013-01-28 15:05:00 +00:00
|
|
|
vertical-align: middle;
|
2013-02-08 14:27:28 +00:00
|
|
|
padding: 0 2px 0 0;
|
|
|
|
float: left;
|
2010-03-04 13:51:32 +00:00
|
|
|
}
|
|
|
|
.bff {
|
2013-01-28 15:05:00 +00:00
|
|
|
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;
|
2010-03-04 13:51:32 +00:00
|
|
|
}
|
2009-09-08 05:29:38 +00:00
|
|
|
.int {
|
2013-01-28 15:05:00 +00:00
|
|
|
border: 1px dotted black;
|
|
|
|
background-color: white;
|
|
|
|
font-family: Verdana, Arial, Helvetica, sans-serif;
|
|
|
|
font-size: 11px;
|
|
|
|
padding: 2px;
|
2009-09-08 05:29:38 +00:00
|
|
|
}
|
2012-08-23 18:46:47 +00:00
|
|
|
.intleft {
|
2013-01-28 15:05:00 +00:00
|
|
|
border-right: 0px;
|
|
|
|
padding-right: 0px;
|
2012-08-23 18:46:47 +00:00
|
|
|
}
|
|
|
|
.intright {
|
2013-01-28 15:05:00 +00:00
|
|
|
border-left: 0px;
|
|
|
|
padding-left: 0px;
|
2012-08-23 18:46:47 +00:00
|
|
|
}
|
2009-09-08 05:29:38 +00:00
|
|
|
|
|
|
|
.lst2 {
|
2013-01-28 15:05:00 +00:00
|
|
|
/*background-color: #F1F8FD;*/
|
|
|
|
background-color: #E7F0F9;
|
2013-01-28 10:01:09 +00:00
|
|
|
}
|
|
|
|
.lst1 {
|
2013-01-28 15:05:00 +00:00
|
|
|
background-color: #CFE3F1;
|
2009-09-08 05:29:38 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.dlogin {
|
2013-01-28 15:05:00 +00:00
|
|
|
text-align: center;
|
2009-09-08 05:29:38 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.login {
|
2013-01-28 15:05:00 +00:00
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
2009-09-08 05:29:38 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
img {
|
2013-01-28 15:05:00 +00:00
|
|
|
border: 0px;
|
|
|
|
vertical-align: middle;
|
2009-09-08 05:29:38 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.error {
|
2013-01-30 15:27:43 +00:00
|
|
|
color: #800;
|
2013-01-28 15:05:00 +00:00
|
|
|
font-weight: bold;
|
2013-01-30 15:27:43 +00:00
|
|
|
background-color: #FFEEDD;
|
|
|
|
border: 1px solid #CC9966;
|
2013-02-04 08:16:29 +00:00
|
|
|
padding: 10px;
|
|
|
|
text-align: left;
|
2009-09-08 05:29:38 +00:00
|
|
|
}
|
|
|
|
|
2013-02-08 14:27:28 +00:00
|
|
|
.alerte {
|
|
|
|
color: #A00;
|
|
|
|
font-style: italic;
|
|
|
|
}
|
|
|
|
|
2009-09-08 05:29:38 +00:00
|
|
|
/* Over quota class */
|
|
|
|
.over {
|
2013-01-28 15:05:00 +00:00
|
|
|
color: red;
|
2009-09-08 05:29:38 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.code {
|
2013-01-28 15:05:00 +00:00
|
|
|
font-size: 16px;
|
|
|
|
font-family: Courier New, Fixed;
|
|
|
|
font-weight: bold;
|
|
|
|
text-align: center;
|
2009-09-08 05:29:38 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#global {
|
2013-01-28 15:05:00 +00:00
|
|
|
display: block;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
margin-top: 20px;
|
|
|
|
margin-bottom: 20px;
|
|
|
|
width: 1020px;
|
2013-01-30 15:27:43 +00:00
|
|
|
border: 1px solid #888;
|
2013-01-28 15:05:00 +00:00
|
|
|
-webkit-border-radius: 10px;
|
|
|
|
-moz-border-radius: 10px;
|
|
|
|
border-radius: 10px;
|
2013-01-30 15:27:43 +00:00
|
|
|
box-shadow: 1px 1px 15px #555;
|
|
|
|
background-color: #F0F0F4;
|
2009-09-08 05:29:38 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Main container */
|
|
|
|
|
|
|
|
#tdMenu, #tdContent {
|
2013-01-28 15:05:00 +00:00
|
|
|
vertical-align: top;
|
2009-09-08 05:29:38 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#tdMenu {
|
2013-01-30 15:27:43 +00:00
|
|
|
border-right: 1px solid #888;
|
|
|
|
padding: 0;
|
2009-09-08 05:29:38 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#content {
|
2013-01-28 15:05:00 +00:00
|
|
|
display: block;
|
|
|
|
width: 770px;
|
|
|
|
padding-left: 10px;
|
|
|
|
padding-right: 10px;
|
|
|
|
vertical-align: top;
|
2009-09-08 05:29:38 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Menu */
|
|
|
|
|
|
|
|
#menu {
|
2013-01-28 15:05:00 +00:00
|
|
|
display: block;
|
|
|
|
float: left;
|
|
|
|
padding: 0px;
|
|
|
|
margin: 0px;
|
|
|
|
width: 200px;
|
|
|
|
padding-right: 10px;
|
|
|
|
padding-bottom: 10px;
|
|
|
|
padding-left: 10px;
|
2013-01-30 15:27:43 +00:00
|
|
|
border-radius: 10px 0 0 10px;
|
|
|
|
-webkit-border-radius: 10px 0 0 10px;
|
|
|
|
-moz-border-radius: 10px 0 0 10px;
|
2009-09-08 05:29:38 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.menu-box {
|
2013-01-28 15:05:00 +00:00
|
|
|
margin-bottom: 10px;
|
|
|
|
font-size: 11px;
|
2013-01-30 15:27:43 +00:00
|
|
|
background-color: #F4F4FA;
|
2013-01-31 10:19:04 +00:00
|
|
|
border: 1px solid #888;
|
|
|
|
box-shadow: 1px 1px 5px #888;
|
2013-01-30 15:27:43 +00:00
|
|
|
border-radius: 4px 4px 0 0;
|
|
|
|
-webkit-border-radius: 4px 4px 0 0;
|
|
|
|
-moz-border-radius: 4px 4px 0 0;
|
2009-09-08 05:29:38 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.menu-box .menu-title {
|
2013-04-19 11:28:47 +00:00
|
|
|
display: block;
|
2013-01-28 15:05:00 +00:00
|
|
|
color: #000000;
|
2013-01-30 15:27:43 +00:00
|
|
|
border-bottom: 2px solid #AAA;
|
|
|
|
background-color: #CFE3F1;
|
2013-01-28 15:05:00 +00:00
|
|
|
padding: 3px;
|
2013-01-30 15:27:43 +00:00
|
|
|
-webkit-border-radius: 4px 4px 0 0;
|
|
|
|
-moz-border-radius: 4px 4px 0 0;
|
|
|
|
border-radius: 4px 4px 0 0;
|
2009-09-08 05:29:38 +00:00
|
|
|
}
|
|
|
|
|
2013-01-30 15:27:43 +00:00
|
|
|
.menu-box a .menu-title {
|
|
|
|
}
|
|
|
|
|
2013-04-19 07:18:25 +00:00
|
|
|
.menu-box .menu-conmargin {
|
2013-01-30 15:27:43 +00:00
|
|
|
margin: 0 5px 5px 5px;
|
2009-09-08 05:29:38 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.menu-box ul {
|
2013-01-28 15:05:00 +00:00
|
|
|
margin: 0px;
|
2013-01-30 15:27:43 +00:00
|
|
|
padding: 5px 0 5px 0;
|
2013-01-28 15:05:00 +00:00
|
|
|
list-style-type: none;
|
2009-09-08 05:29:38 +00:00
|
|
|
}
|
|
|
|
|
2013-01-30 15:27:43 +00:00
|
|
|
.menu-box li {
|
|
|
|
}
|
|
|
|
|
2009-09-08 05:29:38 +00:00
|
|
|
.menu-box a {
|
2013-01-28 15:05:00 +00:00
|
|
|
text-decoration: none;
|
|
|
|
color: #0D5689;
|
2009-09-08 05:29:38 +00:00
|
|
|
}
|
|
|
|
|
2013-01-30 15:27:43 +00:00
|
|
|
.menu-box a:hover,
|
|
|
|
.menu-box a:hover .menu-title {
|
|
|
|
text-decoration: none;
|
|
|
|
background-color: #DFEEF8;
|
2009-09-08 05:29:38 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.menu-box li a {
|
2013-01-28 15:05:00 +00:00
|
|
|
display: block;
|
2013-01-30 15:27:43 +00:00
|
|
|
padding: 5px 5px 5px 10px;
|
2013-01-28 15:05:00 +00:00
|
|
|
color: #0D5689;
|
|
|
|
text-decoration: none;
|
2013-01-30 15:27:43 +00:00
|
|
|
border: 1px solid transparent;
|
|
|
|
border-width: 1px 0;
|
2011-05-02 23:05:43 +00:00
|
|
|
line-height: 0.75em;
|
2013-01-30 15:27:43 +00:00
|
|
|
height: 10px;
|
2013-01-28 15:05:00 +00:00
|
|
|
overflow: hidden;
|
|
|
|
white-space: nowrap;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
-o-text-overflow: ellipsis; /* Opera 9*/
|
2009-09-08 05:29:38 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.menu-box li a img {
|
2013-01-28 15:05:00 +00:00
|
|
|
float: left;
|
|
|
|
width: 16px;
|
|
|
|
height: 16px;
|
|
|
|
margin: 0px;
|
|
|
|
padding: 0px;
|
|
|
|
top: -3px;
|
2012-10-26 16:51:17 +00:00
|
|
|
position: relative;
|
2009-09-08 05:29:38 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.menu-box li a:hover {
|
2013-01-28 15:05:00 +00:00
|
|
|
color: #000000;
|
2013-01-30 15:27:43 +00:00
|
|
|
border: 1px solid #C1D8E9;
|
|
|
|
border-width: 1px 0;
|
2013-01-28 15:05:00 +00:00
|
|
|
text-decoration: none;
|
|
|
|
background-color: #DFEEF8;
|
2009-09-08 05:29:38 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.menu-box .full {
|
2013-01-28 15:05:00 +00:00
|
|
|
color: red;
|
2009-09-08 05:29:38 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Bars */
|
|
|
|
|
|
|
|
.barempty {
|
2013-01-28 15:05:00 +00:00
|
|
|
background-color: white;
|
|
|
|
border: 1px solid black;
|
|
|
|
height: 8px;
|
|
|
|
-webkit-border-radius:4px;
|
|
|
|
-moz-border-radius: 4px;
|
|
|
|
border-radius: 4px;
|
2009-09-08 05:29:38 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.barfill {
|
2013-01-28 15:05:00 +00:00
|
|
|
float: left;
|
|
|
|
background-color: red;
|
|
|
|
height: 8px;
|
2009-09-08 05:29:38 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Infos */
|
|
|
|
#recap table {
|
2013-01-28 15:05:00 +00:00
|
|
|
text-align: center;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
2009-09-08 05:29:38 +00:00
|
|
|
}
|
|
|
|
|
2012-08-23 18:46:47 +00:00
|
|
|
table.searchtable {
|
2013-01-28 15:05:00 +00:00
|
|
|
width: 700px;
|
|
|
|
border: 1px dotted #99f;
|
|
|
|
margin: 20px 0 20px 0px;
|
2012-08-23 18:46:47 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
table.searchtable td {
|
2013-01-28 15:05:00 +00:00
|
|
|
padding: 5px;
|
2012-08-23 18:46:47 +00:00
|
|
|
}
|
|
|
|
|
2009-09-08 05:29:38 +00:00
|
|
|
/* Others */
|
|
|
|
.center {
|
2013-01-28 15:05:00 +00:00
|
|
|
text-align: center;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
2009-09-08 05:29:38 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.border {
|
2013-01-28 15:05:00 +00:00
|
|
|
border: 1px solid #C0DCF0;
|
2009-09-08 05:29:38 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.bold {
|
2013-01-28 15:05:00 +00:00
|
|
|
font-weight: bold;
|
2010-03-04 13:51:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
#sendthisfile {
|
2013-01-28 15:05:00 +00:00
|
|
|
margin-top: 6px;
|
2010-03-04 13:51:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.breadcrumb {
|
2013-01-28 15:05:00 +00:00
|
|
|
font-size: 12px;
|
2010-03-04 13:51:32 +00:00
|
|
|
|
2010-03-04 16:16:13 +00:00
|
|
|
}
|
|
|
|
|
2010-04-29 10:07:15 +00:00
|
|
|
#newdomwww, #sub, #usernpfx, #dbnpfx {
|
2013-01-28 15:05:00 +00:00
|
|
|
border-right: 0;
|
|
|
|
padding-right: 0;
|
2010-03-04 16:16:13 +00:00
|
|
|
}
|
2010-04-29 10:07:15 +00:00
|
|
|
#newdomain, #newsubname, #usern, #dbn {
|
2013-01-28 15:05:00 +00:00
|
|
|
border-left: 0;
|
|
|
|
padding-left: 0;
|
2010-03-04 16:16:13 +00:00
|
|
|
}
|
2010-04-06 20:29:08 +00:00
|
|
|
|
2010-04-29 12:37:54 +00:00
|
|
|
#create_dom_list_pfx {
|
2013-01-28 15:05:00 +00:00
|
|
|
border-right: 0;
|
|
|
|
padding: 3px;
|
2010-04-29 12:37:54 +00:00
|
|
|
}
|
|
|
|
#create_dom_list {
|
2013-01-28 15:05:00 +00:00
|
|
|
border-left: 0;
|
|
|
|
padding-left: 0;
|
2010-04-29 12:37:54 +00:00
|
|
|
}
|
|
|
|
|
2010-04-29 10:07:15 +00:00
|
|
|
|
|
|
|
|
2010-04-28 23:58:29 +00:00
|
|
|
input#email {
|
2013-01-28 15:05:00 +00:00
|
|
|
border-right: 0;
|
|
|
|
padding-right: 0;
|
|
|
|
text-align: right;
|
2010-04-28 23:58:29 +00:00
|
|
|
}
|
2010-04-29 10:07:15 +00:00
|
|
|
|
2010-04-28 23:58:29 +00:00
|
|
|
span#emaildom {
|
2013-01-28 15:05:00 +00:00
|
|
|
border-left: 0;
|
|
|
|
padding-left: 2px;
|
2010-04-28 23:58:29 +00:00
|
|
|
}
|
|
|
|
|
2010-04-06 20:29:08 +00:00
|
|
|
.tedit {
|
2013-01-28 15:05:00 +00:00
|
|
|
border: 1px solid #aaa;
|
|
|
|
padding: 6px;
|
|
|
|
margin: 0;
|
|
|
|
border-collapse: collapse;
|
2010-04-06 20:29:08 +00:00
|
|
|
}
|
|
|
|
.tedit td, .tedit th {
|
2013-01-28 15:05:00 +00:00
|
|
|
border: 1px solid #aaa;
|
|
|
|
padding: 10px;
|
|
|
|
margin: 0;
|
|
|
|
}
|
2010-04-06 20:29:08 +00:00
|
|
|
|
|
|
|
.formcell {
|
2013-01-28 15:05:00 +00:00
|
|
|
vertical-align: top;
|
|
|
|
border: 1px solid #aaa;
|
|
|
|
padding: 10px;
|
|
|
|
}
|
2010-04-06 20:29:08 +00:00
|
|
|
|
2013-01-28 10:01:09 +00:00
|
|
|
.tlist, .tlist td, .tlist th,
|
|
|
|
.tlist2, .tlist2 td, .tlist2 th {
|
2013-01-28 15:05:00 +00:00
|
|
|
padding: 4px;
|
|
|
|
margin: 0;
|
|
|
|
border-collapse: collapse;
|
|
|
|
}
|
2010-04-06 20:29:08 +00:00
|
|
|
|
2013-01-28 10:01:09 +00:00
|
|
|
.tlist {
|
2013-01-28 15:05:00 +00:00
|
|
|
width: 100%;
|
2013-01-30 15:27:43 +00:00
|
|
|
border: 1px solid #C1D8E9;
|
2013-01-28 15:05:00 +00:00
|
|
|
}
|
2013-01-28 10:01:09 +00:00
|
|
|
|
|
|
|
.tlistb, .tlistb td, .tlistb th {
|
2013-01-28 15:05:00 +00:00
|
|
|
padding: 4px;
|
|
|
|
margin: 0;
|
|
|
|
border-collapse: collapse;
|
|
|
|
}
|
2013-01-28 10:01:09 +00:00
|
|
|
|
|
|
|
table.tlistb, .tlistb tr {
|
2013-01-30 15:27:43 +00:00
|
|
|
border: solid 1px #C1D8E9;
|
2013-01-28 10:01:09 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.tlist tr:hover, .tlist2 tr:hover {
|
2013-01-28 15:05:00 +00:00
|
|
|
background-color: #F1D5CF;
|
|
|
|
}
|
2013-01-28 10:01:09 +00:00
|
|
|
|
|
|
|
.tlist th, .tlist2 th {
|
2013-01-30 15:27:43 +00:00
|
|
|
font-size: 125%;
|
2013-01-28 10:01:09 +00:00
|
|
|
}
|
|
|
|
|
2010-04-06 20:29:08 +00:00
|
|
|
input#dir, input#sub_local {
|
2013-01-28 15:05:00 +00:00
|
|
|
width: 200px;
|
|
|
|
}
|
2010-04-28 23:58:29 +00:00
|
|
|
|
|
|
|
.warningmsg {
|
2013-01-28 15:05:00 +00:00
|
|
|
width: 500px;
|
2010-04-29 08:31:15 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#mx {
|
2013-01-28 15:05:00 +00:00
|
|
|
width: 300px;
|
2010-04-29 10:07:15 +00:00
|
|
|
}
|
|
|
|
|
2010-04-29 12:37:54 +00:00
|
|
|
#admlistbtn {
|
2013-01-28 15:05:00 +00:00
|
|
|
padding-bottom: 6px;
|
2010-05-26 19:48:23 +00:00
|
|
|
}
|
2011-03-27 13:29:44 +00:00
|
|
|
|
|
|
|
.advdom {
|
2013-01-28 15:05:00 +00:00
|
|
|
padding-top: 6px;
|
2011-03-27 13:29:44 +00:00
|
|
|
}
|
|
|
|
|
2012-08-24 16:25:04 +00:00
|
|
|
.grey, .grey td {
|
2013-01-28 15:05:00 +00:00
|
|
|
color: #999;
|
2012-08-24 16:25:04 +00:00
|
|
|
}
|
2013-01-28 17:05:53 +00:00
|
|
|
|
|
|
|
.retour-auto {
|
|
|
|
max-width:220px;
|
|
|
|
word-wrap:break-word;
|
|
|
|
}
|
2013-01-30 15:27:43 +00:00
|
|
|
|
|
|
|
.menutoplogo {
|
|
|
|
margin: 10px 0 0 5px;
|
|
|
|
width: 190px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.currentuser {
|
|
|
|
margin: 5px 5px 10px 5px;
|
|
|
|
color:#444;
|
|
|
|
}
|
|
|
|
|
|
|
|
.adminmenu {
|
|
|
|
color: #800;
|
|
|
|
}
|
|
|
|
|
|
|
|
.menu-quota dd {
|
|
|
|
margin: 5px 5px 5px 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.menu-quota div.progress-bar {
|
|
|
|
width: 180px;
|
|
|
|
background: #fff;
|
2013-01-31 10:19:04 +00:00
|
|
|
border: solid 1px #AAA;
|
2013-02-08 14:35:56 +00:00
|
|
|
margin-left: 10px;
|
2013-01-30 15:27:43 +00:00
|
|
|
}
|
2013-01-30 18:11:58 +00:00
|
|
|
|
|
|
|
.ombrage {
|
|
|
|
border: 1px solid #888;
|
|
|
|
box-shadow: 1px 1px 15px #555;
|
|
|
|
}
|
|
|
|
|
|
|
|
.petit,
|
|
|
|
.petit p,
|
|
|
|
.petit th,
|
|
|
|
.petit td {
|
|
|
|
font-size:95%;
|
|
|
|
}
|
2013-02-05 11:21:12 +00:00
|
|
|
|
|
|
|
#adm_panel li, #adm_panel_root li {
|
|
|
|
padding: 4px 0 4px 0;
|
|
|
|
}
|
|
|
|
#adm_panel li:hover, #adm_panel_root li:hover {
|
|
|
|
background-color: #BFD3E1;
|
|
|
|
}
|
2013-04-25 12:39:24 +00:00
|
|
|
|
2013-04-25 16:06:50 +00:00
|
|
|
.edit a, a.edit, input.edit {
|
2013-04-25 12:39:24 +00:00
|
|
|
background-image: url(../images/edit.png);
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: 8px 3px;
|
2013-04-25 16:06:50 +00:00
|
|
|
padding-left: 30px;
|
2013-04-25 12:39:24 +00:00
|
|
|
}
|
|
|
|
|
2013-04-25 16:06:50 +00:00
|
|
|
.delete a, a.delete, input.delete {
|
2013-04-25 12:39:24 +00:00
|
|
|
background-image: url(../images/delete.png);
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: 8px 3px;
|
2013-04-25 16:06:50 +00:00
|
|
|
padding-left: 30px;
|
2013-04-25 12:39:24 +00:00
|
|
|
}
|
|
|
|
|
2013-04-25 16:06:50 +00:00
|
|
|
.lock a, a.lock, input.lock {
|
2013-04-25 12:39:24 +00:00
|
|
|
background-image: url(../icon/encrypted.png);
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: 8px 3px;
|
2013-04-25 16:06:50 +00:00
|
|
|
padding-left: 30px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ok a, a.ok, input.ok {
|
|
|
|
background-image: url(../icon/ok.png);
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: 8px 3px;
|
|
|
|
padding-left: 30px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cancel a, a.cancel, input.cancel {
|
|
|
|
background-image: url(../icon/cancel.png);
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: 8px 3px;
|
|
|
|
padding-left: 30px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.add a, a.add, input.add {
|
|
|
|
background-image: url(../icon/add.png);
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: 8px 3px;
|
|
|
|
padding-left: 30px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.configure a, a.configure, input.configure {
|
|
|
|
background-image: url(../icon/configure.png);
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: 8px 3px;
|
|
|
|
padding-left: 30px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.edit a, a.edit, input.edit {
|
|
|
|
background-image: url(../icon/edit.png);
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: 8px 3px;
|
|
|
|
padding-left: 30px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.save a, a.save, input.save {
|
|
|
|
background-image: url(../icon/save.png);
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: 8px 3px;
|
|
|
|
padding-left: 30px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.down a, a.down, input.down {
|
|
|
|
background-image: url(../icon/save.png);
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: 8px 3px;
|
|
|
|
padding-left: 30px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.up a, a.up, input.up {
|
|
|
|
background-image: url(../icon/up.png);
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: 8px 3px;
|
|
|
|
padding-left: 30px;
|
2013-04-25 12:39:24 +00:00
|
|
|
}
|
|
|
|
|