MediaWiki:Vector.css:修订间差异

来自WHY42
imported>Soleverlee
无编辑摘要
imported>Soleverlee
无编辑摘要
第1行: 第1行:
html * {
html * { color-profile: sRGB; rendering-intent: auto; }
  color-profile: sRGB;
  rendering-intent: auto; }


body {
body { background: #002b36; }
  background: #002b36; }


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


div#mw-panel div.portal h3 {
div#mw-panel div.portal h3 { color: #93a1a1; }
  color: #93a1a1; }


a,
a, .mw-body a.external, .mw-body a.extiw, div#mw-panel div.portal div.body ul li a, div.vectorTabs ul li a, div.vectorTabs li.new a { color: #cb4b16; }
.mw-body a.external,
a:visited, .mw-body a.external:visited, .mw-body a.extiw:visited, div#mw-panel div.portal div.body ul li a:visited, div.vectorTabs ul li a:visited, div.vectorTabs li.new a:visited { color: #cb4b16; }
.mw-body a.extiw,
div#mw-panel div.portal div.body ul li a,
div.vectorTabs ul li a,
div.vectorTabs li.new a {
  color: #cb4b16; }
  a:visited,
  .mw-body a.external:visited,
  .mw-body a.extiw:visited,
  div#mw-panel div.portal div.body ul li a:visited,
  div.vectorTabs ul li a:visited,
  div.vectorTabs li.new a:visited {
    color: #cb4b16; }


.mw-body {
.mw-body { color: #839496; background: none; border: 1px solid #073642; }
  color: #839496;
  background: none;
  border: 1px solid #073642; }


div#footer ul li {
div#footer ul li { color: #93a1a1; }
  color: #93a1a1; }


#mw-page-base {
#mw-page-base { background: none; }
  background: none; }


div.vectorTabs ul li {
div.vectorTabs ul li { background: none; }
  background: none; }
div.vectorTabs li { background: none; }
div.vectorTabs li {
div.vectorTabs li.selected { background: #073642; background-image: none; }
  background: none; }
  div.vectorTabs li:selected {
    background: #073642;
    background-image: none; }


/*# sourceMappingURL=solarized.css.map */
/*# sourceMappingURL=solarized.css.map */

2017年5月20日 (六) 08:38的版本

html * { color-profile: sRGB; rendering-intent: auto; }

body { background: #002b36; }

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

div#mw-panel div.portal h3 { color: #93a1a1; }

a, .mw-body a.external, .mw-body a.extiw, div#mw-panel div.portal div.body ul li a, div.vectorTabs ul li a, div.vectorTabs li.new a { color: #cb4b16; }
a:visited, .mw-body a.external:visited, .mw-body a.extiw:visited, div#mw-panel div.portal div.body ul li a:visited, div.vectorTabs ul li a:visited, div.vectorTabs li.new a:visited { color: #cb4b16; }

.mw-body { color: #839496; background: none; border: 1px solid #073642; }

div#footer ul li { color: #93a1a1; }

#mw-page-base { background: none; }

div.vectorTabs ul li { background: none; }
div.vectorTabs li { background: none; }
div.vectorTabs li.selected { background: #073642; background-image: none; }

/*# sourceMappingURL=solarized.css.map */