MediaWiki:Wikia.css: Difference between revisions
From Katawa Shoujo Wiki
imported>Schiffy No edit summary |
imported>Schiffy mNo edit summary |
||
Line 66: | Line 66: | ||
/* Uploaded from Blazblue wiki */ | /* Uploaded from Blazblue wiki */ | ||
/*=============================*/ | /*=============================*/ | ||
/* | |||
.WikiaSearch input[type="text"]:focus { | .WikiaSearch input[type="text"]:focus { | ||
background: rgba(0,0,0,.2) !important; | background: rgba(0,0,0,.2) !important; | ||
Line 102: | Line 103: | ||
border-radius: 0 0 8px 8px; | border-radius: 0 0 8px 8px; | ||
} | } | ||
*/ | |||
/**************/ | /**************/ | ||
/* Link hover */ | /* Link hover */ |
Revision as of 20:23, 9 August 2013
/*LEAVE THIS IMPORT ABOVE EVERYTHING ELSE*/ @import url("http://katawashoujo.wikia.com/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; } /*=============================*/ /* Search Bar */ /* Uploaded from Blazblue wiki */ /*=============================*/ /* .WikiaSearch input[type="text"]:focus { background: rgba(0,0,0,.2) !important; border: 1px solid #1b3572 !important; box-shadow: 0 0 10px rgba(72,117,158,.4); -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; } .WikiaSearch input[type="text"] { background: rgba(0,0,0,.2) url() no-repeat right top !important; border: 1px solid #1b3572 !important; box-shadow: 1px 2px 2px rgba(0,0,0,.4) !important; border-radius: 8px; -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; color: #e1e1e1; } .WikiaSearch .autocomplete div, .WikiaSearch .autocomplete .selected, .WikiaSearch .autocomplete div strong { color: #d6d4d4; } .WikiaSearch .autocomplete { background: rgba(0,0,0,.65); border: #000091 !important; width: auto; border-radius: 0 0 8px 8px; } */ /**************/ /* Link hover */ /**************/ a:hover { text-shadow: #8b0000 0 0 3px; color: #b22222 !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; }