Index: trunk/extensions/CentralNotice/centralnotice.css |
— | — | @@ -0,0 +1,56 @@ |
| 2 | +/* Stylesheet for the CentralNotice extension. |
| 3 | + * |
| 4 | + * @file |
| 5 | + * @ingroup Extensions |
| 6 | + * @author Ryan Kaldari <rkaldari@wikimedia.org> |
| 7 | + * @copyright © 2010 by Ryan Kaldari |
| 8 | + * @licence GNU General Public Licence 2.0 or later |
| 9 | + */ |
| 10 | + |
| 11 | +#preferences fieldset.prefsection { |
| 12 | + margin:0; |
| 13 | + padding: 1em; |
| 14 | + border-top: 1px solid; |
| 15 | +} |
| 16 | +#preferences fieldset.prefsection:first-child { |
| 17 | + border-top: none; |
| 18 | +} |
| 19 | +#preferences fieldset.prefsection h2 { |
| 20 | + border:none; |
| 21 | +} |
| 22 | +#preferences div.cn-error { |
| 23 | + color:#AA0000; |
| 24 | + margin:1em; |
| 25 | +} |
| 26 | +#preferences fieldset.prefsection div.cn-error { |
| 27 | + margin:0; |
| 28 | +} |
| 29 | +#preferences div.cn-buttons { |
| 30 | + padding:1em; |
| 31 | +} |
| 32 | +#preferences fieldset.prefsection div.cn-buttons { |
| 33 | + padding:0; |
| 34 | +} |
| 35 | +#preferences div.cn-buttons input { |
| 36 | + margin-right:0.25em; |
| 37 | +} |
| 38 | +#preferences input#clone { |
| 39 | + margin-left:0.25em; |
| 40 | +} |
| 41 | +#preferences fieldset.prefsection fieldset.cn-bannerpreview { |
| 42 | + border-style: solid; |
| 43 | + border-width: 1px; |
| 44 | +} |
| 45 | + |
| 46 | +/* Vector-specific definitions */ |
| 47 | +body.skin-vector #preferences fieldset.prefsection { |
| 48 | + border-color:#CCCCCC; |
| 49 | +} |
| 50 | +body.skin-vector #preferences fieldset.prefsection fieldset.cn-bannerpreview { |
| 51 | + border-color:#CCCCCC; |
| 52 | +} |
| 53 | + |
| 54 | +/* Monobook-specific definitions */ |
| 55 | +body.skin-monobook #preferences fieldset.prefsection { |
| 56 | + border-color:#AAAAAA; |
| 57 | +} |
\ No newline at end of file |