MediaWiki:Wikia.css
From The Maze Runner wiki
Note: After saving, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
@import url("/load.php?mode=articles&articles=Mediawiki:common.css&only=styles");
/* Giving headers and TOC a little extra space */
h2 {
margin-top: 20px;
}
.toc {
margin-top: 20px;
}
/* Rounded chat avatars */
.ChatModule .avatar {
border-radius: 10px;
}
/***Navigation***/
.WikiHeader > nav li.marked {
border-radius: 10px 10px 0 0;
opacity: 1.0 !important;
border-top: 1px solid transparent;
border-left:transparent;
}
.WikiHeader > nav li.marked > a {
margin: 1px 3px;
padding: 0 12px;
border-top: 1px solid transparent;
border-left: 1px solid transparent;
color: white;
}
.WikiHeader > nav li {
line-height: 31px;
float: left;
font-size: 15px;
border-bottom: none;
vertical-align: bottom;
background-color: rgba(300, 300, 300, 0.7);
border-radius: 10px 10px 0 0;
margin-right: 4px;
}
.WikiHeader .navbackground {
height: 32px;
margin-top: 1px;
left: 0;
position: absolute;
top: 32px;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
border-top-right-radius: 10px;
}
.WikiHeader .navbackground div {background-color:transparent;}
.WikiHeader .navbackground .chevron {display:none;}
.WikiHeader > nav .subnav-3 {
border-bottom-left-radius:10px;
border-bottom-right-radius:10px;
}
.WikiaPage .WikiaPageBackground {
border-radius: 10px;
}
.WikiaPage.V2 {
border-radius: 10px;
}
/*usertags css*/
.tag {
color: inherit;
}
.tag.usergroup-bureaucrat {
background-color: #FFFF00 !important;
color: black !important;
}
.tag.usergroup-sysop {
background-color: #0101DF !important;
color: white !important;
}
.tag.usergroup-blocked {
background-color: red !important;
color: white !important;
}
.UserProfileMasthead .masthead-info .tag {
text-transform:none !important;
font-size:15px;
}
/*** Hiding categories on the home page ***/
.mainpage #catlinks, .mainpage #WikiaArticleCategories { display: none !important; }
/*** Forum ***/
.boards .board {
text-align:center;
height:100px;
}
.Forum .activity {
color:#721410;
}
/***Profile***/
.AccountNavigation .avatar {
border: transparent;
border-radius: 2px;
}
/*** Table of contents ***/
.toc {
border-radius: 10px;
box-shadow: inset 0 1px 20px 0 tan;
font-size:12px;
border: 1px solid #900000;
}
/*Category*/
.CategorySelect.articlePage, .WikiaArticleInterlang, .WikiaArticleCategories {
border-radius: 10px;
border: 1px solid #721410;
}
/*** Tabber ***/
.tabberlive .tabbertab {
border:none !important;
}
ul.tabbernav {
border-bottom: 1px solid #900000 !important;
}
ul.tabbernav .tabberactive a {
background-color:tan !important;
border-radius:5px 5px 0 0 !important;
border-top: 1px solid #900000 !important;
border-left:1px solid #900000 !important;
border-right:1px solid #900000 !important;
}
ul.tabbernav li a {
background-color:transparent !important;
border-radius:5px 5px 0 0 !important;
border:1px solid #900000 !important;
color: #721410 !important;
}
/***Related pages***/
.RelatedPagesModule li img {
border-radius: 10px;
}
.RelatedPagesModule .more {
text-align:center;
}
/* Code Boxes Layout (made by 2Actimv) */
.WikiaArticle pre {
border: 2px solid #721410;
padding: 2px;
border-radius: 5px;
box-shadow: 1.5px 1.5px 5px tan;
margin: 0 5px 0 5px;
}
/* menu shadows */
.AccountNavigation .subnav, #WallNotifications .subnav, .GlobalNavigation .subnav, .ChatWindow .UserStatsMenu {
border:5px solid #721410;
border-radius:10px;
box-shadow:0 1px 30px 0 rgba(255, 255, 255, 1);
}
/* avatar frame */
img.avatar[alt="Rider ranger47"] {
border: 3px outset gold !important;
border-radius: 5px !important;
-webkit-border-radius: 2px !important;
}