MediaWiki:Wikia.css: Difference between revisions
imported>Schiffy mNo edit summary |
m Schiffy moved page MediaWiki:Monobook.css to MediaWiki:Wikia.css without leaving a redirect |
||
(18 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
/*LEAVE THIS IMPORT ABOVE EVERYTHING ELSE*/ | /*LEAVE THIS IMPORT ABOVE EVERYTHING ELSE*/ | ||
@import url(" | @import url("/wiki/MediaWiki:Common.css?usemsgcache=yes&ctype=text/css&action=raw"); | ||
/* Timer CSS */ | /* Timer CSS */ | ||
Line 62: | Line 62: | ||
} | } | ||
/* | /**************/ | ||
/* | /* Link hover */ | ||
/* | /**************/ | ||
/* | /* | ||
a:hover { | |||
text-shadow: #b22222 0 0 3px; | |||
color: #8b0000 !important; | |||
text-decoration:none; | |||
-webkit-transition: all .4s linear 0s; | -webkit-transition: all .4s linear 0s; | ||
-moz-transition: all .4s linear 0s; | -moz-transition: all .4s linear 0s; | ||
Line 77: | Line 76: | ||
transition: all .4s linear 0s; | transition: all .4s linear 0s; | ||
} | } | ||
*/ | |||
/* Hides image attribution on articles */ | |||
.WikiaArticle .article-thumb .attribution { | |||
display: none; | |||
} | |||
a.tag { | |||
color: inherit; | |||
color: | |||
} | } | ||
. | section#UserProfileMasthead .tag-container .autoconfirmed-user { /* hide autoconfirmed user tag */ | ||
display: none; | |||
} | } | ||
. | .tag.usergroup-bureaucrat { | ||
color: black !important; | |||
} | } | ||
.tag.usergroup-sysop { | |||
color: black !important; | |||
} | } | ||
/* #WallNotifications .bubbles { | |||
background-image: url(https://images.wikia.nocookie.net/__cb20140522063436/katawashoujo/images/4/40/Notify_bubble.png); | |||
} */ |