Index: trunk/fundcore/themes/monobook/style.css |
— | — | @@ -10,15 +10,15 @@ |
11 | 11 | */ |
12 | 12 | |
13 | 13 | /** |
14 | | - * Stylesheet for screen/projection. All rules not marked media-specific are |
15 | | - * shared with handheld.css and should be updated in tandem. The rules can't |
16 | | - * be in the same file because old browsers like IE5 won't obey @media rules. |
| 14 | + * Stylesheet for screen. All rules not marked media-specific are shared with |
| 15 | + * handheld.css and should be updated in tandem. The rules can't be in the |
| 16 | + * same file because old browsers like IE5 won't obey @media rules. |
17 | 17 | * |
18 | | - * Rules that are screen/projection-specific are marked with commented-out |
19 | | - * @media rules and indentation. |
| 18 | + * Rules that are screen-specific are marked with commented-out @media rules |
| 19 | + * and indentation. |
20 | 20 | */ |
21 | 21 | |
22 | | -/* @media screen, projection { */ |
| 22 | +/* @media screen { */ |
23 | 23 | #column-content { |
24 | 24 | width: 100%; |
25 | 25 | float: right; |
— | — | @@ -106,7 +106,7 @@ |
107 | 107 | border: none; |
108 | 108 | vertical-align: middle; |
109 | 109 | } |
110 | | -/* @media screen, projection { */ |
| 110 | +/* @media screen { */ |
111 | 111 | p { |
112 | 112 | margin: .4em 0 .5em 0; |
113 | 113 | line-height: 1.5em; |
— | — | @@ -245,7 +245,7 @@ |
246 | 246 | ** the main content area |
247 | 247 | */ |
248 | 248 | |
249 | | -/* @media screen, projection { */ |
| 249 | +/* @media screen { */ |
250 | 250 | #siteSub { |
251 | 251 | display: none; |
252 | 252 | } |
— | — | @@ -752,7 +752,7 @@ |
753 | 753 | ** Logo properties |
754 | 754 | */ |
755 | 755 | |
756 | | -/* @media screen, projection { */ |
| 756 | +/* @media screen { */ |
757 | 757 | #p-logo { |
758 | 758 | top: 0; |
759 | 759 | left: 0; |
— | — | @@ -779,7 +779,7 @@ |
780 | 780 | ** the navigation portlet |
781 | 781 | */ |
782 | 782 | |
783 | | -/* @media screen, projection { */ |
| 783 | +/* @media screen { */ |
784 | 784 | #p-navigation { |
785 | 785 | position: relative; |
786 | 786 | z-index: 3; |
— | — | @@ -805,7 +805,7 @@ |
806 | 806 | /* |
807 | 807 | ** Search portlet |
808 | 808 | */ |
809 | | -/* @media screen, projection { */ |
| 809 | +/* @media screen { */ |
810 | 810 | #p-search { |
811 | 811 | position: relative; |
812 | 812 | z-index: 3; |
— | — | @@ -833,7 +833,7 @@ |
834 | 834 | /* |
835 | 835 | ** the personal toolbar |
836 | 836 | */ |
837 | | -/* @media screen, projection { */ |
| 837 | +/* @media screen { */ |
838 | 838 | #p-personal { |
839 | 839 | position: absolute; |
840 | 840 | left: 0; |
— | — | @@ -918,7 +918,7 @@ |
919 | 919 | /* |
920 | 920 | ** the page-related actions- page/talk, edit etc |
921 | 921 | */ |
922 | | -/* @media screen, projection { */ |
| 922 | +/* @media screen { */ |
923 | 923 | #p-cactions { |
924 | 924 | position: absolute; |
925 | 925 | top: 1.3em; |
— | — | @@ -1013,7 +1013,7 @@ |
1014 | 1014 | /* |
1015 | 1015 | ** the remaining portlets |
1016 | 1016 | */ |
1017 | | -/* @media screen, projection { */ |
| 1017 | +/* @media screen { */ |
1018 | 1018 | #p-tbx, |
1019 | 1019 | #p-lang { |
1020 | 1020 | position: relative; |
— | — | @@ -1068,7 +1068,7 @@ |
1069 | 1069 | background-color: #f0f0f0; |
1070 | 1070 | color: #000; |
1071 | 1071 | } |
1072 | | -/* @media screen, projection { */ |
| 1072 | +/* @media screen { */ |
1073 | 1073 | #preftoc li { |
1074 | 1074 | margin: 1px -2px 1px 2px; |
1075 | 1075 | float: left; |
— | — | @@ -1135,7 +1135,7 @@ |
1136 | 1136 | .prefsection table, .prefsection legend { |
1137 | 1137 | background-color: #F9F9F9; |
1138 | 1138 | } |
1139 | | -/* @media screen, projection { */ |
| 1139 | +/* @media screen { */ |
1140 | 1140 | .mainLegend { |
1141 | 1141 | display: none; |
1142 | 1142 | } |
— | — | @@ -1209,7 +1209,7 @@ |
1210 | 1210 | font-weight: bold; |
1211 | 1211 | } |
1212 | 1212 | |
1213 | | -/* @media screen, projection { */ |
| 1213 | +/* @media screen { */ |
1214 | 1214 | /* |
1215 | 1215 | ** IE/Mac fixes, hope to find a validating way to move this |
1216 | 1216 | ** to a separate stylesheet. This would work but doesn't validate: |
Index: trunk/backup/download-index.html |
— | — | @@ -3,7 +3,7 @@ |
4 | 4 | <head>
|
5 | 5 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
6 | 6 | <title>Wikimedia Downloads</title>
|
7 | | - <style type="text/css" media="screen,projection">/*<![CDATA[*/
|
| 7 | + <style type="text/css" media="screen">/*<![CDATA[*/
|
8 | 8 | body {
|
9 | 9 | font: x-small sans-serif;
|
10 | 10 | background: #f9f9f9 url(http://en.wikipedia.org/skins-1.5/monobook/headbg.jpg) 0 0 no-repeat;
|
Index: trunk/backup/dvd.html |
— | — | @@ -3,7 +3,7 @@ |
4 | 4 | <head>
|
5 | 5 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
6 | 6 | <title>Wikimedia Downloads</title>
|
7 | | - <style type="text/css" media="screen,projection">/*<![CDATA[*/
|
| 7 | + <style type="text/css" media="screen">/*<![CDATA[*/
|
8 | 8 | body {
|
9 | 9 | font: x-small sans-serif;
|
10 | 10 | background: #f9f9f9 url(http://en.wikipedia.org/skins-1.5/monobook/headbg.jpg) 0 0 no-repeat;
|
Index: trunk/yawr/base.html |
— | — | @@ -6,7 +6,7 @@ |
7 | 7 | <link rel="shortcut icon" href="-/favicon.ico" />
|
8 | 8 | <link rel="copyright" href="http://www.gnu.org/copyleft/fdl.html" />
|
9 | 9 | <title>%%TITLE%% - Wikipedia</title>
|
10 | | - <style type="text/css" media="screen,projection">/*<![CDATA[*/ @import "-/main.css"; /*]]>*/</style>
|
| 10 | + <style type="text/css" media="screen">/*<![CDATA[*/ @import "-/main.css"; /*]]>*/</style>
|
11 | 11 |
|
12 | 12 | <link rel="stylesheet" type="text/css" media="print" href="-/commonPrint.css" />
|
13 | 13 | <!--[if lt IE 5.5000]><style type="text/css">@import "-/IE50Fixes.css";</style><![endif]-->
|
Index: trunk/phase3/includes/templates/NoLocalSettings.php |
— | — | @@ -39,7 +39,7 @@ |
40 | 40 | <head> |
41 | 41 | <title>MediaWiki <?php echo htmlspecialchars( $wgVersion ) ?></title> |
42 | 42 | <meta http-equiv='Content-Type' content='text/html; charset=utf-8' /> |
43 | | - <style type='text/css' media='screen, projection'> |
| 43 | + <style type='text/css' media='screen'> |
44 | 44 | html, body { |
45 | 45 | color: #000; |
46 | 46 | background-color: #fff; |
Index: trunk/phase3/includes/templates/PHP4.php |
— | — | @@ -31,7 +31,7 @@ |
32 | 32 | <head> |
33 | 33 | <title>MediaWiki <?php echo htmlspecialchars( $wgVersion ); ?></title> |
34 | 34 | <meta http-equiv='Content-Type' content='text/html; charset=utf-8' /> |
35 | | - <style type='text/css' media='screen, projection'> |
| 35 | + <style type='text/css' media='screen'> |
36 | 36 | html, body { |
37 | 37 | color: #000; |
38 | 38 | background-color: #fff; |
Index: trunk/phase3/includes/OutputPage.php |
— | — | @@ -1870,14 +1870,8 @@ |
1871 | 1871 | */ |
1872 | 1872 | public function addStyle( $style, $media='', $condition='', $dir='' ) { |
1873 | 1873 | $options = array(); |
1874 | | - // In Opera, fullscreen mode is treated as projection mode, and it causes |
1875 | | - // styles set for screen to not be loaded - thus breaking the page - so |
1876 | | - // we can just append projection to the media attribute when it's screen |
1877 | | - // so the browser is happy and - with no side-effects on other browsers. |
1878 | | - // Also - even though we expect the media type to be lowercase, but here |
1879 | | - // we force it to lowercase to be safe. |
1880 | | - if ( strtolower( $media ) == 'screen' ) |
1881 | | - $media .= ',projection'; |
| 1874 | + // Even though we expect the media type to be lowercase, but here we |
| 1875 | + // force it to lowercase to be safe. |
1882 | 1876 | if( $media ) |
1883 | 1877 | $options['media'] = $media; |
1884 | 1878 | if( $condition ) |
Index: trunk/WikiWord/WikiWord/attic/www/dermis/XhtmlDerm.php |
— | — | @@ -115,7 +115,7 @@ |
116 | 116 | |
117 | 117 | function stylelinkEntry($proc, $args) { |
118 | 118 | $u = $this->escape($args['entry']); |
119 | | - $media = 'screen,projection,print,emboss,handheld'; //TODO...!!! |
| 119 | + $media = 'screen,print,emboss,handheld'; //TODO...!!! |
120 | 120 | |
121 | 121 | return '<link rel="stylesheet" type="text/css" media="'.$media.'" href="'.$u.'"/>'; |
122 | 122 | } |
— | — | @@ -136,7 +136,7 @@ |
137 | 137 | |
138 | 138 | function styleEntry($proc, $args) { |
139 | 139 | $code = $args['entry']; |
140 | | - $media = 'screen,projection,print,emboss,handheld'; //TODO...!!! |
| 140 | + $media = 'screen,print,emboss,handheld'; //TODO...!!! |
141 | 141 | |
142 | 142 | return '<style type="text/css" media="'.$media.'">/*<![CDATA[*/'.$code.'/*]]>*/</style>'; |
143 | 143 | } |
— | — | @@ -242,7 +242,7 @@ |
243 | 243 | <?= $this->meta('robots', 'robotspolicy') ?> |
244 | 244 | <?= $this->meta('keywords', 'keywords') ?> |
245 | 245 | <?= $this->link('shortcut icon', 'favicon') ?> |
246 | | - <?= $this->stylelink('screen,projection', 'maincss') ?> |
| 246 | + <?= $this->stylelink('screen', 'maincss') ?> |
247 | 247 | <?= $this->stylelink('print', 'printcss') ?> |
248 | 248 | <?= $this->stylelink('handheld', 'pdacss') ?> |
249 | 249 | <? |
Index: trunk/extensions/FCKeditor/css/fckeditor.css |
— | — | @@ -10,15 +10,15 @@ |
11 | 11 | */ |
12 | 12 | |
13 | 13 | /** |
14 | | - * Stylesheet for screen/projection. All rules not marked media-specific are |
15 | | - * shared with handheld.css and should be updated in tandem. The rules can't |
16 | | - * be in the same file because old browsers like IE5 won't obey @media rules. |
| 14 | + * Stylesheet for screen. All rules not marked media-specific are shared with |
| 15 | + * handheld.css and should be updated in tandem. The rules can't be in the |
| 16 | + * same file because old browsers like IE5 won't obey @media rules. |
17 | 17 | * |
18 | | - * Rules that are screen/projection-specific are marked with commented-out |
19 | | - * @media rules and indentation. |
| 18 | + * Rules that are screen-specific are marked with commented-out @media rules |
| 19 | + * and indentation. |
20 | 20 | */ |
21 | 21 | |
22 | | -/* @media screen, projection { */ |
| 22 | +/* @media screen { */ |
23 | 23 | #column-one { |
24 | 24 | padding-top: 160px; |
25 | 25 | } |
— | — | @@ -84,7 +84,7 @@ |
85 | 85 | border: none; |
86 | 86 | vertical-align: middle; |
87 | 87 | } |
88 | | -/* @media screen, projection { */ |
| 88 | +/* @media screen { */ |
89 | 89 | p { |
90 | 90 | margin: .4em 0 .5em 5px; |
91 | 91 | line-height: 1.5em; |
— | — | @@ -223,7 +223,7 @@ |
224 | 224 | ** the main content area |
225 | 225 | */ |
226 | 226 | |
227 | | -/* @media screen, projection { */ |
| 227 | +/* @media screen { */ |
228 | 228 | #siteSub { |
229 | 229 | display: none; |
230 | 230 | } |
— | — | @@ -730,7 +730,7 @@ |
731 | 731 | ** Logo properties |
732 | 732 | */ |
733 | 733 | |
734 | | -/* @media screen, projection { */ |
| 734 | +/* @media screen { */ |
735 | 735 | #p-logo { |
736 | 736 | top: 0; |
737 | 737 | left: 0; |
— | — | @@ -757,7 +757,7 @@ |
758 | 758 | ** the navigation portlet |
759 | 759 | */ |
760 | 760 | |
761 | | -/* @media screen, projection { */ |
| 761 | +/* @media screen { */ |
762 | 762 | #p-navigation { |
763 | 763 | position: relative; |
764 | 764 | z-index: 3; |
— | — | @@ -783,7 +783,7 @@ |
784 | 784 | /* |
785 | 785 | ** Search portlet |
786 | 786 | */ |
787 | | -/* @media screen, projection { */ |
| 787 | +/* @media screen { */ |
788 | 788 | #p-search { |
789 | 789 | position: relative; |
790 | 790 | z-index: 3; |
— | — | @@ -811,7 +811,7 @@ |
812 | 812 | /* |
813 | 813 | ** the personal toolbar |
814 | 814 | */ |
815 | | -/* @media screen, projection { */ |
| 815 | +/* @media screen { */ |
816 | 816 | #p-personal { |
817 | 817 | position: absolute; |
818 | 818 | left: 0; |
— | — | @@ -896,7 +896,7 @@ |
897 | 897 | /* |
898 | 898 | ** the page-related actions- page/talk, edit etc |
899 | 899 | */ |
900 | | -/* @media screen, projection { */ |
| 900 | +/* @media screen { */ |
901 | 901 | #p-cactions { |
902 | 902 | position: absolute; |
903 | 903 | top: 1.3em; |
— | — | @@ -991,7 +991,7 @@ |
992 | 992 | /* |
993 | 993 | ** the remaining portlets |
994 | 994 | */ |
995 | | -/* @media screen, projection { */ |
| 995 | +/* @media screen { */ |
996 | 996 | #p-tbx, |
997 | 997 | #p-lang { |
998 | 998 | position: relative; |
— | — | @@ -1046,7 +1046,7 @@ |
1047 | 1047 | background-color: #f0f0f0; |
1048 | 1048 | color: #000; |
1049 | 1049 | } |
1050 | | -/* @media screen, projection { */ |
| 1050 | +/* @media screen { */ |
1051 | 1051 | #preftoc li { |
1052 | 1052 | margin: 1px -2px 1px 2px; |
1053 | 1053 | float: left; |
— | — | @@ -1113,7 +1113,7 @@ |
1114 | 1114 | .prefsection table, .prefsection legend { |
1115 | 1115 | background-color: #F9F9F9; |
1116 | 1116 | } |
1117 | | -/* @media screen, projection { */ |
| 1117 | +/* @media screen { */ |
1118 | 1118 | .mainLegend { |
1119 | 1119 | display: none; |
1120 | 1120 | } |
— | — | @@ -1187,7 +1187,7 @@ |
1188 | 1188 | font-weight: bold; |
1189 | 1189 | } |
1190 | 1190 | |
1191 | | -/* @media screen, projection { */ |
| 1191 | +/* @media screen { */ |
1192 | 1192 | /* |
1193 | 1193 | ** IE/Mac fixes, hope to find a validating way to move this |
1194 | 1194 | ** to a separate stylesheet. This would work but doesn't validate: |
Index: trunk/extensions/examples/ErrorPage/dberr.html |
— | — | @@ -3,7 +3,7 @@ |
4 | 4 | <head> |
5 | 5 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
6 | 6 | <title>Database error</title> |
7 | | - <style type="text/css" media="screen, projection">/*<![CDATA[*/ |
| 7 | + <style type="text/css" media="screen">/*<![CDATA[*/ |
8 | 8 | @import "{{skins}}/common/shared.css?104"; |
9 | 9 | @import "{{skins}}/monobook/main.css?104"; |
10 | 10 | /*]]>*/</style> |
Index: trunk/extensions/examples/ErrorPage/dbconn.html |
— | — | @@ -3,7 +3,7 @@ |
4 | 4 | <head> |
5 | 5 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
6 | 6 | <title>Wikimedia has some problems with database servers</title> |
7 | | - <style type="text/css" media="screen, projection">/*<![CDATA[*/ |
| 7 | + <style type="text/css" media="screen">/*<![CDATA[*/ |
8 | 8 | @import "{{skins}}/common/shared.css?104"; |
9 | 9 | @import "{{skins}}/monobook/main.css?104"; |
10 | 10 | /*]]>*/</style> |
Index: trunk/extensions/sampleskin/xhtml_sampleskin.pt |
— | — | @@ -4,7 +4,7 @@ |
5 | 5 | <meta http-equiv="Content-Type" content="${mimetype}; charset=${charset}" /> |
6 | 6 | ${headlinks} |
7 | 7 | <title tal:content="pagetitle">Exciting xhtml slimfast</title> |
8 | | - <style type="text/css" media="screen,projection">/*<![CDATA[*/ @import "${stylepath}/${skinname}/main.css"; /*]]>*/</style> |
| 8 | + <style type="text/css" media="screen">/*<![CDATA[*/ @import "${stylepath}/${skinname}/main.css"; /*]]>*/</style> |
9 | 9 | <script type="text/javascript" tal:attributes="src jsvarurl"></script> |
10 | 10 | <script type="text/javascript" src="${stylepath}/wikibits.js"></script> |
11 | 11 | <style tal:condition="usercss" type="text/css">/*<![CDATA[*/ ${usercss} /*]]>*/</style> |
Index: trunk/extensions/wikiwyg/share/MediaWiki/extensions/WikiwygEditing/WikiwygEditing.php |
— | — | @@ -54,7 +54,7 @@ |
55 | 55 | $wgWikiwygImagePath = "$wgWikiwygPath/share/MediaWiki/images"; |
56 | 56 | } |
57 | 57 | |
58 | | - $wgOut->addScript("<style type=\"text/css\" media=\"screen,projection\">/*<![CDATA[*/ @import \"$wgWikiwygCssPath/MediaWikiwyg.css\"; /*]]>*/</style>\n"); |
| 58 | + $wgOut->addScript("<style type=\"text/css\" media=\"screen\">/*<![CDATA[*/ @import \"$wgWikiwygCssPath/MediaWikiwyg.css\"; /*]]>*/</style>\n"); |
59 | 59 | $wgOut->addScript("<script type=\"text/javascript\" src=\"$wgWikiwygJsPath/extensions/WikiwygEditing/js/editpage.js?$wgStyleVersion\"></script>\n"); |
60 | 60 | |
61 | 61 | if (! isset($wgEnableAjaxLogin) || ($wgEnableAjaxLogin == false)) { |
Index: trunk/extensions/wikiwyg/share/MediaWiki/extensions/CreatePage/SpecialCreatePage.php |
— | — | @@ -45,7 +45,7 @@ |
46 | 46 | $wgWikiwygImagePath = "$wgWikiwygPath/share/MediaWiki/images"; |
47 | 47 | } |
48 | 48 | |
49 | | - $wgOut->addScript("<style type=\"text/css\" media=\"screen,projection\">/*<![CDATA[*/ @import \"$wgWikiwygCssPath/MediaWikiwyg.css\"; /*]]>*/</style>\n"); |
| 49 | + $wgOut->addScript("<style type=\"text/css\" media=\"screen\">/*<![CDATA[*/ @import \"$wgWikiwygCssPath/MediaWikiwyg.css\"; /*]]>*/</style>\n"); |
50 | 50 | /* load main js file when not loaded yet */ |
51 | 51 | if (wfGetDependingOnSkin () == 0) { |
52 | 52 | if (isset($wgWysiwygEnabled) && ($wgWysiwygEnabled == true)) { |
Index: trunk/extensions/wikiwyg/share/MediaWiki/extensions/MediaWikiWyg.php |
— | — | @@ -75,7 +75,7 @@ |
76 | 76 | $wgWikiwygImagePath = "$wgWikiwygPath/share/MediaWiki/images"; |
77 | 77 | } |
78 | 78 | |
79 | | - $wgOut->addScript("<style type=\"text/css\" media=\"screen,projection\">/*<![CDATA[*/ @import \"$wgWikiwygCssPath/MediaWikiwyg.css\"; /*]]>*/</style>\n"); |
| 79 | + $wgOut->addScript("<style type=\"text/css\" media=\"screen\">/*<![CDATA[*/ @import \"$wgWikiwygCssPath/MediaWikiwyg.css\"; /*]]>*/</style>\n"); |
80 | 80 | if (isset($wgWysiwygEnabled) && ($wgWysiwygEnabled == true)) { |
81 | 81 | $useWysiwygTrue = 1; |
82 | 82 | } else { |
Index: trunk/extensions/SemanticForms/specials/SF_CreateForm.php |
— | — | @@ -211,7 +211,7 @@ |
212 | 212 | $wgOut->addLink( array( |
213 | 213 | 'rel' => 'stylesheet', |
214 | 214 | 'type' => 'text/css', |
215 | | - 'media' => "screen, projection", |
| 215 | + 'media' => "screen", |
216 | 216 | 'href' => $sfgScriptPath . "/skins/SF_main.css" |
217 | 217 | )); |
218 | 218 | $wgOut->addHTML($text); |
Index: trunk/extensions/SemanticForms/specials/SF_CreateProperty.php |
— | — | @@ -154,7 +154,7 @@ |
155 | 155 | $wgOut->addLink( array( |
156 | 156 | 'rel' => 'stylesheet', |
157 | 157 | 'type' => 'text/css', |
158 | | - 'media' => "screen, projection", |
| 158 | + 'media' => "screen", |
159 | 159 | 'href' => $sfgScriptPath . "/skins/SF_main.css" |
160 | 160 | )); |
161 | 161 | $wgOut->addScript('<script type="text/javascript">' . $javascript_text . '</script>'); |
Index: trunk/extensions/SemanticForms/specials/SF_CreateClass.php |
— | — | @@ -177,7 +177,7 @@ |
178 | 178 | $wgOut->addLink( array( |
179 | 179 | 'rel' => 'stylesheet', |
180 | 180 | 'type' => 'text/css', |
181 | | - 'media' => "screen, projection", |
| 181 | + 'media' => "screen", |
182 | 182 | 'href' => $sfgScriptPath . "/skins/SF_main.css" |
183 | 183 | )); |
184 | 184 | $wgOut->addHTML($text); |
Index: trunk/extensions/SemanticForms/specials/SF_CreateTemplate.php |
— | — | @@ -184,7 +184,7 @@ |
185 | 185 | $wgOut->addLink( array( |
186 | 186 | 'rel' => 'stylesheet', |
187 | 187 | 'type' => 'text/css', |
188 | | - 'media' => "screen, projection", |
| 188 | + 'media' => "screen", |
189 | 189 | 'href' => $sfgScriptPath . "/skins/SF_main.css" |
190 | 190 | )); |
191 | 191 | $wgOut->addHTML($text); |
Index: trunk/extensions/SemanticForms/specials/SF_CreateCategory.php |
— | — | @@ -140,7 +140,7 @@ |
141 | 141 | $wgOut->addLink( array( |
142 | 142 | 'rel' => 'stylesheet', |
143 | 143 | 'type' => 'text/css', |
144 | | - 'media' => "screen, projection", |
| 144 | + 'media' => "screen", |
145 | 145 | 'href' => $sfgScriptPath . "/skins/SF_main.css" |
146 | 146 | )); |
147 | 147 | $wgOut->addHTML($text); |
Index: trunk/extensions/SemanticForms/includes/SF_Utils.inc |
— | — | @@ -103,31 +103,31 @@ |
104 | 104 | $wgOut->addLink( array( |
105 | 105 | 'rel' => 'stylesheet', |
106 | 106 | 'type' => 'text/css', |
107 | | - 'media' => "screen, projection", |
| 107 | + 'media' => "screen", |
108 | 108 | 'href' => $mainCssUrl |
109 | 109 | )); |
110 | 110 | $wgOut->addLink( array( |
111 | 111 | 'rel' => 'stylesheet', |
112 | 112 | 'type' => 'text/css', |
113 | | - 'media' => "screen, projection", |
| 113 | + 'media' => "screen", |
114 | 114 | 'href' => $sfgYUIBase . "autocomplete/assets/skins/sam/autocomplete.css" |
115 | 115 | )); |
116 | 116 | $wgOut->addLink( array( |
117 | 117 | 'rel' => 'stylesheet', |
118 | 118 | 'type' => 'text/css', |
119 | | - 'media' => "screen, projection", |
| 119 | + 'media' => "screen", |
120 | 120 | 'href' => $sfgScriptPath . '/skins/SF_yui_autocompletion.css' |
121 | 121 | )); |
122 | 122 | $wgOut->addLink( array( |
123 | 123 | 'rel' => 'stylesheet', |
124 | 124 | 'type' => 'text/css', |
125 | | - 'media' => "screen, projection", |
| 125 | + 'media' => "screen", |
126 | 126 | 'href' => $sfgScriptPath . '/skins/floatbox.css' |
127 | 127 | )); |
128 | 128 | $wgOut->addLink( array( |
129 | 129 | 'rel' => 'stylesheet', |
130 | 130 | 'type' => 'text/css', |
131 | | - 'media' => "screen, projection", |
| 131 | + 'media' => "screen", |
132 | 132 | 'href' => $smwgScriptPath . '/skins/SMW_custom.css' |
133 | 133 | )); |
134 | 134 | $wgOut->addScript('<script type="text/javascript" src="' . $sfgYUIBase . 'yahoo/yahoo-min.js"></script>' . "\n"); |
Index: trunk/extensions/ConfirmAccount/SpecialConfirmAccount.php |
— | — | @@ -156,7 +156,7 @@ |
157 | 157 | $wgOut->addLink( array( |
158 | 158 | 'rel' => 'stylesheet', |
159 | 159 | 'type' => 'text/css', |
160 | | - 'media' => 'screen, projection', |
| 160 | + 'media' => 'screen', |
161 | 161 | 'href' => $wgScriptPath . '/extensions/ConfirmAccount/confirmaccount.css', |
162 | 162 | ) ); |
163 | 163 | return true; |
Index: trunk/extensions/wikiforum/wikiforum.php |
— | — | @@ -98,7 +98,7 @@ |
99 | 99 | $wgOut->addLink(array( |
100 | 100 | 'rel' => 'stylesheet', |
101 | 101 | 'type' => 'text/css', |
102 | | - 'media' => 'screen,projection', |
| 102 | + 'media' => 'screen', |
103 | 103 | 'href' => FORUM_CSS |
104 | 104 | )); |
105 | 105 | |
— | — | @@ -213,7 +213,7 @@ |
214 | 214 | $wgOut->addLink(array( |
215 | 215 | 'rel' => 'stylesheet', |
216 | 216 | 'type' => 'text/css', |
217 | | - 'media' => 'screen, projection', |
| 217 | + 'media' => 'screen', |
218 | 218 | 'href' => FORUM_CSS |
219 | 219 | )); |
220 | 220 | if(FORUM_USE_JS) { |
Index: trunk/extensions/SemanticCalendar/includes/SC_ParserFunctions.php |
— | — | @@ -96,7 +96,7 @@ |
97 | 97 | $wgOut->addLink( array( |
98 | 98 | 'rel' => 'stylesheet', |
99 | 99 | 'type' => 'text/css', |
100 | | - 'media' => "screen, projection, print", |
| 100 | + 'media' => "screen, print", |
101 | 101 | 'href' => $scgScriptPath . "/skins/SC_main.css" |
102 | 102 | )); |
103 | 103 | |
Index: trunk/extensions/Review/Review.php |
— | — | @@ -79,7 +79,7 @@ |
80 | 80 | $wgOut->addLink(array( |
81 | 81 | 'rel' => 'stylesheet', |
82 | 82 | 'type' => 'text/css', |
83 | | - 'media' => 'screen,projection', |
| 83 | + 'media' => 'screen', |
84 | 84 | 'href' => REVIEW_CSS, |
85 | 85 | )); |
86 | 86 | |
Index: trunk/extensions/Wikidata/App.php |
— | — | @@ -133,8 +133,8 @@ |
134 | 134 | $rtl = ''; |
135 | 135 | } |
136 | 136 | |
137 | | - $out->addLink( array( 'rel' => 'stylesheet', 'type' => 'text/css', 'media' => 'screen, projection', 'href' => "$wgScriptPath/extensions/Wikidata/OmegaWiki/suggest$rtl.css" ) ); |
138 | | - $out->addLink( array( 'rel' => 'stylesheet', 'type' => 'text/css', 'media' => 'screen, projection', 'href' => "$wgScriptPath/extensions/Wikidata/OmegaWiki/tables$rtl.css" ) ); |
| 137 | + $out->addLink( array( 'rel' => 'stylesheet', 'type' => 'text/css', 'media' => 'screen', 'href' => "$wgScriptPath/extensions/Wikidata/OmegaWiki/suggest$rtl.css" ) ); |
| 138 | + $out->addLink( array( 'rel' => 'stylesheet', 'type' => 'text/css', 'media' => 'screen', 'href' => "$wgScriptPath/extensions/Wikidata/OmegaWiki/tables$rtl.css" ) ); |
139 | 139 | return true; |
140 | 140 | } |
141 | 141 | |
Index: trunk/extensions/Wikidata/util/voctrain/view.php |
— | — | @@ -401,11 +401,11 @@ |
402 | 402 | <head> |
403 | 403 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> |
404 | 404 | |
405 | | - <link rel="stylesheet" type="text/css" media="screen, projection" href="../ow/styles.css" /> |
406 | | - <link rel="stylesheet" type="text/css" media="screen, projection" href="http://www.omegawiki.org/extensions/Wikidata/OmegaWiki/tables.css" /> |
| 405 | + <link rel="stylesheet" type="text/css" media="screen" href="../ow/styles.css" /> |
| 406 | + <link rel="stylesheet" type="text/css" media="screen" href="http://www.omegawiki.org/extensions/Wikidata/OmegaWiki/tables.css" /> |
407 | 407 | <link rel="shortcut icon" href="http://www.omegawiki.org/favicon.ico" /> |
408 | 408 | <title>OmegaWiki gateway</title> |
409 | | - <style type="text/css" media="screen,projection">/*<![CDATA[*/ @import "http://www.omegawiki.org/skins/monobook/main.css?55"; /*]]>*/</style> |
| 409 | + <style type="text/css" media="screen">/*<![CDATA[*/ @import "http://www.omegawiki.org/skins/monobook/main.css?55"; /*]]>*/</style> |
410 | 410 | <link rel="stylesheet" type="text/css" media="print" href="http://www.omegawiki.org/skins/common/commonPrint.css?55" /> |
411 | 411 | <link rel="stylesheet" type="text/css" media="handheld" href="http://www.omegawiki.org/skins/monobook/handheld.css?55" /> |
412 | 412 | <link rel="stylesheet" type="text/css" media="screen" href="css/training.css" /> |
Index: trunk/extensions/SemanticDrilldown/specials/SD_BrowseData.php |
— | — | @@ -922,25 +922,25 @@ |
923 | 923 | $wgOut->addLink( array( |
924 | 924 | 'rel' => 'stylesheet', |
925 | 925 | 'type' => 'text/css', |
926 | | - 'media' => "screen, projection", |
| 926 | + 'media' => "screen", |
927 | 927 | 'href' => $mainCssDir . 'SD_main.css' |
928 | 928 | )); |
929 | 929 | $wgOut->addLink( array( |
930 | 930 | 'rel' => 'stylesheet', |
931 | 931 | 'type' => 'text/css', |
932 | | - 'media' => "screen, projection", |
| 932 | + 'media' => "screen", |
933 | 933 | 'href' => $mainCssDir . 'ext-all.css' |
934 | 934 | )); |
935 | 935 | $wgOut->addLink( array( |
936 | 936 | 'rel' => 'stylesheet', |
937 | 937 | 'type' => 'text/css', |
938 | | - 'media' => "screen, projection", |
| 938 | + 'media' => "screen", |
939 | 939 | 'href' => $mainCssDir . 'xtheme-gray.css' |
940 | 940 | )); |
941 | 941 | $wgOut->addLink( array( |
942 | 942 | 'rel' => 'stylesheet', |
943 | 943 | 'type' => 'text/css', |
944 | | - 'media' => "screen, projection", |
| 944 | + 'media' => "screen", |
945 | 945 | 'href' => $mainCssDir . 'combos.css' |
946 | 946 | )); |
947 | 947 | // overwrite style from ext-all.css, to set the correct image for |
Index: trunk/extensions/SemanticDrilldown/specials/SD_CreateFilter.php |
— | — | @@ -225,7 +225,7 @@ |
226 | 226 | $wgOut->addLink( array( |
227 | 227 | 'rel' => 'stylesheet', |
228 | 228 | 'type' => 'text/css', |
229 | | - 'media' => "screen, projection", |
| 229 | + 'media' => "screen", |
230 | 230 | 'href' => $sdgScriptPath . "/skins/SD_main.css" |
231 | 231 | )); |
232 | 232 | $wgOut->addHTML($text); |
Index: trunk/extensions/DumpHTML/wm-scripts/index.inc |
— | — | @@ -12,7 +12,7 @@ |
13 | 13 | <head> |
14 | 14 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
15 | 15 | <title>Wikipedia Static HTML Dumps</title> |
16 | | - <style type="text/css" media="screen,projection">/*<![CDATA[*/ |
| 16 | + <style type="text/css" media="screen">/*<![CDATA[*/ |
17 | 17 | body { |
18 | 18 | font: x-small sans-serif; |
19 | 19 | background: #f9f9f9 url(http://en.wikipedia.org/skins-1.5/monobook/headbg.jpg) 0 0 no-repeat; |
Index: trunk/extensions/Tasks/Tasks.php |
— | — | @@ -1185,7 +1185,7 @@ |
1186 | 1186 | $wgOut->addLink(array( |
1187 | 1187 | 'rel' => 'stylesheet', |
1188 | 1188 | 'type' => 'text/css', |
1189 | | - 'media' => 'screen,projection', |
| 1189 | + 'media' => 'screen', |
1190 | 1190 | 'href' => TASKS_CSS, |
1191 | 1191 | )); |
1192 | 1192 | $wgOut->setSubtitle( wfMsgHTML( 'tasks_title', $title->getPrefixedText() ) ); |
— | — | @@ -1532,7 +1532,7 @@ |
1533 | 1533 | $wgOut->addLink(array( |
1534 | 1534 | 'rel' => 'stylesheet', |
1535 | 1535 | 'type' => 'text/css', |
1536 | | - 'media' => 'screen,projection', |
| 1536 | + 'media' => 'screen', |
1537 | 1537 | 'href' => TASKS_CSS, |
1538 | 1538 | )); |
1539 | 1539 | $this->setHeaders(); |
Index: trunk/extensions/SemanticResultFormats/Calendar/SRF_Calendar.php |
— | — | @@ -154,7 +154,7 @@ |
155 | 155 | $wgOut->addLink( array( |
156 | 156 | 'rel' => 'stylesheet', |
157 | 157 | 'type' => 'text/css', |
158 | | - 'media' => "screen, projection, print", |
| 158 | + 'media' => "screen, print", |
159 | 159 | 'href' => $srfgScriptPath . "/Calendar/skins/SRFC_main.css" |
160 | 160 | )); |
161 | 161 | wfLoadExtensionMessages('SemanticResultFormats'); |
Index: trunk/extensions/OpenID/SpecialOpenIDLogin.body.php |
— | — | @@ -100,7 +100,7 @@ |
101 | 101 | $wgOut->addLink( array( |
102 | 102 | 'rel' => 'stylesheet', |
103 | 103 | 'type' => 'text/css', |
104 | | - 'media' => 'screen, projection', |
| 104 | + 'media' => 'screen', |
105 | 105 | 'href' => $oidScriptPath . ( $wgOpenIDShowProviderIcons ? '/skin/openid.css' : '/skin/openid-plain.css' ) |
106 | 106 | ) ); |
107 | 107 | |
Index: trunk/extensions/OpenID/SpecialOpenIDConvert.body.php |
— | — | @@ -99,7 +99,7 @@ |
100 | 100 | $wgOut->addLink( array( |
101 | 101 | 'rel' => 'stylesheet', |
102 | 102 | 'type' => 'text/css', |
103 | | - 'media' => 'screen, projection', |
| 103 | + 'media' => 'screen', |
104 | 104 | 'href' => $oidScriptPath . ( $wgOpenIDShowProviderIcons ? '/skin/openid.css' : '/skin/openid-plain.css' ) |
105 | 105 | ) ); |
106 | 106 | |
Index: trunk/tools/planet/gmq/templates/index.html.tmpl |
— | — | @@ -5,7 +5,7 @@ |
6 | 6 | <title>Planet Wikimedia</title> |
7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
8 | 8 | |
9 | | -<style type="text/css" media="screen, projection">/*<![CDATA[*/ @import "http://en.wikinews.org/skins-1.5/monobook/main.css"; /*]]>*/</style> |
| 9 | +<style type="text/css" media="screen">/*<![CDATA[*/ @import "http://en.wikinews.org/skins-1.5/monobook/main.css"; /*]]>*/</style> |
10 | 10 | <link rel="stylesheet" type="text/css" media="print" href="http://en.wikinews.org/skins-1.5/common/commonPrint.css" /> |
11 | 11 | <!--[if lt IE 5.5000]><style type="text/css">@import "http://en.wikinews.org/skins-1.5/monobook/IE50Fixes.css";</style><![endif]--> |
12 | 12 | |
Index: trunk/wiki2xml/php/mediawiki_converter.php |
— | — | @@ -103,7 +103,7 @@ |
104 | 104 | $ret .= '<html xmlns="http://www.w3.org/1999/xhtml">' ; |
105 | 105 | else $ret .= '<html>' ; |
106 | 106 | $ret .= '<head>' ; |
107 | | - #$ret .= '<link rel="stylesheet" type="text/css" media="screen,projection" href="http://de.wikipedia.org/skins-1.5/monobook/main.css" />' ; |
| 107 | + #$ret .= '<link rel="stylesheet" type="text/css" media="screen" href="http://de.wikipedia.org/skins-1.5/monobook/main.css" />' ; |
108 | 108 | #$ret .= '<link rel="stylesheet" type="text/css" media="print" href="http://en.wikipedia.org/skins-1.5/common/commonPrint.css" />' ; |
109 | 109 | $ret .= '<link rel="stylesheet" type="text/css" href="href://' ; |
110 | 110 | $ret .= $params["site_base_url"] . 'index.php?title=MediaWiki:Common.css&action=raw" />' ; |
Index: trunk/wiki2xml/php/xhtml.xslt |
— | — | @@ -38,7 +38,7 @@ |
39 | 39 | <html> |
40 | 40 | <head> |
41 | 41 | <title><xsl:value-of select="@title" /></title> |
42 | | - <style type="text/css" media="screen,projection">@import "http://en.wikipedia.org/w/skins-1.5/monobook/main.css";</style> |
| 42 | + <style type="text/css" media="screen">@import "http://en.wikipedia.org/w/skins-1.5/monobook/main.css";</style> |
43 | 43 | </head> |
44 | 44 | <body class="ns-0 ltr"> |
45 | 45 | <div id="globalWrapper"> |
Index: trunk/debs/squid/debian/errors/remote-loader.html |
— | — | @@ -7,7 +7,7 @@ |
8 | 8 | <link rel="search" type="application/opensearchdescription+xml" href="https://www.mediawiki.org/w/opensearch_desc.php" title="Wikipedia (English)" /> |
9 | 9 | <link rel="copyright" href="http://www.gnu.org/copyleft/fdl.html" /> |
10 | 10 | <title>Leech (computing) - Wikipedia, the free encyclopedia</title> |
11 | | - <style type="text/css" media="screen,projection">/*<![CDATA[*/ @import "/skins-1.5/monobook/main.css?52"; /*]]>*/</style> |
| 11 | + <style type="text/css" media="screen">/*<![CDATA[*/ @import "/skins-1.5/monobook/main.css?52"; /*]]>*/</style> |
12 | 12 | <link rel="stylesheet" type="text/css" media="print" href="https://www.mediawiki.org/skins-1.5/common/commonPrint.css?52" /> |
13 | 13 | <link rel="stylesheet" type="text/css" media="handheld" href="https://www.mediawiki.org/skins-1.5/monobook/handheld.css?52" /> |
14 | 14 | <!--[if lt IE 5.5000]><style type="text/css">@import "/skins-1.5/monobook/IE50Fixes.css?52";</style><![endif]--> |