@@ -480,39 +480,39 input#principal_search, input#user_search {width:100%} | |||
|
480 | 480 | #errorExplanation, div.flash, .nodata, .warning { |
|
481 | 481 | padding: 4px 4px 4px 30px; |
|
482 | 482 | margin-bottom: 12px; |
|
483 |
|
|
|
484 |
|
|
|
483 | font-size: 1.1em; | |
|
484 | border: 2px solid; | |
|
485 | 485 | } |
|
486 | 486 | |
|
487 | 487 | div.flash {margin-top: 8px;} |
|
488 | 488 | |
|
489 | 489 | div.flash.error, #errorExplanation { |
|
490 |
|
|
|
491 |
|
|
|
492 |
|
|
|
493 |
|
|
|
490 | background: url(../images/exclamation.png) 8px 50% no-repeat; | |
|
491 | background-color: #ffe3e3; | |
|
492 | border-color: #dd0000; | |
|
493 | color: #880000; | |
|
494 | 494 | } |
|
495 | 495 | |
|
496 | 496 | div.flash.notice { |
|
497 | 497 | background: url(../images/true.png) 8px 5px no-repeat; |
|
498 |
|
|
|
499 |
|
|
|
500 |
|
|
|
498 | background-color: #dfffdf; | |
|
499 | border-color: #9fcf9f; | |
|
500 | color: #005f00; | |
|
501 | 501 | } |
|
502 | 502 | |
|
503 | 503 | div.flash.warning { |
|
504 | 504 | background: url(../images/warning.png) 8px 5px no-repeat; |
|
505 |
|
|
|
506 |
|
|
|
507 |
|
|
|
505 | background-color: #FFEBC1; | |
|
506 | border-color: #FDBF3B; | |
|
507 | color: #A6750C; | |
|
508 | 508 | text-align: left; |
|
509 | 509 | } |
|
510 | 510 | |
|
511 | 511 | .nodata, .warning { |
|
512 | 512 | text-align: center; |
|
513 |
|
|
|
514 |
|
|
|
515 |
|
|
|
513 | background-color: #FFEBC1; | |
|
514 | border-color: #FDBF3B; | |
|
515 | color: #A6750C; | |
|
516 | 516 | } |
|
517 | 517 | |
|
518 | 518 | span.error {padding-left:20px; background:url(../images/exclamation.png) no-repeat 0 50%;} |
@@ -639,25 +639,25 background-color: #fff; | |||
|
639 | 639 | div.tabs-buttons { position:absolute; right: 0; width: 48px; height: 24px; background: white; bottom: 0; border-bottom: 1px solid #bbbbbb; } |
|
640 | 640 | |
|
641 | 641 | button.tab-left, button.tab-right { |
|
642 |
|
|
|
643 |
|
|
|
644 |
|
|
|
645 |
|
|
|
646 |
|
|
|
647 |
|
|
|
648 |
|
|
|
649 |
|
|
|
650 |
|
|
|
642 | font-size: 0.9em; | |
|
643 | cursor: pointer; | |
|
644 | height:24px; | |
|
645 | border: 1px solid #ccc; | |
|
646 | border-bottom: 1px solid #bbbbbb; | |
|
647 | position:absolute; | |
|
648 | padding:4px; | |
|
649 | width: 20px; | |
|
650 | bottom: -1px; | |
|
651 | 651 | } |
|
652 | 652 | |
|
653 | 653 | button.tab-left { |
|
654 |
|
|
|
655 |
|
|
|
654 | right: 20px; | |
|
655 | background: #eeeeee url(../images/bullet_arrow_left.png) no-repeat 50% 50%; | |
|
656 | 656 | } |
|
657 | 657 | |
|
658 | 658 | button.tab-right { |
|
659 |
|
|
|
660 |
|
|
|
659 | right: 0; | |
|
660 | background: #eeeeee url(../images/bullet_arrow_right.png) no-repeat 50% 50%; | |
|
661 | 661 | } |
|
662 | 662 | |
|
663 | 663 | /***** Auto-complete *****/ |
@@ -917,45 +917,45 padding-bottom: 3px; | |||
|
917 | 917 | .icon-file.application-x-gzip { background-image: url(../images/files/zip.png); } |
|
918 | 918 | |
|
919 | 919 | img.gravatar { |
|
920 |
|
|
|
920 | padding: 2px; | |
|
921 | 921 | border: solid 1px #d5d5d5; |
|
922 | 922 | background: #fff; |
|
923 | 923 | } |
|
924 | 924 | |
|
925 | 925 | div.issue img.gravatar { |
|
926 |
|
|
|
927 |
|
|
|
928 |
|
|
|
926 | float: right; | |
|
927 | margin: 0 0 0 1em; | |
|
928 | padding: 5px; | |
|
929 | 929 | } |
|
930 | 930 | |
|
931 | 931 | div.issue table img.gravatar { |
|
932 |
|
|
|
933 |
|
|
|
934 |
|
|
|
935 |
|
|
|
936 |
|
|
|
932 | height: 14px; | |
|
933 | width: 14px; | |
|
934 | padding: 2px; | |
|
935 | float: left; | |
|
936 | margin: 0 0.5em 0 0; | |
|
937 | 937 | } |
|
938 | 938 | |
|
939 | 939 | h2 img.gravatar { |
|
940 |
|
|
|
941 |
|
|
|
942 |
|
|
|
940 | padding: 3px; | |
|
941 | margin: -2px 4px -4px 0; | |
|
942 | vertical-align: top; | |
|
943 | 943 | } |
|
944 | 944 | |
|
945 | 945 | h4 img.gravatar { |
|
946 |
|
|
|
947 |
|
|
|
948 |
|
|
|
946 | padding: 3px; | |
|
947 | margin: -6px 0 -4px 0; | |
|
948 | vertical-align: top; | |
|
949 | 949 | } |
|
950 | 950 | |
|
951 | 951 | td.username img.gravatar { |
|
952 |
|
|
|
953 |
|
|
|
952 | margin: 0 0.5em 0 0; | |
|
953 | vertical-align: top; | |
|
954 | 954 | } |
|
955 | 955 | |
|
956 | 956 | #activity dt img.gravatar { |
|
957 |
|
|
|
958 |
|
|
|
957 | float: left; | |
|
958 | margin: 0 1em 1em 0; | |
|
959 | 959 | } |
|
960 | 960 | |
|
961 | 961 | /* Used on 12px Gravatar img tags without the icon background */ |
@@ -966,11 +966,11 td.username img.gravatar { | |||
|
966 | 966 | |
|
967 | 967 | #activity dt, |
|
968 | 968 | .journal { |
|
969 |
|
|
|
969 | clear: left; | |
|
970 | 970 | } |
|
971 | 971 | |
|
972 | 972 | .journal-link { |
|
973 |
|
|
|
973 | float: right; | |
|
974 | 974 | } |
|
975 | 975 | |
|
976 | 976 | h2 img { vertical-align:middle; } |
@@ -982,9 +982,9 h2 img { vertical-align:middle; } | |||
|
982 | 982 | #top-menu, #header, #main-menu, #sidebar, #footer, .contextual, .other-formats { display:none; } |
|
983 | 983 | #main { background: #fff; } |
|
984 | 984 | #content { width: 99%; margin: 0; padding: 0; border: 0; background: #fff; overflow: visible !important;} |
|
985 |
|
|
|
985 | #wiki_add_attachment { display:none; } | |
|
986 | 986 | .hide-when-print { display: none; } |
|
987 |
|
|
|
988 |
|
|
|
989 |
|
|
|
987 | .autoscroll {overflow-x: visible;} | |
|
988 | table.list {margin-top:0.5em;} | |
|
989 | table.list th, table.list td {border: 1px solid #aaa;} | |
|
990 | 990 | } |
General Comments 0
You need to be logged in to leave comments.
Login now