MediaWiki:Wikia.css: Difference between revisions
From Katawa Shoujo Wiki
imported>Schiffy mNo edit summary |
m Schiffy moved page MediaWiki:Monobook.css to MediaWiki:Wikia.css without leaving a redirect |
||
(17 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 */ | /* Link hover */ | ||
/**************/ | /**************/ | ||
/* | |||
a:hover { | a:hover { | ||
text-shadow: #b22222 0 0 3px; | text-shadow: #b22222 0 0 3px; | ||
Line 117: | 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; | |||
} | |||
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); | |||
} */ |
Latest revision as of 15:36, 3 March 2025
/*LEAVE THIS IMPORT ABOVE EVERYTHING ELSE*/ @import url("/wiki/MediaWiki:Common.css?usemsgcache=yes&ctype=text/css&action=raw"); /* Timer CSS */ #displayTimer { font-size: 12px !important; } #showdate a { color: white !important; } .i18ndoc { background-color: #FFF77D; border-bottom: 1px solid lightgrey; font-family: monospace; font-size: 8pt; height: 140px; overflow: auto; padding: 3px; } .page-Main_Page_Edit_copy .WikiaRail { display: none; } .page-Main_Page_Edit_copy .WikiaMainContent { width: 1000px; } /* Dropdown CSS */ .custom-dropdown { padding: 1px 8px; } .custom-dropdown > :first-child:after { background-image: url("data:image/gif;base64,R0lGODlhAQABAIABAAAAAP///yH5BAEAAAEALAAAAAABAAEAQAICTAEAOw%3D%3D"); border-color: white transparent transparent; border-style: solid; border-width: 4px; content: ""; display: inline-block; height: 1px; margin-left: 4px; margin-top: 2px; position: relative; vertical-align: middle; width: 1px; } .custom-dropdown:hover { border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; margin-bottom: -1px; padding-bottom: 2px; } .custom-dropdown ul { list-style: none outside none; min-width: 100%; top: 23px; } .custom-dropdown:hover ul { display: block; } .custom-dropdown li a { font-size: 12px; 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); } */