Looney Tunes Wiki
Advertisement

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.
@import url('https://fonts.googleapis.com/css2?family=Bowlby+One+SC&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300&display=swap');
@import url("/load.php?mode=articles&articles=MediaWiki:Infoboxes.css&only=styles");

.WikiaMainContent {
 font-size: 16px;
 line-height: 26px;
}
	
/* Mainpage styling */
.mp-box {
	font-family: Rubik;
    margin:40px auto auto auto;
    width:670px; 
	padding: 10px;
}

.mp-box-right {
font-family: Rubik;
padding: 10px;
}

.mp-header {
font-family: Bowlby One SC;
font-weight: bold;
font-size: 25px;
text-transform: uppercase;
letter-spacing: 0.5px;
color: #ebd14a;
-webkit-text-stroke: 0.5px black;
text-align: center;
padding: 10px;
}
.mp-box-wiki {
background-color: #006cb0;
padding: 10px;
color: white;
}
.mp-box-wiki a {
color: yellow;
text-decoration: underline;
}
.mp-box .wikia-gallery { margin: 7px 0 12px 0;}
.mp-box .wikia-gallery-item { padding: 2px; }
.mp-box .gallery-image-wrapper {
    height: 85px !important;
    border-radius: 3px;
}
.mp-box .gallery-image-wrapper {
    border-radius: 3px;
    height: 85px !important;
}
.mp-box .thumb { height: 88px !important; }
.mp-box .wikia-gallery .lightbox-caption {
    border-radius: 2px 0 0;
    border-top-left-radius: 8px;
    font-size: x-small;
    font-weight: bold;
    left: initial;
    padding: 1px 2px 1px 3px;
    right: 0;
    width: auto;
    float: right;
}

.mp-box .wikia-gallery .lightbox-caption a {
color: yellow;
}
	
		.i18ndoc {
    background-color: #FFF77D;
    border-bottom: 1px solid lightgrey;
    font-family: monospace;
    font-size: 8pt;
    height: 140px;
    overflow: auto;
    padding: 4px;
}

/* User colors */
a[href$="/wiki/User:Orangemo8"] {
    color: #FFA500 !important;
    font-weight: bold !important;
}

a[href$="/wiki/User:Orangemo8"] {
    color: orange !important;
    font-weight: bold !important;
    
}

/* User profile header custom tags */

#WikiaUserPagesHeader .UserProfileMasthead .masthead-info .tag + .tag {margin-left:5px}
a.tag {color:inherit}

/* End User profile header custom tags */

/* Tabs
Credit for tabs go to Yuzura
*/

.tabberlive .tabbertab h2,
.tabberlive .tabbertab h3 { display: block !important; }
 
ul.tabbernav li a:link { color: #FFFFFF !important; }
 
ul.tabbernav li a:hover {
 color: #FFFFFF !important;
 background: #F87217 !important;
    border-top: 2px solid #000 !important;
    border-right: 2px solid #000 !important;
    border-left: 2px solid #000 !important;
    border-bottom: 2px solid #000080 !important;
 text-shadow: 0em 0em 0.5em #000 !important;
}
 
ul.tabbernav li.tabberactive a { background-color: rgba(228,34,23,1) !important; }
 
ul.tabbernav li a {
    background: #F87217 !important;
    color: #FFFFFF !important;
    border-top: 2px outset #000000 !important;
    border-right: 2px outset #000000 !important;
    border-left: 2px outset #000000 !important;
    border-bottom: 2px solid #000000 !important;
    margin-left: 0px !important;
    margin-right: 3px;
    -moz-border-radius:0em 0em 0em 0em;
    -khtml-border-radius: 0em 0em 0em 0em;
    -webkit-border-radius:0em 0em 0em 0em;
    border-radius: 1em 1em 0em 0em;
    text-shadow: 0em 0em 0.5em #000000!important;
}

.tabberlive .tabbertab { border: none !important; }
 
ul.tabbernav { border-bottom: 2px solid #000000 !important; }
 
.tabberlive .editsection { display: none; }

/* tabber overrides*/

.tabs .selected a {
border-top-left-radius: 15px;
border-image: initial;
background: #F87217 !important;
color: #E42217;
-webkit-border-radius:0em 2em 0em 0em; -moz-border-radius:0em 2em 0em 0em;
cursor: text;
font-weight: bold;
text-decoration: none;
}

.tabs li a {
border-top-left-radius: 15px;
border-image: initial;
color:#F87217;
background:#E42217 !important;
display: inline-block;
font-size: 14px;
line-height: 23px;
padding: 6px 12px 3px;
position: relative;
-webkit-border-radius:0em 2em 0em 0em; -moz-border-radius:0em 2em 0em 0em;
top: 1px;
}

/* Admin Colored Comments -- P.S we own NOTHING here. Credit goes to various wikis like Victorious and The Amazing World of Gumball */

/* References styling */
.mw-references-wrap {
    clear: unset !important;
}
Advertisement