To get rid of this ad please Sign up/Login.
Difference between revisions of "MediaWiki:Vector.css"
m |
m |
||
Line 3: | Line 3: | ||
.skintest { | .skintest { color: red; } | ||
.mw-body a:link { color: #0084b4; } | .mw-body a:link { color: #0084b4; } | ||
Line 24: | Line 22: | ||
#addthisheader { | #addthisheader { | ||
float:right; | |||
padding:5px; | |||
padding-top:10px; | |||
margin-left:10px; | |||
margin-bottom:10px; | |||
border-style:none; | |||
border-width:0px; | |||
} | } | ||
Line 40: | Line 38: | ||
.wikiFocusBox { | .wikiFocusBox { | ||
border-color: rgb(211, 211, 211); | border-color: rgb(211, 211, 211); | ||
border-style: solid; | border-style: solid; | ||
border-width: 1px; | border-width: 1px; | ||
-webkit-border-radius: 4px; | -webkit-border-radius: 4px; | ||
-moz-border-radius: 4px; | -moz-border-radius: 4px; | ||
-khtml-border-radius: 4px; | -khtml-border-radius: 4px; | ||
border-radius: 4px; | border-radius: 4px; | ||
background: rgb(250, 250, 250) url('http://www.entropiaplanets.com/styles/fusion/xenforo/gradients/category-23px-light.png') repeat-x top; | background: rgb(250, 250, 250) url('http://www.entropiaplanets.com/styles/fusion/xenforo/gradients/category-23px-light.png') repeat-x top; | ||
} | } | ||
.wikiFocusHeader { | .wikiFocusHeader { | ||
font-weight: bold; | font-weight: bold; | ||
color: rgb(101, 101, 101); | color: rgb(101, 101, 101); | ||
background-color: rgb(228, 228, 228); | background-color: rgb(228, 228, 228); | ||
padding: 4px; | padding: 4px; | ||
-webkit-border-radius: 3px; | -webkit-border-radius: 3px; | ||
-moz-border-radius: 3px; | -moz-border-radius: 3px; | ||
-khtml-border-radius: 3px; | -khtml-border-radius: 3px; | ||
border-radius: 3px; | border-radius: 3px; | ||
text-shadow: rgba(255,255,255,0.7) 0px 1px 0px; | text-shadow: rgba(255,255,255,0.7) 0px 1px 0px; | ||
background-image: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.4) 100%); | background-image: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.4) 100%); | ||
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,0.4))); | background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,0.4))); | ||
background-image: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.4) 100%); | background-image: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.4) 100%); | ||
background-image: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.4) 100%); | background-image: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.4) 100%); | ||
background-image: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.4) 100%); | background-image: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.4) 100%); | ||
background-image: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.4) 100%); | background-image: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.4) 100%); | ||
-webkit-box-shadow: inset rgba(0,0,0,0.2) 0px 1px 3px, #fff 0px 1px 0px; | -webkit-box-shadow: inset rgba(0,0,0,0.2) 0px 1px 3px, #fff 0px 1px 0px; | ||
-moz-box-shadow: inset rgba(0,0,0,0.2) 0px 1px 3px, #fff 0px 1px 0px; | -moz-box-shadow: inset rgba(0,0,0,0.2) 0px 1px 3px, #fff 0px 1px 0px; | ||
-khtml-box-shadow: inset rgba(0,0,0,0.2) 0px 1px 3px, #fff 0px 1px 0px; | -khtml-box-shadow: inset rgba(0,0,0,0.2) 0px 1px 3px, #fff 0px 1px 0px; | ||
box-shadow: inset rgba(0,0,0,0.2) 0px 1px 3px, #fff 0px 1px 0px; | box-shadow: inset rgba(0,0,0,0.2) 0px 1px 3px, #fff 0px 1px 0px; | ||
} | } |
Revision as of 06:47, 30 December 2013
/* CSS placed here will affect users of the Vector skin */ .skintest { color: red; } .mw-body a:link { color: #0084b4; } /* ################################################## SMW specific settings ################################################## */ .smwtable .row-odd {background-color:#fcfcfc; } .smwtable .row-even {background-color:#f7f7f7; } /* ################################################## AddThis specific settings */ ################################################## */ #addthisheader { float:right; padding:5px; padding-top:10px; margin-left:10px; margin-bottom:10px; border-style:none; border-width:0px; } /* ################################################## wikiFocus specific settings ################################################## */ .wikiFocusBox { border-color: rgb(211, 211, 211); border-style: solid; border-width: 1px; -webkit-border-radius: 4px; -moz-border-radius: 4px; -khtml-border-radius: 4px; border-radius: 4px; background: rgb(250, 250, 250) url('http://www.entropiaplanets.com/styles/fusion/xenforo/gradients/category-23px-light.png') repeat-x top; } .wikiFocusHeader { font-weight: bold; color: rgb(101, 101, 101); background-color: rgb(228, 228, 228); padding: 4px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -khtml-border-radius: 3px; border-radius: 3px; text-shadow: rgba(255,255,255,0.7) 0px 1px 0px; background-image: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.4) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,0.4))); background-image: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.4) 100%); background-image: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.4) 100%); background-image: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.4) 100%); background-image: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.4) 100%); -webkit-box-shadow: inset rgba(0,0,0,0.2) 0px 1px 3px, #fff 0px 1px 0px; -moz-box-shadow: inset rgba(0,0,0,0.2) 0px 1px 3px, #fff 0px 1px 0px; -khtml-box-shadow: inset rgba(0,0,0,0.2) 0px 1px 3px, #fff 0px 1px 0px; box-shadow: inset rgba(0,0,0,0.2) 0px 1px 3px, #fff 0px 1px 0px; }