Index: branches/wmf/1.18wmf1/extensions/skins/Schulenburg/Schulenburg.class.php |
— | — | @@ -41,7 +41,7 @@ |
42 | 42 | padding: 0px; |
43 | 43 | background-image:url(<?php echo htmlspecialchars( "{$this->path}/images/background.gif" ) ; ?> ); background-repeat:repeat-y; |
44 | 44 | background-position:center; |
45 | | - background-color:#006699; |
| 45 | + background-color:#006699; |
46 | 46 | font-family: Verdana, Arial, Sans-Serif; |
47 | 47 | font-size: 10pt; |
48 | 48 | } |
— | — | @@ -57,5 +57,17 @@ |
58 | 58 | |
59 | 59 | <?php |
60 | 60 | } |
| 61 | + |
| 62 | + /** |
| 63 | + * Add skin specific stylesheets |
| 64 | + * Calling this method with an $out of anything but the same OutputPage |
| 65 | + * inside ->getOutput() is deprecated. The $out arg is kept |
| 66 | + * for compatibility purposes with skins. |
| 67 | + * @param $out OutputPage |
| 68 | + * @delete |
| 69 | + */ |
| 70 | + function setupSkinUserCss(OutputPage $out) { |
| 71 | + // TODO: Implement setupSkinUserCss() method. |
| 72 | + } |
61 | 73 | } |
62 | 74 | |
Index: branches/wmf/1.18wmf1/extensions/skins/Tomas/Tomas.class.php |
— | — | @@ -35,12 +35,12 @@ |
36 | 36 | <script type="text/javascript" src="<?php echo htmlspecialchars( $this->getMainJs() ); ?>"></script> |
37 | 37 | <link rel="stylesheet" href="<?php echo htmlspecialchars( $siteCss ); ?>" type="text/css"/> |
38 | 38 | <script type="text/javascript" src="<?php echo htmlspecialchars( $siteJs ); ?>"></script> |
39 | | - |
| 39 | + |
40 | 40 | </head> |
41 | 41 | |
42 | 42 | <body> |
43 | 43 | <div align="center"> |
44 | | - |
| 44 | + |
45 | 45 | <?php echo $bodyText ?> |
46 | 46 | </div> |
47 | 47 | </body> |
— | — | @@ -48,5 +48,17 @@ |
49 | 49 | |
50 | 50 | <?php |
51 | 51 | } |
| 52 | + |
| 53 | + /** |
| 54 | + * Add skin specific stylesheets |
| 55 | + * Calling this method with an $out of anything but the same OutputPage |
| 56 | + * inside ->getOutput() is deprecated. The $out arg is kept |
| 57 | + * for compatibility purposes with skins. |
| 58 | + * @param $out OutputPage |
| 59 | + * @delete |
| 60 | + */ |
| 61 | + function setupSkinUserCss(OutputPage $out) { |
| 62 | + // TODO: Implement setupSkinUserCss() method. |
| 63 | + } |
52 | 64 | } |
53 | 65 | |
Index: branches/wmf/1.18wmf1/extensions/skins/Donate/Donate.class.php |
— | — | @@ -35,12 +35,12 @@ |
36 | 36 | <script type="text/javascript" src="<?php echo htmlspecialchars( $this->getMainJs() ); ?>"></script> |
37 | 37 | <link rel="stylesheet" href="<?php echo htmlspecialchars( $siteCss ); ?>" type="text/css"/> |
38 | 38 | <script type="text/javascript" src="<?php echo htmlspecialchars( $siteJs ); ?>"></script> |
39 | | - |
| 39 | + |
40 | 40 | </head> |
41 | 41 | |
42 | 42 | <body> |
43 | 43 | <div align="center"> |
44 | | - |
| 44 | + |
45 | 45 | <?php echo $bodyText ?> |
46 | 46 | </div> |
47 | 47 | </body> |
— | — | @@ -48,5 +48,17 @@ |
49 | 49 | |
50 | 50 | <?php |
51 | 51 | } |
| 52 | + |
| 53 | + /** |
| 54 | + * Add skin specific stylesheets |
| 55 | + * Calling this method with an $out of anything but the same OutputPage |
| 56 | + * inside ->getOutput() is deprecated. The $out arg is kept |
| 57 | + * for compatibility purposes with skins. |
| 58 | + * @param $out OutputPage |
| 59 | + * @delete |
| 60 | + */ |
| 61 | + function setupSkinUserCss(OutputPage $out) { |
| 62 | + // TODO: Implement setupSkinUserCss() method. |
| 63 | + } |
52 | 64 | } |
53 | 65 | |
Property changes on: branches/wmf/1.18wmf1/extensions/skins |
___________________________________________________________________ |
Added: svn:mergeinfo |
54 | 66 | Merged /branches/new-installer/phase3/extensions/skins:r43664-66004 |
55 | 67 | Merged /branches/REL1_15/phase3/extensions/skins:r51646 |
56 | 68 | Merged /branches/REL1_17/phase3/extensions/skins:r81445,81448 |
57 | 69 | Merged /trunk/extensions/skins:r99072 |
58 | 70 | Merged /branches/sqlite/extensions/skins:r58211-58321 |
59 | 71 | Merged /trunk/phase3/extensions/skins:r92580,92634,92713,92762,92765,92791,92854,92884,92886-92887,92894,92898,92907,92932,92958,93141,93149,93151,93233-93234,93258,93266,93303,93516-93518,93520,93818-93822,93847,93858,93891,93935-93936,94058,94062,94068,94107,94155,94235,94277,94346,94372,94422,94425,94444,94448,94456,94498,94517,94601,94630,94728,94738,94825,94862,94995-94997,95023,95042,95072-95073,95155,95327,95332,95410,95422,95426,95442,95468,95601,95812,98578,98598,98656 |