MediaWiki:Vector.css: Difference between revisions
Screamer1234 (talk | contribs) No edit summary |
testing comments css |
||
Line 93: | Line 93: | ||
#left-navigation div.vectorTabs,#right-navigation div.vectorTabs{ | #left-navigation div.vectorTabs,#right-navigation div.vectorTabs{ | ||
background-image:inherit; | background-image:inherit; | ||
background-color:# | background-color:#250b2d | ||
} | } | ||
#left-navigation div.vectorTabs ul,#right-navigation div.vectorTabs ul{ | #left-navigation div.vectorTabs ul,#right-navigation div.vectorTabs ul{ | ||
background-color:# | background-color:#250b2d | ||
} | } | ||
#left-navigation div.vectorTabs ul li,#right-navigation div.vectorTabs ul li{ | #left-navigation div.vectorTabs ul li,#right-navigation div.vectorTabs ul li{ | ||
background-color:#222; | background-color:#222; | ||
background-image:-moz-linear-gradient(top, # | background-image:-moz-linear-gradient(top, #2e2e2e 20%, #222 100%); | ||
background-image:-webkit-gradient(linear, left top, left bottom, color-stop(20%, # | background-image:-webkit-gradient(linear, left top, left bottom, color-stop(20%, #2e2e2e), color-stop(100%, #222)); | ||
background-image:-webkit-linear-gradient(top, # | background-image:-webkit-linear-gradient(top, #2e2e2e 20%, #222 100%); | ||
background-image:linear-gradient(# | background-image:linear-gradient(#2e2e2e 20%, #222 100%) | ||
} | } | ||
#left-navigation div.vectorTabs li.new a,#right-navigation div.vectorTabs li.new a,#left-navigation div.vectorTabs li.new a:visited,#right-navigation div.vectorTabs li.new a:visited{ | #left-navigation div.vectorTabs li.new a,#right-navigation div.vectorTabs li.new a,#left-navigation div.vectorTabs li.new a:visited,#right-navigation div.vectorTabs li.new a:visited{ | ||
color:# | color:#ff4a24 | ||
} | } | ||
#left-navigation div.vectorTabs li.selected,#right-navigation div.vectorTabs li.selected{ | #left-navigation div.vectorTabs li.selected,#right-navigation div.vectorTabs li.selected{ | ||
background-color:#333; | background-color:#333; | ||
background-image:-moz-linear-gradient(top, # | background-image:-moz-linear-gradient(top, #e87057 0, #333 10%); | ||
background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, # | background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #e87057), color-stop(10%, #333)); | ||
background-image:-webkit-linear-gradient(top, # | background-image:-webkit-linear-gradient(top, #e87057 0, #333 10%); | ||
background-image:linear-gradient(# | background-image:linear-gradient(#e87057 0, #333 10%) | ||
} | } | ||
#left-navigation div.vectorTabs li.selected a,#right-navigation div.vectorTabs li.selected a,#left-navigation div.vectorTabs li.selected a:visited,#right-navigation div.vectorTabs li.selected a:visited{ | #left-navigation div.vectorTabs li.selected a,#right-navigation div.vectorTabs li.selected a,#left-navigation div.vectorTabs li.selected a:visited,#right-navigation div.vectorTabs li.selected a:visited{ | ||
color:# | color:#e87057 | ||
} | } | ||
#left-navigation div.vectorTabs li a,#right-navigation div.vectorTabs li a{ | #left-navigation div.vectorTabs li a,#right-navigation div.vectorTabs li a{ | ||
color:# | color:#e87057 | ||
} | } | ||
#left-navigation div.vectorTabs span,#right-navigation div.vectorTabs span{ | #left-navigation div.vectorTabs span,#right-navigation div.vectorTabs span{ | ||
Line 160: | Line 159: | ||
} | } | ||
html{ | html{ | ||
font-size:100% | font-size:100% | ||
} | } | ||
html,body{ | html,body{ | ||
Line 173: | Line 172: | ||
margin-left:10em; | margin-left:10em; | ||
padding:1em; | padding:1em; | ||
border:1px solid # | border:1px solid #250b2d; | ||
border-right-width:0; | border-right-width:0; | ||
margin-top:-1px; | margin-top:-1px; | ||
Line 314: | Line 313: | ||
div#simpleSearch{ | div#simpleSearch{ | ||
display:block; | display:block; | ||
width:12. | width:12.6em; | ||
padding-right:1. | padding-right:1.4em; | ||
height:1.4em; | height:1.4em; | ||
margin-top:.65em; | margin-top:.65em; | ||
position:relative; | position:relative; | ||
min-height: | min-height:1px; | ||
border:solid | border:solid 1px #aaa; | ||
color:black; | color:black; | ||
background-color: | background-color:white; | ||
background-image:/* @embed */ | background-image:/* @embed */ | ||
url('skins/Vector/images/search-fade.png'); | |||
background-position:top left; | |||
background-repeat:repeat-x | |||
} | } | ||
div#simpleSearch input{ | div#simpleSearch input{ | ||
Line 333: | Line 332: | ||
border:0; | border:0; | ||
background-color:transparent; | background-color:transparent; | ||
color: | color:black | ||
} | } | ||
div#simpleSearch #searchInput{ | div#simpleSearch #searchInput{ | ||
Line 467: | Line 466: | ||
float:left; | float:left; | ||
cursor:pointer; | cursor:pointer; | ||
position:relative | position:relative | ||
} | } | ||
body.rtl div.vectorMenu{ | body.rtl div.vectorMenu{ | ||
Line 492: | Line 491: | ||
font-weight:normal; | font-weight:normal; | ||
color:#4d4d4d | color:#4d4d4d | ||
} | } | ||
div.vectorMenu h3 a{ | div.vectorMenu h3 a{ | ||
Line 693: | Line 685: | ||
background-repeat:repeat-x; | background-repeat:repeat-x; | ||
background-image:url('skins/Vector/images/page-fade.png'); | background-image:url('skins/Vector/images/page-fade.png'); | ||
background-color: | background-color:#2a2a2a; | ||
background-image:-moz-linear-gradient(top, #333 50%, #2a2a2a 100%); | background-image:-moz-linear-gradient(top, #333 50%, #2a2a2a 100%); | ||
background-image:-webkit-gradient(linear, left top, left bottom, color-stop(50%, #333), color-stop(100%, #2a2a2a)); | background-image:-webkit-gradient(linear, left top, left bottom, color-stop(50%, #333), color-stop(100%, #2a2a2a)); | ||
Line 908: | Line 900: | ||
::-webkit-scrollbar-track { | ::-webkit-scrollbar-track { | ||
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0. | -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3) !important; | ||
-webkit-border-radius: 0px !important; | -webkit-border-radius: 0px !important; | ||
border-radius: 0px !important; | border-radius: 0px !important; | ||
Line 917: | Line 909: | ||
border-radius: 0px !important; | border-radius: 0px !important; | ||
background: #d13c17 !important; | background: #d13c17 !important; | ||
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0. | -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5) !important; | ||
} | } | ||
Line 926: | Line 918: | ||
/* Usernames /* | /* Usernames /* | ||
a[href="/wiki/User: | a[href="/wiki/User:ScreamerWiki123"] { color:#52ffcb !important; font-weight: bold !important; } | ||
/***** CSS placed ha[href="/wiki/User:USERNAME"] { color:COLOUR NAME !important; font-weight: bold !important; } | /***** CSS placed ha[href="/wiki/User:USERNAME"] { color:COLOUR NAME !important; font-weight: bold !important; } | ||
ere will be applied to all skins on the entire site. *****/ | ere will be applied to all skins on the entire site. *****/ | ||
a[href="/wiki/User:Lawiki1534"] { color:#2871F7 !important; font-weight: bold !important; } | a[href="/wiki/User:Lawiki1534"] { color:#2871F7 !important; font-weight: bold !important; } | ||
/***** CSS placed ha[href="/wiki/User:USERNAME"] { color:COLOUR NAME !important; font-weight: bold !important; } | /***** CSS placed ha[href="/wiki/User:USERNAME"] { color:COLOUR NAME !important; font-weight: bold !important; } | ||
ere will be applied to all skins on the entire site. *****/ | ere will be applied to all skins on the entire site. *****/ | ||
a[href="/wiki/User:Sump"] { color:cyan !important; font-weight: bold !important; } | a[href="/wiki/User:Sump"] { color:cyan !important; font-weight: bold !important; } | ||
/***** CSS placed ha[href="/wiki/User:USERNAME"] { color:COLOUR NAME !important; font-weight: bold !important; } | /***** CSS placed ha[href="/wiki/User:USERNAME"] { color:COLOUR NAME !important; font-weight: bold !important; } | ||
ere will be applied to all skins on the entire site. *****/ | ere will be applied to all skins on the entire site. *****/ | ||
a[href="/wiki/User:HLDK"] { color:orange !important; font-weight: bold !important; } | a[href="/wiki/User:HLDK"] { color:orange !important; font-weight: bold !important; } | ||
/***** CSS placed ha[href="/wiki/User:USERNAME"] { color:COLOUR NAME !important; font-weight: bold !important; } | /***** CSS placed ha[href="/wiki/User:USERNAME"] { color:COLOUR NAME !important; font-weight: bold !important; } | ||
ere will be applied to all skins on the entire site. *****/ | ere will be applied to all skins on the entire site. *****/ | ||
a[href="/wiki/User:TheMan5"] { color:white !important; font-weight: bold !important; } | a[href="/wiki/User:TheMan5"] { color:white !important; font-weight: bold !important; } | ||
/***** CSS placed ha[href="/wiki/User:USERNAME"] { color:COLOUR NAME !important; font-weight: bold !important; } | /***** CSS placed ha[href="/wiki/User:USERNAME"] { color:COLOUR NAME !important; font-weight: bold !important; } | ||
ere will be applied to all skins on the entire site. *****/ | ere will be applied to all skins on the entire site. *****/ | ||
a[href="/wiki/User:MoekaChiina"] { color:#db4dff !important; font-weight: bold !important; } | a[href="/wiki/User:MoekaChiina"] { color:#db4dff !important; font-weight: bold !important; } | ||
/***** CSS placed ha[href="/wiki/User:USERNAME"] { color:COLOUR NAME !important; font-weight: bold !important; } | /***** CSS placed ha[href="/wiki/User:USERNAME"] { color:COLOUR NAME !important; font-weight: bold !important; } |