Changeset 1670 in ExiteCMS
- Timestamp:
- 08/21/08 23:23:36 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
themes/PLi-Fusion/PLiThemeCentered/php-files/themes/PLiThemeCentered/wikka.css
r1574 r1670 38 38 .page { 39 39 color: #000; 40 background-color: # fff;40 background-color: #eee; 41 41 padding: 10px; 42 42 border: 1px #ddd solid; … … 45 45 46 46 .page a { 47 color: # 9c0204;47 color: #34329C; 48 48 text-decoration: none; 49 49 } 50 50 51 51 .page a:hover { 52 color: # 9c0204;52 color: #34329C; 53 53 text-decoration: underline; 54 54 } … … 61 61 .commentsheader { 62 62 clear: both; 63 background-color: # fff;63 background-color: #eee; 64 64 padding: 2px 10px; 65 65 border: 1px solid #ddd; … … 79 79 80 80 .commentform { 81 background-color: # fff;81 background-color: #eee; 82 82 padding: 10px; 83 83 border: 1px solid #ddd; … … 303 303 margin-right: 15px; 304 304 padding: 4px; 305 background: # b5dfdf;305 background: #eee; 306 306 border: 1px solid #ddd; 307 307 } … … 313 313 margin-left: 15px; 314 314 padding: 4px; 315 background: # b5dfdf;315 background: #eee; 316 316 border: 1px solid #ddd; 317 317 } … … 357 357 358 358 .notes { 359 color: # 9c0204;359 color: #34329C; 360 360 } 361 361 … … 404 404 405 405 .code_header { 406 color: # 9c0204;406 color: #34329C; 407 407 background: #ddd; 408 408 border-top: 1px solid #CCC; … … 497 497 498 498 a.ext { 499 color: # 9c0204;499 color: #34329C; 500 500 } 501 501 502 502 a.ext:hover { 503 color: # 9c0204;503 color: #34329C; 504 504 } 505 505 … … 553 553 padding: 2px; 554 554 } 555 556 /* sidenote.css */ 557 /* Contains css for tip, note and warn actions. */ 558 559 /* postit note-style information box */ 560 #note { 561 clear: both; 562 font-size: 10pt; 563 float: left; 564 width: 200px; 565 border: 1px solid #AAAAAA; 566 margin: 15px 10px 0px 0px; 567 padding: 0px; 568 background-color: #FFF900; 569 text-align: justify; 570 vertical-align: top; 571 } 572 573 #note hr { 574 height: 1px; 575 border: 1px solid #AAAAAA; 576 width: 100%; 577 } 578 579 #note .title { 580 text-align: center; 581 font-weight: bold; 582 background-color: #EEE800; 583 border-bottom: 1px solid #AAAAAA; 584 color: #000000; 585 } 586 587 #note #text { 588 padding: 4px; 589 color: #000000; 590 } 591 592 /* tip information box */ 593 #tip { 594 clear: both; 595 font-size: 10pt; 596 float: left; 597 width: 200px; 598 border: 1px solid #AAAAAA; 599 margin: 15px 10px 0px 0px; 600 padding: 0px; 601 background-color: #FFFFFF; 602 text-align: justify; 603 vertical-align: top; 604 } 605 606 #tip hr { 607 height: 1px; 608 border: 1px solid #AAAAAA; 609 width: 100%; 610 } 611 612 #tip .title { 613 text-align: center; 614 font-weight: bold; 615 background-color: #EFEFEF; 616 border-bottom: 1px solid #AAAAAA; 617 color: #000000; 618 } 619 620 #tip #text { 621 padding: 4px; 622 color: #000000; 623 } 624 625 /* warning information box */ 626 #warn { 627 clear: both; 628 font-size: 10pt; 629 float: left; 630 width: 200px; 631 border: 1px solid #AAAAAA; 632 margin: 15px 10px 0px 0px; 633 padding: 0px; 634 background-color: #FFAAAA; 635 text-align: justify; 636 vertical-align: top; 637 } 638 639 #warn hr { 640 height: 1px; 641 border: 1px solid #AAAAAA; 642 width: 100%; 643 } 644 645 #warn .title { 646 color: #FFFFFF; 647 text-align: center; 648 font-weight: bold; 649 background-color: #FF0000; 650 border-bottom: 1px solid #AAAAAA; 651 } 652 653 #warn #text { 654 padding: 4px; 655 color: #000000; 656 }
Note: See TracChangeset
for help on using the changeset viewer.
