Difference between revisions of "MediaWiki:Common.css"

From Sim Central
Jump to navigation Jump to search
Line 9: Line 9:
 
.vector-menu-tabs li {
 
.vector-menu-tabs li {
 
     background-color: #616161 !important;
 
     background-color: #616161 !important;
      
+
     background-image: none; 
 
}
 
}
  

Revision as of 20:13, 26 September 2020

/* CSS placed here will be applied to all skins */

.vector-menu-tabs {background-color: #616161}

.vector-menu-tabs .selected {
    background-color: #616161;
}

.vector-menu-tabs li {
    background-color: #616161 !important;
    background-image: none;  
}

#content { 
	background-color: #303030; 
	color: #afafaf;

}
:link { text-decoration: underline;
}
a:link {color: #afafaf}
a:visited {color: #afafaf}
a:hover {color: #dfdfdf}
a:active {color: #dfdfdf}
a.new:link { color: #afafaf; }
a.new:hover { color: #dfdfdf; }
a.new:visited { color: #afafaf; }
a.extiw:link { color: #afafaf; } /* links to other Wikipedias */
a.extiw:visited { color: #afafaf; }
a.extiw:hover { color: #dfdfdf; }
a.external:link { color: #afafaf; } /* external links */
a.external:visited { color: #afafaf; }
a.external:hiver { color: #dfdfdf; }

.portal .body li a:visited, .vector-menu-portal .body li a:visited {
    color: #afafaf;
}

.portal .body li a:hover, .vector-menu-portal .body li a:visited {
    color: #dfdfdf;
}

.portal .body li a, .vector-menu-portal .body li a {
    color: #afafaf;
}

.vector-menu-tabs li a {color: #afafaf}
.vector-menu-tabs .selected a, .vector-menu-tabs .selected a:visited {
    color: #dfdfdf;}

#content h1,h2,h3,h4,h5,h6 { 
	color: #9aa4b2; 
	font-family: sans-serif;
}

#footer { 
	background-color: #303030; 
}

#bodyContent { 
	background-color: #303030; 
	font-size: 14px;
}

body { 
	background-color: #303030; 
}

#catlinks { 
	background-color: #616161; 
	color: #DFDFDF;
}

#mw-head-base { 
	background-color: #303030; 
}

#p-tb { 
	background-color: #303030; 
}

#mw-panel { 
	background-color: #303030; 
}

#toc, .toc {
    border-radius: 5px;
    background-color: #616161;
}

#toctitle h2 {
    color: #DFDFDF;
}