[59] | 1 | /* |
---|
| 2 | Document : style |
---|
| 3 | Created on : 12-jul-2011, 15:12:02 |
---|
| 4 | Author : fpvanagthoven |
---|
| 5 | Description: |
---|
| 6 | Purpose of the stylesheet follows. |
---|
| 7 | */ |
---|
| 8 | |
---|
| 9 | /* |
---|
| 10 | TODO customize this sample style |
---|
| 11 | Syntax recommendation http://www.w3.org/TR/REC-CSS2/ |
---|
| 12 | */ |
---|
| 13 | |
---|
| 14 | h1 { |
---|
| 15 | width: 100%; |
---|
| 16 | text-align: center; |
---|
| 17 | color: white; |
---|
| 18 | text-shadow: #888 0px 0px 1em; |
---|
| 19 | margin: 0 0 0.1em 0; |
---|
| 20 | } |
---|
| 21 | |
---|
| 22 | h2 { |
---|
| 23 | margin: 0; |
---|
| 24 | font-size: larger; |
---|
| 25 | } |
---|
| 26 | |
---|
| 27 | h3 { |
---|
| 28 | margin: 0; |
---|
| 29 | font-size: small; |
---|
| 30 | font-weight: normal; |
---|
| 31 | color: #333; |
---|
| 32 | } |
---|
| 33 | |
---|
[103] | 34 | label { |
---|
[104] | 35 | font-size: small; |
---|
| 36 | font-weight: bold; |
---|
| 37 | color: #333; |
---|
[103] | 38 | text-shadow: #fff 0px 0px 1px; |
---|
| 39 | } |
---|
| 40 | |
---|
[59] | 41 | legend { |
---|
| 42 | padding-left: 0em; |
---|
| 43 | color: #fff; |
---|
| 44 | text-shadow: #000 0px 0px .4em; |
---|
| 45 | } |
---|
| 46 | |
---|
| 47 | fieldset { |
---|
| 48 | background-color: #aeb2b3; |
---|
| 49 | border: 1px solid #fff; |
---|
| 50 | -moz-border-radius: 15px; |
---|
| 51 | border-radius: 15px; |
---|
| 52 | margin-bottom: 2em; |
---|
| 53 | padding: 0 1em 1em 1em; |
---|
| 54 | -moz-box-shadow: 2px 2px 1px #888; |
---|
| 55 | -webkit-box-shadow: 2px 2px 1px #888; |
---|
| 56 | box-shadow: 2px 2px 1px #888; |
---|
| 57 | } |
---|
| 58 | html { |
---|
| 59 | background-image: url('../images/bg/blueishgridblock.png'); |
---|
| 60 | height: 100%; |
---|
| 61 | } |
---|
| 62 | |
---|
| 63 | root { |
---|
| 64 | display: block; |
---|
| 65 | } |
---|
| 66 | |
---|
| 67 | body { |
---|
| 68 | font-family: sans-serif; |
---|
| 69 | background-image: url('../images/bg/blueishgrid.png'); |
---|
| 70 | background-repeat: repeat-x; |
---|
| 71 | margin: 0; |
---|
| 72 | padding: 0; |
---|
| 73 | height: 100%; |
---|
| 74 | } |
---|
| 75 | |
---|
| 76 | input { |
---|
| 77 | background-color: #c6c6c6; |
---|
| 78 | border: 1px solid #888; |
---|
| 79 | } |
---|
| 80 | |
---|
| 81 | textarea { |
---|
| 82 | background-color: #c6c6c6; |
---|
| 83 | border: 1px solid #888; |
---|
| 84 | } |
---|
| 85 | |
---|
| 86 | select { |
---|
| 87 | background-color: #c6c6c6; |
---|
| 88 | border: 1px solid #888; |
---|
| 89 | } |
---|
| 90 | |
---|
| 91 | #wrapper { |
---|
| 92 | width: 80%; |
---|
[97] | 93 | min-width: 800px; |
---|
[59] | 94 | margin: auto; |
---|
| 95 | } |
---|
| 96 | |
---|
| 97 | #header { |
---|
| 98 | height: 4em; |
---|
| 99 | background-color: transparent; |
---|
| 100 | } |
---|
| 101 | |
---|
| 102 | #logo{ |
---|
| 103 | background-image: url('../images/headlogo.png'); |
---|
| 104 | background-position: top center; |
---|
| 105 | background-repeat: no-repeat; |
---|
| 106 | font-size: 2em; |
---|
| 107 | font-weight: bold; |
---|
| 108 | text-align: center; |
---|
| 109 | line-height: 2em; |
---|
| 110 | text-shadow: #555 0px 0px .2em; |
---|
| 111 | height: 189px; |
---|
| 112 | } |
---|
| 113 | |
---|
| 114 | #logo a { |
---|
| 115 | text-decoration: none; |
---|
| 116 | color: #ddd; |
---|
| 117 | } |
---|
| 118 | |
---|
| 119 | #logo a:hover { |
---|
| 120 | color: #fff; |
---|
| 121 | } |
---|
| 122 | |
---|
| 123 | #content { |
---|
| 124 | position: relative; |
---|
| 125 | width: 100%; |
---|
| 126 | padding: 2em 0; |
---|
| 127 | } |
---|
| 128 | |
---|
| 129 | |
---|
| 130 | |
---|
| 131 | /* ################################################################## |
---|
| 132 | ===================== STYLESHEET OF GLORY ======================== */ |
---|
| 133 | |
---|
[103] | 134 | #creation { |
---|
[64] | 135 | position: relative; |
---|
[59] | 136 | min-height: 10em; |
---|
| 137 | background-image: url('../images/bg/graygradient.png'); |
---|
| 138 | background-repeat: repeat-x; |
---|
| 139 | background-color: #aeb2b3; |
---|
| 140 | -moz-border-radius: 15px; |
---|
| 141 | border-radius: 15px; |
---|
| 142 | -moz-box-shadow: 2px 2px 2px #888; |
---|
| 143 | -webkit-box-shadow: 2px 2px 2px #888; |
---|
| 144 | box-shadow: 2px 2px 2px #888; |
---|
| 145 | padding: 2em; |
---|
| 146 | border: 1px solid white; |
---|
| 147 | } |
---|
| 148 | |
---|
| 149 | #surveyHead { |
---|
| 150 | position: relative; |
---|
| 151 | width: 100%; |
---|
| 152 | } |
---|
| 153 | |
---|
| 154 | #surveyTitle { |
---|
[64] | 155 | |
---|
| 156 | } |
---|
| 157 | |
---|
| 158 | #surveyTitle:hover { |
---|
| 159 | |
---|
| 160 | } |
---|
| 161 | |
---|
| 162 | .titleBox { |
---|
[59] | 163 | width: 17em; |
---|
| 164 | font-size: large; |
---|
| 165 | color: #555; |
---|
| 166 | } |
---|
| 167 | |
---|
[64] | 168 | .titleBox:hover { |
---|
[59] | 169 | color: black; |
---|
| 170 | } |
---|
| 171 | |
---|
| 172 | #surveyDescription { |
---|
[64] | 173 | |
---|
| 174 | } |
---|
| 175 | |
---|
| 176 | .descriptionBox { |
---|
[59] | 177 | display: block; |
---|
| 178 | width: 30em; |
---|
| 179 | max-width: 30em; |
---|
| 180 | font-family: sans-serif; |
---|
| 181 | color: #555; |
---|
| 182 | } |
---|
| 183 | |
---|
| 184 | #timeStamp { |
---|
| 185 | position: absolute; |
---|
| 186 | color: #333; |
---|
| 187 | font-size: small; |
---|
| 188 | right: 6em; |
---|
| 189 | top: 0; |
---|
| 190 | line-height: 2.3em; |
---|
| 191 | } |
---|
| 192 | |
---|
| 193 | #surveySaveButton { |
---|
| 194 | position: absolute; |
---|
| 195 | top: 0; |
---|
| 196 | right: 0; |
---|
| 197 | width: 5em; |
---|
| 198 | } |
---|
| 199 | |
---|
| 200 | #surveyDescription:hover { |
---|
| 201 | color: black; |
---|
| 202 | } |
---|
| 203 | |
---|
| 204 | #surveyLink { |
---|
| 205 | position: absolute; |
---|
| 206 | top: -2em; |
---|
| 207 | right: 0; |
---|
| 208 | font-size: x-small; |
---|
| 209 | color: #333; |
---|
| 210 | width: 30em; |
---|
| 211 | border-color: transparent; |
---|
| 212 | background-color: transparent; |
---|
| 213 | } |
---|
| 214 | |
---|
| 215 | #questionsDiv { |
---|
| 216 | margin-top: 2em; |
---|
| 217 | } |
---|
| 218 | |
---|
| 219 | .answersDiv { |
---|
| 220 | margin-left: 0.5em; |
---|
| 221 | } |
---|
| 222 | |
---|
| 223 | #submitSurvey { |
---|
| 224 | display: block; |
---|
| 225 | height: 3em; |
---|
| 226 | width: 10em; |
---|
| 227 | margin-top: 2em; |
---|
| 228 | background-color: #aeb2b3; |
---|
| 229 | border: 1px solid white; |
---|
| 230 | } |
---|
| 231 | |
---|
| 232 | #submitSurvey:hover { |
---|
| 233 | background-color: #e3eff3; |
---|
| 234 | color: #111; |
---|
| 235 | border-color: deepskyblue; |
---|
| 236 | } |
---|
| 237 | |
---|
| 238 | #submitSurvey:active { |
---|
| 239 | background-color: #fff; |
---|
| 240 | border-style: inset; |
---|
| 241 | border-color: orange; |
---|
| 242 | } |
---|
| 243 | |
---|
| 244 | #addQuestionButton { |
---|
| 245 | margin-top: 1em; |
---|
| 246 | width: 20em; |
---|
| 247 | } |
---|
| 248 | |
---|
| 249 | #addOpt { |
---|
| 250 | margin-left: 1em; |
---|
| 251 | } |
---|
| 252 | |
---|
| 253 | |
---|
| 254 | .surveyButton { |
---|
| 255 | color: #444; |
---|
| 256 | font-weight: bold; |
---|
| 257 | background-color: transparent; |
---|
| 258 | border: 1px solid #555; |
---|
| 259 | -moz-border-radius: 6px; |
---|
| 260 | border-radius: 6px; |
---|
| 261 | } |
---|
| 262 | |
---|
| 263 | .bigSurveyButton { |
---|
| 264 | margin-top: 1px; |
---|
| 265 | height: 3em; |
---|
| 266 | width: 12em; |
---|
| 267 | } |
---|
| 268 | |
---|
| 269 | .surveyButton:hover { |
---|
| 270 | background-color: #e3eff3; |
---|
| 271 | color: #111; |
---|
| 272 | border-color: deepskyblue; |
---|
| 273 | } |
---|
| 274 | |
---|
| 275 | .surveyButton:active { |
---|
| 276 | background-color: #fff; |
---|
| 277 | border-style: inset; |
---|
| 278 | border-color: orange; |
---|
| 279 | } |
---|
| 280 | |
---|
| 281 | .question { |
---|
| 282 | margin-top: 3em; |
---|
| 283 | border-top: 1px solid #ddd; |
---|
| 284 | text-shadow: #fff 0px 0px 1px; |
---|
| 285 | } |
---|
| 286 | |
---|
| 287 | .questionTable td{ |
---|
| 288 | width: 8em; |
---|
| 289 | } |
---|
| 290 | |
---|
| 291 | .questionTable th{ |
---|
| 292 | text-align: left; |
---|
| 293 | } |
---|
| 294 | |
---|
| 295 | |
---|
| 296 | |
---|
| 297 | /* ################################################################## |
---|
| 298 | ===================== STYLESHEET OF GLORY ======================== */ |
---|
| 299 | |
---|
| 300 | .menu { |
---|
| 301 | width: 30em; |
---|
| 302 | margin: 1em auto 0 auto; |
---|
| 303 | padding: 2em; |
---|
| 304 | text-align: center; |
---|
| 305 | background-image: url('../images/bg/graygradient.png'); |
---|
| 306 | background-repeat: repeat-x; |
---|
| 307 | background-color: #aeb2b3; |
---|
| 308 | -moz-border-radius: 15px; |
---|
| 309 | border-radius: 15px; |
---|
| 310 | border: 1px solid white; |
---|
| 311 | } |
---|
| 312 | |
---|
| 313 | .menuButtons { |
---|
| 314 | float: left; |
---|
| 315 | } |
---|
| 316 | |
---|
| 317 | .toLoad { |
---|
| 318 | background-color: #c6c6c6; |
---|
| 319 | width: 23em; |
---|
| 320 | height: 10em; |
---|
| 321 | } |
---|
| 322 | |
---|
| 323 | /* ################################################################## |
---|
| 324 | ===================== STYLESHEET OF GLORY ======================== */ |
---|
[64] | 325 | .padding2em { |
---|
| 326 | padding: 2em; |
---|
| 327 | } |
---|
[59] | 328 | |
---|
[75] | 329 | .padding1em { |
---|
[102] | 330 | padding: 1em; |
---|
[75] | 331 | } |
---|
| 332 | |
---|
[59] | 333 | .topMargin { |
---|
| 334 | margin-top: 2em; |
---|
| 335 | } |
---|
| 336 | |
---|
| 337 | .leftPadding { |
---|
| 338 | padding-left: 2em; |
---|
| 339 | } |
---|
| 340 | |
---|
[64] | 341 | .leftPadding1 { |
---|
| 342 | padding-left: 1em; |
---|
| 343 | } |
---|
| 344 | |
---|
[59] | 345 | .noPadding { |
---|
| 346 | padding: 0; |
---|
| 347 | } |
---|
| 348 | |
---|
| 349 | .centerBoxed { |
---|
| 350 | margin: 1em auto; |
---|
| 351 | width: 30em; |
---|
| 352 | text-align: center; |
---|
| 353 | padding: 0 1em; |
---|
| 354 | font-size: small; |
---|
| 355 | color: white; |
---|
| 356 | /* border: 1px solid gray;*/ |
---|
| 357 | } |
---|
| 358 | |
---|
[64] | 359 | .nextLine { |
---|
| 360 | display: block; |
---|
| 361 | } |
---|
| 362 | |
---|
| 363 | .leftAlign { |
---|
| 364 | text-align: left; |
---|
| 365 | } |
---|
| 366 | |
---|
[104] | 367 | .leftMargin { |
---|
| 368 | margin-left: 10px; |
---|
| 369 | } |
---|
| 370 | |
---|
[65] | 371 | .width100p { |
---|
| 372 | width: 100%; |
---|
| 373 | } |
---|
| 374 | |
---|
[104] | 375 | .floatLeft { |
---|
| 376 | float: left; |
---|
| 377 | } |
---|
| 378 | |
---|
[59] | 379 | /* ################################################################## |
---|
| 380 | ===================== STYLESHEET OF GLORY ======================== */ |
---|
| 381 | |
---|
[103] | 382 | .answerInput { |
---|
| 383 | display: block; |
---|
| 384 | } |
---|
| 385 | |
---|
[59] | 386 | .answerBox { |
---|
| 387 | padding-left: 1em; |
---|
| 388 | } |
---|
| 389 | |
---|
| 390 | .textBox { |
---|
| 391 | width: 20em; |
---|
| 392 | } |
---|
| 393 | |
---|
| 394 | .intBox { |
---|
| 395 | width: 5em; |
---|
| 396 | margin: 0 .3em; |
---|
| 397 | border: 1px solid #abadb3; |
---|
| 398 | } |
---|
| 399 | |
---|
| 400 | .scaleLabel { |
---|
| 401 | display: inline; |
---|
| 402 | color: #333; |
---|
| 403 | } |
---|
| 404 | |
---|
| 405 | .questionTitle { |
---|
| 406 | |
---|
| 407 | } |
---|
| 408 | |
---|
| 409 | .questionDescription { |
---|
| 410 | font-size: small; |
---|
[64] | 411 | } |
---|
| 412 | |
---|
[68] | 413 | .topRight { |
---|
| 414 | position: absolute; |
---|
| 415 | top: 2.3em; |
---|
| 416 | right: 2.3em; |
---|
| 417 | padding-left: 1em; |
---|
| 418 | padding-right: 1em; |
---|
| 419 | } |
---|
| 420 | |
---|
[75] | 421 | .borderRadius { |
---|
[102] | 422 | -moz-border-radius: 15px; |
---|
[75] | 423 | border-radius: 15px; |
---|
| 424 | } |
---|
| 425 | |
---|
| 426 | .boxShadow { |
---|
[102] | 427 | -moz-box-shadow: 2px 2px 2px #888; |
---|
[75] | 428 | -webkit-box-shadow: 2px 2px 2px #888; |
---|
| 429 | box-shadow: 2px 2px 2px #888; |
---|
| 430 | } |
---|
| 431 | |
---|
[64] | 432 | /* ################################################################## |
---|
| 433 | ===================== STYLESHEET OF GLORY ======================== */ |
---|
[104] | 434 | |
---|
| 435 | #questionEditForm { |
---|
| 436 | |
---|
| 437 | } |
---|
| 438 | |
---|
| 439 | #saveQuestion { |
---|
| 440 | position: absolute; |
---|
| 441 | top: 1em; |
---|
| 442 | right: 1em; |
---|
| 443 | } |
---|
| 444 | |
---|
[112] | 445 | #clearQuestionFields { |
---|
| 446 | position: absolute; |
---|
| 447 | top: 1em; |
---|
| 448 | right: 5em; |
---|
| 449 | } |
---|
| 450 | |
---|
[104] | 451 | /* ################################################################## |
---|
| 452 | ===================== STYLESHEET OF GLORY ======================== */ |
---|
[65] | 453 | #sessionCreationForm { |
---|
[67] | 454 | padding-bottom: 16em; |
---|
[65] | 455 | } |
---|
| 456 | |
---|
| 457 | #pipelineWrapper { |
---|
| 458 | float: left; |
---|
| 459 | width: 40%; |
---|
| 460 | } |
---|
| 461 | |
---|
| 462 | .pipelineHead { |
---|
[64] | 463 | margin-top: 1em; |
---|
| 464 | text-shadow: #fff 0px 0px 1px; |
---|
| 465 | } |
---|
| 466 | |
---|
| 467 | #pipeline { |
---|
[65] | 468 | display: block; |
---|
| 469 | width: 100%; |
---|
[67] | 470 | height: 15em; |
---|
[65] | 471 | overflow: hidden; |
---|
[64] | 472 | } |
---|
| 473 | |
---|
[67] | 474 | #surveysList { |
---|
| 475 | height: 15em; |
---|
| 476 | } |
---|
| 477 | |
---|
| 478 | #applicationsList { |
---|
| 479 | height: 15em; |
---|
| 480 | } |
---|
| 481 | |
---|
[64] | 482 | .pipelineButton { |
---|
[67] | 483 | |
---|
[64] | 484 | } |
---|
| 485 | |
---|
[65] | 486 | #surveysApplicationsWrapper { |
---|
| 487 | float: left; |
---|
| 488 | width: 60%; |
---|
| 489 | } |
---|
| 490 | |
---|
| 491 | #surveysForPipelineWrapper { |
---|
| 492 | float: left; |
---|
| 493 | width: 50%; |
---|
| 494 | } |
---|
| 495 | |
---|
| 496 | #applicationsForPipelineWrapper { |
---|
| 497 | float: left; |
---|
| 498 | width: 50%; |
---|
[75] | 499 | } |
---|
| 500 | |
---|
| 501 | /* ################################################################## |
---|
| 502 | ===================== STYLESHEET OF GLORY ======================== */ |
---|
| 503 | .resultsDiv { |
---|
[102] | 504 | height: 10em; |
---|
| 505 | border: 1px solid white; |
---|
[75] | 506 | } |
---|
| 507 | |
---|
| 508 | .resultDiv { |
---|
[102] | 509 | width: 10em; |
---|
| 510 | height: 10em; |
---|
| 511 | border: 1px solid white; |
---|
| 512 | background-color: #c6c6c6; |
---|
| 513 | float: left; |
---|
| 514 | margin-left: 2em; |
---|
[92] | 515 | } |
---|
| 516 | |
---|
| 517 | /* ################################################################## |
---|
| 518 | ===================== STYLESHEET OF GLORY ======================== */ |
---|
[104] | 519 | #questionCreation |
---|
| 520 | { |
---|
| 521 | position: relative; |
---|
| 522 | min-height: 10em; |
---|
| 523 | min-width: 500px; |
---|
| 524 | width: 50%; |
---|
| 525 | background-image: url('../images/bg/graygradient.png'); |
---|
| 526 | background-repeat: repeat-x; |
---|
| 527 | background-color: #aeb2b3; |
---|
| 528 | -moz-border-radius: 15px; |
---|
| 529 | border-radius: 15px; |
---|
| 530 | -moz-box-shadow: 2px 2px 2px #888; |
---|
| 531 | -webkit-box-shadow: 2px 2px 2px #888; |
---|
| 532 | box-shadow: 2px 2px 2px #888; |
---|
| 533 | padding: 2em; |
---|
| 534 | border: 1px solid white; |
---|
| 535 | } |
---|
| 536 | |
---|
[102] | 537 | #questionListWrapper { |
---|
[104] | 538 | float: left; |
---|
[102] | 539 | text-align: center; |
---|
[104] | 540 | margin-bottom: 5em; |
---|
| 541 | width: 40%; |
---|
| 542 | margin-right: 2em; |
---|
[102] | 543 | } |
---|
| 544 | |
---|
| 545 | #questionListWrapper #questionsList { |
---|
| 546 | height: 30em; |
---|
[104] | 547 | width: 100%; |
---|
[102] | 548 | } |
---|
| 549 | |
---|
| 550 | #questionEditForm { |
---|
| 551 | |
---|
| 552 | } |
---|
| 553 | |
---|
| 554 | /* ################################################################## |
---|
| 555 | ===================== STYLESHEET OF GLORY ======================== */ |
---|
[92] | 556 | .xdebug-var-dump { |
---|
| 557 | color:white; |
---|
[142] | 558 | } |
---|
| 559 | |
---|
| 560 | |
---|
| 561 | /* |
---|
| 562 | #pipelineFrame{ |
---|
| 563 | height: 12em; |
---|
| 564 | width: 96em; |
---|
| 565 | display: block; |
---|
| 566 | background-image: url('../images/bg/pipelineFrameBG.png'); |
---|
| 567 | background-color: #e3eff3; |
---|
| 568 | } |
---|
| 569 | |
---|
| 570 | .pipelineFrame .pipelineObject { |
---|
| 571 | width: 10em; |
---|
| 572 | height: 10em; |
---|
| 573 | margin: 1em auto 1em auto; |
---|
| 574 | text-align: center; |
---|
| 575 | } |
---|
| 576 | */ |
---|
| 577 | |
---|
| 578 | /* |
---|
| 579 | * |
---|
| 580 | * |
---|
| 581 | * Horizontal sequencer styling |
---|
| 582 | * |
---|
| 583 | * |
---|
| 584 | */ |
---|
| 585 | |
---|
| 586 | #sequencer { |
---|
| 587 | width: 100%; |
---|
| 588 | margin: 0 auto auto auto; |
---|
| 589 | background-image: url('../images/bg/sequencerBG.png'); |
---|
| 590 | background-position: bottom; |
---|
| 591 | background-repeat: repeat-x; |
---|
| 592 | } |
---|
| 593 | |
---|
| 594 | #sequencer .title { |
---|
| 595 | height: 1em; |
---|
| 596 | margin-bottom: 0.5em; |
---|
| 597 | margin-top:0.5em; |
---|
| 598 | margin-left: 1em; |
---|
| 599 | font-size: 1.2em; |
---|
| 600 | color: #FFF; |
---|
| 601 | |
---|
| 602 | } |
---|
| 603 | |
---|
| 604 | #sequencer #seqContent { |
---|
| 605 | height: 10em; |
---|
| 606 | margin-bottom: 0.5em; |
---|
| 607 | background-image: url('../images/bg/sequencerContentBG.png'); |
---|
| 608 | /*background-position: top; |
---|
| 609 | background-color: #dddddd;*/ |
---|
| 610 | border: 1px solid #ddd; |
---|
| 611 | -moz-border-radius: 0.5em; |
---|
| 612 | border-radius: 0.5em; |
---|
| 613 | padding: 0.5em; |
---|
| 614 | } |
---|
| 615 | |
---|
| 616 | #sequencer #controls { |
---|
| 617 | width: auto; |
---|
| 618 | text-align: right; |
---|
| 619 | margin-bottom: -0.5em; |
---|
| 620 | } |
---|
| 621 | |
---|
| 622 | #seqContent .displayStep { |
---|
| 623 | /*height: 140px;*/ |
---|
| 624 | width: 100px; |
---|
| 625 | margin: 10px 0 0 0; |
---|
| 626 | background-repeat: no-repeat; |
---|
| 627 | float: left; |
---|
| 628 | text-align: center; |
---|
| 629 | } |
---|
| 630 | |
---|
| 631 | #seqContent .displayStep p{ |
---|
| 632 | margin-top: 105px; |
---|
| 633 | font-weight: normal; |
---|
| 634 | font-size: 0.875em; |
---|
| 635 | |
---|
| 636 | } |
---|
| 637 | |
---|
| 638 | #seqContent .divider { |
---|
| 639 | width: 10px; |
---|
| 640 | height: 100px; |
---|
| 641 | margin: 10px 5px 0 10px; |
---|
| 642 | background-image: url('../images/ui/sequencerDivider.png'); |
---|
| 643 | float: left; |
---|
| 644 | } |
---|
| 645 | |
---|
| 646 | /* |
---|
| 647 | Toolbox |
---|
| 648 | */ |
---|
| 649 | |
---|
| 650 | #toolbox { |
---|
| 651 | width: 40%; |
---|
| 652 | float: left; |
---|
| 653 | background-image: url('../images/bg/sequencerBG.png'); |
---|
| 654 | } |
---|
| 655 | |
---|
| 656 | #toolbox .title { |
---|
| 657 | height: 1em; |
---|
| 658 | margin-bottom: 0.5em; |
---|
| 659 | margin-top:0.5em; |
---|
| 660 | margin-left: 1em; |
---|
| 661 | font-size: 1.2em; |
---|
| 662 | color: #FFF; |
---|
| 663 | } |
---|
| 664 | |
---|
| 665 | #toolbox .displayStep { |
---|
| 666 | height: 140px; |
---|
| 667 | width: 100px; |
---|
| 668 | margin: 0 5px 0 5px; |
---|
| 669 | background-repeat: no-repeat; |
---|
| 670 | float: left; |
---|
| 671 | text-align: center; |
---|
| 672 | } |
---|
| 673 | |
---|
| 674 | #toolbox .displayStep p { |
---|
| 675 | margin-top: 105px; |
---|
| 676 | color: #FFF; |
---|
[103] | 677 | } |
---|