Community Central
Register
Community Central
No edit summary
(Undo revision 2806766 by Tono555 (wall))
Line 61: Line 61:
 
--highlight-helper: #a400a4;
 
--highlight-helper: #a400a4;
 
--highlight-staff: #ddaa00;
 
--highlight-staff: #ddaa00;
  +
}
  +
  +
#contentSub {
  +
display: flex;
  +
width: 100% !important;
  +
}
  +
#contentSub a {
  +
background-color: #00d6d6;
  +
color: #000 !important;
  +
font-size: 13px !important;
  +
width: 32% !important;
  +
}
  +
#contentSub a.QuickCU {
  +
width: 233% !important;
  +
}
  +
#contentSub span#QuickCU {
  +
margin-right: 132px !important;
 
}
 
}

Revision as of 01:53, 3 June 2019

@import url('http://internal-vstf.wikia.com/load.php?articles=MediaWiki:NiceButtons2.css&only=styles&mode=articles');
@import url("/load.php?mode=articles&articles=u:dev:MediaWiki:Highlight.css&only=styles");


/* Colored user name in links */
table.diff a[title="User:Tonobot"], 
ul#pagehistory li a[title="User:Tonobot"], 
ul.special li a[title="User:Tonobot"],
table.mw-enhanced-rc td a[title="User:Tonobot"],
details a[href="/wiki/User:Tonobot"],
#WikiaRail a[href="/wiki/User:Tonobot"],
#wikiactivity-main cite a[href="/wiki/User:Tonobot"]
table.diff a[title="User:Tono555"], 
ul#pagehistory li a[title="User:Tono555"], 
ul.special li a[title="User:Tono555"],
table.mw-enhanced-rc td a[title="User:Tono555"],
details a[href="/wiki/User:Tono555"],
#WikiaRail a[href="/wiki/User:Tono555"],
#wikiactivity-main cite a[href="/wiki/User:Tono555"] {font-weight:bold !important;}
 
 
/* Colored comment box */
#user_masthead { background: Blue !important; }
 
.comments li[data-user="Tono555"] blockquote { background: none; border-color:Blue; }
 
#user_masthead { background: Blue !important; }
 
.comments li[data-user="Tonobot"] blockquote { background: none; border-color:Blue; }
 
/* calendar */
.GamingCalendarModule {display:none;}
 
/* No wikia bar */
.topNav.Video_Games {visibility:hidden}
.topNav.Entertainment {visibility:hidden}
.topNav.Lifestyle {visibility:hidden}

a[data-id="fastdelete"]:first-child {
	margin-left: 25px;
}

/*Custom quisk diff fix */
#quickdiff-modal {
        width: 60% !important;
}
 
/* Categorías requeridas 
*/ .newcategory 
{  color: darkorange !important; 
border-bottom: 1px dotted; 
}

:root {
    --highlight-bot: #6E6E6E;
    --highlight-convol: #ff7000;
    --highlight-vanguard: #ff7777;
    --highlight-voldev: #23c8d2;
    --highlight-gdm: #4286f4;
    --highlight-vstf: #1eaf7a;
    --highlight-helper: #a400a4;
    --highlight-staff: #ddaa00;
}

#contentSub {
	display: flex;
	width: 100% !important;
}
#contentSub a {
	background-color: #00d6d6;
	color: #000 !important;
	font-size: 13px !important;
	width: 32% !important;
}
#contentSub a.QuickCU {
	width: 233% !important;
}
#contentSub span#QuickCU {
	margin-right: 132px !important;
}