basic.css 7.41 KB
Newer Older
Claudio Valerio's avatar
Claudio Valerio committed
1 2 3 4 5
html, body{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
maximXbs's avatar
maximXbs committed
6
    border-radius: 35px;
maximXbs's avatar
maximXbs committed
7 8
    overflow: hidden;    
    font-family: sans-serif;
Claudio Valerio's avatar
Claudio Valerio committed
9 10
}

11 12 13 14
.without_radius{
    border-radius: 0 !important;
}

Claudio Valerio's avatar
Claudio Valerio committed
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
body{
    background-image: url(../img/bg.png);
}

.toggle_mode{
    width: 100%;
    height: 25px;
    border-bottom: 1px solid black;
    background-color: #ccc;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
}

#display_img, #edit_img{
    width: 15px;
    height: 15px;
    margin: 5px 10px;
}

#display_text, #edit_text{
    height: 19px;
    padding: 3px 0 0 0;
}

.selected{
    background-color: #666;
}

#display:hover, #edit:hover{
    background-color: #999;
}

.cont{
    width: 100%;
    border-bottom: 1px solid black;
    margin: 0;
    padding: 0;
    position: relative;
}

.sub_cont{
    width: 100%;
    padding: 0;
unknown's avatar
unknown committed
60
    margin: 20px 0 5px 0;
Claudio Valerio's avatar
Claudio Valerio committed
61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79
    min-height: 60px;
}

.imgs_cont{
    width: 100%;
    min-height: 142px;
    margin: 0;
}

.imgs_answers{
    width: 162px;
    margin: 0 auto;
    margin-bottom: 10px;
    min-height: 142px;
    border: 2px dashed #ccc;
    text-align: center;
}

.imgs_answers_gray{
unknown's avatar
unknown committed
80

Claudio Valerio's avatar
Claudio Valerio committed
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
}

.imgs_answers_green{
    background-color: #9f9;
}

.imgs_answers_red{
    background-color: #f99;
}

.number_cont{
    width: 40px;
    height: 33px;
    margin-left: 40px;
    margin-right: 10px;
    background-image: url(../img/circle.png);
    background-repeat: no-repeat;
    text-align: center;
    float: left;
    font-size: 130%;
    padding-top: 7px;
    font-weight: bold;
}

.text_cont{
    width: 80%;
    min-height: 40px;
unknown's avatar
unknown committed
108
    max-height: 60px;
Claudio Valerio's avatar
Claudio Valerio committed
109
    float: right;
unknown's avatar
unknown committed
110
    overflow-x: hidden;
Claudio Valerio's avatar
Claudio Valerio committed
111 112 113
    background-color: #ccc;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
unknown's avatar
unknown committed
114 115
    padding-left: 10px;  
    word-break: break-all;
Claudio Valerio's avatar
Claudio Valerio committed
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
}

.close_cont{
    width: 20px;
    height: 20px;
    background-image: url(../img/close_cont.png);
    cursor: pointer;
    position: absolute;
    top: -15px;
    left: 5px;
}

.add_img{
    width: 120px;
    height: 120px;
    margin: 10px 20px;
    background-image: url(../img/add_img.png);
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline-block;
}

.img_block{
    width: 120px;
    height: 120px;
    margin: 10px 20px;
    cursor: pointer;
    display: inline-block;
    position: relative;
146
    text-align: center;
Claudio Valerio's avatar
Claudio Valerio committed
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
}

.img_gray{
    border: 1px solid #ccc;
    -moz-box-shadow: #ccc -1px 0 4px;
    -webkit-box-shadow: #ccc -1px 0 4px;
    box-shadow: #ccc -1px 0 4px;
}

.close_img, .clear_img, .true_img, .false_img{
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    position: absolute;
    right: -15px;
    cursor: pointer;
}

.close_img{    
    background-image: url(../img/close_img.png);    
    top: -15px;   
}

.clear_img{
    background-image: url(../img/clear_img.png);
    top: 15px;
}

.true_img{
    background-image: url(../img/false.png);
    top: 45px;
}

.false_img{
    background-image: url(../img/true.png);
    top: 45px;
}

.add_block{
    margin: 20px 0 0 20px;
    width: 110px;
    height: 25px;
    background-image: url(../img/add_block.png);
    background-repeat: no-repeat;
    padding-left: 40px;
    padding-top: 5px;
    cursor: pointer;
    background-color: #ccc;
    -webkit-border-radius: 15px;
    border-radius: 15px;    
}

.dropHere{
    background-color: #ccc;
}

.dropBack{
unknown's avatar
unknown committed
204

Claudio Valerio's avatar
Claudio Valerio committed
205 206 207 208
}

/* new design */

209 210 211
.without_back{
    background: none !important;
}
Claudio Valerio's avatar
Claudio Valerio committed
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

.body_table{
    width: 100%;
    height: 100%;
    border-spacing: 0;
}

/*top*/

.b_top_left{
    width: 54px;
    background-image: url(../img/top_left.png);
    background-repeat: no-repeat;
}

.b_top_right{
    width: 54px;
    background-image: url(../img/top_right.png);
    background-repeat: no-repeat;
}

.b_top_center{
    height: 54px;
    background-image: url(../img/top.png);
    background-repeat: repeat-x;
}

/*bottom*/

.b_bottom_left{
    width: 54px;
    background-image: url(../img/bottom_left.png);
    background-repeat: no-repeat;
}

.b_bottom_right{
    width: 54px;
    background-image: url(../img/bottom_right.png);
    background-repeat: no-repeat;
}

.b_bottom_center{
    background-image: url(../img/bottom.png);
    background-repeat: repeat-x;
}

/*center*/

.b_center_left{
    width: 54px;
    background-image: url(../img/left.png);
    background-repeat: repeat-y;
}

.b_center_right{
    width: 54px;
    background-image: url(../img/right.png);
    background-repeat: repeat-y;
}

#data{
    width: 100%;
    height: 100%;    
    min-height: 250px;
    overflow: auto;
}

#wgt_name{
    height: 44px;
    margin: 10px 10px 0 10px;
    padding: 0;
    float: left;
maximXbs's avatar
maximXbs committed
284
    font-family: sans-serif;
Claudio Valerio's avatar
Claudio Valerio committed
285
    font-size: 24px;
maximXbs's avatar
maximXbs committed
286 287
    color: #7F613F;
    text-shadow: #FFDCA9 0 1px 0;
Claudio Valerio's avatar
Claudio Valerio committed
288 289
}

unknown's avatar
unknown committed
290
#wgt_reload, #wgt_edit, #wgt_display, #wgt_help{
Claudio Valerio's avatar
Claudio Valerio committed
291 292 293
    cursor: pointer;
    margin: 10px 10px 0 0;
    float: right;
maximXbs's avatar
maximXbs committed
294
    font-family: sans-serif;
maximXbs's avatar
maximXbs committed
295 296
    font-size: 24px;    
    line-height: 32px;
Claudio Valerio's avatar
Claudio Valerio committed
297 298 299
}

#wgt_display{
maximXbs's avatar
maximXbs committed
300 301 302
    padding-left: 35px;
    background: url(../img/toolbar-edit.png) left -32px no-repeat;
    color: white;
Claudio Valerio's avatar
Claudio Valerio committed
303 304 305 306
    display: none;
}

#wgt_edit{    
maximXbs's avatar
maximXbs committed
307 308 309 310
    padding-left: 35px;
    background: url(../img/slate-toolbar-edit.png) left top no-repeat;
    color: #7F613F;
    text-shadow: #FFDCA9 0 1px 0;
Claudio Valerio's avatar
Claudio Valerio committed
311 312 313
}

#wgt_reload{
maximXbs's avatar
maximXbs committed
314 315 316 317
    padding-left: 35px;
    background: url(../img/slate-toolbar-reload.png) left top no-repeat;
    color: #7F613F;
    text-shadow: #FFDCA9 0 1px 0;
Claudio Valerio's avatar
Claudio Valerio committed
318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352
}


.btl_pad{
    background-image: url(../img/pad-top-left.png) !important;
}

.btc_pad{
    background-image: url(../img/pad-top.png) !important;
}

.btr_pad{
    background-image: url(../img/pad-top-right.png) !important;
}

.bcl_pad{
    background-image: url(../img/pad-left.png) !important;
}

.bcr_pad{
    background-image: url(../img/pad-right.png) !important;
}

.bbl_pad{
    background-image: url(../img/pad-bottom-left.png) !important;
}

.bbc_pad{
    background-image: url(../img/pad-bottom.png) !important;
}

.bbr_pad{
    background-image: url(../img/pad-bottom-right.png) !important;
}

maximXbs's avatar
maximXbs committed
353 354
/*new update 26 09 2012*/

Claudio Valerio's avatar
Claudio Valerio committed
355
.pad_color{
maximXbs's avatar
maximXbs committed
356 357
    color: #FC9 !important;
    text-shadow: none !important;
Claudio Valerio's avatar
Claudio Valerio committed
358 359 360
}

.pad_reload{
maximXbs's avatar
maximXbs committed
361
    background: url(../img/toolbar-reload.png) left top no-repeat !important;
Claudio Valerio's avatar
Claudio Valerio committed
362 363 364
}

.pad_edit{
maximXbs's avatar
maximXbs committed
365
    background: url(../img/toolbar-edit.png) left top no-repeat !important;    
Claudio Valerio's avatar
Claudio Valerio committed
366 367
}

maximXbs's avatar
maximXbs committed
368 369
.pad_help{
    background: url(../img/toolbar-help.png) left top no-repeat !important;
370
}
371

maximXbs's avatar
maximXbs committed
372 373
.help_wood{
    background: url(../img/slate-toolbar-help.png) left -32px no-repeat !important;
374
    color: white !important;
maximXbs's avatar
maximXbs committed
375
    text-shadow: #7F613F 0 -1px 0 !important;
376
}
unknown's avatar
unknown committed
377

maximXbs's avatar
maximXbs committed
378 379 380
.help_pad{
    background: url(../img/toolbar-help.png) left -32px no-repeat !important;
    color: white !important;
unknown's avatar
unknown committed
381 382 383
}

#wgt_help{
maximXbs's avatar
maximXbs committed
384 385 386 387
    padding-left: 35px;
    background: url(../img/slate-toolbar-help.png) left top no-repeat;
    color: #7F613F;
    text-shadow: #FFDCA9 0 1px 0;
unknown's avatar
unknown committed
388 389 390 391 392 393 394 395 396 397 398
}

#help{
    height: 100%;    
    overflow: auto;
    display: none;
    background-color: #ccc;
    padding: 5px;
}

.open{
unknown's avatar
unknown committed
399

maximXbs's avatar
maximXbs committed
400 401 402 403 404 405 406 407 408 409 410
}

#parameters{    
    display: none;
    padding: 10px 20px;
    background: url("../img/parameters-bg.png");
    border-radius: 4px 4px 0 0;
}

.inline{
    display: inline-block;
maximXbs's avatar
maximXbs committed
411
    font-family: sans-serif;
maximXbs's avatar
maximXbs committed
412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430
    font-size: 14px;
    color: #666;
}

#parameters label {
    font-style: italic;
}

#style_select{   
    margin-left: 10px;
}

.display_wood{
    background: url(../img/slate-toolbar-edit.png) left -32px no-repeat !important;
    text-shadow: #7F613F 0 -1px 0;
}

.radius_ft{
    border-radius: 45px !important;
unknown's avatar
unknown committed
431
}