MediaWiki:Monobook.css

出自【暗黑百科】DiabloWiki_凯恩之角

(修订版本间的差异)
跳转到: 导航, 搜索
 
(176个中途的修订版本没有显示)
第1行: 第1行:
-
/* 此处的 CSS 将影响使用 Monobook 皮肤的用户 */
+
/* Skin */
 +
div.vectorTabs li.new a, div.vectorTabs li.new a span, div.vectorTabs li.new a:visited, div.vectorTabs li.new a:visited span {
 +
    color: #CC2200;
 +
}
-
/* BonBon Buttons 1.1 by simurai.com
+
#pt-userpage, #pt-anonuserpage, #pt-login {
 +
  background: url("http://i.imgur.com/Yu8kE.png") left top no-repeat;
 +
  padding-left: 10px !important;
 +
}
-
1.1 Added unprefixed attributes, :focus style, <button> support
+
#contentSub, #contentSub2 {
-
1.0 Released
+
    color: #A18E73;
 +
}
-
Usage:
+
html .thumbimage {
-
+
    border: 1px solid #330707;
-
Default button: <a href="" class="button">Label</a>
+
}
-
More fancy with icon: <a href="" class="button orange glossy" data-icon="★">Label</a>
+
-
+
-
Following additional class names are supported:
+
-
+
-
Color: orange, pink, blue, green, transparent
+
-
Font: serif
+
-
Material: glossy, glass
+
-
Size: xs, xl
+
-
Shape: round, oval, brackets, skew, back, knife, shield, drop, morph
+
-
Icon only: icon
+
-
Disabled: disabled
+
-
*/
+
div.thumb {
 +
    background-color: #100303;
 +
    border-color: #100303;
 +
    border-style: solid;
 +
}
 +
div.thumbinner {
 +
    background-color: #0A0101;
 +
    border: 1px solid #330707;
 +
}
-
@import url(http://fonts.googleapis.com/css?family=Droid+Sans:bold+Lobster);
+
#p-logo {
-
@import url(http://fonts.googleapis.com/css?family=Lobster);
+
    background-color: transparent;
-
@import url(pictos/pictos.css);
+
}
 +
#preferences fieldset.prefsection fieldset {
 +
    border: 1px solid #330707;
 +
}
-
/* -------------- THE button -------------- */
+
#mw-page-base {
-
.button {
+
    background: none !important;
 +
}
-
/* text */
+
body {
-
text-decoration: none;
+
    background: #0A0101;
-
font: 24px/1em 'Droid Sans', sans-serif;
+
    position: relative;
-
font-weight: bold;
+
    height: 100%;
-
text-shadow: rgba(255,255,255,.5) 0 1px 0;
+
    min-width: 1000px;
-
-webkit-user-select: none;
+
    margin: 0 auto;
-
-moz-user-select: none;
+
    padding: 0;
-
user-select: none;
+
    background-repeat: no-repeat;
-
+
}
-
+
-
/* layout */
+
-
padding: .5em .6em .4em .6em;
+
-
margin: .5em;
+
-
display: inline-block;
+
-
position: relative;
+
-
+
-
-webkit-border-radius: 8px;
+
-
-moz-border-radius: 8px;
+
-
border-radius: 8px;
+
-
+
-
/* effects */
+
-
border-top: 1px solid rgba(255,255,255,0.8);
+
-
border-bottom: 1px solid rgba(0,0,0,0.1);
+
-
+
-
background-image: -webkit-gradient(radial, 50% 0, 100, 50% 0, 0, from( rgba(255,255,255,0) ), to( rgba(255,255,255,0.7) )), url(noise.png);
+
-
background-image: -moz-radial-gradient(top, ellipse cover, rgba(255,255,255,0.7) 0%, rgba(255,255,255,0) 100%), url(noise.png);
+
-
background-image: gradient(radial, 50% 0, 100, 50% 0, 0, from( rgba(255,255,255,0) ), to( rgba(255,255,255,0.7) )), url(noise.png);
+
-
-webkit-transition: background .2s ease-in-out;
+
a:hover {
-
-moz-transition: background .2s ease-in-out;
+
  color: #AF833B;
-
transition: background .2s ease-in-out;
+
  text-decoration: none;
-
+
-
/* color */
+
-
color: hsl(0, 0%, 40%) !important;
+
-
background-color: hsl(0, 0%, 75%);
+
-
+
-
-webkit-box-shadow: inset rgba(255,254,255,0.6) 0 0.3em .3em, inset rgba(0,0,0,0.15) 0 -0.1em .3em, /* inner shadow */
+
-
hsl(0, 0%, 60%) 0 .1em 3px, hsl(0, 0%, 45%) 0 .3em 1px, /* color border */
+
-
rgba(0,0,0,0.2) 0 .5em 5px; /* drop shadow */
+
-
-moz-box-shadow: inset rgba(255,254,255,0.6) 0 0.3em .3em, inset rgba(0,0,0,0.15) 0 -0.1em .3em, /* inner shadow */
+
-
hsl(0, 0%, 60%) 0 .1em 3px, hsl(0, 0%, 45%) 0 .3em 1px, /* color border */
+
-
rgba(0,0,0,0.2) 0 .5em 5px; /* drop shadow */
+
-
box-shadow: inset rgba(255,254,255,0.6) 0 0.3em .3em, inset rgba(0,0,0,0.15) 0 -0.1em .3em, /* inner shadow */
+
-
hsl(0, 0%, 60%) 0 .1em 3px, hsl(0, 0%, 45%) 0 .3em 1px, /* color border */
+
-
rgba(0,0,0,0.2) 0 .5em 5px; /* drop shadow */
+
}
}
-
/* -------------- button (tag) -------------- */
+
a:visited:hover {
 +
    color: #E0B021;
 +
}
-
button.button {
+
a.new, #p-personal a.new {
-
border-left: none;
+
    color: #CC2200;
-
border-right: none;
+
}
}
-
button.button:hover {
+
 
-
cursor: pointer;
+
a.new:visited, #p-personal a.new:visited {
 +
    color: #CC2200;
}
}
 +
.vectorMenu h5 {
 +
    border-bottom: medium none;
 +
}
-
/* -------------- icon -------------- */
+
h1, h2 {
-
.button:before {
+
    color: #D49E43;
-
font: 1.2em/0 'Pictos', sans-serif;
+
    border-bottom: 1px solid #330707;
-
content: attr(data-icon); /* gets the icon value from the custom data attribute and puts it infront of the button label */
+
-
margin-right: 0.4em;
+
-
+
-
+
}
}
-
/* icon only */
+
 
-
.icon {
+
h3, h4, h5, h6 {
-
font-weight: normal;
+
    color: #D49E43;
-
font-style: normal;
+
    border-bottom: 0px;
-
text-indent: -999em;
+
}
}
-
.icon:before {  
+
 
-
margin-right: 0;
+
#footer {
-
display: block;
+
    background-image: url("http://i.imgur.com/nFMqU.png");
-
height: 0;
+
-
text-indent: 0px;
+
}
}
 +
#content {
 +
    background-color: #100303;
 +
    color: #A18E73;
 +
    padding: 15px;
 +
    border: 2px solid #2F0600;
 +
}
 +
#mw-pages table {
 +
    background: none;
 +
}
-
/* -------------- colours -------------- */
+
#mw-subcategories table {
 +
    background: none;
 +
}
-
.button.orange {
+
#mw-page-base {
-
color: hsl(39, 100%, 30%) !important;
+
    background-color: #0A0101;
-
background-color: hsl(39, 100%, 50%);
+
}
-
-webkit-box-shadow: inset rgba(255,254,255,0.6) 0 0.3em .3em, inset rgba(0,0,0,0.15) 0 -0.1em .3em, /* inner shadow */
+
#mw-head-base {
-
hsl(39, 100%, 40%) 0 .1em 3px, hsl(39, 100%, 30%) 0 .3em 1px, /* color border */
+
    background-image: url("http://i.imgur.com/nFMqU.png");
-
rgba(0,0,0,0.2) 0 .5em 5px; /* drop shadow */
+
-
-moz-box-shadow: inset rgba(255,254,255,0.6) 0 0.3em .3em, inset rgba(0,0,0,0.15) 0 -0.1em .3em, /* inner shadow */
+
-
hsl(39, 100%, 40%) 0 .1em 3px, hsl(39, 100%, 30%) 0 .3em 1px, /* color border */
+
-
rgba(0,0,0,0.2) 0 .5em 5px; /* drop shadow */
+
-
box-shadow: inset rgba(255,254,255,0.6) 0 0.3em .3em, inset rgba(0,0,0,0.15) 0 -0.1em .3em, /* inner shadow */  
+
-
hsl(39, 100%, 40%) 0 .1em 3px, hsl(39, 100%, 30%) 0 .3em 1px, /* color border */
+
-
rgba(0,0,0,0.2) 0 .5em 5px; /* drop shadow */
+
}
}
-
.button.orange:hover { background-color: hsl(39, 100%, 65%); }
 
 +
div.vectorTabs {
 +
    background-image: url("http://i.imgur.com/0LPEi.png");
 +
    background-repeat: no-repeat;
 +
}
-
.button.blue {
+
div.vectorTabs ul li {
-
color: hsl(208, 50%, 40%) !important;
+
    background-color: #0A0101;
-
background-color: hsl(208, 100%, 75%);
+
    background-image: url("http://i.imgur.com/PLiMq.png");
-
+
-
-webkit-box-shadow: inset rgba(255,254,255,0.6) 0 0.3em .3em, inset rgba(0,0,0,0.15) 0 -0.1em .3em, /* inner shadow */
+
-
hsl(208, 50%, 55%) 0 .1em 3px, hsl(208, 50%, 40%) 0 .3em 1px, /* color border */
+
-
rgba(0,0,0,0.2) 0 .5em 5px; /* drop shadow */
+
-
-moz-box-shadow: inset rgba(255,254,255,0.6) 0 0.3em .3em, inset rgba(0,0,0,0.15) 0 -0.1em .3em, /* inner shadow */  
+
-
hsl(208, 50%, 55%) 0 .1em 3px, hsl(208, 50%, 40%) 0 .3em 1px, /* color border */
+
-
rgba(0,0,0,0.2) 0 .5em 5px; /* drop shadow */
+
-
box-shadow: inset rgba(255,254,255,0.6) 0 0.3em .3em, inset rgba(0,0,0,0.15) 0 -0.1em .3em, /* inner shadow */
+
-
hsl(208, 50%, 55%) 0 .1em 3px, hsl(208, 50%, 40%) 0 .3em 1px, /* color border */
+
-
rgba(0,0,0,0.2) 0 .5em 5px; /* drop shadow */
+
}
}
-
.button.blue:hover { background-color: hsl(208, 100%, 83%); }
 
-
.button.green {
+
div.vectorTabs li.selected {
-
color: hsl(88, 70%, 30%) !important;
+
    background-image: url("http://i.imgur.com/pne2r.png");
-
background-color: hsl(88, 70%, 60%);
+
-
-webkit-box-shadow: inset rgba(255,254,255,0.6) 0 0.3em .3em, inset rgba(0,0,0,0.15) 0 -0.1em .3em, /* inner shadow */  
+
-
hsl(88, 70%, 40%) 0 .1em 3px, hsl(88, 70%, 30%) 0 .3em 1px, /* color border */
+
-
rgba(0,0,0,0.2) 0 .5em 5px; /* drop shadow */
+
-
-moz-box-shadow: inset rgba(255,254,255,0.6) 0 0.3em .3em, inset rgba(0,0,0,0.15) 0 -0.1em .3em, /* inner shadow */
+
-
hsl(88, 70%, 40%) 0 .1em 3px, hsl(88, 70%, 30%) 0 .3em 1px, /* color border */
+
-
rgba(0,0,0,0.2) 0 .5em 5px; /* drop shadow */
+
-
box-shadow: inset rgba(255,254,255,0.6) 0 0.3em .3em, inset rgba(0,0,0,0.15) 0 -0.1em .3em, /* inner shadow */
+
-
hsl(88, 70%, 40%) 0 .1em 3px, hsl(88, 70%, 30%) 0 .3em 1px, /* color border */
+
-
rgba(0,0,0,0.2) 0 .5em 5px; /* drop shadow */
+
}
}
-
.button.green:hover { background-color: hsl(88, 70%, 75%); }
 
-
.button.pink {
+
div.vectorTabs li a {
-
color: hsl(340, 100%, 30%) !important;
+
    background-image: url("http://i.imgur.com/0LPEi.png");
-
background-color: hsl(340, 100%, 75%);
+
-
-webkit-box-shadow: inset rgba(255,254,255,0.6) 0 0.3em .3em, inset rgba(0,0,0,0.15) 0 -0.1em .3em, /* inner shadow */  
+
-
hsl(340, 70%, 50%) 0 .1em 3px, hsl(340, 80%, 40%) 0 .3em 1px, /* color border */
+
-
rgba(0,0,0,0.2) 0 .5em 5px; /* drop shadow */
+
-
-moz-box-shadow: inset rgba(255,254,255,0.6) 0 0.3em .3em, inset rgba(0,0,0,0.15) 0 -0.1em .3em, /* inner shadow */
+
-
hsl(340, 70%, 50%) 0 .1em 3px, hsl(340, 80%, 40%) 0 .3em 1px, /* color border */
+
-
rgba(0,0,0,0.2) 0 .5em 5px; /* drop shadow */
+
-
box-shadow: inset rgba(255,254,255,0.6) 0 0.3em .3em, inset rgba(0,0,0,0.15) 0 -0.1em .3em, /* inner shadow */
+
-
hsl(340, 70%, 50%) 0 .1em 3px, hsl(340, 80%, 40%) 0 .3em 1px, /* color border */
+
-
rgba(0,0,0,0.2) 0 .5em 5px; /* drop shadow */
+
}
}
-
.button.pink:hover { background-color: hsl(340, 100%, 83%); }
 
 +
div.vectorMenu h5 a {
 +
    background-image: url("http://i.imgur.com/0LPEi.png");
 +
    background-repeat: no-repeat;
 +
}
 +
#mw-panel div.portal div.body {
 +
    background-image: url("http://i.imgur.com/7l9FP.png");
 +
}
-
.button.transparent {
+
#mw-panel div.portal h5 {
-
color: rgba(0,0,0,0.5) !important;
+
    color: #AF833B;
}
}
-
.button.transparent, .button.transparent:hover, .button.transparent:active {
+
 
-
background-color: transparent;
+
a:visited {
-
background-image: none;
+
    color: #AF833B;
}
}
-
.button.transparent:hover {
+
 
-
opacity: .9;
+
a.stub {
 +
  color: #E0B021;
}
}
 +
a {
 +
    color: #E0B021;
 +
}
 +
#mw-panel div.portal div.body ul li a:visited {
 +
    color: #E0B021;
 +
}
-
/* -------------- States -------------- */
+
#mw-panel div.portal div.body ul li a {
 +
    color: #E0B021;
 +
}
-
.button:hover {
+
#footer ul li {
-
background-color: hsl(0, 0%, 83%);
+
    color: #AF833B;
}
}
 +
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: #AF833B;
 +
}
 +
div.vectorTabs li a, div.vectorTabs li a span {
 +
    color: #A18E73;
 +
}
-
.button:active {
+
#mw-panel div.portal div.body ul li a:hover {
-
background-image: -webkit-gradient(radial, 50% 0, 100, 50% 0, 0, from( rgba(255,255,255,0) ), to( rgba(255,255,255,0) )), url(noise.png);
+
  color: #AF833B;
-
background-image: -moz-gradient(radial, 50% 0, 100, 50% 0, 0, from( rgba(255,255,255,0) ), to( rgba(255,255,255,0) )), url(noise.png);
+
  text-decoration: none;
-
background-image: gradient(radial, 50% 0, 100, 50% 0, 0, from( rgba(255,255,255,0) ), to( rgba(255,255,255,0) )), url(noise.png);
+
}
-
-webkit-box-shadow: inset rgba(255,255,255,0.6) 0 0.3em .3em, inset rgba(0,0,0,0.2) 0 -0.1em .3em, /* inner shadow */
+
a.new, #p-personal a.new:hover {
-
rgba(0,0,0,0.4) 0 .1em 1px, /* border */
+
  color: #AF833B;
-
rgba(0,0,0,0.2) 0 .2em 6px; /* drop shadow */
+
  text-decoration: none;
-
-moz-box-shadow: inset rgba(255,255,255,0.6) 0 0.3em .3em, inset rgba(0,0,0,0.2) 0 -0.1em .3em, /* inner shadow */
+
}
-
rgba(0,0,0,0.4) 0 .1em 1px, /* border */
+
 
-
rgba(0,0,0,0.2) 0 .2em 6px; /* drop shadow */
+
div.vectorTabs ul li {
-
box-shadow: inset rgba(255,255,255,0.6) 0 0.3em .3em, inset rgba(0,0,0,0.2) 0 -0.1em .3em, /* inner shadow */
+
    background-color: transparent !important;
-
rgba(0,0,0,0.4) 0 .1em 1px, /* border */
+
}
-
rgba(0,0,0,0.2) 0 .2em 6px; /* drop shadow */
+
-
-webkit-transform: translateY(.2em);
+
div.vectorTabs ul {
-
-moz-transform: translateY(.2em);
+
    background-color: transparent !important;  
-
transform: translateY(.2em);
+
    background-image: none !important;
}
}
-
.button:focus {
+
#content a.external {
-
outline: none;
+
    color: #AF833B;
-
color: rgba(254,255,255,0.9) !important;
+
-
text-shadow: rgba(0,0,0,0.2) 0 1px 2px;
+
}
}
-
.button[disabled], .button[disabled]:hover, .button.disabled, .button.disabled:hover {
+
#content a.external:hover {
-
opacity: .5;
+
  color: #AF833B;
-
cursor: default;
+
  text-decoration: none;
-
color: rgba(0,0,0,0.2) !important;
+
}
-
text-shadow: none !important;
+
-
background-color: rgba(0,0,0,0.05);
+
-
background-image: none;
+
-
border-top: none;
+
-
-webkit-box-shadow: inset rgba(255,254,255,0.4) 0 0.3em .3em, inset rgba(0,0,0,0.1) 0 -0.1em .3em, /* inner shadow */
+
ul#filetoc {
-
rgba(0,0,0,0.3) 0 .1em 1px, /* border */
+
    background-color: #0A0101;
-
rgba(0,0,0,0.2) 0 .2em 6px; /* drop shadow */
+
    border: 1px solid #210202;
-
-moz-box-shadow: inset rgba(255,254,255,0.4) 0 0.3em .3em, inset rgba(0,0,0,0.1) 0 -0.1em .3em, /* inner shadow */
+
}
-
rgba(0,0,0,0.3) 0 .1em 1px, /* border */
+
-
rgba(0,0,0,0.2) 0 .2em 6px; /* drop shadow */
+
-
box-shadow: inset rgba(255,254,255,0.4) 0 0.3em .3em, inset rgba(0,0,0,0.1) 0 -0.1em .3em, /* inner shadow */
+
-
rgba(0,0,0,0.3) 0 .1em 1px, /* border */
+
-
rgba(0,0,0,0.2) 0 .2em 6px; /* drop shadow */
+
-
-webkit-transform: translateY(5px);
+
.wikitable th, .wikitable td {
-
-moz-transform: translateY(5px);
+
    background-color: #0A0101;
-
transform: translateY(5px);
+
    border: 1px solid #210202;
}
}
-
/* -------------- Fonts -------------- */
+
table {
 +
    color: #A18E73;
 +
    background-color: #0A0101;
 +
}
-
.serif {  
+
.catlinks {
-
font-family: 'Lobster', serif;
+
    background-color: #0A0101;
-
font-weight: normal;
+
    border: 1px solid #210202;
 +
  -moz-border-radius: .5em;
 +
  -khtml-border-radius: .5em;
 +
  -webkit-border-radius: .5em;
 +
  border-radius: .5em;
}
}
 +
#pagehistory li.selected {
 +
    background-color: #0A0101;
 +
    border: 1px dashed #210202;
 +
}
-
/* -------------- Sizes -------------- */
+
#pagehistory li {
 +
    border: 1px solid #330707;
 +
}
-
.xs { font-size: 16px; }
+
abbr, acronym, .explain {
-
.xl { font-size: 32px; }
+
    border-bottom: 1px dotted #AF833B;
 +
    color: #AF833B;
 +
}
 +
#userlogin, #userloginForm {
 +
    border: 1px solid #330707;
 +
    background-color: #0A0101;
 +
}
-
/* -------------- Materials -------------- */
+
fieldset {
 +
    border: 1px solid #330707;
 +
}
-
.button.glossy:after, .button.glass:after {
+
div.vectorMenu li a {
-
content: "";
+
     color: #AF833B;
-
position: absolute;
+
-
     width: 90%;
+
-
    height: 60%;
+
-
    top: 0;
+
-
    left: 5%;   
+
-
   
+
-
    -webkit-border-radius: .5em .5em 1em 1em / .5em .5em 2em 2em;   
+
-
    -moz-border-radius: .5em .5em 1em 1em / .5em .5em 2em 2em;
+
-
    border-radius: .5em .5em 1em 1em / .5em .5em 2em 2em;
+
-
   
+
-
    background-image: -webkit-gradient(linear, 0% 0, 100% 0, from( rgba(255,255,255,.55) ), to( rgba(255,255,255,.5) ),
+
-
    color-stop(.5, rgba(255,255,255,0)), color-stop(.8, rgba(255,255,255,0)) );
+
-
    background-image: -moz-linear-gradient(left, rgba(255,255,255,.55), rgba(255,255,255,0) 50%, rgba(255,255,255,0) 80%, rgba(255,255,255,.5) );
+
-
    background-image: gradient(linear, 0% 0, 100% 0, from( rgba(255,255,255,.55) ), to( rgba(255,255,255,.5) ),
+
-
    color-stop(.5, rgba(255,255,255,0)), color-stop(.8, rgba(255,255,255,0)) );
+
}
}
-
.button.glossy:active:after,
 
-
.button.glass:active:after,
 
-
.button.disabled:after,
 
-
.button[disabled]:after
 
-
{ opacity: .6; }
 
-
.button.icon.glossy:after,
+
div.vectorMenu ul {
-
.button.icon.glass:after { height: 75% ; }
+
    background-color: #100303;
 +
    border: 1px solid #330707;
 +
}
-
/* -------------- Glass + Transparent -------------- */
+
h4.mw-specialpagesgroup {
-
.button.glass {
+
    background-color: #100303;
-
text-shadow: rgba(255,255,255,.5) 0 -1px 0, rgba(0,0,0,0.18) 0 .18em .15em;
+
}
}
-
.button.glass:active {
+
 
-
text-shadow: rgba(255,255,255,.3) 0 1px 0, rgba(0,0,0,0.15) 0 .18em .15em;
+
.mw-specialpages-table {
 +
    background-color: transparent;
}
}
 +
hr {
 +
    background-color: #100303;
 +
    color: #100303;
 +
}
-
/* -------------- Shapes -------------- */
+
#toc, .toc, .mw-warning {
 +
    background-color: #2B0E0E;
 +
    border: 1px solid #210202;
 +
  -moz-border-radius: .5em;
 +
  -khtml-border-radius: .5em;
 +
  -webkit-border-radius: .5em;
 +
  border-radius: .5em;
 +
}
-
/* round */
+
.mw-plusminus-pos {
-
.round, .round.glossy:after, .round.glass:after {
+
    color: #7DBA84;
-
border-top: none;
+
-
-webkit-border-radius: 1em;
+
-
-moz-border-radius: 1em;
+
-
border-radius: 1em;  
+
}
}
-
/* oval */
+
.mw-plusminus-neg {
-
.oval {
+
    color: #CC2200;
-
border-top: none;
+
-
padding-left: .8em;
+
-
padding-right: .8em;
+
-
-webkit-border-radius: 5em / 2em;
+
-
-moz-border-radius: 5em / 2em;
+
-
border-radius: 5em / 2em;  
+
}
}
-
.oval.glossy:after, .oval.glass:after {
+
 
-
top: 5%;
+
div#mw-js-message {
-
-webkit-border-radius: 5em / 2em 2em 1em 1em;
+
    border: 1px solid #210202;
-
-moz-border-radius: 5em / 2em 2em 1em 1em;  
+
    background-color: #0A0101;
-
border-radius: 5em / 2em 2em 1em 1em;  
+
}
}
-
.oval.icon {
+
 
-
padding-left: .8em;
+
#preferences {
-
padding-right: .8em;
+
    background-color: #100303;
-
-webkit-border-radius: 1.5em / 1em;
+
    border: 1px solid #330707;
-
-moz-border-radius: 1.5em / 1em;
+
    background-image: url("http://i.imgur.com/9sdwG.png");
-
border-radius: 1.5em / 1em;  
+
}
}
-
.oval.icon.glossy:after, .oval.icon.glass:after {
+
 
-
-webkit-border-radius: 1.5em / 1em;
+
#preferences legend {
-
-moz-border-radius: 1.5em / 1em;
+
    color: #A18E73;
-
border-radius: 1.5em / 1em;  
+
}
}
-
/* brackets */
+
#preferences td.htmlform-tip {
-
.brackets, .brackets.glossy:after, .brackets.glass:after {  
+
    color: #A18E73;
-
border-top: none;
+
-
-webkit-border-radius: .5em / 1em;
+
-
-moz-border-radius: .5em / 1em;
+
-
border-radius: .5em / 1em;
+
}
}
-
/* skew */
+
#preftoc li.selected a {
-
.skew {  
+
    color: #AF833B;
-
border-top: none;
+
    background-image: url("");
-
padding-right: 1.2em;
+
-
padding-left: 0.8em;
+
-
-webkit-border-radius: 5em 1em / 5em 1em; 
+
-
-moz-border-radius: 5em 1em / 5em 1em;
+
-
border-radius: 5em 1em / 5em 1em;
+
}
}
-
.skew.glossy:after, .skew.glass:after {
+
 
-
left: 10%;
+
#preftoc a, #preftoc a:active {
-
-webkit-border-radius: 7em 1em / 5em 1em;
+
    color: #A18E73;
-
-moz-border-radius: 7em 1em / 5em 1em;
+
-
border-radius: 7em 1em / 5em 1em;
+
}
}
-
.skew.icon {
+
 
-
padding-right: .9em;
+
#preftoc li {
-
padding-left: .8em;
+
    background-image: url("http://i.imgur.com/0LPEi.png");
}
}
-
/* back */
+
#preftoc {
-
.back, .back.glossy:after, .back.glass:after {  
+
    background-image: url("http://i.imgur.com/0LPEi.png");
-
border-top-color: rgba(255,255,255,0.5);
+
-
-webkit-border-radius: 1.6em 1.6em 1em 1em / 4em 4em 1em 1em;
+
-
-moz-border-radius: 1.6em 1.6em 1em 1em / 4em 4em 1em 1em;
+
-
border-radius: 1.6em 1.6em 1em 1em / 4em 4em 1em 1em;  
+
}
}
-
.back.glossy:after, .back.glass:after {  
+
 
-
left: 6%;
+
#userloginForm {
-
width: 88%;
+
    background-color: #0A0101;
 +
    border: 1px solid #210202;
}
}
-
/* knife */
+
table.diff, td.diff-otitle, td.diff-ntitle {
-
.knife {
+
    background-color: #100303;
-
padding-left: 1.5em;
+
-
-webkit-border-radius: .2em .5em .5em 8em / .2em .5em .5em 5em;
+
-
-moz-border-radius: .2em .5em .5em 8em / .2em .5em .5em 5em;
+
-
border-radius: .2em .5em .5em 8em / .2em .5em .5em 5em;  
+
}
}
-
.knife.glossy:after, .knife.glass:after {
+
 
-
left: 3%;
+
fieldset#mw-searchoptions{
-
width: 97%;
+
   background: #0A0101;
-
-webkit-border-radius: .1em .5em .5em 8em / .1em .5em .5em 2em; 
+
-
-moz-border-radius: .1em .5em .5em 8em / .1em .5em .5em 2em;    
+
-
border-radius: .1em .5em .5em 8em / .1em .5em .5em 2em;  
+
}
}
-
.knife.glossy.icon:after, .knife.glass.icon:after {
+
 
-
left: 5%;
+
.mw-search-formheader {
-
width: 95%;
+
  background: #0A0101;
-
-webkit-border-radius: .5em .5em 1em 6em / .5em .5em 1em 4em;
+
-
-moz-border-radius: .5em .5em 1em 6em / .5em .5em 1em 4em;
+
-
border-radius: .5em .5em 1em 6em / .5em .5em 1em 4em;  
+
}
}
-
/* shield */
+
td.diff-addedline div {
-
.shield, .shield.glossy:after, .shield.glass:after {  
+
  color: #0A0101;
-
-webkit-border-radius: .4em .4em 2em 2em / .4em .4em 3em 3em;
+
-
-moz-border-radius: .4em .4em 2em 2em / .4em .4em 3em 3em;
+
-
border-radius: .4em .4em 2em 2em / .4em .4em 3em 3em;
+
}
}
-
.shield {
+
 
-
padding-left: .8em;
+
td.diff-addedline {
-
padding-right: .8em;
+
  background: #AF833B;
}
}
-
.shield.icon {
+
 
-
padding-left: .6em;
+
td.diff-deletedline div {
-
padding-right: .6em;
+
  color: #0A0101;
}
}
-
/* drop */
+
td.diff-deletedline {
-
.drop {
+
  background: #FFE788;
-
border-top: none;
+
-
-webkit-border-radius: 2em 5em  2em .6em / 2em 4em 2em .6em;
+
-
-moz-border-radius: 2em 5em  2em .6em / 2em 4em 2em .6em;
+
-
border-radius: 2em 5em  2em .6em / 2em 4em 2em .6em;  
+
}
}
-
.drop.glossy:after, .drop.glass:after {  
+
 
-
left: 4%;
+
td.diff-context div {
-
-webkit-border-radius: 2em 6em  2em 1em / 2em 4em 2em 2em;
+
  background: #0A0101;
-
-moz-border-radius: 2em 6em  2em 1em / 2em 4em 2em 2em;
+
 
-
border-radius: 2em 6em  2em 1em / 2em 4em 2em 2em;
+
}
}
-
.drop.icon {
+
 
-
padding-right: .6em;  
+
table.gallery {
 +
  background-color: #0A0101;
}
}
 +
table.gallery td {
 +
  background-color: #0A0101;
 +
  border: solid 2px #0A0101;
 +
}
-
/* morph */
+
table#mw-dismissable-notice {
-
.morph {
+
  background: none;
-
border-top: none;
+
-
-webkit-border-radius: 5em / 2em;
+
-
-moz-border-radius: 5em / 2em;
+
-
border-radius: 5em / 2em;
+
-
-webkit-transition: -webkit-border-radius .3s ease-in-out;
+
-
-moz-transition: -moz-border-radius .3s ease-in-out;
+
-
transition: -moz-border-radius .3s ease-in-out;
+
}
}
-
.morph:hover {  
+
 
-
-webkit-border-radius: .4em .4em 2em 2em / .4em .4em 3em 3em;
+
.TablePager th{
-
-moz-border-radius: .4em .4em 2em 2em / .4em .4em 3em 3em;
+
    background-color: #0A0101;
-
border-radius: .4em .4em 2em 2em / .4em .4em 3em 3em;
+
}
}
-
.morph:active {  
+
 
-
-webkit-border-radius: .3em;
+
.TablePager td {
-
-moz-border-radius: .3em;
+
    background-color: #0A0101;
-
border-radius: .3em;
+
}
}
-
.morph:after {  
+
 
-
display: none;
+
.TablePager_nav {
 +
    background: none;
}
}
 +
div.pBody {
 +
    background : #120404;
 +
    border: 1px solid #2F0600;
 +
}
 +
/*这里是表格模板啊有木有啊有木有不要乱动啊有木有*/
 +
/* infobox template style */
 +
.infobox {
 +
background-color: #0A0101;
 +
border: 1px solid #2F0600;
 +
float: right;
 +
margin-left: .5em;
 +
width: 270px;
 +
}
 +
.infobox table {
 +
background-color: #0A0101;
 +
width: 100%;
 +
}
-
/* Some ugly hacks for FF.  
+
.infobox th.header {
-
Thanks to David Hund for some help - http://valuedstandards.com/static/test/buttons/ */
+
padding: 1.0em;
-
@-moz-document url-prefix() {
+
font-family: Georgia;
-
.button { text-align: center; }
+
font-size: 1.2em;
-
.icon { padding: .5em 1em; }
+
-
.icon:before { margin-left: -.42em; float: left; }
+
-
+
-
.drop.icon { padding-right: 1.1em; }
+
-
.shield.icon { padding-left: 1.1em; padding-right: 1.1em; }
+
-
.skew.icon { padding-right: 1.4em; padding-left: 1.3em; }
+
-
.oval.icon { padding-left: 1.3em; padding-right: 1.3em; }
+
-
.knife { padding-left: 2em; }
+
}
}
 +
.infobox th {
 +
background-color: #2F0600;
 +
color: #F2D5AD;
 +
padding: 3px;
 +
}
 +
.infobox td {
 +
padding: 3px;
 +
}
 +
.infobox td.image {
 +
padding: 1em;
 +
text-align: center;
 +
}
-
/* Damn, this became a fat baby..  */
+
/*斯塔特BOX不要乱动啊有木有啊基友*/
 +
.statbox {
 +
background-color: #0A0101;
 +
border: 1px solid #2F0600;
 +
margin-left: .5em;
 +
}
 +
 
 +
.statbox table {
 +
background-color: #0A0101;
 +
width: 100%;
 +
}
 +
 
 +
.statbox th.header {
 +
padding: 1.0em;
 +
font-family: Georgia;
 +
font-size: 1.2em;
 +
}
 +
 
 +
.statbox th {
 +
background-color: #2F0600;
 +
color: #F2D5AD;
 +
padding: 3px;
 +
}
 +
 
 +
.statbox td {
 +
padding: 3px;
 +
}
 +
 
 +
.statbox td.image {
 +
padding: 1em;
 +
text-align: center;
 +
}

在2011年5月15日 (日) 15:34的最新修订版本

/* Skin */

div.vectorTabs li.new a, div.vectorTabs li.new a span, div.vectorTabs li.new a:visited, div.vectorTabs li.new a:visited span {
    color: #CC2200;
}

#pt-userpage, #pt-anonuserpage, #pt-login {
   background: url("http://i.imgur.com/Yu8kE.png") left top no-repeat;
   padding-left: 10px !important;
}

#contentSub, #contentSub2 {
    color: #A18E73;
}

html .thumbimage {
    border: 1px solid #330707;
}

div.thumb {
    background-color: #100303;
    border-color: #100303;
    border-style: solid;
}

div.thumbinner {
    background-color: #0A0101;
    border: 1px solid #330707;
}

#p-logo {
    background-color: transparent;
}

#preferences fieldset.prefsection fieldset {
    border: 1px solid #330707;
}

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

body {
    background: #0A0101;
    position: relative;
    height: 100%;
    min-width: 1000px;
    margin: 0 auto;
    padding: 0;
    background-repeat: no-repeat;
}

a:hover {
   color: #AF833B;
   text-decoration: none;
}

a:visited:hover {
    color: #E0B021;
}

a.new, #p-personal a.new {
    color: #CC2200;
}

a.new:visited, #p-personal a.new:visited {
    color: #CC2200;
}

.vectorMenu h5 {
    border-bottom: medium none;
}

h1, h2 {
    color: #D49E43;
    border-bottom: 1px solid #330707;
}

h3, h4, h5, h6 {
    color: #D49E43;
    border-bottom: 0px;
}

#footer {
    background-image: url("http://i.imgur.com/nFMqU.png");
}

#content {
    background-color: #100303;
    color: #A18E73;
    padding: 15px;
    border: 2px solid #2F0600;
}

#mw-pages table {
    background: none;
}

#mw-subcategories table {
    background: none;
}

#mw-page-base {
    background-color: #0A0101;
}

#mw-head-base {
    background-image: url("http://i.imgur.com/nFMqU.png");
}

div.vectorTabs {
    background-image: url("http://i.imgur.com/0LPEi.png");
    background-repeat: no-repeat;
}

div.vectorTabs ul li {
    background-color: #0A0101;
    background-image: url("http://i.imgur.com/PLiMq.png");
}

div.vectorTabs li.selected {
    background-image: url("http://i.imgur.com/pne2r.png");
}

div.vectorTabs li a {
    background-image: url("http://i.imgur.com/0LPEi.png");
}

div.vectorMenu h5 a {
    background-image: url("http://i.imgur.com/0LPEi.png");
    background-repeat: no-repeat;
}

#mw-panel div.portal div.body {
    background-image: url("http://i.imgur.com/7l9FP.png");
}

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

a:visited {
    color: #AF833B;
}

a.stub {
   color: #E0B021;
}

a {
    color: #E0B021;
}

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

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

#footer ul li {
    color: #AF833B;
}

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: #AF833B;
}

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

#mw-panel div.portal div.body ul li a:hover {
   color: #AF833B;
   text-decoration: none;
}

a.new, #p-personal a.new:hover {
   color: #AF833B;
   text-decoration: none;
}

div.vectorTabs ul li { 
    background-color: transparent !important; 
} 

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

#content a.external {
    color: #AF833B;
}

#content a.external:hover {
   color: #AF833B;
   text-decoration: none;
}

ul#filetoc {
    background-color: #0A0101;
    border: 1px solid #210202;
}

.wikitable th, .wikitable td {
    background-color: #0A0101;
    border: 1px solid #210202;
}

table {
    color: #A18E73;
    background-color: #0A0101;
}

.catlinks {
    background-color: #0A0101;
    border: 1px solid #210202;
   -moz-border-radius: .5em;
   -khtml-border-radius: .5em;
   -webkit-border-radius: .5em;
   border-radius: .5em;
}

#pagehistory li.selected {
    background-color: #0A0101;
    border: 1px dashed #210202;
}

#pagehistory li {
    border: 1px solid #330707;
}

abbr, acronym, .explain {
    border-bottom: 1px dotted #AF833B;
    color: #AF833B;
}

#userlogin, #userloginForm {
    border: 1px solid #330707;
    background-color: #0A0101;
}

fieldset {
    border: 1px solid #330707;
}

div.vectorMenu li a {
    color: #AF833B;
}

div.vectorMenu ul {
    background-color: #100303;
    border: 1px solid #330707;
}

h4.mw-specialpagesgroup {
    background-color: #100303;
}

.mw-specialpages-table {
    background-color: transparent;
}

hr {
    background-color: #100303;
    color: #100303;
}

#toc, .toc, .mw-warning {
    background-color: #2B0E0E;
    border: 1px solid #210202;
   -moz-border-radius: .5em;
   -khtml-border-radius: .5em;
   -webkit-border-radius: .5em;
   border-radius: .5em;
}

.mw-plusminus-pos {
    color: #7DBA84;
}

.mw-plusminus-neg {
    color: #CC2200;
}

div#mw-js-message {
    border: 1px solid #210202;
    background-color: #0A0101;
}

#preferences {
    background-color: #100303;
    border: 1px solid #330707;
    background-image: url("http://i.imgur.com/9sdwG.png");
}

#preferences legend {
    color: #A18E73;
}

#preferences td.htmlform-tip {
    color: #A18E73;
}

#preftoc li.selected a {
    color: #AF833B;
    background-image: url("");
}

#preftoc a, #preftoc a:active {
    color: #A18E73;
}

#preftoc li {
    background-image: url("http://i.imgur.com/0LPEi.png");
}

#preftoc {
    background-image: url("http://i.imgur.com/0LPEi.png");
}

#userloginForm {
    background-color: #0A0101;
    border: 1px solid #210202;
}

table.diff, td.diff-otitle, td.diff-ntitle {
    background-color: #100303;
}

fieldset#mw-searchoptions{
  background: #0A0101;
}

.mw-search-formheader {
  background: #0A0101;
}

td.diff-addedline div {
  color: #0A0101;
}

td.diff-addedline {
  background: #AF833B;
}

td.diff-deletedline div {
  color: #0A0101;
}

td.diff-deletedline {
  background: #FFE788;
}

td.diff-context div {
  background: #0A0101;

}

table.gallery {
  background-color: #0A0101;
}

table.gallery td {
  background-color: #0A0101;
  border: solid 2px #0A0101;
}

table#mw-dismissable-notice {
  background: none;
}

.TablePager th{
    background-color: #0A0101;
}

.TablePager td {
    background-color: #0A0101;
}

.TablePager_nav {
    background: none;
}

div.pBody {
    background : #120404;
    border: 1px solid #2F0600;
}

/*这里是表格模板啊有木有啊有木有不要乱动啊有木有*/
/* infobox template style */
.infobox {
	background-color: #0A0101;
	border: 1px solid #2F0600;
	float: right;
	margin-left: .5em;
	width: 270px;
}

.infobox table {
	background-color: #0A0101;
	width: 100%;
}

.infobox th.header {
	padding: 1.0em;
	font-family: Georgia;
	font-size: 1.2em;
}

.infobox th {
	background-color: #2F0600;
	color: #F2D5AD;
	padding: 3px;
}

.infobox td {
	padding: 3px;
}

.infobox td.image {
	padding: 1em;
	text-align: center;
}

/*斯塔特BOX不要乱动啊有木有啊基友*/
.statbox {
	background-color: #0A0101;
	border: 1px solid #2F0600;
	margin-left: .5em;
}

.statbox table {
	background-color: #0A0101;
	width: 100%;
}

.statbox th.header {
	padding: 1.0em;
	font-family: Georgia;
	font-size: 1.2em;
}

.statbox th {
	background-color: #2F0600;
	color: #F2D5AD;
	padding: 3px;
}

.statbox td {
	padding: 3px;
}

.statbox td.image {
	padding: 1em;
	text-align: center;
}
个人工具
分享到: 更多
名字空间
变换
动作
网站地图
暗黑破坏神 III
暗黑破坏神 II
暗黑破坏神
工具箱
编辑箱
关于暗黑百科