MediaWiki:Wikia.css

La revisió el 17:46, 13 març 2013 per Mpuj (discussió | contribucions) (Correcció de codis)

Nota: Després de publicar, possiblement necessitareu refrescar la memòria cau del vostre navegador per a veure'n els canvis.

  • Firefox / Safari: Premeu Majús i alhora cliqueu el botó Actualitzar, o pressioneu Ctrl+F5 o Ctrl+R (⌘+R en un Mac)
  • Google Chrome: Premeu Ctrl+Majús+R (⌘+Shift+R en un Mac)
  • Internet Explorer / Edge: Premeu Ctrl i alhora cliqueu a Actualitza o pressioneu Ctrl+F5
  • Opera: Premeu Ctrl-F5.
/*============================
      1. General
  ============================*/
/* Imports */
@import "/index.php?title=MediaWiki:Common.css&action=raw&ctype=text/css";

/*============================
      2. Aparença
  ============================*/
/* HotSpots, creat per Super Mario Wiki, editat per en Marcmpujol */
.HotSpotsModule li .hot-spot-severity-1 {
background-color: #B80000;
margin-left: 10px !important;
-moz-box-shadow: -10px 10px 10px #050505;
-webkit-box-shadow: -10px 10px 10px #050505;
box-shadow: -10px 10px 10px #050505;
transition: background-color .5s, box-shadow .5s, margin-left .5s;
-webkit-transition: background-color .5s, -webkit-box-shadow .5s, margin-left .5s;
-moz-transition: background-color .5s, -moz-box-shadow .5s, margin-left .5s;
-o-transition: background-color .5s, box-shadow .5s, margin-left .5s;
}
 
.HotSpotsModule li .hot-spot-severity-1:hover {
background-color: #910000;
margin-left: 0px !important;
-moz-box-shadow: none !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
 
.HotSpotsModule li .hot-spot-severity-2 {
background-color: #FF7800;
margin-left: 8px !important;
-moz-box-shadow: -8px 8px 8px #050505;
-webkit-box-shadow: -8px 8px 8px #050505;
box-shadow: -8px 8px 8px #050505;
transition: background-color .4s, box-shadow .4s, margin-left .4s;
-webkit-transition: background-color .4s, -webkit-box-shadow .4s, margin-left .4s;
-moz-transition: background-color .4s, -moz-box-shadow .4s, margin-left .4s;
-o-transition: background-color .4s, box-shadow .4s, margin-left .4s;
}
 
.HotSpotsModule li .hot-spot-severity-2:hover {
background-color: #D86600;
margin-left: 0px !important;
-moz-box-shadow: none !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
 
.HotSpotsModule li .hot-spot-severity-3 {
background-color: #FFCB10;
margin-left: 6px !important;
-moz-box-shadow: -6px 6px 6px #050505;
-webkit-box-shadow: -6px 6px 6px #050505;
box-shadow: -6px 6px 6px #050505;
transition: background-color .3s, box-shadow .3s, margin-left .3s;
-webkit-transition: background-color .3s, -webkit-box-shadow .3s, margin-left .3s;
-moz-transition: background-color .3s, -moz-box-shadow .3s, margin-left .3s;
-o-transition: background-color .3s, box-shadow .3s, margin-left .3s;
}
 
.HotSpotsModule li .hot-spot-severity-3:hover {
background-color: #D9AD0E;
margin-left: 0px !important;
-moz-box-shadow: none !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
 
.HotSpotsModule li .hot-spot-severity-4 {
background-color: #7ED008;
margin-left: 4px !important;
-moz-box-shadow: -4px 4px 4px #050505;
-webkit-box-shadow: -4px 4px 4px #050505;
box-shadow: -4px 4px 4px #050505;
transition: background-color .2s, box-shadow .2s, margin-left .2s;
-webkit-transition: background-color .2s, -webkit-box-shadow .2s, margin-left .2s;
-moz-transition: background-color .2s, -moz-box-shadow .2s, margin-left .2s;
-o-transition: background-color .2s, box-shadow .2s, margin-left .2s;
}
 
.HotSpotsModule li .hot-spot-severity-4:hover {
background-color: #67AA07;
margin-left: 0px !important;
-moz-box-shadow: none !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
 
.HotSpotsModule li .hot-spot-severity-5 {
background-color: #00B1FF;
margin-left: 2px !important;
-moz-box-shadow: -2px 2px 2px #050505;
-webkit-box-shadow: -2px 2px 2px #050505;
box-shadow: -2px 2px 2px #050505;
transition: background-color .1s, box-shadow .1s, margin-left .1s;
-webkit-transition: background-color .1s, -webkit-box-shadow .1s, margin-left .1s;
-moz-transition: background-color .1s, -moz-box-shadow .1s, margin-left .1s;
-o-transition: background-color .1s, box-shadow .1s, margin-left .1s;
}
 
.HotSpotsModule li .hot-spot-severity-5:hover {
background-color: #0096D8;
margin-left: 0px !important;
-moz-box-shadow: none !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
 
.HotSpotsModule li div div {
width: 70px;
}

/*Moduls Rail, creat per Super Mario Wiki, editat per en Marcmpujol */
.WikiaPagesOnWikiModule,
.WikiaActivityModule, 
.WikiaImageModule,  
.WikiaBlogListingBox, 
.HotSpotsModule, 
.CommunityCornerModule, 
.LatestPhotosModule,
.AchievementsModule,
.WikiaLatestEarnedBadgesModule,
.ChatModule,
.FollowedPagesModule,
.WikiaRail .module {
transition: top .2s, bottom .2s, border .2s, margin .2s;
-webkit-transition: top .2s, bottom .2s, border .2s, margin .2s;
-moz-transition: top .2s, bottom .2s, border .2s, margin .2s;
-o-transition: top .2s, bottom .2s, border .2s, margin .2s,;
}

.WikiaRail .module:hover {
margin: -10px -20px;
z-index: 10;
}

/*============================
      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
  ============================*/
/* Color d'Usuaris: Administradors, creat per en Marcmpujol */

[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;
}

/* Lletres d'Usuaris, creat per en Marcmpujol */
.lletres_Marcmpujol {
        padding: 0px;
	text-align: center;
	max-width:19em;
        max-height:23px;
        margin:0px;
}

.lletres_Marcmpujol h6 {
	font-size: 1.25em;
        margin:0px;
        line-height: 20px;
 
	transition:all 2s;
        -moz-transition:all 2s;
        -webkit-transition:all 2s;
}

.lletres_Marcmpujol:hover h6 {
        font-size: 2em;
        line-height: 20px;
        margin:0px;
        padding: 0px;
}

/*============================
      6. Categories
  ============================*/
.WikiaArticleCategories {
   border-radius:40px;
}