MediaWiki:Wikia.css: diferència entre les revisions
Aparença
Canvi estètic |
Canvi estètic |
||
Línia 6: | Línia 6: | ||
/*============================ | /*============================ | ||
2. Tabber | 2. Aparença | ||
============================*/ | |||
/*Moduls Rail */ | |||
.WikiaPagesOnWikiModule, | |||
.WikiaActivityModule, | |||
.WikiaImageModule, | |||
.WikiaBlogListingBox, | |||
.HotSpotsModule, | |||
.CommunityCornerModule, | |||
.LatestPhotosModule, | |||
.AchievementsModule, | |||
.WikiaLatestEarnedBadgesModule, | |||
.ChatModule, | |||
.FollowedPagesModule, | |||
.WikiaRail .module { | |||
transition: top .2s, bottom .2s, border .2s, margin .2s, box-shadow .2s; | |||
-webkit-transition: top .2s, bottom .2s, border .2s, margin .2s, -webkit-box-shadow .2s; | |||
-moz-transition: top .2s, bottom .2s, border .2s, margin .2s, -moz-box-shadow .2s; | |||
-o-transition: top .2s, bottom .2s, border .2s, margin .2s, box-shadow .2s; | |||
} | |||
/*============================ | |||
3. Tabber | |||
============================*/ | ============================*/ | ||
/* Pestanya activa */ | /* Pestanya activa */ | ||
Línia 21: | Línia 44: | ||
/*============================ | /*============================ | ||
4. Usuaris en Color | |||
============================*/ | ============================*/ | ||
/* Administradors */ | /* Administradors */ | ||
Línia 38: | Línia 61: | ||
/*============================ | /*============================ | ||
5. Categories | |||
============================*/ | ============================*/ | ||
.WikiaArticleCategories { | .WikiaArticleCategories { | ||
border-radius:40px; | border-radius:40px; | ||
} | } |
Revisió del 17:18, 28 feb 2013
/*============================ 1. General ============================*/ /* Imports */ @import "/index.php?title=MediaWiki:Common.css&action=raw&ctype=text/css"; /*============================ 2. Aparença ============================*/ /*Moduls Rail */ .WikiaPagesOnWikiModule, .WikiaActivityModule, .WikiaImageModule, .WikiaBlogListingBox, .HotSpotsModule, .CommunityCornerModule, .LatestPhotosModule, .AchievementsModule, .WikiaLatestEarnedBadgesModule, .ChatModule, .FollowedPagesModule, .WikiaRail .module { transition: top .2s, bottom .2s, border .2s, margin .2s, box-shadow .2s; -webkit-transition: top .2s, bottom .2s, border .2s, margin .2s, -webkit-box-shadow .2s; -moz-transition: top .2s, bottom .2s, border .2s, margin .2s, -moz-box-shadow .2s; -o-transition: top .2s, bottom .2s, border .2s, margin .2s, box-shadow .2s; } /*============================ 3. Tabber ============================*/ /* Pestanya activa */ ul.tabbernav li.tabberactive a { background: DarkBlue !important; } /* Pestanya activa quan el punter està a sobre d'ella */ ul.tabbernav li.tabberactive a:hover { background: DarkBlue !important; } /* Pestanyes inactives */ ul.tabbernav li a { background: Blue !important; } /* Pestanya inactiva quan el punter està a sobre d'ella */ ul.tabbernav li a:hover { background: MediumBlue !important; } /*============================ 4. Usuaris en Color ============================*/ /* Administradors */ [href="/wiki/Usuari:Marcmpujol"], table.diff a[title="Usuari:Marcmpujol"], ul.special li a[title="Usuari:Marcmpujol"], span.changedby a[title="Usuari:Marcmpujol"], ul#pagehistory li a[title="Usuari:Marcmpujol"] { color: Black !important; font-family: Trebuchet MS; font-weight: bold !important; text-shadow: 3px 2px 2px MediumPurple; } /*============================ 5. Categories ============================*/ .WikiaArticleCategories { border-radius:40px; }