MediaWiki:Vector.css: Difference between revisions
Jump to navigation
Jump to search
Pianoforte (talk | contribs) No edit summary |
Pianoforte (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
body { | body { | ||
background-image: url("http://gfwiki.com/images/c/c9/Logo.png"),url("http://gfwiki.com/images/ | background-image: url("http://gfwiki.com/images/c/c9/Logo.png"),url("http://gfwiki.com/images/1/1b/background.jpg"); | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
background-attachment: scroll, fixed; | background-attachment: scroll, fixed; | ||
background-position: 1em 200px, | background-position: 1em 200px, right top; | ||
background-size: auto, cover; | background-size: auto, cover; | ||
font-family: Sans-Serif; | font-family: Sans-Serif; | ||
} | } | ||
div#mw-panel {top:360px; background: rgba(8,8,8,0.90);} | |||
/* Navigation Tab*/ | /* Navigation Tab*/ | ||
div.vectorTabs li.selected a, div.vectorTabs li.selected a:visited {color: #FFFFFF;text-shadow: 0 0 0.2em black, 0 0 0.2em black;} | div.vectorTabs li.selected a, div.vectorTabs li.selected a:visited {color: #FFFFFF;text-shadow: 0 0 0.2em black, 0 0 0.2em black;} | ||
div.vectorTabs li.new a, div.vectorTabs li.new a:visited {color: #FF0000;text-shadow: 0 0 0.2em black, 0 0 0.2em black;} | div.vectorTabs li.new a, div.vectorTabs li.new a:visited {color: #FF0000;text-shadow: 0 0 0.2em black, 0 0 0.2em black;} | ||
Line 18: | Line 19: | ||
div.vectorTabs li a {color: #EEAA00;text-shadow: 0 0 0.2em black, 0 0 0.2em black;} | div.vectorTabs li a {color: #EEAA00;text-shadow: 0 0 0.2em black, 0 0 0.2em black;} | ||
div.vectorTabs ul li, | div.vectorTabs ul li, | ||
#p-variants, | #p-variants, | ||
#p-cactions { | #p-cactions { | ||
background-image: none | background-image: none; | ||
background-color: rgba( | background-color: rgba(0,0,0,0.3); } | ||
div.vectorMenu li a, div.vectorMenu h3 span {color: #EEAA00;text-shadow: 0 0 0.2em black, 0 0 0.2em black;} | |||
#p-cactions:hover { | #p-cactions:hover { | ||
background-image: none | background-image: none; | ||
background-color: rgba( | background-color: rgba(0,0,0,0.5); } | ||
div.vectorTabs li:hover { | div.vectorTabs li:hover { | ||
background-image: none | background-image: none; | ||
background-color: rgba( | background-color: rgba(0,0,0,0.5); } | ||
div.vectorTabs li.selected { | div.vectorTabs li.selected { | ||
background-image: none | background-image: none; | ||
background-color: rgba( | background-color: rgba(8,8,8,0.90); | ||
} | } | ||
div.vectorMenu div.menu { | div.vectorMenu div.menu { | ||
background-color: rgba(255,255,255,0.3) | background-color: rgba(255,255,255,0.3); | ||
border:none | border:none; | ||
left:0px; | left:0px; | ||
} | } | ||
div.vectorMenu div.menu a:hover { | div.vectorMenu div.menu a:hover { | ||
background-color: rgba(255,255,255,0.6) | background-color: rgba(255,255,255,0.6); | ||
} | } | ||
Line 66: | Line 70: | ||
div#footer ul li {color: white;text-shadow: 0 0 0.2em black, 0 0 0.2em black;} | |||
/*personal*/ | |||
#p-personal { | |||
background-color: rgba(8,8,8,0.90); | |||
padding-top: 5px; | |||
padding-bottom: 5px; | |||
padding-right: 10px; | |||
} | |||
#p-personal ul {padding-left: 0em;} | |||
/* control panel/preferences */ | |||
.mw-echo-state .mw-echo-content .mw-echo-title, .mw-echo-state .mw-echo-content .mw-echo-notification-footer, .mw-echo-date-section {color:rgb(250,250,250);} | |||
#contentSub, #contentSub2 {color:rgb(250,250,250);} | |||
/* Content */ | |||
/* system */ | |||
/*Editing box*/ | |||
.mw-highlight{ | |||
text-shadow:none; | |||
} | |||
/*Editing options*/ | |||
.editOptions { | |||
background-color: rgba(0,0,0,0.4); | |||
border: none; | |||
border-top: none; | |||
} | |||
#pagehistory li.selected { | |||
background-color: rgba(0,0,0,0.4); | |||
border:none; | |||
} | |||
ul#filetoc { | |||
background-color: rgba(0,0,0,0.4); | |||
border:none; | |||
} | |||
table.mw_metadata { | |||
color: black; | |||
text-shadow: none; | |||
} | |||
.errorbox, .warningbox, .successbox, .comment-toolbar {text-shadow: none;} | |||
.comment-user, .comment-user a{color:rgb(240,240,240);} | |||
.catlinks { | |||
border: none; | |||
background-color: rgba(0,0,0,0.4); | |||
} | |||
.mw-datatable, .mw-datatable td, .mw-datatable th { | |||
text-shadow: none; | |||
color: black; | |||
} | |||
.mw-search-profile-tabs{text-shadow:none;} | |||
.diff-context{text-shadow:none;} | |||
.wikiEditor-ui .wikiEditor-ui-view {text-shadow:none;color:black;} | |||
/* Content body*/ | |||
.mw-body { | .mw-body { | ||
background-color: rgba( | background-color: rgba(8,8,8,0.90); | ||
border:none; | border:none; | ||
color: black; | color: rgba(250,250,250,1); | ||
text-shadow: 0 0 0.2em black, 0 0 0.2em black; | |||
} | |||
/* Header color*/ | |||
h1, h2, h3, h4, h5, h6 { | |||
color: white; | |||
} | |||
/* Table of Contents */ | |||
#toc, .toc, .mw-warning, .toccolours { | |||
border: 1px solid #aaa; | |||
background-color: rgba(0,0,0,0.6); | |||
} | |||
/* system */ | |||
table.wikitable, pre, code, tt, kbd, samp, .mw-code { | |||
text-shadow:none; | |||
} | |||
/* tabs */ | |||
ul.tabbernav {border-bottom:none;margin-top: 0.4em;} | |||
/* tab body*/ | |||
.tabber .tabbertab { | |||
padding: 5px; | |||
border: none; | |||
/*border-top: 0;*/ | |||
background-color: rgba(100,100,100,0.7); | |||
} | |||
/* active tab */ | |||
ul.tabbernav li.tabberactive a, ul.tabbernav li.tabberactive a:link { | |||
background-color: rgba(100,100,100,0.7); | |||
border: none; | |||
color: white; | |||
font-weight: bold; | |||
} | |||
ul.tabbernav li.tabberactive a:hover { | |||
background-color: rgba(100,100,100,0.7); | |||
border: none; | |||
color: white; | |||
font-weight: bold; | |||
} | |||
/* inactive tab */ | |||
ul.tabbernav li a:link { | |||
color: white; | |||
font-weight: normal; | |||
font-size: 110%; | |||
background-color:rgba(100,100,100,0.3); | |||
border:none; | |||
padding-top: 0.5em; | |||
} | } | ||
ul.tabbernav li a:hover {background-color: rgba(127,127,127,0.4);} |
Revision as of 06:45, 25 October 2016
body {
background-image: url("http://gfwiki.com/images/c/c9/Logo.png"),url("http://gfwiki.com/images/1/1b/background.jpg");
background-repeat: no-repeat;
background-attachment: scroll, fixed;
background-position: 1em 200px, right top;
background-size: auto, cover;
font-family: Sans-Serif;
}
div#mw-panel {top:360px; background: rgba(8,8,8,0.90);}
/* Navigation Tab*/
div.vectorTabs li.selected a, div.vectorTabs li.selected a:visited {color: #FFFFFF;text-shadow: 0 0 0.2em black, 0 0 0.2em black;}
div.vectorTabs li.new a, div.vectorTabs li.new a:visited {color: #FF0000;text-shadow: 0 0 0.2em black, 0 0 0.2em black;}
div.vectorTabs li a {color: #FFCC00;text-shadow: 0 0 0.2em black, 0 0 0.2em black;}
div.vectorTabs li a {color: #EEAA00;text-shadow: 0 0 0.2em black, 0 0 0.2em black;}
div.vectorTabs ul li,
#p-variants,
#p-cactions {
background-image: none;
background-color: rgba(0,0,0,0.3); }
div.vectorMenu li a, div.vectorMenu h3 span {color: #EEAA00;text-shadow: 0 0 0.2em black, 0 0 0.2em black;}
#p-cactions:hover {
background-image: none;
background-color: rgba(0,0,0,0.5); }
div.vectorTabs li:hover {
background-image: none;
background-color: rgba(0,0,0,0.5); }
div.vectorTabs li.selected {
background-image: none;
background-color: rgba(8,8,8,0.90);
}
div.vectorMenu div.menu {
background-color: rgba(255,255,255,0.3);
border:none;
left:0px;
}
div.vectorMenu div.menu a:hover {
background-color: rgba(255,255,255,0.6);
}
#p-variants-label,
div.vectorTabs,
div.vectorTabs span,
div.vectorTabs ul,
div#mw-head div.vectorMenu h3 {
background-image: none;
padding-left:0px;
}
#left-navigation,
#right-navigation {
margin-top: 159px;
}
div#footer ul li {color: white;text-shadow: 0 0 0.2em black, 0 0 0.2em black;}
/*personal*/
#p-personal {
background-color: rgba(8,8,8,0.90);
padding-top: 5px;
padding-bottom: 5px;
padding-right: 10px;
}
#p-personal ul {padding-left: 0em;}
/* control panel/preferences */
.mw-echo-state .mw-echo-content .mw-echo-title, .mw-echo-state .mw-echo-content .mw-echo-notification-footer, .mw-echo-date-section {color:rgb(250,250,250);}
#contentSub, #contentSub2 {color:rgb(250,250,250);}
/* Content */
/* system */
/*Editing box*/
.mw-highlight{
text-shadow:none;
}
/*Editing options*/
.editOptions {
background-color: rgba(0,0,0,0.4);
border: none;
border-top: none;
}
#pagehistory li.selected {
background-color: rgba(0,0,0,0.4);
border:none;
}
ul#filetoc {
background-color: rgba(0,0,0,0.4);
border:none;
}
table.mw_metadata {
color: black;
text-shadow: none;
}
.errorbox, .warningbox, .successbox, .comment-toolbar {text-shadow: none;}
.comment-user, .comment-user a{color:rgb(240,240,240);}
.catlinks {
border: none;
background-color: rgba(0,0,0,0.4);
}
.mw-datatable, .mw-datatable td, .mw-datatable th {
text-shadow: none;
color: black;
}
.mw-search-profile-tabs{text-shadow:none;}
.diff-context{text-shadow:none;}
.wikiEditor-ui .wikiEditor-ui-view {text-shadow:none;color:black;}
/* Content body*/
.mw-body {
background-color: rgba(8,8,8,0.90);
border:none;
color: rgba(250,250,250,1);
text-shadow: 0 0 0.2em black, 0 0 0.2em black;
}
/* Header color*/
h1, h2, h3, h4, h5, h6 {
color: white;
}
/* Table of Contents */
#toc, .toc, .mw-warning, .toccolours {
border: 1px solid #aaa;
background-color: rgba(0,0,0,0.6);
}
/* system */
table.wikitable, pre, code, tt, kbd, samp, .mw-code {
text-shadow:none;
}
/* tabs */
ul.tabbernav {border-bottom:none;margin-top: 0.4em;}
/* tab body*/
.tabber .tabbertab {
padding: 5px;
border: none;
/*border-top: 0;*/
background-color: rgba(100,100,100,0.7);
}
/* active tab */
ul.tabbernav li.tabberactive a, ul.tabbernav li.tabberactive a:link {
background-color: rgba(100,100,100,0.7);
border: none;
color: white;
font-weight: bold;
}
ul.tabbernav li.tabberactive a:hover {
background-color: rgba(100,100,100,0.7);
border: none;
color: white;
font-weight: bold;
}
/* inactive tab */
ul.tabbernav li a:link {
color: white;
font-weight: normal;
font-size: 110%;
background-color:rgba(100,100,100,0.3);
border:none;
padding-top: 0.5em;
}
ul.tabbernav li a:hover {background-color: rgba(127,127,127,0.4);}