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 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321
|
body {
background: #fff url(../images/background.png) left top repeat-x;
font-family: helvetica, arial, sans-serif;
font-size: small;
text-align: center;
}
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
#container {
width: 770px;
margin: 0 auto;
text-align: left;
}
#bar {
float: left;
width:179px;
}
#workarea {
float: right;
margin-top: 10px;
background: transparent url(../images/workarea.png) left top no-repeat;
width: 591px;
min-height: 550px;
}
#workarea-inner {
padding: 1.5em 1em;
}
#nav {
}
#nav li {
font-size: 12px;
height: 27px;
min-height: 27px;
}
#nav li a {
padding-left: 16px;
padding-top: 7px;
display: block;
color: #204a87;
text-decoration: none;
}
#nav li:hover {
background: transparent url(../images/menu-highlight.png) left top no-repeat;
}
#body-general #general,
#body-vserver #vserver,
#body-encoder #encoder,
#body-icon #icon,
#body-mime #mime,
#body-advanced #advanced
{
background: transparent url(../images/menu-active.png) left top no-repeat;
}
#logo {
text-align: center;
}
#version {
font-size: 80%;
color: #3465a4;
text-align: center;
}
h1 {
color: #c00;
font-weight: normal;
font-size: 150%;
margin-bottom: 0.5em;
}
h2 {
color: #204a87;
font-weight: normal;
font-size: 120%;
letter-spacing: -1px;
margin-top: 20px;
}
h3 {
color: #666;
font-size: 100%;
font-weight: bold;
margin: 0.4em 0;
}
p {
line-height: 1.1em;
margin: 0 0 0.6em 0;
}
table td {
padding: 0.2em;
}
table td label {
float: right;
}
.error {
color: #CC0000;
}
/** HELP **/
#help-area {
}
#help {
float: right;
padding: 1em;
font-size: 85%;
}
#help-contents {
background: #f3f7fc url(../images/help.png) 4px 4px no-repeat;
border-top: 1px solid #bacce2;
border-bottom: 1px solid #bacce2;
display: none;
padding: 1em 1em 1em 40px;
margin-bottom: 1em;
}
/** INFO **/
.dialog-information {
background: #f3fbfb url(../images/dialog-information.png) 4px 4px no-repeat;
border-top: 1px solid #bacce2;
border-bottom: 1px solid #bacce2;
padding: 1em 1em 1em 40px;
margin: 1em 0;
}
.dialog-important-information {
background: #e9ffd4 url(../images/dialog-information.png) 4px 4px no-repeat;
border-top: 1px solid #73d216;
border-bottom: 1px solid #73d216;
padding: 1em 1em 1em 40px;
margin: 1em 0;
}
/** WARNING **/
.dialog-warning {
background: #fbf7da url(../images/dialog-warning.png) 4px 4px no-repeat;
border-top: 1px solid #edd400;
border-bottom: 1px solid #edd400;
padding: 1em 1em 1em 40px;
margin: 1em 0;
}
/** ERROR **/
.dialog-error {
background: #ffe7e7 url(../images/dialog-error.png) 4px 4px no-repeat;
border-top: 1px solid #c00;
border-bottom: 1px solid #c00;
padding: 1em 1em 1em 40px;
margin: 1em 0;
}
/** OFFLINE **/
.dialog-offline {
background: #fbf7da url(../images/offline.png) 4px 4px no-repeat;
border-top: 1px solid #edd400;
border-bottom: 1px solid #edd400;
padding: 1em 1em 1em 80px;
margin: 1em 0;
}
/** ONLINE **/
.dialog-online {
background: #e9ffd4 url(../images/online.png) 4px 4px no-repeat;
border-top: 1px solid #73d216;
border-bottom: 1px solid #73d216;
padding: 1em 1em 1em 80px;
margin: 1em 0;
}
.dialog-information h2,
.dialog-warning h2,
.dialog-error h2
{
margin: 0 0 0.3em 0;
padding: 0;
font-size: 100%;
font-weight: bold;
letter-spacing: 1px;
color: #000;
}
.tab dt {
background:#CCCCCC url(../images/collapsed.gif) no-repeat scroll 0px 4px;
color: #204a87;
font-weight: normal;
font-size: 120%;
letter-spacing: -1px;
text-indent:14px;
margin: 0.4em 0;
}
.tab dt.selected {
background-image: url(../images/expanded.gif);
}
.tab dt:hover {
background:#efefef url(../images/collapsed.gif) no-repeat scroll 0px 4px;
}
.tab dt.selected:hover {
background:#efefef url(../images/expanded.gif) no-repeat scroll 0px 4px;
}
a.button {
background: transparent url('../images/button-right.png') no-repeat scroll top right;
color: #486991;
display: block;
float: left;
font: normal 12px arial, sans-serif;
height: 24px;
overflow: hidden;
margin-right: 6px;
padding-right: 18px;
text-decoration: none;
}
a.button span {
background: transparent url('../images/button-left.png') no-repeat;
display: block;
line-height: 14px;
padding: 5px 0 5px 18px;
}
a.button:active {
background-position: bottom right;
color: #122c4d;
outline: none;
}
a.button:active span {
background-position: bottom left;
padding: 6px 0 4px 18px;
}
.indented {
margin-left: 20px;
}
.help_p {
margin-left: 15px;
text-align: justify;
}
.tDnD_whileDrag {
background-color:#ECF6FC;
font-weight: bold;
}
.rulestable {
width: 100%;
}
#mimetable {
width: 540px;
height: 400px;
overflow: auto;
}
.tableprop {
width: 100%;
border-collapse: collapse;
}
.tableprop tr th {
valign: top;
width: 160px;
}
.tableprop .comment {
color: #999;
font-size: 85%;
margin-right: 20px;
}
.tableprop .title {
font-weight: bold;
}
.tableprop_block hr {
background: #DCF;
border: none;
margin-top: 5px;
margin-bottom: 5px;
height: 1px;
width: 100%;
text-align: left;
align: left;
}
table tr {
vertial-align: top;
}
table tr th {
font-weight: bold;
}
|