MediaWiki:Wikia.css

From Toontown Wiki
Jump to navigation Jump to search

Note: After publishing, 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: Press Ctrl-F5.
/* ------------------------------------------ */
/* ---------- wikia theme custom ------------ */
/* ------------------------------------------ */

/* ----------- background & rte ------------- */
body {
background-image: url("https://images.wikia.nocookie.net/toontown/images/1/18/TTBG.png") !important;
background-attachment: fixed;
}

/* Apply the background color for the rte. The value was taken from the WikiaPage class */
body.cke_show_borders { 
background: #FFFFFF; 
}

/* ------------------------------------------ */
/* -------- end wikia theme custom ---------- */
/* ------------------------------------------ */

/* ------------------------------------------ */
/* ----------------- search ----------------- */
/* ------------------------------------------ */

/*--Search--*/
.WikiaSearch input[type="text"] {
  color: #000000;
border: 1px dotted #1B84E0;
position: relative;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
-o-border-radius: 20px;
border-radius: 20px;
}

.WikiaSearch button {
  border: none;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
-o-border-radius: 20px;
border-radius: 20px;
}

/* ------------------------------------------ */
/* --------------- end search --------------- */
/* ------------------------------------------ */

/* ------------------------------------------ */
/* ------------- modules custom ------------- */
/* ------------------------------------------ */

.WikiaRail .module, .WikiaRail #RIGHT_SKYSCRAPER {
border: 2px dotted #1B84E0;
position: relative;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
-o-border-radius: 20px;
border-radius: 20px;
}

.Chatmodule, .module {
    padding: 8px 8px 8px !important;
}

/* ------------------------------------------ */
/* ----------- end modules custom ----------- */
/* ------------------------------------------ */

/* ------------------------------------------ */
/* ----------- category custom -------------- */
/* ------------------------------------------ */

/*-----category box customization-----*/
.WikiaArticleCategories {
      border: 2px dotted #1B84E0;
  background: #fff;
-webkit-border-radius: 20px;
   -moz-border-radius: 20px;
     -o-border-radius: 20px;
        border-radius: 20px;
-webkit-box-shadow:2px 2px 3px #e0e0e0;
   -moz-box-shadow:2px 2px 3px #e0e0e0;
     -o-box-shadow:2px 2px 3px #e0e0e0;
        box-shadow:2px 2px 3px #e0e0e0;
}

/* ------------------------------------------ */
/* ---------- end category custom ----------- */
/* ------------------------------------------ */

/* ------------------------------------------ */
/* ----------- thumbnail custom ------------- */
/* ------------------------------------------ */

/*--thumbnail customization--*/
a.image { outline:none; }
 
div.thumbinner, .WikiaArticle .thumbinner {
        border: 1px solid #cecece;
	background-color:#fefefe;
	color:#000000;
        font-size: 8pt;
	padding-top:4px !important;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
 
.thumbinner a, .thumbinner a:visited { color:#295BE6; }
 
img.thumbimage {
	background-color:#fff;
	border:none;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}

/* ------------------------------------------ */
/* ---------- end thumbnail custom ---------- */
/* ------------------------------------------ */

/* ------------------------------------------ */
/* -------------- tabber custom ------------- */
/* ------------------------------------------ */

/* tabber */
.tabberlive .tabbertab h2,
.tabberlive .tabbertab h3 { display: block !important; }
 
ul.tabbernav li a:link { color: #000000 !important; }
 
ul.tabbernav li a:hover {
 color: #FFFFFF !important;
 background: #B3E4FF !important;
 border-color: #B3E4FF !important;
}
 
ul.tabbernav li.tabberactive a { background-color: #F2C74E !important; }
 
ul.tabbernav li a {
    background: #FFE9AB !important;
    border: none !important;
    margin-left: 0px !important;
    margin-right: 3px;
    -moz-border-radius:5px;
    -khtml-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
}
 
.tabberlive .tabbertab { border: none !important; }
 
ul.tabbernav { border-bottom: none !important; }
 
.tabberlive .editsection { display: none; }

/* ------------------------------------------ */
/* ----------- end tabber custom ------------ */
/* ------------------------------------------ */

/* ------------------------------------------ */
/* ------------- tabview custom ------------- */
/* ------------------------------------------ */

/*--TabView extension--*/

/*Style of all unselected tabs*/
.yui-navset .yui-nav li
{
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    background-color: #A8C8FF;
    color: #3A3A3A;
    font-size: 12px;
    margin-top: 7px;
    padding: 6px 20px 3px;
}

/*Style of the selected tab*/
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a 
{
    background-color: #FFD678;
    color: white;
    font-weight: bold;
}

/*Padding between tabs*/
.ui-tabs .ui-tabs-nav li 
{
    margin: 0 0.1em 1px 0;
    padding: 0;
}

/*Remove the border and space between the tabs and the content*/
.ui-tabs .ui-tabs-nav 
{
    border-bottom: 0 none;
    margin-bottom: 0;
}

/*Background color and border of tab content*/
.ui-tabs .ui-tabs-panel 
{
    background: none repeat scroll 0 0 white;
    border: 0px groove gray;
}

/* ------------------------------------------ */
/* ----------- end tabview custom ----------- */
/* ------------------------------------------ */

/* ------------------------------------------ */
/* --------------- show/hide ---------------- */
/* ------------------------------------------ */
/*--show/hide--*/

table.collapsed tr.collapsable {
	display: none;
}
 
.collapseButton {	/* 'show'/'hide' buttons created dynamically by the       */
float: right;		/* CollapsibleTables JavaScript in [[MediaWiki:Common.js]]*/
font-weight: normal;	/* are styled here so they can be customised.		  */
text-align: right;
width: auto;
font-size:8pt;
}

/* ------------------------------------------ */
/* ------------- end show/hide -------------- */
/* ------------------------------------------ */

/* ------------------------------------------ */
/* ----------------- misc ------------------- */
/* ------------------------------------------ */

/* -------------- poll custom --------------- */
.ajax-poll {
    border: 1px solid #AAA !important;
}

/* ------------ inactive user --------------- */
.inactive-user {
            top: -1px;
            color: #000000;
            background-color: #5097FA;
            font-size: 11px;
            text-transform: capitalize;
    -webkit-border-radius: 20px;
       -moz-border-radius: 20px;
         -o-border-radius: 20px;
            border-radius: 20px;
}

/* ------------ class="background" ---------- */
.background {
    background: url(https://images.wikia.nocookie.net/toontown/images/e/e7/TTBGlight2.png);
    background-position: center;
 }

/* ------------ hidden parameters ----------- */
/* hidden value to hide items on a template like "headers" when parameters are not used */
.hidden {
display: none !important;
}

/* --------------- redirects ---------------- */
/* Mark redirects in Special:Allpages and Special:Watchlist */
.allpagesredirect { font-style: italic; }
.watchlistredir { font-style: italic; }

/* --------- related pages module ----------- */
/*--display none: relatedpagesmodule (read more)--*/
.RelatedPagesModule {display: none;}

/* --------- category galleries ------------- */
/* remove category galleries - 2/1/11 */
.category-gallery {display:none;}

/* ------------------------------------------ */
/* ----------- user name hilite ------------- */
/* ------------------------------------------ */

/* keep list alphabetized */

/* ---------------- admins ------------------ */
a[href="/wiki/User:Flower1470"],
a[href="/wiki/User:Loving77"],

.admin-username
{
color: Teal !important;
font-weight: bold;
}

/* --------------- rollbacks ---------------- */

.rollback-username
{
color: #A040FF !important;
font-weight: bold;
}

/* ------------------ bots ------------------ */
a[href="/wiki/User:EvinaBot"],

.bot-username
{
color: #999999 !important;
font-style: italic;
}

/* ------------------------------------------ */
/* --------- end user name hilite ----------- */
/* ------------------------------------------ */

/* ------------------------------------------ */
/* ----------- profile redesign ------------- */
/* ------------------------------------------ */

.WikiaUserPagesHeader {
    width: 1000px;
    float: left;
    padding-top: 10px;
    background-color: transparent;
    background-image: none !important;
}
 
.WikiaUserPagesHeader.WikiaBlogPostHeader {
    width: 660px;
    background: none;
    background-image: none;
    float: none;
    position: relative;
    margin-top: 0px;
    margin-bottom: 10px;
    padding: 0 10px 6px;
}
 
/*
.UserProfileMastheadSearch .WikiaSearch {
    float: right;
    margin-right: 3px;
    margin-bottom: -39px;
    width: 260px;
    z-index: 1002;
}
 
.UserProfileMastheadSearch .WikiaSearch input[type="text"] {
            width: 200px;
            background: #FFFFFF;
            border: 1px dotted #237DFA;
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
         -o-border-radius: 10px;
            border-radius: 10px;
}
*/

/* Establish top line of floated elements */
.UserProfileMasthead {
    position: relative;
    padding: 0px 10px;
    z-index: 999;
}
 
.UserProfileMasthead .masthead-avatar {
    height: 140px;
    width: 140px;
    position: relative;
    float: left;
    left: 0px;
    top: 0px;
    margin-right: 0px;
    padding: 0px;
    border: none;
    background: none;
}
 
.UserProfileMasthead .masthead-avatar .avatar {
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
         -o-border-radius: 5px;
            border-radius: 5px;
            border: none;
}
 
.UserProfileMasthead .masthead-info {
    color: #000000;
    background-image:url(https://images.wikia.nocookie.net/__cb20110610181253/testtoontown/images/7/79/TTBGlight.png);
    background-position: center;
    position: relative;
    float: left;
    margin-left: 10px;
    margin-top: -5px;
    margin-bottom: 10px;
    width: 830px;
    z-index: 1000;
}
 
/* Remove chevron */
.UserProfileMasthead .masthead-info-lower::before {
    display: none;
}
 
/* Masthead top half */
.UserProfileMasthead .masthead-info hgroup {
    color: #000000;
    background: transparent !important;
    padding: 1px 15px 1px 15px;
    height: auto;
    min-height: 40px;
}
 
.UserProfileMasthead .tally {
    padding-left: 0px;
    margin-bottom: 10px;
}
 
/* Username field */
.UserProfileMasthead .masthead-info h1 {
    font-size: 20px;
}
 
/* Real name field */
.UserProfileMasthead .masthead-info h2 {
    margin-bottom: 5px;
    font-size: 18px;
}
 
/* Masthead bottom half */
.UserProfileMasthead .masthead-info > div {
    padding: 6px 15px 6px 15px;
}
 
.UserProfileMasthead .masthead-info h2 span {
    color: #5097FA;
}

.UserProfileMasthead .details span {
    color:#000000;
}
 
.UserProfileMasthead .wikis span {
    color:#000000;
}
 
.UserProfileMasthead .masthead-info .tag {
            top: -1px;
            color: #000000;
            background-color: #8ABBFF;
            font-size: 11px;
            text-transform: capitalize;
    -webkit-border-radius: 20px;
       -moz-border-radius: 20px;
         -o-border-radius: 20px;
            border-radius: 20px;
}
 
.WikiaUserPagesHeader div.tabs-container {
    overflow: hidden;
    min-width: 500px;
    margin: 0px;
}
 
.WikiaUserPagesHeader .tabs,
#UPPLightboxWrapper .tabs {
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
}
 

.WikiaUserPagesHeader .tabs li,
#UPPLightboxWrapper .tabs li {
    margin-bottom: -3px;
}

.WikiaUserPagesHeader .tabs li a {
    display: inline-block;
    font-size: 12px;
    margin-top: 4px;
    margin-bottom: -3px;
    padding: 3px 10px;
    -webkit-border-radius: 8px 8px 0px 0px;
    -moz-border-radius: 8px 8px 0px 0px;
    -ms-border-radius: 8px 8px 0px 0px;
    -o-border-radius: 8px 8px 0px 0px;
    border-radius: 8px 8px 0px 0px;
}

.WikiaUserPagesHeader .tabs li a,
#UPPLightboxWrapper .tabs li a {
    background-color: #D4E5FC;
}

.WikiaUserPagesHeader .tabs .selected a {
    border: none;
    color: #000000;
    background: #87B9FF;
    font-weight: bold;
    margin-top: 0px;
    padding: 6px 10px;
    -webkit-border-radius: 8px 8px 0px 0px;
    -moz-border-radius: 8px 8px 0px 0px;
    -ms-border-radius: 8px 8px 0px 0px;
    -o-border-radius: 8px 8px 0px 0px;
    border-radius: 8px 8px 0px 0px;
}

/* ------------------------------------------ */
/* ---------- end profile redesign ---------- */
/* ------------------------------------------ */