MediaWiki:Wikia.css: diferència entre les revisions
Correcció de codis |
Canvi estètic |
||
| Línia 8: | Línia 8: | ||
2. Aparença | 2. Aparença | ||
============================*/ | ============================*/ | ||
/* HotSpots */ | |||
.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 */ | /*Moduls Rail */ | ||
.WikiaPagesOnWikiModule, | .WikiaPagesOnWikiModule, | ||