Index: trunk/phase3/skins/amethyst/main.css |
— | — | @@ -1,3 +1,13 @@ |
| 2 | +/* Amethyst stylesheet for mediawiki. |
| 3 | + * |
| 4 | + * Copyright Big John, Gabriel Wicke, Sorwena, Sorkhiri, Ashar Voultoiz |
| 5 | + * |
| 6 | + * License: GPL (http://www.gnu.org/copyleft/gpl.html) |
| 7 | + * |
| 8 | + * Based on MonoBook by Gwicke itself based on a Plone 2.0 skin. |
| 9 | + * Colors by Sorwena and Sorkhiri <Amethyst> guild. |
| 10 | + * Adapted for MediaWiki by Ashar Voultoiz. |
| 11 | + */ |
2 | 12 | BODY { margin : 0; padding: 0; background : black; color:white;} |
3 | 13 | div { font-size : small; } |
4 | 14 | pre { |
— | — | @@ -36,8 +46,7 @@ |
37 | 47 | } |
38 | 48 | |
39 | 49 | #column-one { |
40 | | - padding-top: 5em; |
41 | | - top:0;right:0; |
| 50 | + padding-top: 170px; |
42 | 51 | display:table-cell; |
43 | 52 | } |
44 | 53 | |
— | — | @@ -140,7 +149,28 @@ |
141 | 150 | #f-poweredbyico { float:right;} |
142 | 151 | #f-copyrightico { float: left;} |
143 | 152 | |
| 153 | +#p-logo { |
| 154 | + background-color:transparent; |
| 155 | + z-index: 3; |
| 156 | + position: absolute; /*needed to use z-index */ |
| 157 | + top: 1.3em; right: 1em; |
| 158 | + height: 155px; |
| 159 | + width: 12em; |
| 160 | + overflow: visible; |
| 161 | +} |
| 162 | +#p-logo h5 { display: none; } |
| 163 | +#p-logo a, |
| 164 | +#p-logo a:hover { |
| 165 | + display: block; |
| 166 | + height: 155px; |
| 167 | + width: 12em; |
| 168 | + background-repeat: no-repeat; |
| 169 | + background-position: 35% 50% !important; |
| 170 | + text-decoration: none; |
| 171 | +} |
144 | 172 | |
| 173 | + |
| 174 | + |
145 | 175 | /* END OF GENERAL LAYOUT */ |
146 | 176 | |
147 | 177 | |