From 337d891864f41630de04c945eb824c89c6e6b3d7 Mon Sep 17 00:00:00 2001 From: Antoine Musso Date: Fri, 12 Aug 2005 16:07:19 +0000 Subject: [PATCH] Oups forgot the logo ! --- skins/amethyst/main.css | 34 ++++++++++++++++++++++++++++++++-- 1 file changed, 32 insertions(+), 2 deletions(-) diff --git a/skins/amethyst/main.css b/skins/amethyst/main.css index d9cc2ed842..8530eda8e7 100644 --- a/skins/amethyst/main.css +++ b/skins/amethyst/main.css @@ -1,3 +1,13 @@ +/* Amethyst stylesheet for mediawiki. + * + * Copyright Big John, Gabriel Wicke, Sorwena, Sorkhiri, Ashar Voultoiz + * + * License: GPL (http://www.gnu.org/copyleft/gpl.html) + * + * Based on MonoBook by Gwicke itself based on a Plone 2.0 skin. + * Colors by Sorwena and Sorkhiri guild. + * Adapted for MediaWiki by Ashar Voultoiz. + */ BODY { margin : 0; padding: 0; background : black; color:white;} div { font-size : small; } pre { @@ -36,8 +46,7 @@ H1.firstHeading { text-align: center; } } #column-one { - padding-top: 5em; - top:0;right:0; + padding-top: 170px; display:table-cell; } @@ -140,6 +149,27 @@ H1.firstHeading { text-align: center; } #f-poweredbyico { float:right;} #f-copyrightico { float: left;} +#p-logo { + background-color:transparent; + z-index: 3; + position: absolute; /*needed to use z-index */ + top: 1.3em; right: 1em; + height: 155px; + width: 12em; + overflow: visible; +} +#p-logo h5 { display: none; } +#p-logo a, +#p-logo a:hover { + display: block; + height: 155px; + width: 12em; + background-repeat: no-repeat; + background-position: 35% 50% !important; + text-decoration: none; +} + + /* END OF GENERAL LAYOUT */ -- 2.20.1