Mixels Wiki
m (Reverted edits by ZootyCutie (talk | block) to last version by Clay Moorington)
(if you're gonna revert it may as well revert it correctly)
Tag: sourceedit
Line 81: Line 81:
 
.WikiHeader {
 
.WikiHeader {
 
margin-bottom: 3em !important;
 
margin-bottom: 3em !important;
background-color: #ff7c00 !important;
+
background-color: #8d549e !important;
 
margin-left: -2.5em;
 
margin-left: -2.5em;
 
margin-right: -2.5em;
 
margin-right: -2.5em;
Line 89: Line 89:
 
position: absolute;
 
position: absolute;
 
height: 0;
 
height: 0;
border-top: 10px solid #d76100;
+
border-top: 10px solid #7c368d;
 
border-left: 13px solid transparent;
 
border-left: 13px solid transparent;
 
border-right: 13px solid transparent;
 
border-right: 13px solid transparent;
Line 115: Line 115:
 
}
 
}
 
.WikiHeader > nav li.marked {
 
.WikiHeader > nav li.marked {
background-color: #6f027c !important;
+
background-color: rgba(8,68,124,0.5) !important;
 
}
 
}
 
.navbackground {
 
.navbackground {
background-color: #6f027c !important;
+
background-color: rgba(8,68,124,0.5) !important;
 
border-bottom-left-radius: 1em;
 
border-bottom-left-radius: 1em;
 
margin-top: 2px !important;
 
margin-top: 2px !important;

Revision as of 21:45, 28 October 2015

/* Highlighted Usernames List */
/* Bureaucrats */
a[href="/wiki/User:Green_Ninja"],
a[href="/wiki/User:ZootyCutie"],
a[href="/wiki/User:Boogly22238"] {
    color: green !important;
    font-weight: bold;
} 

/* Admins */
a[href="/wiki/User:Clay_Moorington"],
a[href="/wiki/User:Dadaw"],
a[href="/wiki/User:CMRdaawesomeguy"],
a[href="/wiki/User:Derekis"] { 
    color: #000080 !important;
    font-weight: bold;
}

/* Chat Moderators */ 
a[href="/wiki/User:MixelsFloras"],
a[href="/wiki/User:TheFrozenFrosticonsKings"],
a[href="/wiki/User:ChillyFreeze"], 
a[href="/wiki/User:Graham02"] { 
    color: red !important; 
    font-weight: bold; 
} 

/* Rollbacks */
a[href="/wiki/User:CoinsCP"],
a[href="/wiki/User:FlainStorm"] {
    color: orange !important;
    font-weight: bold;
}

/* Bots */
a[href="/wiki/User:CreeperBot_2000"],
a[href="/wiki/User:Matau-bot"] {
    color: purple !important;
    font-weight: bold;
}

.edit-pencil {
    background: url( //images.wikia.com/mixels/images/e/e8/Small_cubit_redo.png ) no-repeat !important;
}

/* SKIN BY USER:BOURGEOISIE */
@font-face {
    font-family: 'burbank_big_regularblack';
    src: url( 'http://cache.lego.com/r/www/r/mixels/design/mixels/base/fonts/burbank/f_burbankbigregular-black-webfont_6f10414fd3a8c83092415999a10ef3b41ba41718.eot' );
    src: url( 'http://cache.lego.com/r/www/r/mixels/design/mixels/base/fonts/burbank/f_burbankbigregular-black-webfont_6f10414fd3a8c83092415999a10ef3b41ba41718.eot?#iefix' ) format('embedded-opentype'),
         url( 'http://cache.lego.com/r/www/r/mixels/design/mixels/base/fonts/burbank/f_burbankbigregular-black-webfont_bb90fb348cf821114dd17c436f0b7b9384d16f9d.woff' ) format('woff'),
         url( 'http://cache.lego.com/r/www/r/mixels/design/mixels/base/fonts/burbank/f_burbankbigregular-black-webfont_c7711cd7ac9ea7fe6ca895a3a774fba0b51cefe8.ttf' ) format('truetype');
    font-weight: normal;
    font-style: normal;
}
.global-footer .branding .wikia-logo img {
    background-size: 60px !important;
}
.WikiaPage {
    margin-top: 1em !important;
    border: 0 !important;
}
.WikiaPage:after {
    content: ' ';
    position: absolute;
    height: 0;
    border-top: 10px solid #eaeaea;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    bottom: -10px;
    left: 0;
    right: 0;
}
.WikiaPage .WikiaPageBackground {
    background: #fff !important;
    height: calc(100% - 10.5em) !important;
    opacity: 1 !important;
    bottom: 0 !important;
    top: 10.55em !important;
}
.WikiHeader {
    margin-bottom: 3em !important;
    background-color: #8d549e !important;
    margin-left: -2.5em;
    margin-right: -2.5em;
}
.WikiHeader:after {
    content: ' ';
    position: absolute;
    height: 0;
    border-top: 10px solid #7c368d;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    bottom: -10px;
    left: 0;
    right: 0;
}
.WikiHeader > nav li {
    font-family: 'burbank_big_regularblack', Arial, sans-serif !important;
    border: 0 !important;
}
.WikiHeader > nav li > a {
    border-left: 1px solid transparent !important;
    color: #fff !important;
}
.nav-item {
    font-size: 2em !important;
}
.WikiHeader > nav li.marked > a {
    color: #fd0 !important;
    border-top: 1px solid transparent !important;
}
.WikiHeader > nav li.marked > a:hover {
    text-decoration: none !important;
}
.WikiHeader > nav li.marked {
    background-color: rgba(8,68,124,0.5) !important;
}
.navbackground {
    background-color: rgba(8,68,124,0.5) !important;
    border-bottom-left-radius: 1em;
    margin-top: 2px !important;
    width: calc(100% - 25px) !important;
}
.navbackground .chevron, .navbackground div {
    display: none !important;
}
.WikiHeader > nav li.marked .subnav-2 > li a:hover {
    text-decoration: none !important;
    color: #fd0 !important;
}
.WikiHeader > nav .subnav-2 li.marked2 .subnav-2a {
    background: rgba(8,68,124,0.5) !important;
    border: 1px solid transparent !important;
    border-bottom: 1px solid transparent !important;
}
.subnav-2a {
    font-size: 16px !important;
}
.WikiHeader > nav .subnav-3 {
    background: #7c368d !important;
    border: 0 !important;
}
.WikiHeader > nav .subnav-3 li {
    background: transparent !important;
}
.WikiHeader > nav .subnav-3 li a {
    font-size: 16px !important;
}
.WikiHeader > nav .subnav-3 li a:hover {
    background: rgba(8,68,124,0.5) !important;
    color: #fff !important;
}
#WikiaBarWrapper {
    background: #8d549e !important;
}
.WikiaBarWrapper .wikia-bar {
    background-image: none !important;
}

.WikiHeader .buttons {
    margin-right: 1em;
}

/* Cubit Logo */
@-webkit-keyframes roll {
    0% { transform: rotate(0deg); }
	100% { transform: rotate(1080deg); }
}

@-moz-keyframes roll {
    0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

@keyframes roll {
    0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

.bit-container {
	width: 60px;
	height: 60px;
    position: absolute;
    z-index: 100;
    top: 22px;
    left: 175px;
}

#cubit {
	transition: all 1s ease-in;
	display: table;
	width: 100%;
	height: 100%;
	border: 4px solid #000;
	position: absolute;
	top: 0;
	left: 0;
}

#cubit:hover {
	-webkit-animation-name: roll;
	-webkit-animation-duration: .75s;
	-webkit-animation-iteration-count: once;
	-moz-animation-name: roll;
	-moz-animation-duration: .75s;
	-moz-animation-iteration-count: once;
}

.bit {
	height: 30px;
	width: 30px;
	display: table-cell;
	box-sizing: border-box;
}

.bit-row {
	display: table-row;
}

.bit1 {
	border-top: 15px solid #f58320;
	border-right: 15px solid #f58320;
	border-left: 15px solid #f0cc15;
	border-bottom: 15px solid #f0cc15;
}

.bit2 {
	border-top: 15px solid #f58320;
	border-right: 15px solid #e01e25;
	border-left: 15px solid #f58320;
	border-bottom: 15px solid #e01e25;
}

.bit3 {
	border-top: 15px solid #26b24a;
	border-right: 15px solid #5db5e5;
	border-left: 15px solid #26b24a;
	border-bottom: 15px solid #5db5e5;
}

.bit4 {
	border-top: 15px solid #93479b;
	border-right: 15px solid #93479b;
	border-left: 15px solid #5db5e5;
	border-bottom: 15px solid #5db5e5;
}

.bit-overlay {
	background-image: url( //images.wikia.com/mixels/images/1/18/Shine.svg );
	background-size: contain;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

.editor #cubit {
    display: none;
}
.tabberlive 
.tabbertab h2,
.tabberlive 
.tabbertab h3 {  
    display:block !important;
    }