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("http://katawashoujo.wikia.com/wiki/MediaWiki:Common.css?usemsgcache=yes&ctype=text/css&action=raw");
@import url("/wiki/MediaWiki:Common.css?usemsgcache=yes&ctype=text/css&action=raw");


/* Timer CSS */
/* Timer CSS */
Line 62: Line 62:
}
}


/*=============================*/
/**************/
/*           Search Bar        */
/* Link hover */
/* Uploaded from Blazblue wiki */
/**************/
/*=============================*/
/*
/*
.WikiaSearch input[type="text"]:focus {
a:hover {
background: rgba(0,0,0,.2) !important;
text-shadow: #b22222 0 0 3px;
border: 1px solid #1b3572 !important;
        color: #8b0000 !important;
box-shadow: 0 0 10px rgba(72,117,158,.4);
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;
}
}
*/
.WikiaSearch input[type="text"] {
 
background: rgba(0,0,0,.2) url() no-repeat right top !important;
/* Hides image attribution on articles */
border: 1px solid #1b3572 !important;
.WikiaArticle .article-thumb .attribution {
box-shadow: 1px 2px 2px rgba(0,0,0,.4) !important;
    display: none;
border-radius: 8px;
}
-webkit-transition: all .4s linear 0s;
 
-moz-transition: all .4s linear 0s;
a.tag {
-ms-transition: all .4s linear 0s;
color: inherit;
-o-transition: all .4s linear 0s;
transition: all .4s linear 0s;
color: #e1e1e1;
}
}
 
.WikiaSearch .autocomplete div,
section#UserProfileMasthead .tag-container .autoconfirmed-user { /* hide autoconfirmed user tag */
.WikiaSearch .autocomplete .selected,
        display: none;
.WikiaSearch .autocomplete div strong {  
color: #d6d4d4;
}
}
 
.WikiaSearch .autocomplete {
.tag.usergroup-bureaucrat {
background: rgba(0,0,0,.65);
color: black !important;
border: #000091 !important;
width: auto;
border-radius: 0 0 8px 8px;
}
}
*/
 
/**************/
.tag.usergroup-sysop {
/* Link hover */
color: black !important;
/**************/
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;
}
}
/* #WallNotifications .bubbles {
  background-image: url(https://images.wikia.nocookie.net/__cb20140522063436/katawashoujo/images/4/40/Notify_bubble.png);
} */