Wikitubia

Warning:

You are not currently logged in. You will still be able to browse Wikitubia, but you will be unable to edit without an account. Please go here to create a Fandom account.

READ MORE

Wikitubia
Wikitubia
(Reverted)
No edit summary
Line 766: Line 766:
 
a[href$="DarkUnknownWarrior"],
 
a[href$="DarkUnknownWarrior"],
 
a[href$="JakCooperThePlumber"],
 
a[href$="JakCooperThePlumber"],
  +
a[href$="Elexorien"],
 
a[href$="HoneyCandiez"] {
 
a[href$="HoneyCandiez"] {
 
font-weight: bold !important;
 
font-weight: bold !important;
Line 784: Line 785:
 
.comments li[data-user="DarkUnknownWarrior"] blockquote,
 
.comments li[data-user="DarkUnknownWarrior"] blockquote,
 
.comments li[data-user="JakCooperThePlumber"] blockquote,
 
.comments li[data-user="JakCooperThePlumber"] blockquote,
  +
.comments li[data-user="Elexorien"] blockquote:after
 
.comments li[data-user="HoneyCandiez"] blockquote {
 
.comments li[data-user="HoneyCandiez"] blockquote {
 
background-color: white !important;
 
background-color: white !important;
Line 791: Line 793:
 
.comments li[data-user="DarkUnkownWarrior"] blockquote:after,
 
.comments li[data-user="DarkUnkownWarrior"] blockquote:after,
 
.comments li[data-user="JakCooperThePlumber"] blockquote:after
 
.comments li[data-user="JakCooperThePlumber"] blockquote:after
  +
.comments li[data-user="Elexorien"] blockquote:after
 
.comments li[data-user="HoneyCandiez"] blockquote:after {
 
.comments li[data-user="HoneyCandiez"] blockquote:after {
 
border-color: white !important;
 
border-color: white !important;

Revision as of 14:41, 6 October 2015

/***************************/
/**** Content Elements *****/
/***************************/
 
/* Content Block */
.WikiaMainContent {padding-bottom: 10px;}
 
/* Page Header Container + Item + Subtitles + Other Subtitles (!) */
.wikinav2 .WikiaPageHeader {
    margin: 0 !important;
    padding-bottom: 0;
}
.wikia-page-header .header-container {margin: 0;}
.WikiaPageHeader .subtitle, .WikiaPageHeader h2, .WikiaPageHeader p {margin: 5px 0 0;}
.BreadCrumbs {
    padding: 5px;!important;
    border-color: black;
}
 
/* Edit/Contribute Buttons Dropdown Menus + Items + Links + Hovers */
.wikia-menu-button .WikiaMenuElement {
    width: auto !important;
    padding: 0 !important;
    border: 2px solid !important;
    border-radius: 10px;
    background-color: red !important;
    box-shadow: 0 0 10px #000 !important;
    opacity: 0.9;
}
.wikia-menu-button .WikiaMenuElement li {border-color: #AAA !important;}
.wikia-menu-button .WikiaMenuElement li:hover {background-color: #FFF !important;}
.wikia-menu-button .WikiaMenuElement li:first-child:hover {border-radius: 10px 10px 0 0;}
.wikia-menu-button .WikiaMenuElement li:last-child:hover {border-radius: 0 0 10px 10px;}
.wikia-menu-button .WikiaMenuElement li a:hover {background: none !important;}
 
/* Talk Button */
a.comments {display: none !important;}
 
/* Tallies */
.tally {
    padding: 0 0 0 20px !important;
    border: none !important;
    line-height: 13px;
    font-size: 10px;
}
 
/* Tabs + Items + Links + Selected */
.tabs {margin: 10px 0 !important;}
.tabs li {margin: 0 5px;}
.tabs li a {
    padding: 5px 10px !important;
    border: none !important;
}
.tabs .selected a {
    border-radius: 10px 10px 0 0;
    background-color: red;
    cursor: pointer;
}
 
/* Wikia Selection Bar + Hover */
.WikiaDropdown .selected-items {font-family: Helvetica, Arial, sans-serif;}
.WikiaDropdown .selected-items:hover {
    background-color: #D8DDEA !important;
    cursor: default;
}
 
/* Wikia Selection Bar Dropdown Menu + Item + Hover + Selected + Selected Hover */
.WikiaDropdown .dropdown {box-shadow: none !important;} 
.WikiaDropdown .dropdown-item label {cursor: default;}
.WikiaDropdown .dropdown-item:hover {background: #D8DDEA !important;}
.WikiaDropdown .dropdown-item.selected {background: none !important;}
.WikiaDropdown .dropdown-item.selected:hover {background: #D8DDEA !important;}
 
/* Headings */
.WikiaArticle h2, .WikiaArticle h3, .WikiaArticle h4, .WikiaArticle h5, 
    .WikiaArticle h6 {
    margin: 15px 0 0;
    padding: 0;
}
 
/* Paragraphs */
.WikiaArticle p, .WikiaArticle p + p, 
    .SpeechBubble .speech-bubble-message p {margin: 5px 0;}
 
/* Unordered Lists */
.WikiaArticle ul, .SpeechBubble .speech-bubble-message ul {list-style-type: disc;}
 
/***************************/

.WikiaSearch input[type="text"] {
-webkit-border-radius: 0.75em;
-moz-border-radius: 0.75em;
border-radius: 0.75em 0 0 0.75em;
padding: 3px 0 3px 4px;
border: 2px solid red;
box-shadow: inset 0 0 7px red;
-moz-box-shadow: inset 0 0 7px red;
-webkit-box-shadow: inset 0 0 7px red;
-o-box-shadow: inset 0 0 7px red;
} .WikiaSearch button {
border: 2px solid red;
height: 29px;
top: 0;
-webkit-border-radius: 0 0.75em 0.75em 0;
-moz-border-radius: 0 0.75em 0.75em 0;
border-radius: 0 0.75em 0.75em 0;
} .WikiaSearch input[type="text"]:-moz-placeholder; -webkit-placeholder; {
color: black;
} .WikiaSearch input.placeholder[type="text"] {
color:black !important;
} .WikiaSearch input[type="text"]::-webkit-input-placeholder {
color:black !important;
} .WikiaSearch .autocomplete {
border: 2px solid red;
border-radius: 0.75em 0.75em 0.75em 0.75em;
}

/***************************/
/***** Header Elements *****/
/***************************/
 
.global-nav-search-input-wrapper 
    .search-input {font-family: Helvetica;
}
 
.WikiaRail .module, .WikiaRail #RIGHT_SKYSCRAPER {box-shadow:0px 2px 5px 0px black; -moz-box-shadow:0px 2px 5px 0px black; -webkit-box-shadow:0px 2px 5px 0px black}
 
.ChatModule .avatar {
border-radius: 10px;
} 
.module {
border-radius: 1em 1em 1em 1em;
}
 
/* POLL VOTES COLOR */
.pollAnswerVotes div {
background:none repeat scroll 0 0 gray !important;
}
 
/* Removes picture attributions below thumbnail images in articles */
.picture-attribution {
display:none !important;
}

/* Talk Button */
a.comments {display: none !important;}
 
/* BG of the main headers */
.WikiaHeader {
background-image:url() !important;
}
 
.WikiaFooter .toolbar {
background-image:url() !important;
}

/* Ribbon Dropdown Menu + Items + Links + Hovers */
.WikiHeader > nav .subnav-3 {
    margin: 6px 0 0 8px;
    padding: 0;
    border: 2px solid red;
    border-top: none;
    border-radius: 0 0 10px 10px;
    background-color: #027;
    box-shadow: 0 0 10px black;
    opacity: 0.9;
}
 
#WikiaSpotlightsModule header h1 {
   color: #FFFFFF !important;
}
 
/* Content Area Tweaks */
.WikiaArticle {
   line-height: 1.5em;
}
.WikiaArticle h2 {
   border-bottom:1px solid red;
   margin-bottom:0.6em;
   margin-top:20px;
}
.WikiaArticle h3 {
   font-weight:bold;
}
.WikiaPageHeader details {
   background-image:none !important;
}
.WikiaArticle .toc {
   border-color: #AAAAAA !important;
   background-color: #F9F9F9 !important;
   background-image:none;
}
.WikiaArticle .thumbinner  {
   background-color: #E6E6FA !important;
   background-image: none !important;
}
.WikiaArticleCategories, .wikitable {
   background-image: none !important;
}
.wikitable, table.wikitable {
   background: none !important;
   border: none;
}
table.wikitable th, table.wikitable td {
   border: none;
}
.WikiaArticle .editsection {
    float: right !important;
    margin-right: 10px !important;
}
/***************************/
 
/* User Profile - Header Block */
.WikiaUserPagesHeader {background: none;}
 
/* User Profile - Profile Avatar + Hover Edit Button */
.UserProfileMasthead .masthead-avatar .avatar {
    margin-top: 20px;
    border: 5px solid red !important;
    border-radius: 15px !important;
}
.UserProfileMasthead .masthead-avatar span {
    position: absolute;
    left: 35px;
    white-space: nowrap;
}
 
/* User Profile - Infobox Container + Header + Item + Tally + Bubble Stem */
.UserProfileMasthead {
    min-height: 190px;
    margin: 15px 10px;
    border: 3px solid red; 
    border-radius: 30px; 
}
.UserProfileMasthead .masthead-info hgroup {border-radius: 15px 15px 0 0;}
.UserProfileMasthead > div.masthead-info {
    margin-top: 20px;
    border-radius: 15px !important;
    background: white;
}
.UserProfileMasthead .tally {
    margin: 0;
    padding: 0px 0px 15px !important;
}
.UserProfileMasthead > div.masthead-info > 
    div.masthead-info-lower::before {display: none;}
 
/* User Profile - Header Infobox Edit Button */
#userIdentityBoxEdit {
    top: 70px;
    right: 20px;
    margin: 0;
}
 
/* User Profile - Edit Button Container */
.UserProfileActionButton {padding: 0;}
 
 /***************************/
 
/* Message Wall Greeting */
.WallGreeting {padding-bottom: 10px;}
 
/* Wall/Forum Thread Posting Section + No Title Notice */
.Wall .SpeechBubble.new-message, .Forum .DiscussionBox {
    margin: 0;
    padding: 15px 0;
    border-top: 1px white;
}
.Wall .SpeechBubble.new-message .no-title-container .no-title-warning, 
    .Forum .DiscussionBox .title-container .no-title-warning {
    border-radius: 5px;
    background-color: white;
}
 
/* Wall/Forum Thread Posting Bubble + Bubble Stems */
.Wall .SpeechBubble.new-message .speech-bubble-message, 
    .Forum .DiscussionBox .message {
    margin-left: 75px;
    border-radius: 10px;   
    border-color: transparent white
        white transparent !important;
}
.Wall .SpeechBubble.new-message .speech-bubble-message:after,
   .Forum .DiscussionBox .message:before {
    left: -20px;
    border-width: 10px;
    border-color: transparent white
        white transparent !important;
}
 
/* Wall/Forum Text Input Containers + Avatar */
.Wall .new-message .editarea {margin-top: 10px;}
.Wall .new-reply .editarea {margin: 0 !important;}
.Wall .new-reply .active .speech-bubble-message {margin-left: 40px !important;}
.Wall .new-reply .speech-bubble-avatar {display: block;}
 
/* Wall/Forum Text Input Filler + Title + Replies */
.Wall textarea, .Forum .DiscussionBox textarea {
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: Helvetica !important;
    background: none !important;
    box-shadow: none !important;
}
.Wall .new-message textarea.title, .Forum .DiscussionBox textarea.title {
    height: 30px !important;
    border-bottom: 1px solid white;
    font-weight: bold;
}
.Wall .new-message textarea.body, .Forum .DiscussionBox textarea.body {height: 25px !important;}
 
/* Wall Comment/History Sorting Button Container + On-Page Heading + Item + Styling 
+ Hovers */
.Wall .SortingBar, .WallHistory .SortingBar {
    height: 20px;
    padding-top: 10px;
    border-color: red;
    background: none;
}
.Wall .SortingBar #pageTitle, .WallHistory .SortingBar #pageTitle {
    margin: 0;
    font-size: 12px;
}
.Wall .SortingBar .SortingMenu, .WallHistory .SortingBar .SortingMenu {
    top: 0;
    margin: 0;
}
.Wall .SortingBar .SortingMenu .SortingSelected, 
    .WallHistory .SortingBar .SortingMenu .SortingSelected {
    margin: 0;
    color: #3A3A3A;
    border-radius: 5px;
    background-color: white;
}
.Wall .SortingBar .SortingMenu .SortingSelected:hover, 
    .WallHistory .SortingBar .SortingMenu .SortingSelected:hover {
    border: none;
    background-color: red;
}
 
/* Wall Comment/History Sorting Button Dropdown Menu */
.Wall .SortingBar .SortingMenu .SortingList, 
.WallHistory .SortingBar .SortingMenu .SortingList {
    left: -2px;
    z-index: 2;
    border: 1px solid #CCC;
    border-radius: 5px;
    background-color: red;
    box-shadow: none;
}
 
/* Wall/Forum Thread Container */
.Wall ul.comments > li.message {
    padding: 15px 0;
    border-color: white;
}
 
/* Wall/Forum Opening Comment Bubble + Bubble Stems */
.Wall ul.comments > li.message > .speech-bubble-message {
    border-radius: 10px;
    background-color: white;
}
.Wall ul.comments > li.message > .speech-bubble-message:after {
    border-width: 10px;
    border-color: transparent white
        white transparent !important;
}
 
/* Wall/Forum Comment Author Usernames */
.Wall .edited-by, .Wall .MiniEditorWrapper.active .edited-by {margin: 5px 0;}
 
/* Wall/Forum Initial Reply Bubble Stem */
.Wall .comments ul.replies > li:first-child:before,
.Wall .comments ul.replies > li:first-child:after {border: none;}
 
/* Wall/Forum Replies + Re-Edit Section */
.Wall ul.comments > li.message ul.replies > li {
    padding-top: 10px;
    border-color: #CCC;
}
.Wall ul.comments > li.message li.message textarea {
    padding: 10px;
    border: none;
    border-radius: 10px;
    line-height: none;
    background-color: white !important;
}
 
/* Wall/Forum New Replies */
.Wall .new-reply textarea {
    width: 595px;
    padding-top: 7px;
}
.Wall .new-reply .mode-source textarea {
    padding: 10px;
    border: medium none;
    border-radius: 10px;
    background-color: white !important;
}
 
/* Wall View All Replies Bar + Link */
.Wall .load-more {
    margin: 0;
    padding: 0 !important;
}
.Wall .load-more a {
    padding: 5px 0;
    font-size: 12px;
    color: #3A3A3A;
    opacity: 0.6;
}
 
/* Quote Button */
.quote-button.secondary {display: none;}
 
/* More Button Dropdown Menu Item Links */
.Wall .speech-bubble-message .buttons ul li a {padding: 10px;}
 
/* Quote Container */
.Wall .quote, .WallPreview .quote {
    padding: 20px;
    border: 2px dotted #CCC;   
    border-radius: 10px;
    background: none;
}
 
/* Wall/Forum Deleted Thread Noitce */
.Wall ul.comments > li.message > .Message-removed {
    padding: 10px;
    background: none;
}

/***************************/
/*** Common.js Elements ****/
/***************************/
 
#DisplayClockJS {
    top: -20px !important;
    color: red;
}
.highlight-users-script {font-weight: bold;}
 
.pace-inactive {display: none;}
.pace-activity {height: 10px;}
.pace .pace-progress {
    width: 100%;
    height: 10px;
    position: fixed;
    right: 100%;
    z-index: 5000102;
    background-color: red;
    opacity: 0.65;
}
 

/***************************/
 
/* Wiki Activity - Header Subtitle Links + Feed Container + Feed Items */
.activity-nav ul {
    position: absolute;
    float: right;
    top: 15px;
    right: 120px;
}
.WikiaArticle ul.activityfeed {margin: 0;}
.activityfeed > li {
    margin: 0;
    padding-bottom: 10px;
}
 .WikiaArticle ul.activityfeed {margin: 0;}
.activityfeed > li {
    margin: 0;
    padding-bottom: 10px;
}
 
/* Video Index - Wikia Bar Container + Details + Link Hovers */
.ContentHeader.sort-form {
    margin-bottom: 20px;
    padding: 15px 0;
}
.special-videos-grid .info {
    height: inherit;
    margin: 5px 0 20px;
    text-align: center;
    color: #3A3A3A;
}
.special-videos-grid a:hover {text-decoration: underline;}
.special-videos-grid .title a:hover {text-decoration: none;}
 
/* Special Pages - Cells */
.mw-specialpages-table td {padding-top: 10px;}
 
/* Wanted Pages - Title Exclusion Form */
.mw-spcontent form {display: none;}
 
/* All Pages - Self-Link Cell */
.mw-allpages-nav {display: none;}
 
/* Prefix Index - Content Table upon input + Void Object upon input */
#mw-prefixindex-nav-table, #mw-prefixindex-list-table {width: 100% !important;}
#mw-prefixindex-nav-form {display: none;}
 
/* Contributions - Unregistered Editor Notice */
.plainlinks.noeditsection {
    margin: 20px 0 !important;
    padding: 15px !important;
    border: 1px solid  black !important;
}
 
/* Edit Count */
#editcount input {margin-right: 5px;}
 
/* List Group Rights - Table + List Items */
.wikitable.mw-listgrouprights-table {
    width: 100%;
    line-height: 16px;
    font-size: 12px;
}
.wikitable.mw-listgrouprights-table tr td ul li {line-height: 16px;}
 
/* User List - Settings Container + Page Buttons */
.top, .bottom {padding: 0;}
.paging_full_numbers span.paginate_button {border-color: #CCC;}
 
/* Followed Pages - Watched List + Show More Link */
.watched-list {
    width: 95% !important;
    margin-left: 35px !important;
}
.ajax-show-more {font-size: 14px;}
 
/* New Pages - Unpatrolled Items */
.not-patrolled {
    padding-left: 5px;
    border-radius: 10px;
    background-color: red;
}
 
/* Recent Changes - Navigation Box */
#wikia-mediawiki-recentchangestext {
    margin-top: 15px;
    padding: 10px 15px !important;
    border: 1px solid #02B !important;
}
 
/* Recent Changes - Wikia Bar Extended Dropdown Menu + Hover */
.mw-recentchanges-table .WikiaDropdown .toolbar {
    padding: 0 10px 3px;
    border: none;
    line-height: 0;   
    font-weight: bold;
    background: none;
}
 
/* Tabber color settings & Header hacks */
.tabberlive .tabbertab {
   border: none !important;
   padding: 15px 0 0 !important;
}
ul.tabbernav {
   border-bottom: 1px solid #2E3DBA !important;
   font: 10.5px Verdana,sLucida Console !important;
}
ul.tabbernav li.tabberactive a {
   background-color: #F5F5FF !important;
   border-bottom: 1px solid #F5F5FF !important;
   color: #2E3DBA !important;
   font-weight: bold;
}
ul.tabbernav li a:link {
   color: #000000 !important;
}
ul.tabbernav li a {
   -moz-border-radius: 10px 10px 0 0;
   background: url("http://images1.wikia.nocookie.net/antfarm/images/a/ab/ANTFarm_page_bar.png") repeat-x scroll 0 50% transparent !important;
   border-color: #2E3DBA !important;
}
ul.tabbernav li a:hover{
   background: none repeat scroll 0 0 #FD5B08 !important;
   border-color: #2E3DBA !important;
   color: #FFFFFF !important;
}
ul.tabbernav li.tabberactive a {
   background: none repeat scroll 0 0 #F5F5FF !important;
   border-bottom: 1px solid #F5F5FF !important;
   color: #FD5B08 !important;
}
.tabberlive .tabbertab h2, .tabberlive .tabbertab h3 { 
   display:block !important; 
}
 
/* TabView extension */
 
/*set the base backcolor of the 'off' tabs */
.yui-nav li {
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   background: url("") repeat-x scroll 0 50% transparent !important;
   padding: 5px 7px !important;
   border: none;
}
 
.yui-navset .yui-nav li {
   margin: 2.5px !important;
}
.yui-nav li a {
   color: #000000 !important;
   font: 11px Verdana,sans-serif !important;
}
 
/** style the 'on' tab **/
.yui-nav li.tabPinned {
   border-top: 3px solid #FD5B08;
   border-left: 4px solid #FD5B08;
}
.yui-nav li.tabPinned a {
   font-weight: bold !important;
}
 
.wikiaPhotoGallery-slider-body .horizontal .description h2 {
   color: #FFFFFF;
}
/* Tabber Container */
.tabberlive {
    margin: 10px 0;
    overflow: hidden;
}
 
/* Tabber Header + Links + Hovers + Selected */
.tabbernav {
    padding: 5px 15px 0 0 !important;
    font: inherit !important;
    font-weight: bold !important;
	border: none !important;
	border-radius: 15px 15px 0 0;
	background-color: red;
	background: linear-gradient(to bottom, red, #cc2e2e)
}
.tabbernav li a {
    display: inline-block;
    margin-left: 15px !important;
    padding: 5px 10px !important;
    color: red !important;
    border: none !important;
    background: none !important;
}
.tabbernav li a:hover {
    margin-left: 15px;
    padding: 5px 10px;
    color: red !important;
    border-radius: 10px 10px 0 0;
    background-color: red !important;
}
.tabbernav li.tabberactive a {
    margin-left: 15px;
    padding: 5px 10px;
	color: red !important;
    border: none !important;
    border-radius: 10px 10px 0 0;
	background-color: red !important;
	box-shadow: 0px 5px 10px -5px #000 inset;
}
 
/* Tabber Body */
.tabberlive .tabbertab {
    padding: 5px 15px 10px !important;
    border: none !important;
    border-radius: 0 0 15px 15px;
    overflow: hidden;
	background-color: white;
}

/***************************/
/****** Rail Elements ******/
/***************************/
 
/* Rail Block */
.WikiaRail {
    padding-top: 0 !important;
    overflow: visible;
}
 
/* Modules/Article Modules + Headers */
.WikiaRail .module, .ChatModule, .ForumActivityModule, .ajax-poll {
    margin: 0 0 10px !important;
    padding: 20px 15px 10px !important;
    border: 2px !important;
    color: red;
    background-color: red, transparent !important;
    background: white;
    box-shadow: 0 0 10px black !important;
    opacity: 1 !important;
}
.WikiaRail .module h1 {margin-bottom: 10px !important;}
.WikiaRail .module h2 {
    padding: 0;
    /* color: white; */
     /*border: red; */
}
 
/* Chat Module Header + Loading Image */
.ChatModule h1.chat-headline {
    margin-bottom: 0 !important;
    font-size: 20px;
    font-weight: normal;
}
.ChatModule > img {
    top: 22px !important;
    left: 140px !important;
}
 
/* Hot Spot Box Ranking Markers + Row Text */
.HotSpotsModule li div.hot-spot-severity-1 {background-color: red;}
.HotSpotsModule li div.hot-spot-severity-2 {background-color: orange;}
.HotSpotsModule li div.hot-spot-severity-3 {background-color: green;}
.HotSpotsModule li div.hot-spot-severity-4 {background-color: blue;}
.HotSpotsModule li div.hot-spot-severity-5 {background-color: black;}
.HotSpotsModule li span {padding-top: 18px !important;}
 
/* Article/Forum Activity Module Items */
.WikiaActivityModule li {
    margin: 0;
    padding: 5px 0 5px 30px;
}
 
/* Forum Activity Module Header + Thread Titles */
.mw-content-ltr .ForumActivityModule h1 {
    margin: 0;   
    padding: 0;    
    font-size: 20px;
    font-weight: normal;
}
.ForumActivityModule em a {
    white-space: normal !important;
    font-style: normal;
    color: red !important;
}
 
/* Followed Pages Module Items */
.FollowedPagesModule li {
    margin: 0 !important;
    padding: 8px 0;
}
 
/* Wall/Forum History Module Items */
#WikiaRail.WikiaRail .WallHistoryRail.module ul li {
    padding: 8px 0 0;
    border-color: #CCC;
}
#WikiaRail.WikiaRail .WallHistoryRail.module ul li:last-child {border: none;}
 
/* Main Page Ad Box */
.home-top-right-ads {padding-top: 10px;}
 
/* Main Page Rail */
.rcs-container a {color: #CC0000 !important;}

/***************************/
/**** Staff ID Elements ****/
/***************************/
 
/* Admin Usernames */
a[href$="Gamermadness"],
a[href$="Vonn_Karma"],
a[href$="DarkUnknownWarrior"],
a[href$="JakCooperThePlumber"],
a[href$="Elexorien"],
a[href$="HoneyCandiez"] {
    font-weight: bold !important;    
    color: #B80000;
} 

/*Bureaucrat Usernames*/
a[href$="Purzyckij"],
a[href$="NKpower"],
a[href$="Kevin08015"] {
    font-weight: bold !important;    
    color: Lime;
} 
 
/* Admin Comments + Bubble Stems */
.comments li[data-user="Gamermadness"] blockquote, 
.comments li[data-user="Vonn_Karma"] blockquote, 
.comments li[data-user="DarkUnknownWarrior"] blockquote, 
.comments li[data-user="JakCooperThePlumber"] blockquote, 
.comments li[data-user="Elexorien"] blockquote:after
.comments li[data-user="HoneyCandiez"] blockquote {
    background-color: white !important;
}
.comments li[data-user="Gamermadness"] blockquote:after, 
.comments li[data-user="Vonn_Karma"] blockquote:after,
.comments li[data-user="DarkUnkownWarrior"] blockquote:after,
.comments li[data-user="JakCooperThePlumber"] blockquote:after
.comments li[data-user="Elexorien"] blockquote:after
.comments li[data-user="HoneyCandiez"] blockquote:after {
    border-color: white !important;
}

/* Bureaucrat Comments + Bubble Stems */
.comments li[data-user="NKpower"] blockquote,
.comments li[data-user="Purzyckij"] blockquote,
.comments li[data-user="Kevin08015"] blockquote {
    background-color: white !important;
}
.comments li[data-user="NKpower"] blockquote:after,
.comments li[data-user="Purzyckij"] blockquote:after,
.comments li[data-user="Kevin08015"] blockquote:after {
    border-color: white !important;
}

    body.ChatWindow {
	background: transparent url("http://vignette1.wikia.nocookie.net/youtube/images/8/8a/Chat-background.jpeg/revision/latest?cb=20150213104319") !important;
}

/*  UserTags styling */

.tag:before {
	content: '['
}
.tag:after {
	content: ']'
}
.tag {
	font-size: 10pt;
	vertical-align: middle;
}
.tag-container > .tag:first-child {
	margin-left: 1ex;
}

body.page-pagename #article-comments-wrapper { display: none; }