User:Lhc70000/common.css

From Wikipedia, the free encyclopedia
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
@charset "utf-8";
/* CSS Document */
 
 
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(https://themes.googleusercontent.com/static/fonts/opensans/v8/DXI1ORHCpsQm3Vp6mXoaTXhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(https://themes.googleusercontent.com/static/fonts/opensans/v8/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://themes.googleusercontent.com/static/fonts/opensans/v8/k3k702ZOKiLJc3WVjuplzHhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: local('Open Sans Light Italic'), local('OpenSansLight-Italic'), url(https://themes.googleusercontent.com/static/fonts/opensans/v8/PRmiXeptR36kaC0GEAetxh_xHqYgAV9Bl_ZQbYUxnQU.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://themes.googleusercontent.com/static/fonts/opensans/v8/xjAJXh38I15wypJXxuGMBobN6UDyHWBl620a-IRfuBk.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url(https://themes.googleusercontent.com/static/fonts/opensans/v8/PRmiXeptR36kaC0GEAetxjqR_3kx9_hJXbbyU8S6IN0.woff) format('woff');
}
 
body, .mw-headline, .mw-body h1, .mw-body h2, .mw-body {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
 
body, #mw-head {
	background-color: #333;
}
 
a, div.vectorTabs li a {
	color: #a8e0ea;
}
 
a:visited, div.vectorTabs li a:visited {
	color:#91c5ce;
}
 
#toc, .toc {
	box-shadow: 0 0 4px #aaa;
}
 
#toc a, .toc a {
	color: #222;
}
 
#toc a:visited, .toc a:visited {
	color: #444;
}
 
div#mw-panel div.portal div.body ul li a:visited {
	color: #006ca7;
}
 
div#mw-panel div.portal div.body ul li a {
	color: #83d4ff;
}
 
div#mw-panel div.portal h3 {
	color: #aaa;
}
 
a.new, #p-personal a.new, #pt-userpage {
	color: #ffa38d;
}
 
a.new:visited, #p-personal a.new:visited, #pt-userpage:visited {
	color: #ff663e;
}
 
div#simpleSearch {
	border:none;
	background-color: transparent;
	background: none;
}
 
div#simpleSearch #searchInput {
	border: 1px solid #ffbf38;
    background-color: #ddd;
    color: #111;
	border-radius: 2px;
}
 
 
div.vectorTabs ul li {
	background-image: none;
	background-color: #555;
	border-bottom: 1px solid #777;
	color: #eee;
	border-top: 1px solid #00b7e2;
	list-style-type: none;
	list-style-image: none;
}
 
div.vectorTabs, div.vectorTabs ul, div.vectorTabs span {
	list-style-type: none;
	list-style-image: none;
	border:none;
	background-image: none;
}
 
div.vectorTabs {
	margin-bottom: 1px;
	margin-left: -1px;
}
 
div.vectorTabs li.selected {
	background-color: #777;
	background-image: none;
	list-style-type: none;
	list-style-image: none;
}
 
div.vectorTabs li.selected a, div.vectorTabs li.selected a:visited {
	color: #83d4ff;
}
 
.mw-body,.ns-0 div#content, .ns-0 div#p-cactions li a:hover, .ns-0 div#p-cactions li.selected a,
.ns-0 div#content div.thumb, .ns-4.page-Wikipedia_首页 div#content, .ns-4.page-Wikipedia_首页 div#p-cactions li a:hover,
.ns-4.page-Wikipedia_首页 div#p-cactions li.selected a, .ns-4.page-Wikipedia_首页 div#content div.thumb,
#mp-2012-links, #mp-2012-links table {
	border: none;
	background-color: #777;
}
 
div#content, #mw-content-text, #mp-2012-column-left .mp-2012-text, #mp-2012-sisters {
	background-color: #777;
	color: #dedede;
}
 
#mp-2012-column-right-block-a {
	background-color: #808080;
}
 
.mw-headline {
	color: #fff;
	font-size: 24px;
}
 
.ns-0 div.vectorTabs li.selected, .ns-4.page-Wikipedia_首页 div.vectorTabs li.selected {
	background-image: none;
}
 
div.vectorMenu h3 span {
	color: #dedede;
}
 
div#mw-head div.vectorMenu h3 {
	background-image: none;
}
 
div.vectorMenu div.menu {
	background-color: #999;
	border: 1px solid #777;
	box-shadow: 0 0 4px #555;
}
 
div.vectorMenu li:hover {
	background-color: #aaa;
}
 
#mp-2012-banner {
	background-image: none;
	background-color: #777;
}
 
#mp-2012-banner-title p, #mp-2012-banner-intro p, #mp-2012-banner a {
	color: #eee;
}
 
#mp-2012-banner-intro .number-of-articles a {
	color: #ffa38d;
}
 
#mp-2012-column-right-block-b {
	display:none;
}
 
div#footer ul li {
	color: #555;
}
 
div#footer ul li a{
	color: #777;
}
 
.mw-body a.external {
	color: #a8e0ea;
}
 
.mw-body a.external:visited {
	color:#91c5ce;
}
 
table {
	color: #222;
}
 
table a {
    color: #007bb9;
}
 
table a:visited {
    color: #005b88;
}
 
.mw-body h1, .mw-body #firstHeading {
	color: #fdfdfd;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 2.4em;
	text-shadow: 0 0 4px #eee;
}