MediaWiki:Wikia.css: Difference between revisions
imported>Schiffy No edit summary |
m Schiffy moved page MediaWiki:Monobook.css to MediaWiki:Wikia.css without leaving a redirect |
||
(24 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 61: | Line 61: | ||
line-height: 14px; | line-height: 14px; | ||
} | } | ||
/**************/ | |||
/* Link hover */ | |||
/**************/ | |||
/* | |||
a:hover { | |||
text-shadow: #b22222 0 0 3px; | |||
color: #8b0000 !important; | |||
text-decoration:none; | |||
-webkit-transition: all .4s linear 0s; | |||
-moz-transition: all .4s linear 0s; | |||
-ms-transition: all .4s linear 0s; | |||
-o-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; | |||
} | |||
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); | |||
} */ |