1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104
|
a {color:#5a3463;}
table {border-collapse: collapse; border: 1px solid #999; width: 100%;}
tr {vertical-align:top;border: 1px solid #999;}
.tr0 {background-color:#ddded5}
thead tr {font-weight:bold;background-color:#333;color:#fff;}
thead tr input {font-weight:normal;font-size:0.9em;}
thead tr .unite {font-weight:normal;font-size:0.9em;}
td {text-align:left;border-left: 1px solid #ccc; padding: 0.5em 1em;}
td em {color:#aaa;}
#minipres{width:auto;}
.upgrade {text-align: center; padding:0 .5em; display:inline;}
.upgrade div {display:inline;}
.upgrade input { border: 2px solid red;color:red; background-color:#fff; font-weight:bold;}
.erreur {color:red;font-weight:bold;}
.taille {text-align: right;}
.loading {background: url(images/loading.gif) left center no-repeat}
p { margin-top: 1em;}
.toolbar {
/* border-top: 2px solid #dfdfdf; */
bottom: 0;
clear: both;
display: block;
font-size: 0.9em;
left: 0;
margin: 0;
min-height: 38px;
padding: 0 5em;
position: fixed;
right: 0;
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #dfdfdf 0%, #ffffff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dfdfdf), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #dfdfdf 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #dfdfdf 0%,#ffffff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #dfdfdf 0%,#ffffff 100%); /* IE10+ */
background: linear-gradient(to bottom, #dfdfdf 0%,#ffffff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfdfdf', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.toolbar .toolbar-block {
float: left;
margin: 0;
padding: 0;
border-right: 1px solid #dfdfdf;
height: 38px;
position: relative;
}
.toolbar .toolbar-block:hover {
background-color: #ffffff;
}
.toolbar .toolbar-block .toolbar-icon {
height: 28px;
line-height: 28px;
padding: 5px;
}
.toolbar .toolbar-block .toolbar-icon [class^=icon] {
width: 28px;
height: 28px;
background-position: 50% 50%;
background-repeat: no-repeat;
display: block;
float: left;
}
.toolbar .toolbar-block .toolbar-icon [class^=icon] + span {
height: 28px;
line-height: 28px;
padding: 0 5px;
}
.toolbar .toolbar-block .toolbar-info {
display:none;
bottom: 38px;
position: absolute;
width: 20em;
padding: 10px;
background-color: white;
}
.toolbar .toolbar-block .toolbar-info .toolbar-info-element {
overflow: hidden;
padding: 0.25em 0;
}
.toolbar .toolbar-block .toolbar-info .toolbar-info-element span {
float: left;
width: auto;
}
.toolbar .toolbar-block .toolbar-info .toolbar-info-element b {
width: 10em;
float: left;
clear: left;
}
.icon-time {
background-image: url(images/icon-time-grey-20.png);
}
.icon-memory {
background-image: url(images/icon-memory-grey-20.png);
}
.icon-php_info {
background-image: url(images/icon-php_info-grey-20.png);
}
.icon-plugins {
background-image: url(images/icon-plugins-grey-20.png);
}
|