Changeset 1586
- Timestamp:
- 10/31/08 05:19:54 (2 months ago)
- Files:
-
- trunk/codebase/layout/xhtml/gumball/modules_default/content/index.welcome.php (modified) (2 diffs)
- trunk/codebase/layout/xhtml/gumball/shared/colour.css (modified) (1 diff)
- trunk/codebase/layout/xhtml/gumball/shared/themes/cherry.css (modified) (1 diff)
- trunk/codebase/layout/xhtml/gumball/shared/themes/gumball.css (modified) (1 diff)
- trunk/codebase/layout/xhtml/gumball/shared/themes/kikuyu.css (modified) (43 diffs)
- trunk/codebase/layout/xhtml/gumball/shared/themes/royal.css (modified) (1 diff)
- trunk/codebase/layout/xhtml/gumball/shared/themes/velvet.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/codebase/layout/xhtml/gumball/modules_default/content/index.welcome.php
r1580 r1586 67 67 if (isset($linesHTML[0])) { 68 68 ?> 69 <h3 style="color: rgb(<?php echo(OM_WELCOME_COLOUR); ?>);"><?php echo($linesHTML[0]); ?></h3>69 <h3 class="omWelcomeTitle"><?php echo($linesHTML[0]); ?></h3> 70 70 <?php 71 71 } … … 81 81 if ($line > 0) { 82 82 if ($line === 1) { 83 $heading_ colour = OM_WELCOME_COLOUR_2;83 $heading_style = 'class="omWelcomeTitle"'; 84 84 } else { 85 $heading_ colour = OM_WELCOME_COLOUR;85 $heading_style = 'class="omWelcomeSubtitle"'; 86 86 } 87 87 ?> 88 <h4 style="color: rgb(<?php echo($heading_colour); ?>);"><?php echo($lineHTML); ?></h4>88 <h4 <?php echo($heading_style); ?>><?php echo($lineHTML); ?></h4> 89 89 <?php 90 90 } trunk/codebase/layout/xhtml/gumball/shared/colour.css
r1584 r1586 420 420 } 421 421 422 div.omContent h3.omWelcomeTitle { 423 color: rgb(115, 115, 115); 424 } 425 426 div.omContent h4.omWelcomeTitle { 427 color: rgb(115, 115, 115); 428 } 429 430 div.omContent h4.omWelcomeSubtitle { 431 color: rgb(115, 115, 115); 432 } 433 422 434 /* Needs to be deprecated in favour of next 423 435 style definition for syntactical reasons */ trunk/codebase/layout/xhtml/gumball/shared/themes/cherry.css
r1584 r1586 385 385 } 386 386 387 div.omContent h3.omWelcomeTitle { 388 color: rgb(196, 8, 30); 389 } 390 391 div.omContent h4.omWelcomeTitle { 392 color: rgb(196, 8, 30); 393 } 394 395 div.omContent h4.omWelcomeSubtitle { 396 color: rgb(196, 8, 30); 397 } 398 387 399 /* Needs to be deprecated in favour of next 388 400 style definition for syntactical reasons */ trunk/codebase/layout/xhtml/gumball/shared/themes/gumball.css
r1584 r1586 420 420 } 421 421 422 div.omContent h3.omWelcomeTitle { 423 color: rgb(9, 139, 218); 424 } 425 426 div.omContent h4.omWelcomeTitle { 427 color: rgb(9, 139, 218); 428 } 429 430 div.omContent h4.omWelcomeSubtitle { 431 color: rgb(9, 139, 218); 432 } 433 422 434 /* Needs to be deprecated in favour of next 423 435 style definition for syntactical reasons */ trunk/codebase/layout/xhtml/gumball/shared/themes/kikuyu.css
r1584 r1586 45 45 * 4: rgb(187, 227, 181) 46 46 * 5: rgb(125, 191, 143) 47 * 6: rgb( 0, 102, 0)48 * 7: rgb( 0, 77, 0)49 * 8: rgb( 0, 102, 5)50 * 9: rgb(1 5, 62, 20)47 * 6: rgb(19, 134, 86) 48 * 7: rgb(16, 112, 72) 49 * 8: rgb(13, 89, 59) 50 * 9: rgb(10, 67, 44) 51 51 * 52 52 * Action +: rgb(53, 161, 56) … … 61 61 html, 62 62 body { 63 background-color: rgb( 0, 102, 0);63 background-color: rgb(19, 134, 86); 64 64 } 65 65 … … 108 108 109 109 div#omBlockTitle h2 { 110 color: rgb( 0, 102, 0);110 color: rgb(19, 134, 86); 111 111 } 112 112 … … 128 128 background-position: 0 100%; 129 129 padding-bottom: 1px; 130 color: rgb( 0, 102, 0);130 color: rgb(19, 134, 86); 131 131 font-family: verdana, arial, sans-serif; 132 132 } 133 133 134 134 div#omBlockModuleNavigation a.on { 135 background-color: rgb( 0, 102, 0) !important;135 background-color: rgb(19, 134, 86) !important; 136 136 color: rgb(255, 255, 255); 137 137 background-image: none; … … 160 160 161 161 div#omBlockFooter { 162 border-top: 1px solid rgb(1 5, 62, 20);162 border-top: 1px solid rgb(10, 67, 44); 163 163 color: rgb(125, 191, 143); 164 164 } … … 170 170 171 171 div#omBlockFooter a:hover { 172 color: rgb( 0, 77, 0);172 color: rgb(16, 112, 72); 173 173 } 174 174 … … 186 186 187 187 div#omUserNavigation div.name h3 { 188 color: rgb( 0, 77, 0);188 color: rgb(16, 112, 72); 189 189 } 190 190 … … 195 195 196 196 div#omUserNavigation div.team div.menuOuter table.menu { 197 border-left: 1px solid rgb( 0, 102, 5);197 border-left: 1px solid rgb(13, 89, 59); 198 198 } 199 199 200 200 div#omUserNavigation div.team div.menuOuter table.menu tr td.menuInner, 201 201 div#omUserNavigation div.user div.menuOuter table.menu tr td.menuInner { 202 border-right: 1px solid rgb( 0, 102, 5);202 border-right: 1px solid rgb(13, 89, 59); 203 203 } 204 204 … … 222 222 div#omUserNavigation div.user div.menuOuter table.menu tr td.menuInner a { 223 223 background-color: rgb(236, 248, 236); 224 color: rgb( 0, 77, 0);224 color: rgb(16, 112, 72); 225 225 } 226 226 … … 230 230 231 231 div#omUserNavigation div.user div.menuOuter table.menu tr td.menuInner a.on { 232 background-color: rgb( 0, 102, 0);232 background-color: rgb(19, 134, 86); 233 233 color: rgb(255, 255, 255); 234 234 } 235 235 236 236 div#omUserNavigation div.user div.menuOuter table.menu tr td.left { 237 border-right: 1px solid rgb( 0, 102, 5);237 border-right: 1px solid rgb(13, 89, 59); 238 238 } 239 239 240 240 div#omUserNavigation div.user div.menuOuter table.menu tr td.first { 241 border-left: 1px solid rgb( 0, 102, 5);241 border-left: 1px solid rgb(13, 89, 59); 242 242 } 243 243 … … 281 281 div#omActions { 282 282 background-color: rgb(233, 244, 231); 283 color: rgb(1 5, 62, 20);283 color: rgb(10, 67, 44); 284 284 } 285 285 … … 296 296 297 297 div#omActions div.right { 298 border-right: 1px solid rgb(1 5, 62, 20);298 border-right: 1px solid rgb(10, 67, 44); 299 299 } 300 300 … … 304 304 305 305 div#omActions div.right a:hover { 306 color: rgb(1 5, 62, 20);306 color: rgb(10, 67, 44); 307 307 } 308 308 … … 347 347 div.omThumb { 348 348 background-color: rgb(255, 255, 255); 349 border: 1px solid rgb( 0, 102, 5);349 border: 1px solid rgb(13, 89, 59); 350 350 } 351 351 … … 353 353 354 354 div.omContent table { 355 color: rgb(1 5, 62, 20);355 color: rgb(10, 67, 44); 356 356 } 357 357 … … 359 359 360 360 div.omContent a { 361 color: rgb( 0, 77, 0);361 color: rgb(16, 112, 72); 362 362 text-decoration: none; 363 363 } … … 369 369 div.omContent a.active, 370 370 div.omContent a:hover { 371 color: rgb(1 5, 62, 20);371 color: rgb(10, 67, 44); 372 372 } 373 373 … … 380 380 div.omContent div.heading h3 { 381 381 background-color: rgb(233, 244, 231); 382 border-top: 1px solid rgb(0, 102, 5); 383 border-bottom: 1px solid rgb(0, 102, 5); 384 color: rgb(0, 77, 0); 382 border-top: 1px solid rgb(13, 89, 59); 383 border-bottom: 1px solid rgb(13, 89, 59); 384 color: rgb(16, 112, 72); 385 } 386 387 div.omContent h3.omWelcomeTitle { 388 color: rgb(19, 134, 86); 389 } 390 391 div.omContent h4.omWelcomeTitle { 392 color: rgb(19, 134, 86); 393 } 394 395 div.omContent h4.omWelcomeSubtitle { 396 color: rgb(19, 134, 86); 385 397 } 386 398 … … 430 442 background-position: 0 100%; 431 443 background-repeat: repeat-x; 432 border-top: 1px solid rgb( 0, 102, 5);444 border-top: 1px solid rgb(13, 89, 59); 433 445 color: rgb(28, 28, 28); 434 446 } … … 451 463 452 464 div.omContent a.folderToggle { 453 color: rgb( 0, 77, 0);465 color: rgb(16, 112, 72); 454 466 text-decoration: none; 455 467 } … … 495 507 496 508 div.omContent div.omInformation { 497 color: rgb(1 5, 62, 20);509 color: rgb(10, 67, 44); 498 510 background-color: rgb(242, 255, 236); 499 511 border-bottom: 1px solid rgb(125, 191, 143); … … 509 521 510 522 div.omContent div.omDropDown table td.left { 511 color: rgb( 0, 77, 0);523 color: rgb(16, 112, 72); 512 524 } 513 525 … … 528 540 div.omContent div.omGalleryItem div.item { 529 541 background-color: rgb(242, 255, 236); 530 border: 1px solid rgb( 0, 102, 5);542 border: 1px solid rgb(13, 89, 59); 531 543 } 532 544 … … 559 571 div.omContent div.omGalleryItem div.controls a.check, 560 572 div.omContent div.omGalleryItem div.controls a.sort { 561 border-left: 1px solid rgb( 0, 102, 5);573 border-left: 1px solid rgb(13, 89, 59); 562 574 } 563 575 … … 565 577 div.omContent div.omGalleryItem div.controls a.info, 566 578 div.omContent div.omGalleryItem div.controls a.copier { 567 border-right: 1px solid rgb( 0, 102, 5);579 border-right: 1px solid rgb(13, 89, 59); 568 580 } 569 581 … … 573 585 574 586 div.omContent div.omGalleryItem div.controls a.toggle { 575 background-color: rgb( 0, 102, 0);587 background-color: rgb(19, 134, 86); 576 588 color: rgb(255, 255, 255); 577 589 } 578 590 579 591 div.omContent div.omGalleryItem div.controls a.toggle:hover { 580 background-color: rgb( 0, 102, 0);592 background-color: rgb(19, 134, 86); 581 593 } 582 594 … … 621 633 622 634 div.omContent ul.omTeamList li span { 623 color: rgb(1 5, 62, 20);635 color: rgb(10, 67, 44); 624 636 } 625 637 … … 628 640 div.omContent div.omThumbnails div.thumbnail { 629 641 background-color: rgb(233, 244, 231); 630 border: 1px solid rgb( 0, 102, 5);642 border: 1px solid rgb(13, 89, 59); 631 643 border-width: 1px 0; 632 644 } … … 680 692 form.omForm div.omFormBox ul.tabs li { 681 693 background-color: rgb(255, 255, 255); 682 border-top: solid 1px rgb( 0, 102, 5);683 border-right: solid 1px rgb( 0, 102, 5);684 border-left: solid 1px rgb( 0, 102, 5);694 border-top: solid 1px rgb(13, 89, 59); 695 border-right: solid 1px rgb(13, 89, 59); 696 border-left: solid 1px rgb(13, 89, 59); 685 697 } 686 698 … … 688 700 background-color: rgb(233, 244, 231); 689 701 border: solid 1px rgb(187, 227, 181); 690 border-top: solid 2px rgb( 0, 102, 0);702 border-top: solid 2px rgb(19, 134, 86); 691 703 border-bottom-width: 0; 692 704 } … … 697 709 698 710 form.omForm div.omFormBox ul.tabs li.over { 699 border-top: solid 1px rgb( 0, 102, 0);711 border-top: solid 1px rgb(19, 134, 86); 700 712 } 701 713 … … 716 728 } 717 729 form.omForm div.omFormBox div.imageInput ul li.selected { 718 background-color: rgb( 0, 102, 0);730 background-color: rgb(19, 134, 86); 719 731 } 720 732 form.omForm div.omFormBox div.imageInput ul li.selected a { … … 722 734 } 723 735 form.omForm div.omFormBox div.imageInput ul li.active a { 724 color: rgb( 0, 102, 0);736 color: rgb(19, 134, 86); 725 737 } 726 738 form.omForm div.omFormBox div.imageInput img.noFile { … … 758 770 759 771 form.omForm { 760 color: rgb(1 5, 62, 20);772 color: rgb(10, 67, 44); 761 773 } 762 774 … … 766 778 767 779 form.omForm fieldset div.omFormPair div.omFormField a { 768 color: rgb( 0, 102, 0);780 color: rgb(19, 134, 86); 769 781 } 770 782 … … 810 822 811 823 span.helpHighlight { 812 color: rgb( 0, 77, 0);824 color: rgb(16, 112, 72); 813 825 } 814 826 … … 826 838 div.omLoginGallery div.omThumbnails div.thumbnail { 827 839 background-color: rgb(233, 244, 231); 828 border: 1px solid rgb( 0, 102, 5);840 border: 1px solid rgb(13, 89, 59); 829 841 border-width: 1px 0; 830 842 } … … 839 851 840 852 div.omLoginGallery h3 { 841 color: rgb( 0, 77, 0);853 color: rgb(16, 112, 72); 842 854 } 843 855 … … 850 862 851 863 div.omContentWelcome p { 852 color: rgb(1 5, 62, 20);864 color: rgb(10, 67, 44); 853 865 } 854 866 855 867 div.omPager { 856 color: rgb(1 5, 62, 20);868 color: rgb(10, 67, 44); 857 869 } 858 870 … … 876 888 877 889 div.omEmailPreview table table td a { 878 color: rgb( 0, 77, 0);890 color: rgb(16, 112, 72); 879 891 } 880 892 881 893 div.omNews div.omNewsItem h5 { 882 color: rgb( 0, 77, 0);894 color: rgb(16, 112, 72); 883 895 font-family: arial, helvetica, sans-serif; 884 896 font-weight: bold; … … 972 984 } 973 985 div.omFileshare h5 { 974 color: rgb( 0, 77, 0);986 color: rgb(16, 112, 72); 975 987 } 976 988 div.omFileshare div.omItemList { … … 991 1003 992 1004 div#omViewNavigation div.menuOuter table.menu tr td.menuInner { 993 border-right: 1px solid rgb( 0, 102, 5);1005 border-right: 1px solid rgb(13, 89, 59); 994 1006 } 995 1007 996 1008 div#omViewNavigation div.menuOuter table.menu tr td.menuInner a { 997 1009 background-color: rgb(236, 248, 236); 998 color: rgb( 0, 77, 0);1010 color: rgb(16, 112, 72); 999 1011 } 1000 1012 … … 1005 1017 1006 1018 div#omViewNavigation div.menuOuter table.menu tr td.menuInner a.on { 1007 background-color: rgb( 0, 102, 0) !important;1019 background-color: rgb(19, 134, 86) !important; 1008 1020 color: rgb(255, 255, 255); 1009 1021 } 1010 1022 1011 1023 div#omViewNavigation div.menuOuter table.menu tr td.left { 1012 border-right: 1px solid rgb( 0, 102, 5);1024 border-right: 1px solid rgb(13, 89, 59); 1013 1025 } 1014 1026 div#omViewNavigation div.menuOuter table.menu tr td.first, 1015 1027 div#omViewNavigation div.menuOuter table.menu tr td.right { 1016 border-left: 1px solid rgb( 0, 102, 5);1017 } 1028 border-left: 1px solid rgb(13, 89, 59); 1029 } trunk/codebase/layout/xhtml/gumball/shared/themes/royal.css
r1584 r1586 384 384 } 385 385 386 div.omContent h3.omWelcomeTitle { 387 color: rgb(22, 22, 70); 388 } 389 390 div.omContent h4.omWelcomeTitle { 391 color: rgb(22, 22, 70); 392 } 393 394 div.omContent h4.omWelcomeSubtitle { 395 color: rgb(22, 22, 70); 396 } 397 386 398 /* Needs to be deprecated in favour of next 387 399 style definition for syntactical reasons */ trunk/codebase/layout/xhtml/gumball/shared/themes/velvet.css
r1584 r1586 384 384 } 385 385 386 div.omContent h3.omWelcomeTitle { 387 color: rgb(48, 22, 72); 388 } 389 390 div.omContent h4.omWelcomeTitle { 391 color: rgb(48, 22, 72); 392 } 393 394 div.omContent h4.omWelcomeSubtitle { 395 color: rgb(48, 22, 72); 396 } 397 386 398 /* Needs to be deprecated in favour of next 387 399 style definition for syntactical reasons */
