Index: trunk/phase3/resources/jquery.ui/themes/vector/jquery.ui.dialog.css |
— | — | @@ -23,10 +23,12 @@ |
24 | 24 | padding: 0.9em 1.4em 0.6em !important; |
25 | 25 | } |
26 | 26 | body .ui-dialog .ui-widget-header { |
| 27 | + /* @embed */ |
27 | 28 | background: #f0f0f0 url(images/titlebar-fade.png) repeat-x scroll 50% 100% !important; |
28 | 29 | } |
29 | 30 | /* FIXME: Should just update the icon sprite if we're keeping this X */ |
30 | 31 | body .ui-dialog .ui-icon-closethick { |
| 32 | + /* @embed */ |
31 | 33 | background: url(images/close.png) no-repeat 50% 50% !important; |
32 | 34 | } |
33 | 35 | body .ui-dialog .ui-dialog-buttonpane { |
Index: trunk/phase3/resources/jquery.ui/themes/vector/jquery.ui.autocomplete.css |
— | — | @@ -1,7 +1,7 @@ |
2 | 2 | /* Autocomplete |
3 | 3 | ----------------------------------*/ |
4 | 4 | .ui-autocomplete { position: absolute; cursor: default; } |
5 | | -.ui-autocomplete-loading { background: white url('images/ui-anim_basic_16x16.gif') right center no-repeat; } |
| 5 | +.ui-autocomplete-loading { /* @embed */ background: white url('images/ui-anim_basic_16x16.gif') right center no-repeat; } |
6 | 6 | |
7 | 7 | /* workarounds */ |
8 | 8 | * html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */ |
Index: trunk/phase3/resources/jquery.ui/themes/vector/jquery.ui.theme.css |
— | — | @@ -13,26 +13,26 @@ |
14 | 14 | .ui-widget { font-family: sans-serif; font-size: 0.8em; } |
15 | 15 | .ui-widget .ui-widget { font-size: 1em; } |
16 | 16 | .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: sans-serif; font-size: 1em; } |
17 | | -.ui-widget-content { border: none; background: #f2f5f7 url(images/ui-bg_highlight-hard_100_f2f5f7_1x100.png) 50% top repeat-x; color: #362b36; } |
| 17 | +.ui-widget-content { border: none; /* @embed */ background: #f2f5f7 url(images/ui-bg_highlight-hard_100_f2f5f7_1x100.png) 50% top repeat-x; color: #362b36; } |
18 | 18 | .ui-widget-content a { color: #362b36; } |
19 | | -.ui-widget-header { border: 1px solid #aed0ea; line-height: 1em; background: #ffffff url(images/ui-bg_highlight-soft_100_ffffff_1x100.png) 50% 50% repeat-x; color: #222222; font-weight: bold; } |
| 19 | +.ui-widget-header { border: 1px solid #aed0ea; line-height: 1em; /* @embed */ background: #ffffff url(images/ui-bg_highlight-soft_100_ffffff_1x100.png) 50% 50% repeat-x; color: #222222; font-weight: bold; } |
20 | 20 | .ui-widget-header a { color: #222222; } |
21 | 21 | |
22 | 22 | /* Interaction states |
23 | 23 | ----------------------------------*/ |
24 | | -.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #aed0ea; background: #d7ebf9 url(images/ui-bg_highlight-hard_80_d7ebf9_1x100.png) 50% 50% repeat-x; font-weight: normal; color: #2779aa; } |
| 24 | +.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #aed0ea; /* @embed */ background: #d7ebf9 url(images/ui-bg_highlight-hard_80_d7ebf9_1x100.png) 50% 50% repeat-x; font-weight: normal; color: #2779aa; } |
25 | 25 | .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #2779aa; text-decoration: none; } |
26 | | -.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #74b2e2; background: #e4f1fb url(images/ui-bg_highlight-soft_100_e4f1fb_1x100.png) 50% 50% repeat-x; font-weight: normal; color: #0070a3; } |
| 26 | +.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #74b2e2; /* @embed */ background: #e4f1fb url(images/ui-bg_highlight-soft_100_e4f1fb_1x100.png) 50% 50% repeat-x; font-weight: normal; color: #0070a3; } |
27 | 27 | .ui-state-hover a, .ui-state-hover a:hover { color: #0070a3; text-decoration: none; } |
28 | | -.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #cccccc; background: #f0f0f0 url(images/ui-bg_inset-hard_100_f0f0f0_1x100.png) 50% 50% repeat-x; font-weight: normal; color: #000000; } |
| 28 | +.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #cccccc; background: #f0f0f0 /* @embed */ url(images/ui-bg_inset-hard_100_f0f0f0_1x100.png) 50% 50% repeat-x; font-weight: normal; color: #000000; } |
29 | 29 | .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #000000; text-decoration: none; } |
30 | 30 | .ui-widget :active { outline: none; } |
31 | 31 | |
32 | 32 | /* Interaction Cues |
33 | 33 | ----------------------------------*/ |
34 | | -.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {border: 1px solid #f9dd34; background: #ffef8f url(images/ui-bg_highlight-soft_25_ffef8f_1x100.png) 50% top repeat-x; color: #363636; } |
| 34 | +.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {border: 1px solid #f9dd34; background: #ffef8f /* @embed */ url(images/ui-bg_highlight-soft_25_ffef8f_1x100.png) 50% top repeat-x; color: #363636; } |
35 | 35 | .ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; } |
36 | | -.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #cd0a0a url(images/ui-bg_flat_15_cd0a0a_40x100.png) 50% 50% repeat-x; color: #ffffff; } |
| 36 | +.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #cd0a0a /* @embed */ url(images/ui-bg_flat_15_cd0a0a_40x100.png) 50% 50% repeat-x; color: #ffffff; } |
37 | 37 | .ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #ffffff; } |
38 | 38 | .ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #ffffff; } |
39 | 39 | .ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; } |
— | — | @@ -43,14 +43,14 @@ |
44 | 44 | ----------------------------------*/ |
45 | 45 | |
46 | 46 | /* states and images */ |
47 | | -.ui-icon { width: 16px; height: 16px; background-image: url(images/ui-icons_72a7cf_256x240.png); } |
48 | | -.ui-widget-content .ui-icon {background-image: url(images/ui-icons_72a7cf_256x240.png); } |
49 | | -.ui-widget-header .ui-icon {background-image: url(images/ui-icons_72a7cf_256x240.png); } |
50 | | -.ui-state-default .ui-icon { background-image: url(images/ui-icons_3d80b3_256x240.png); } |
51 | | -.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(images/ui-icons_2694e8_256x240.png); } |
52 | | -.ui-state-active .ui-icon {background-image: url(images/ui-icons_666666_256x240.png); } |
53 | | -.ui-state-highlight .ui-icon {background-image: url(images/ui-icons_2e83ff_256x240.png); } |
54 | | -.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(images/ui-icons_ffffff_256x240.png); } |
| 47 | +.ui-icon { width: 16px; height: 16px; /* @embed */ background-image: url(images/ui-icons_72a7cf_256x240.png); } |
| 48 | +.ui-widget-content .ui-icon { /* @embed */ background-image: url(images/ui-icons_72a7cf_256x240.png); } |
| 49 | +.ui-widget-header .ui-icon { /* @embed */ background-image: url(images/ui-icons_72a7cf_256x240.png); } |
| 50 | +.ui-state-default .ui-icon { /* @embed */ background-image: url(images/ui-icons_3d80b3_256x240.png); } |
| 51 | +.ui-state-hover .ui-icon, .ui-state-focus .ui-icon { /* @embed */ background-image: url(images/ui-icons_2694e8_256x240.png); } |
| 52 | +.ui-state-active .ui-icon { /* @embed */ background-image: url(images/ui-icons_666666_256x240.png); } |
| 53 | +.ui-state-highlight .ui-icon { /* @embed */ background-image: url(images/ui-icons_2e83ff_256x240.png); } |
| 54 | +.ui-state-error .ui-icon, .ui-state-error-text .ui-icon { /* @embed */ background-image: url(images/ui-icons_ffffff_256x240.png); } |
55 | 55 | |
56 | 56 | /* positioning */ |
57 | 57 | .ui-icon-carat-1-n { background-position: 0 0; } |
— | — | @@ -246,4 +246,4 @@ |
247 | 247 | |
248 | 248 | /* Overlays */ |
249 | 249 | .ui-widget-overlay { background: #000000; opacity: .75;filter:Alpha(Opacity=75); } |
250 | | -.ui-widget-shadow { margin: -7px 0 0 -7px; padding: 7px; background: #000000 url(images/ui-bg_flat_70_000000_40x100.png) 50% 50% repeat-x; opacity: .20;filter:Alpha(Opacity=20); -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; } |
\ No newline at end of file |
| 250 | +.ui-widget-shadow { margin: -7px 0 0 -7px; padding: 7px; /* @embed */ background: #000000 url(images/ui-bg_flat_70_000000_40x100.png) 50% 50% repeat-x; opacity: .20;filter:Alpha(Opacity=20); -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; } |
\ No newline at end of file |
Index: trunk/phase3/resources/jquery.ui/themes/vector/jquery.ui.button.css |
— | — | @@ -35,6 +35,7 @@ |
36 | 36 | padding: 0.2em 0.6em 0.15em !important; |
37 | 37 | margin: 0.5em 0 0.5em 0.4em !important; |
38 | 38 | border: 1px solid #a6a6a6 !important; |
| 39 | + /* @embed */ |
39 | 40 | background: #f2f2f2 url(images/button-off.png) repeat-x scroll 50% 100% !important; |
40 | 41 | cursor: pointer; |
41 | 42 | font-size: 1em; |
— | — | @@ -44,16 +45,19 @@ |
45 | 46 | } |
46 | 47 | body button.ui-button:hover { |
47 | 48 | border-color: #6e7273; |
| 49 | + /* @embed */ |
48 | 50 | background: #e1e1e1 url(images/button-over.png) repeat-x scroll 50% 100% !important; |
49 | 51 | } |
50 | 52 | body button.ui-button:active, |
51 | 53 | body button.ui-button:focus { |
52 | 54 | border-color: #707271; |
| 55 | + /* @embed */ |
53 | 56 | background: #bfbfbf url(images/button-down.png) repeat-x scroll 50% 100% !important; |
54 | 57 | } |
55 | 58 | body button.ui-button.disabled { |
56 | 59 | color: #7f7f7f; |
57 | 60 | border-color: #cccccc; |
| 61 | + /* @embed */ |
58 | 62 | background: #f2f2f2 url(images/button-disabled.png) repeat-x scroll 50% 100% !important; |
59 | 63 | } |
60 | 64 | /* Disables the annoying dashed border Firefox puts on active buttons */ |
Index: trunk/phase3/resources/jquery.tipsy/jquery.tipsy.css |
— | — | @@ -22,6 +22,7 @@ |
23 | 23 | } |
24 | 24 | .tipsy-arrow { |
25 | 25 | position: absolute; |
| 26 | + /* @embed */ |
26 | 27 | background: url('images/tipsy.png') no-repeat top left; |
27 | 28 | width: 9px; |
28 | 29 | height: 5px; |
Index: trunk/phase3/skins/common/config.css |
— | — | @@ -95,6 +95,7 @@ |
96 | 96 | .config-message { |
97 | 97 | display: list-item; |
98 | 98 | line-height: 1.5em; |
| 99 | + /* @embed */ |
99 | 100 | list-style-image: url(images/bullet.gif); |
100 | 101 | list-style-type: square; |
101 | 102 | } |
Index: trunk/phase3/skins/common/shared.css |
— | — | @@ -581,6 +581,7 @@ |
582 | 582 | |
583 | 583 | /* feed links */ |
584 | 584 | a.feedlink { |
| 585 | + /* @embed */ |
585 | 586 | background: url("images/feed-icon.png") center left no-repeat; |
586 | 587 | padding-left: 16px; |
587 | 588 | } |
— | — | @@ -843,6 +844,7 @@ |
844 | 845 | |
845 | 846 | .mw-remove-category { |
846 | 847 | padding: 8px; |
| 848 | + /* @embed */ |
847 | 849 | background-image: url(images/remove.png); |
848 | 850 | background-position: center center; |
849 | 851 | background-repeat: no-repeat; |
— | — | @@ -850,12 +852,14 @@ |
851 | 853 | |
852 | 854 | .mw-ajax-addcategory { |
853 | 855 | padding-left: 20px; |
| 856 | + /* @embed */ |
854 | 857 | background-image: url(images/add.png); |
855 | 858 | background-position: left center; |
856 | 859 | background-repeat: no-repeat; |
857 | 860 | } |
858 | 861 | |
859 | 862 | .mw-ajax-loader { |
| 863 | + /* @embed */ |
860 | 864 | background-image: url(images/ajax-loader.gif); |
861 | 865 | background-position: center center; |
862 | 866 | background-repeat: no-repeat; |
— | — | @@ -867,6 +871,7 @@ |
868 | 872 | .mw-small-spinner { |
869 | 873 | padding: 10px !important; |
870 | 874 | margin-right: 0.6em; |
| 875 | + /* @embed */ |
871 | 876 | background-image: url(images/spinner.gif); |
872 | 877 | background-position: center center; |
873 | 878 | background-repeat: no-repeat; |
— | — | @@ -905,6 +910,7 @@ |
906 | 911 | padding-left: 15px; |
907 | 912 | margin-left: 2px; |
908 | 913 | margin-bottom: -8px; |
| 914 | + /* @embed */ |
909 | 915 | background-image: url('images/help-question.gif'); |
910 | 916 | background-position: left center; |
911 | 917 | background-repeat: no-repeat; |
— | — | @@ -914,6 +920,7 @@ |
915 | 921 | font-size: .8em; |
916 | 922 | } |
917 | 923 | .mw-help-field-hint:hover { |
| 924 | + /* @embed */ |
918 | 925 | background-image: url('images/help-question-hover.gif'); |
919 | 926 | } |
920 | 927 | .mw-help-field-data { |
— | — | @@ -925,5 +932,5 @@ |
926 | 933 | } |
927 | 934 | .tipsy { padding: 5px 5px 10px; font-size: 12px; position: absolute; z-index: 100000; overflow: visible; } |
928 | 935 | .tipsy-inner { padding: 5px 8px 4px 8px; background-color: #d6f3ff; color: black; border: 1px solid #5dc9f4; max-width: 300px; text-align: left; } |
929 | | -.tipsy-arrow { position: absolute; background: url( 'images/tipsy-arrow.gif' ) no-repeat top left; width: 13px; height: 13px; } |
| 936 | +.tipsy-arrow { position: absolute; /* @embed */ background: url( 'images/tipsy-arrow.gif' ) no-repeat top left; width: 13px; height: 13px; } |
930 | 937 | .tipsy-se .tipsy-arrow { bottom: -2px; right: 10px; background-position: 0% 100%; } |