Dota 2 Wiki
(removing wikitable specific CSS - that's defined (differently) in MediaWiki:Common.css. Also removing #toc and ul#filetoc code - not a fan of that border <3)
(Also removing ridge from catlinks (didn't see that one) - the one on #content doesn't seem too bad however, that can stay.)
Line 82: Line 82:
 
* floated tables */
 
* floated tables */
 
background-color: transparent;
 
background-color: transparent;
}
 
 
.catlinks {
 
background-color: #EAE8D3;
 
border: 2px ridge #5D2822;
 
 
}
 
}
   

Revision as of 19:53, 12 November 2011

/* CSS placed here will affect users of the Vector skin */
body {
	background-color:#000000;
	background-image:url(http://www.dota2wiki.com/images/custom_images/mainbg.jpg);
	background-repeat:repeat-x;
	margin-right: 10px;
	min-width: 500px;
}

#content {
	background-color: #FFFFFF;
	background-image: none;
	border: 4px ridge #2D2E30;
	color: #000000;
}

h1, h2, h3, h4, h5, h6 {
	color: #2D2723;
}

#mw-page-base {
	background: transparent !important;   
}

#mw-head-base {
	background: transparent;
}

#p-logo {
	background: transparent;
}

#p-personal h5 {
color:#E4C62E;
}

div#p-personal a { 
color: #E4C62E; 
}

div#p-personal a:hover { 
color: #E38800; 
background:transparent; 
}

div#mw-panel div.portal h5 {
	color: #e38800;
}

div#mw-panel div.portal div.body ul li a:visited {
	color: #e38800;
}

div#mw-panel div.portal div.body ul li a {
	color: #E4C62E;
}

div#mw-panel div.portal div.body {
	background-image: url(http://www.dota2wiki.com/images/custom_images/Portal-break.png);
}

div#footer {
	background-image: none;
}

div#footer ul li {
	color: #eae8d3;
}

#footer a { 
	color: #E4C62E; 
}

#pt-userpage, #pt-anonuserpage, #pt-login {
	background: url(http://www.dota2wiki.com/images/custom_images/user_icon.jpg) no-repeat scroll left top transparent;
}

table {
	font-size: 100%;
	color: #2D2723;
	/* we don't want the bottom borders of <h2>s to be visible through
	 * floated tables */
	background-color: transparent;
}

div.vectorTabs {
	background-image: none;
}

div.vectorTabs  li.selected a, div.vectorTabs li.selected a span, div.vectorTabs  li.selected a:visited div.vectorTabs li.selected a:visited span {
	color:#E4C62E !important;
}

div.vectorTabs ul {
	background-image: none;
}

div.vectorTabs li a, div.vectorTabs li a span {
	color:#E4C62E;
}

div.vectorTabs li a:hover, div.vectorTabs li a:hover span {
	color:#E38800;
}

div.vectorTabs li a {
	background-image: none;
}

div.vectorTabs li.selected {
	background-color: transparent;
	background-image: none;
}

div.vectorTabs ul li {
	background-color:transparent;
	background-image:none;
}

#mw-head div.vectorMenu h5 {
	background-image: none;
}

div.vectorMenu h5 a {
	background-image: none;
}

div.vectorMenu li a {
	color:#2D2723;
}

#pagehistory li.selected {
	background-color: transparent;
	border: none;
}
#pagehistory li  {
	background-color: transparent;
	border: none;
}