Mariah Carey 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.
/* infoboxes */

.portable-infobox {
   width: 270px;
   background-color: #e6f7ff; 
}
.portable-infobox .pi-secondary-background {
   background-color: #c0eaff;
}
 
.pi-border-color {
    border-color: #b3e5fe;
}
/** tabs of infoboxes **/
ul.pi-image-collection-tabs li {
    border: none;
    font-size: x-small;
}
ul.pi-image-collection-tabs li.current {
    font-size: small;
}

/* Wordmark (Jiaer) */
.wds-community-header__wordmark img {
    opacity: 1;
    filter: alpha(opacity=100);
    transition: all 1.5s ease;
}
.wds-community-header__wordmark img:hover {
   opacity: 0.5;
    filter: alpha(opacity=50);
     -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    transform: rotateY(360deg);
}

a[href$=":Naldotheboss"],
a[href$="/wiki/User:Naldotheboss"],
a[href="/wiki/Message_Wall:Naldotheboss"],
a[href="/wiki/User_blog:Naldotheboss"],
a[href="/wiki/Special:Contributions/Naldotheboss"] { color:hotpink; font-weight:bold !important; }
 
.Wall .edited-by a[href$="Naldotheboss"] ~ .subtle::after {
  color:hotpink; font-weight:bold !important; content: " (Bureaucrat)";
}

a[href="/wiki/User:Naldotheboss"] {
    background: url(https://vignette.wikia.nocookie.net/mariahcarey/images/2/22/Verified.png/revision/latest?cb=20200813003238) center left no-repeat;
	padding-left: 20px;
}

img.avatar[alt="Naldotheboss"],
a[href$=":Naldotheboss"] img{
    border-color: hotpink !important;
}

a[href$=":Naldotheboss"]:not(.wds-community-header),
a[href$="/Naldotheboss"]:not(.wds-community-header){
 color:hotpink !important;/*must use !important*/
    font-weight: bold;
    }

/* hatnote */
div.hatnote {
    padding-left: 1.6em;
    margin-bottom: 0.5em;
    color: #969696;
    font-size: 15px;
}
 
.hatnote {
    font-style: italic;
}

/* Show shortcut box on right, goes below eraicons currently -- Tm T */
#title-shortcut {
	display: block !important;
	clear: right;
	font-size: x-small !important; /* zoom is 40% ...why?! */
}
Advertisement