r10458 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r10457‎ | r10458 | r10459 >
Date:16:07, 12 August 2005
Author:hashar
Status:old
Tags:
Comment:
Oups forgot the logo !
Modified paths:
  • /trunk/phase3/skins/amethyst/main.css (modified) (history)

Diff [purge]

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+ */
212 BODY { margin : 0; padding: 0; background : black; color:white;}
313 div { font-size : small; }
414 pre {
@@ -36,8 +46,7 @@
3747 }
3848
3949 #column-one {
40 - padding-top: 5em;
41 - top:0;right:0;
 50+ padding-top: 170px;
4251 display:table-cell;
4352 }
4453
@@ -140,7 +149,28 @@
141150 #f-poweredbyico { float:right;}
142151 #f-copyrightico { float: left;}
143152
 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+}
144172
 173+
 174+
145175 /* END OF GENERAL LAYOUT */
146176
147177

Status & tagging log