|
|
Line 1: |
Line 1: |
| /* CSS placed here will affect users of the Vector skin */ | | /* CSS placed here will affect users of the darkvector skin */ |
| @import url('https://fonts.googleapis.com/css2?family=Rubik&display=swap');
| |
| body, .mw-headline {
| |
| font-family: "Rubik", "Helvetica Neue", "Segoe UI", Arial, sans-serif;
| |
| }
| |
| .Navboxcss {
| |
| background: rgb(2,0,36);
| |
| background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 51%, rgba(0,212,255,1) 100%);
| |
| }
| |
| .font-face{
| |
| font-size: 90%
| |
| }
| |
|
| |
|
| .mw-editsection { | | /* positioning for custom logos and whatnot */ |
| padding-left: 10px;
| | .logothing { |
| | display: block; |
| | width: 160px; |
| | position: absolute; |
| | left: -12.2em; |
| | top: -2.8em; |
| | background: none; |
| } | | } |
|
| |
|
| .toctogglelabel {
| | <style> |
| color: #e87057;
| | @import url('https://fonts.googleapis.com/css?family=Rubik&display=swap'); |
| }
| | </style> |
|
| |
|
| .toc {
| | div#content h1, div#content h2 {font-family: "Rubik", serif} |
| background-color: #4b4b4b;
| | /* changes the default font used for MediaWiki headings to Rubik */ |
| }
| |
|
| |
|
| /* Default style for navigation boxes */
| |
| .navbox { /* Navbox container style */
| |
| box-sizing: border-box;
| |
| border: 1px solid #a2a9b1;
| |
| width: 100%;
| |
| clear: both;
| |
| font-size: 88%;
| |
| text-align: center;
| |
| padding: 1px;
| |
| margin: 1em auto 0; /* Prevent preceding content from clinging to navboxes */
| |
| }
| |
|
| |
|
| .navbox .navbox {
| | /* changes the background color of the bottom and left of each page, up to behind half of the logo */ |
| margin-top: 0; /* No top margin for nested navboxes */
| | body {background: #a62e10} |
| } | |
|
| |
|
| .navbox + .navbox {
| | /* Override darkvector colour scheme to make it dark (compiled from modified LESS code) */ |
| margin-top: -1px; /* Single pixel border between adjacent navboxes */ | | h1,h2,h3,h4,h5,h6{ |
| | color:#c1c1c1 |
| } | | } |
| | | hr{ |
| .navbox-inner,
| | color:#222 |
| .navbox-subgroup {
| |
| width: 100%; | |
| } | | } |
| | | .editOptions{ |
| .navbox-group,
| | background-color:#333; |
| .navbox-title,
| | border-color:#4c4c4c |
| .navbox-abovebelow { | |
| padding: 0.25em 1em; /* Title, group and above/below styles */ | |
| line-height: 1.5em;
| |
| text-align: center; | |
| } | | } |
| | | input,textarea{ |
| th.navbox-group { /* Group style */
| | background-color:#282828; |
| white-space: nowrap; | | border-color:#282828; |
| /* @noflip */ | | color:#c1c1c1 |
| text-align: right; | |
| } | | } |
| | | a,.mw-body a.external,.mw-body a.extiw{ |
| .navbox, | | color:#e87057 |
| .navbox-subgroup { | |
| background-color: #fdfdfd; /* Background color */ | |
| } | | } |
| | | a:visited,.mw-body a.external:visited,.mw-body a.extiw:visited{ |
| .navbox-list { | | color:#e87057 |
| line-height: 1.5em;
| |
| border-color: #fdfdfd; /* Must match background color */ | |
| } | | } |
| | | a.new,#p-personal a.new{ |
| /* cell spacing for navbox cells */
| | color:#d44 |
| tr + tr > .navbox-abovebelow,
| |
| tr + tr > .navbox-group,
| |
| tr + tr > .navbox-image,
| |
| tr + tr > .navbox-list { /* Borders above 2nd, 3rd, etc. rows */
| |
| border-top: 2px solid #fdfdfd; /* Must match background color */ | |
| } | | } |
| | | ul{ |
| .navbox th,
| | list-style-image:none |
| .navbox-title {
| |
| background-color: #ccccff; /* Level 1 color */ | |
| } | | } |
| | | div.thumbinner,.catlinks{ |
| .navbox-abovebelow,
| | background-color:#4c4c4c; |
| th.navbox-group,
| | border-color:#1f1f1f |
| .navbox-subgroup .navbox-title { | |
| background-color: #ddddff; /* Level 2 color */ | |
| } | | } |
| | | #toc,div.toc,ul#filetoc,li.gallerybox div.thumb,.tocnumber{ |
| .navbox-subgroup .navbox-group, | | background-color:#404040; |
| .navbox-subgroup .navbox-abovebelow {
| | border-color:#4c4c4c; |
| background-color: #e6e6ff; /* Level 3 color */ | | color: #D8D8D8 |
| } | | } |
| | | code{ |
| .navbox-even {
| | border:none; |
| background-color: #f7f7f7; /* Even row striping */ | | background-color:inherit; |
| | color:inherit |
| } | | } |
| | | oo-ui-fieldLayout-header{ |
| .navbox-odd {
| | color: #a62e10 |
| background-color: transparent; /* Odd row striping */
| |
| } | | } |
| | | table.mw_metadata td,table.mw_metadata th,table.wikitable,table.wikitable>*>tr>th,table.wikitable>*>tr>td,pre{ |
| .navbox .hlist td dl,
| | color:#c1c1c1; |
| .navbox .hlist td ol,
| | background-color:#4c4c4c; |
| .navbox .hlist td ul,
| | border-color:#1f1f1f |
| .navbox td.hlist dl, | |
| .navbox td.hlist ol, | |
| .navbox td.hlist ul {
| |
| padding: 0.125em 0; /* Adjust hlist padding in navboxes */ | |
| } | | } |
| /* Styling for JQuery makeCollapsible, matching that of collapseButton */
| | table.mw_metadata th,table.wikitable>*>tr>th{ |
| .mw-parser-output .mw-collapsible-toggle {
| | background-color:#595959 |
| font-weight: normal; | |
| /* @noflip */
| |
| text-align: right;
| |
| padding-right: 0.2em;
| |
| padding-left: 0.2em;
| |
| } | | } |
| | | table.diff{ |
| .mw-collapsible-leftside-toggle .mw-collapsible-toggle { | | background-color:#4c4c4c |
| /* @noflip */ | |
| float: left;
| |
| /* @noflip */
| |
| text-align: left;
| |
| } | | } |
| | | td .diffchange{ |
| /* Override Vector colour scheme to make it dark (compiled from modified LESS code) */
| | color:#4c4c4c |
| | |
| h1,
| |
| h2,
| |
| h3,
| |
| h4,
| |
| h5,
| |
| h6 {
| |
| color: #c1c1c1
| |
| } | | } |
| | | #pagehistory li.selected,td.diff-context{ |
| div.mw-number-text {
| | background-color:inherit; |
| color: #888 !important;
| | color:inherit |
| } | | } |
| | | #pagehistory li{ |
| div.mw-number-text h3 {
| | border:0 |
| color: #c1c1c1 !important;
| |
| } | | } |
| | | ul.mw-gallery-packed-hover li.gallerybox:hover div.gallerytextwrapper,ul.mw-gallery-packed-overlay li.gallerybox div.gallerytextwrapper,ul.mw-gallery-packed-hover li.gallerybox.mw-gallery-focused div.gallerytextwrapper{ |
| hr {
| | background-color:rgba(0,0,0,0.8) |
| color: #222;
| |
| } | | } |
| | #left-navigation div.darkvectorTabs,#right-navigation div.darkvectorTabs{ |
| | background-image:inherit; |
| | background-color:#e87057; |
|
| |
|
| pre {
| |
| color: #ccc;
| |
| background-color: #4C4C4C;
| |
| border: none;
| |
| } | | } |
| | | #left-navigation div.darkvectorTabs ul,#right-navigation div.darkvectorTabs ul{ |
| .CodeMirror, | | background-color:#e87057 |
| .mw-code,
| |
| .wikiEditor-ui-toolbar { | |
| color: #ccc !important;
| |
| background-color: #4C4C4C !important;
| |
| border: none;
| |
| } | | } |
| | | #left-navigation div.darkvectorTabs ul li,#right-navigation div.darkvectorTabs ul li{ |
| .doc { | | background-color:#222; |
| background: transparent;
| | background-image:-moz-linear-gradient(top, #8c4434 20%, #00FF00 100%); |
| | background-image:-webkit-gradient(linear, left top, left bottom, color-stop(20%, #8c4434), color-stop(100%, #8c4434)); |
| | background-image:-webkit-linear-gradient(top, #8c4434 20%, #8c4434 100%); |
| | background-image:linear-gradient(#e67860 0%, #8c4434 20%) |
| } | | } |
| | | #left-navigation div.darkvectorTabs li.new a,#right-navigation div.darkvectorTabs li.new a,#left-navigation div.darkvectorTabs li.new a:visited,#right-navigation div.darkvectorTabs li.new a:visited{ |
| .CategoryTreeToggle { | | color:#FFFFFF; |
| color: #e87057;
| |
| } | | } |
| | | #left-navigation div.darkvectorTabs li.selected,#right-navigation div.darkvectorTabs li.selected{ |
| .editOptions { | | background-color:#333; |
| color: #a8a8a8;
| | background-image:-moz-linear-gradient(top, #ffa896 0, #e87057 5%); |
| background-color: #333;
| | background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #ffa896), color-stop(10%, #ffa896)); |
| border-color: #4c4c4c;
| | background-image:-webkit-linear-gradient(top, #ffa896 0, #e87057 10%); |
| | background-image:linear-gradient(#e87057 0, #333 10%) |
| } | | } |
| | | #left-navigation div.darkvectorTabs li.selected a,#right-navigation div.darkvectorTabs li.selected a,#left-navigation div.darkvectorTabs li.selected a:visited,#right-navigation div.darkvectorTabs li.selected a:visited{ |
| .oo-ui-tabOptionWidget, | | color:#FFFFFF |
| .oo-ui-tabSelectWidget-framed { | |
| color: #e87057 !important;
| |
| } | | } |
| | | #left-navigation div.darkvectorTabs li a,#right-navigation div.darkvectorTabs li a{ |
| .oo-ui-menuOptionWidget, | | color:#FFFFFF |
| .oo-ui-dropdownWidget.oo-ui-widget-enabled .oo-ui-dropdownWidget-handle {
| |
| color: #a8a8a8 !important;
| |
| } | | } |
| | | #left-navigation div.darkvectorTabs span,#right-navigation div.darkvectorTabs span{ |
| .oo-ui-tabSelectWidget-framed, | | background:transparent |
| .oo-ui-dropdownWidget.oo-ui-widget-enabled .oo-ui-dropdownWidget-handle,
| |
| .oo-ui-menuSelectWidget { | |
| background-color: #4c4c4c !important;
| |
| } | | } |
| | | div#mw-head #right-navigation div.darkvectorMenu h3{ |
| .oo-ui-tabSelectWidget-framed,
| | background:inherit |
| .oo-ui-dropdownWidget.oo-ui-widget-enabled .oo-ui-dropdownWidget-handle {
| |
| border-color: #4c4c4c !important;
| |
| } | | } |
| | | div#mw-head div.darkvectorMenu h3 span{ |
| .oo-ui-dropdownWidget.oo-ui-widget-enabled .oo-ui-dropdownWidget-handle:hover,
| | color:#e87057 |
| .oo-ui-tabSelectWidget-framed .oo-ui-tabOptionWidget.oo-ui-optionWidget-selected,
| |
| .oo-ui-menuOptionWidget.oo-ui-optionWidget-selected,
| |
| .oo-ui-menuOptionWidget.oo-ui-optionWidget-highlighted { | |
| background-color: #606060 !important;
| |
| border-color: #4c4c4c !important;
| |
| } | | } |
| | | div.darkvectorMenu h3 a{ |
| .mw-rcfilters-ui-filterMenuHeaderWidget-header, | | background:inherit |
| .mw-rcfilters-ui-filterMenuSectionOptionWidget,
| |
| .oo-ui-popupWidget-popup {
| |
| color: #a8a8a8 !important;
| |
| background-color: #606060 !important;
| |
| border-color: #4c4c4c !important;
| |
| } | | } |
| | | div.darkvectorMenu ul{ |
| .mw-rcfilters-ui-filterMenuHeaderWidget-title, | | background-color:black; |
| .mw-rcfilters-ui-itemMenuOptionWidget-label-title,
| | border:solid 1px #0c0c0c |
| .mw-rcfilters-ui-itemMenuOptionWidget-label-desc,
| |
| .mw-rcfilters-ui-datePopupWidget .mw-rcfilters-ui-valuePickerWidget-title,
| |
| .mw-rcfilters-ui-filterTagMultiselectWidget-wrapper-content-title,
| |
| .mw-rcfilters-ui-filterMenuSectionOptionWidget-header-title.oo-ui-labelElement-label,
| |
| .mw-rcfilters-ui-menuSelectWidget-footer {
| |
| color: #ccc !important;
| |
| } | | } |
| | | div.darkvectorMenu li a{ |
| .mw-rcfilters-ui-filterMenuOptionWidget.oo-ui-flaggedElement-muted:not(.oo-ui-optionWidget-selected) | | color:#e87057 |
| { | |
| color: #999 !important;
| |
| } | | } |
| | | div.darkvectorMenu li.selected a,div.darkvectorMenu li.selected a:visited{ |
| .mw-rcfilters-ui-filterMenuHeaderWidget-title, | | color:#009900; |
| .mw-rcfilters-ui-filterTagMultiselectWidget-wrapper-content-title, | | text-decoration:none |
| .mw-rcfilters-ui-filterMenuSectionOptionWidget-header-title.oo-ui-labelElement-label, | |
| .mw-rcfilters-ui-menuSelectWidget-footer,
| |
| .mw-rcfilters-ui-filterMenuOptionWidget.oo-ui-flaggedElement-muted:not(.oo-ui-optionWidget-selected)
| |
| { | |
| background-color: #606060 !important;
| |
| } | | } |
| | | div.darkvectorMenu#p-cactions div.menu{ |
| .oo-ui-tabSelectWidget-framed .oo-ui-tabOptionWidget.oo-ui-optionWidget-selected .oo-ui-labelElement-label {
| | border-color:#1f1f1f |
| border-bottom-color: transparent !important;
| |
| } | | } |
| | | div.darkvectorMenu#p-cactions ul{ |
| input,
| | border:0; |
| textarea {
| | background-color:#4c4c4c |
| background-color: #4c4c4c;
| |
| border-color: #4c4c4c;
| |
| color: #c1c1c1;
| |
| } | | } |
| | | #mw-navigation div#mw-panel div.portal{ |
| .ace-tm,
| | background-image:none; |
| .ace-tm .ace_gutter,
| | border-top:0px solid #4c4c4c |
| .ace-tm .ace_gutter-active-line,
| |
| .codeEditor-status {
| |
| background-color: #4c4c4c !important;
| |
| color: #c1c1c1 !important;
| |
| } | | } |
| | | #mw-navigation div#mw-panel div.portal#p-logo,#mw-navigation div#mw-panel div.portal#p-navigation{ |
| .ace-tm .ace_print-margin { | | border-top:none |
| background: none !important;
| |
| } | | } |
| | | html{ |
| .ace-tm .ace_marker-layer .ace_selection {
| | font-size:100%; |
| background-color: #606060 !important;
| |
| } | | } |
| | | html,body{ |
| .ace-tm,
| | height:100%; |
| .ace-tm .ace_gutter,
| | margin:0; |
| .ace-tm .ace_gutter-active-line {
| | padding:0 |
| border-color: #4c4c4c !important;
| |
| } | | } |
| | | body{ |
| .codeEditor-status {
| | background-color:#1c1c1c |
| background-color: #4C4C4C !important;
| |
| } | | } |
| | | .mw-body{ |
| .ace-tm .ace_constant { | | margin-left:10em; |
| color: #d44 !important;
| | padding:1em; |
| | border:1px solid #e87057; |
| | border-right-width:0; |
| | margin-top:-1px; |
| | background-color:#333; |
| | color:#c1c1c1; |
| | direction:ltr |
| } | | } |
| | | .mw-body .mw-editsection,.mw-body .mw-editsection-like .mw-body p{ |
| .ace-tm .ace_cursor { | | line-height:inherit; |
| color: #333 !important;
| | margin:.5em 0 |
| } | | } |
| | | .mw-body h1,.mw-body h2,.mw-body #firstHeading .mw-body h1,.mw-body #firstHeading{ |
| .oo-ui-radioInputWidget input[type="radio"]:checked + span { | | font-size:1.8em |
| background-image: linear-gradient(transparent, transparent), url('images/circle-constructive.png') !important;
| |
| background-position: center center !important;
| |
| } | | } |
| | | .mw-body h2{ |
| .uls-menu, .mw-mmv-dialog {
| | font-size:1.5em; |
| background-color: #606060 !important;
| | margin-top:1em |
| } | | } |
| | | .mw-body h3,.mw-body h4,.mw-body h5,.mw-body h6{ |
| .uls-menu .uls-search, | | line-height:1.6; |
| .mw-search-profile-tabs { | | margin-top:.3em; |
| background-color: transparent !important;
| | margin-bottom:0; |
| background-image: none!important;
| | padding-bottom:0 |
| } | | } |
| | | .mw-body h3{ |
| .uls-menu .uls-search { | | font-size:1.17em |
| border-top-color: #e87057 !important;
| |
| border-bottom-color: #e87057 !important;
| |
| } | | } |
| | | .mw-body h3,.mw-body h4{ |
| .uls-menu .uls-filtersuggestion { | | font-weight:bold |
| background-color: #909090 !important;
| |
| } | | } |
| | | .mw-body h4,.mw-body h5,.mw-body h6{ |
| .uls-menu .uls-title, | | font-size:100% |
| .mw-mmv-options-text-header, | |
| .rc-anchor-light { | |
| color: #aaa !important;
| |
| } | | } |
| | | .mw-body #toc h2,.mw-body .toc h2 div.emptyPortlet{ |
| .uls-menu .uls-lcd-region-section .uls-lcd-region-title { | | display:none |
| color: #ccc !important;
| |
| } | | } |
| | | ul{ |
| .uls-lcd-region-section ul li:hover,
| | list-style-type:disc; |
| .rc-footer {
| | list-style-image:/* @embed */ |
| background-color: #707070 !important;
| | url('skins/darkvector/images/bullet-icon.png') |
| } | | } |
| | | pre,.mw-code{ |
| .uls-menu .uls-search-label { | | line-height:1.3em |
| background: transparent url('skins/Vector/resources/common/images/search_tool.png') !important;
| |
| background-repeat: no-repeat !important;
| |
| } | | } |
| | | #siteNotice{ |
| .uls-icon-close {
| | font-size:.8em |
| background: transparent url('images/exit.png') !important;
| |
| background-repeat: no-repeat !important;
| |
| background-position: center center !important;
| |
| } | | } |
| | | .redirectText{ |
| .mw-mmv-post-image,.mw-mmv-image-metadata{
| | font-size:140% |
| background-color: #4c4c4c !important;
| |
| } | | } |
| | | .redirectMsg img{ |
| .mw-mmv-image-links li, | | vertical-align:text-bottom |
| .rc-report-problem-text {
| |
| color: #bbb !important;
| |
| } | | } |
| | | .mw-body-content{ |
| .mw-mmv-post-image { | | position:relative; |
| color: #fff !important;
| | line-height:1.6; |
| | font-size:.875em |
| } | | } |
| | | body.darkvector-animateLayout .mw-body,body.darkvector-animateLayout div#footer,body.darkvector-animateLayout #left-navigation{ |
| .mw-mmv-options-dialog-header { | | -webkit-transition:margin-left 250ms,padding 250ms; |
| color: #ccc !important;
| | -moz-transition:margin-left 250ms,padding 250ms; |
| | -o-transition:margin-left 250ms,padding 250ms; |
| | transition:margin-left 250ms,padding 250ms |
| } | | } |
| | | body.darkvector-animateLayout #p-logo{ |
| .mw-mmv-options-text-body {
| | -webkit-transition:left 250ms; |
| color: #999 !important;
| | -moz-transition:left 250ms; |
| | -o-transition:left 250ms; |
| | transition:left 250ms |
| } | | } |
| | | body.darkvector-animateLayout #mw-panel{ |
| .mw-mmv-dialog .mw-mmv-dialog-down-arrow, | | -webkit-transition:padding-right 250ms; |
| .oo-ui-tagItemWidget.oo-ui-widget-enabled {
| | -moz-transition:padding-right 250ms; |
| background-color: #aaa !important;
| | -o-transition:padding-right 250ms; |
| | transition:padding-right 250ms |
| } | | } |
| | | body.darkvector-animateLayout #p-personal{ |
| .smw-ask-otheroptions tr { | | -webkit-transition:right 250ms; |
| background: #505050 none repeat scroll 0% 0% !important;
| | -moz-transition:right 250ms; |
| | -o-transition:right 250ms; |
| | transition:right 250ms |
| } | | } |
| | | body.darkvector-animateLayout #mw-head-base{ |
| a {
| | -webkit-transition:margin-left 250ms; |
| color: #e87057 !important;
| | -moz-transition:margin-left 250ms; |
| | -o-transition:margin-left 250ms; |
| | transition:margin-left 250ms |
| } | | } |
| | | #p-personal{ |
| a:visited {
| | position:absolute; |
| color: #e87057 !important;
| | top:.33em; |
| | right:.75em; |
| | z-index:100 |
| } | | } |
| | | #p-personal h3{ |
| a.new {
| | display:none |
| color: #d44 !important;
| |
| } | | } |
| | | #p-personal ul{ |
| ul { | | list-style-type:none; |
| list-style-image: none
| | list-style-image:none; |
| | margin:0; |
| | padding-left:10em |
| } | | } |
| | | #p-personal li{ |
| div.thumbinner,
| | line-height:1.125em; |
| .catlinks { | | float:left; |
| background-color: #4c4c4c;
| | margin-left:.75em; |
| border-color: #666
| | margin-top:.5em; |
| | font-size:.75em; |
| | white-space:nowrap |
| } | | } |
| | | #pt-userpage,#pt-anonuserpage{ |
| #toc, | | background-position:left top; |
| div.toc,
| | background-repeat:no-repeat; |
| ul#filetoc,
| | background-image:url('skins/darkvector/images/user-icon.png'); |
| li.gallerybox div.thumb {
| | background-image:-webkit-linear-gradient(transparent, transparent),/* @embed */ |
| background-color: #3d3d3d;
| | url('skins/darkvector/images/user-icon.svg'); |
| border-color: #666
| | background-image:linear-gradient(transparent, transparent),/* @embed */ |
| | url('skins/darkvector/images/user-icon.svg'); |
| | padding-left:15px !important |
| } | | } |
| | | div.darkvectorTabs h3{ |
| code {
| | display:none |
| border: none;
| |
| background-color: inherit;
| |
| color: inherit
| |
| } | | } |
| | | div.darkvectorTabs{ |
| table.mw_metadata td,
| | float:left; |
| table.mw_metadata th,
| | height:2.5em; |
| table.wikitable,
| | background-image:/* @embed */ |
| table.wikitable>*>tr>th,
| | url('skins/darkvector/images/tab-break.png'); |
| table.wikitable>*>tr>td,
| | background-position:bottom left; |
| pre {
| | background-repeat:no-repeat; |
| color: #c1c1c1;
| | padding-left:1px |
| background-color: #4c4c4c;
| |
| border-color: #666
| |
| } | | } |
| | | div.darkvectorTabs ul{ |
| table.mw_metadata th,
| | float:left; |
| table.wikitable>*>tr>th {
| | height:100%; |
| background-color: #595959
| | list-style-type:none; |
| | list-style-image:none; |
| | margin:0; |
| | padding:0; |
| | background-image:/* @embed */ |
| | url('skins/darkvector/images/tab-break.png'); |
| | background-position:right bottom; |
| | background-repeat:no-repeat |
| } | | } |
| | | div.darkvectorTabs ul li{ |
| .infobox>caption, | | float:left; |
| .navbox2 th {
| | line-height:1.125em; |
| background: #595959;
| | display:inline-block; |
| | height:100%; |
| | margin:0; |
| | padding:0; |
| | background-color:#f3f3f3; |
| | background-image:/* @embed */ |
| | background-position:bottom left; |
| | background-repeat:repeat-x; |
| | white-space:nowrap |
| } | | } |
| | | div.darkvectorTabs ul>li{ |
| .infobox th { | | display:block |
| background: #4c4c4c;
| |
| } | | } |
| | | div.darkvectorTabs li.new a,div.darkvectorTabs li.new a:visited{ |
| #preferences {
| | color:#a55858 |
| background-color: transparent;
| |
| } | | } |
| | | div.darkvectorTabs li.selected{ |
| #preftoc li {
| | background-image:/* @embed */ |
| background-image: none;
| |
| } | | } |
| | | div.darkvectorTabs li.selected a,div.darkvectorTabs li.selected a:visited{ |
| #preftoc li>a {
| | color:#333; |
| border-top: 1px solid #ccc;
| | text-decoration:none |
| border-right: 1px solid #ccc;
| |
| border-left: 1px solid #ccc;
| |
| border-collapse: collapse;
| |
| background-color: transparent;
| |
| color: #D28A0D;
| |
| } | | } |
| | | div.darkvectorTabs li.icon a{ |
| .wikiEditor-ui,
| | background-position:bottom right; |
| .wikiEditor-preview-contents,
| | background-repeat:no-repeat |
| .mw-datatable td,
| |
| .smw-editpage-help, div.mw-warning-with-logexcerpt,
| |
| .oo-ui-radioInputWidget input[type="radio"] + span,
| |
| .rc-anchor-light { | |
| background: transparent !important;
| |
| } | | } |
| | | div.darkvectorTabs li a{ |
| .mw-warning-with-logexcerpt { | | display:inline-block; |
| color: #a9a9a9
| | height:1.9em; |
| | padding-left:.5em; |
| | padding-right:.5em; |
| | color:#e87057; |
| | cursor:pointer; |
| | font-size:.8em |
| } | | } |
| | | div.darkvectorTabs li>a{ |
| .mw-datatable th, | | display:block |
| #rc-imageselect {
| |
| background-color: #4C4C4C !important;
| |
| } | | } |
| | | div.darkvectorTabs span{ |
| .rc-anchor { | | display:inline-block; |
| box-shadow:none;
| | background-image:/* @embed */ |
| | url('skins/darkvector/images/tab-break.png'); |
| | background-position:bottom right; |
| | background-repeat:no-repeat |
| } | | } |
| | | div.darkvectorTabs span a{ |
| div#simpleSearch { | | display:inline-block; |
| background-color: transparent!important;
| | padding-top:1.25em |
| background-image: none!important;
| |
| border: none!important;
| |
| } | | } |
| | | div.darkvectorTabs span>a{ |
| .oo-ui-textInputWidget input, | | float:left; |
| .oo-ui-textInputWidget textarea,
| | display:block |
| .oo-ui-tagMultiselectWidget-handle,
| |
| div#simpleSearch #searchInput{
| |
| background-color: #4C4C4C !important;
| |
| color: #C1C1C1 !important;
| |
| } | | } |
| | | div.darkvectorMenu{ |
| div#simpleSearch #searchInput { | | direction:ltr; |
| height: 100% !important;
| | float:left; |
| padding: 0 !important;
| | cursor:pointer; |
| | position:relative; |
| } | | } |
| | | body.rtl div.darkvectorMenu{ |
| div#simpleSearch #searchButton { | | direction:rtl |
| background-color: rgba(210, 138, 13, 0.27)!important;
| |
| } | | } |
| | | div#mw-head div.darkvectorMenu h3{ |
| .oo-ui-buttonElement-button, | | float:left; |
| .mw-ui-button {
| | background-image:/* @embed */ |
| color: #ffffff !important;
| | url('skins/darkvector/images/tab-break.png'); |
| background-color: #e87057 !important;
| | background-repeat:no-repeat; |
| border-color: #e87057 !important;
| | background-position:bottom right; |
| | margin-left:-1px; |
| | font-size:1em; |
| | height:2.5em; |
| | padding-right:1px; |
| | margin-right:-1px |
| } | | } |
| | | div.darkvectorMenu h3 span{ |
| .oo-ui-buttonElement-button:hover, | | display:block; |
| .mw-ui-button:hover {
| | font-size:.8em; |
| color: #ffffff !important;
| | padding-left:.7em; |
| background-color: #D28A0D !important;
| | padding-top:1.375em; |
| border-color: #D28A0D !important;
| | margin-right:20px; |
| | font-weight:normal; |
| | color:#4d4d4d |
| } | | } |
| | | div.darkvectorMenu li a{ |
| .oo-ui-dropdownInputWidget select,
| | transition: 0.4s |
| .oo-ui-dropdownInputWidget.oo-ui-widget-enabled,
| |
| .mw-ui-checkbox:not(#noop) input[type="checkbox"] + label::before { | |
| background-color: #4C4C4C !important;
| |
| } | | } |
| | | div.darkvectorMenu li:hover a{ |
| .mw-ui-checkbox:not(#noop) input[type="checkbox"] + label::before { | | background-color:#383838; |
| background-image: url('images/check-constructive.png') !important;
| | color: #f54f2c |
| } | | } |
| | | div.darkvectorMenu h3 a{ |
| table.diff {
| | position:absolute; |
| background-color: #4c4c4c;
| | top:0; |
| | right:0; |
| | width:20px; |
| | height:2.5em; |
| | background-image:url('skins/darkvector/images/arrow-down-icon.png'); |
| | background-image:-webkit-linear-gradient(transparent, transparent),/* @embed */ |
| | url('skins/darkvector/images/arrow-down-icon.svg'); |
| | background-image:linear-gradient(transparent, transparent),/* @embed */ |
| | url('skins/darkvector/images/arrow-down-icon.svg'); |
| | background-position:100% 70%; |
| | background-repeat:no-repeat; |
| | -webkit-transition:background-position 250ms; |
| | -moz-transition:background-position 250ms; |
| | -o-transition:background-position 250ms; |
| | transition:background-position 250ms |
| } | | } |
| | | div.darkvectorMenu.menuForceShow h3 a{ |
| td .diffchange {
| | background-position:100% 100% |
| color: #4c4c4c;
| |
| } | | } |
| | | div.darkvectorMenuFocus h3 a{ |
| #pagehistory li.selected,
| | background-image:url('skins/darkvector/images/arrow-down-focus-icon.png'); |
| td.diff-context {
| | background-image:-webkit-linear-gradient(transparent, transparent),/* @embed */ |
| background-color: inherit;
| | url('skins/darkvector/images/arrow-down-focus-icon.svg'); |
| color: inherit
| | background-image:linear-gradient(transparent, transparent),/* @embed */ |
| | url('skins/darkvector/images/arrow-down-focus-icon.svg') |
| } | | } |
| | | div.darkvectorMenu div.menu{ |
| #pagehistory li {
| | min-width:100%; |
| border: 0;
| | position:absolute; |
| | top:2.5em; |
| | left:-1px; |
| | background-color:white; |
| | border:solid 1px silver; |
| | border-top-width:0; |
| | clear:both; |
| | text-align:left; |
| | display:none |
| } | | } |
| | | div.darkvectorMenu:hover div.menu,div.darkvectorMenu.menuForceShow div.menu{ |
| .gallerytext p { | | display:block |
| color: rgba(255, 255, 255, 0.8);
| |
| } | | } |
| | | div.darkvectorMenu ul{ |
| #left-navigation div.darkvectorTabs,
| | list-style-type:none; |
| #right-navigation div.darkvectorTabs {
| | list-style-image:none; |
| background-image: inherit;
| | padding:0; |
| background-color: #e87057
| | margin:0; |
| | text-align:left |
| } | | } |
| | | div.darkvectorMenu ul,x:-moz-any-link{ |
| #left-navigation div.darkvectorTabs ul,
| | min-width:5em |
| #right-navigation div.darkvectorTabs ul {
| |
| background-color: #e87057
| |
| } | | } |
| | | div.darkvectorMenu ul,x:-moz-any-link,x:default{ |
| #left-navigation div.darkvectorTabs ul li,
| | min-width:0 |
| #right-navigation div.darkvectorTabs ul li {
| |
| background-color: #e87057;
| |
| background-image: -moz-linear-gradient(top, #333 20%, #2a2a2a 100%);
| |
| background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #333), color-stop(100%, #2a2a2a));
| |
| background-image: -webkit-linear-gradient(top, #333 20%, #2a2a2a 100%);
| |
| background-image: linear-gradient(#333 20%, #2a2a2a 100%)
| |
| } | | } |
| | | div.darkvectorMenu li{ |
| #left-navigation div.darkvectorTabs li.new a,
| | padding:0; |
| #right-navigation div.darkvectorTabs li.new a,
| | margin:0; |
| #left-navigation div.darkvectorTabs li.new a:visited,
| | text-align:left; |
| #right-navigation div.darkvectorTabs li.new a:visited {
| | line-height:1em |
| color: #d44
| |
| } | | } |
| | | div.darkvectorMenu li a{ |
| #left-navigation div.darkvectorTabs li.selected,
| | display:inline-block; |
| #right-navigation div.darkvectorTabs li.selected {
| | padding:.5em; |
| background-color: #333;
| | white-space:nowrap; |
| background-image: -moz-linear-gradient(top, #e87057 0, #333 10%);
| | color:#e87057; |
| background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e87057), color-stop(10%, #333));
| | cursor:pointer; |
| background-image: -webkit-linear-gradient(top, #e87057 0, #333 10%);
| | font-size:.8em |
| background-image: linear-gradient(#e87057 0, #333 10%)
| |
| } | | } |
| | | div.darkvectorMenu li>a{ |
| #left-navigation div.darkvectorTabs li.selected a,
| | display:block |
| #right-navigation div.darkvectorTabs li.selected a,
| |
| #left-navigation div.darkvectorTabs li.selected a:visited,
| |
| #right-navigation div.darkvectorTabs li.selected a:visited {
| |
| color: #D28A0D
| |
| } | | } |
| | | div.darkvectorMenu li.selected a,div.darkvectorMenu li.selected a:visited{ |
| #left-navigation div.darkvectorTabs li a,
| | color:#333; |
| #right-navigation div.darkvectorTabs li a {
| | text-decoration:none |
| color: #e87057
| |
| } | | } |
| | | @-webkit-keyframes rotate{ |
| #left-navigation div.darkvectorTabs span,
| | from{ |
| #right-navigation div.darkvectorTabs span {
| | -webkit-transform:rotate(0deg); |
| background: transparent
| | -moz-transform:rotate(0deg); |
| | transform:rotate(0deg) |
| } | | } |
| | | to{ |
| #mw-head #right-navigation div.darkvectorMenu h3 {
| | -webkit-transform:rotate(360deg); |
| background: inherit
| | -moz-transform:rotate(360deg); |
| | transform:rotate(360deg) |
| } | | } |
|
| |
| #mw-head div.darkvectorMenu h3 span {
| |
| color: #e87057
| |
| } | | } |
| | | @-moz-keyframes rotate{ |
| div.darkvectorMenu h3 a {
| | from{ |
| background: inherit
| | -webkit-transform:rotate(0deg); |
| | -moz-transform:rotate(0deg); |
| | transform:rotate(0deg) |
| } | | } |
| | | to{ |
| div.darkvectorMenu ul {
| | -webkit-transform:rotate(360deg); |
| background-color: black;
| | -moz-transform:rotate(360deg); |
| border: solid 1px #0c0c0c
| | transform:rotate(360deg) |
| } | | } |
|
| |
| div.darkvectorMenu li a {
| |
| color: #e87057
| |
| } | | } |
| | | @-o-keyframes rotate{ |
| div.darkvectorMenu li.selected a,
| | from{ |
| div.darkvectorMenu li.selected a:visited {
| | -webkit-transform:rotate(0deg); |
| color: #D28A0D;
| | -moz-transform:rotate(0deg); |
| text-decoration: none
| | transform:rotate(0deg) |
| } | | } |
| | | to{ |
| div.darkvectorMenu#p-cactions div.menu {
| | -webkit-transform:rotate(360deg); |
| border-color: #666
| | -moz-transform:rotate(360deg); |
| | transform:rotate(360deg) |
| } | | } |
|
| |
| div.darkvectorMenu#p-cactions ul {
| |
| border: 0;
| |
| background-color: #4c4c4c
| |
| } | | } |
| | | @keyframes rotate{ |
| #mw-navigation #mw-panel div.portal {
| | from{ |
| background-image: none;
| | -webkit-transform:rotate(0deg); |
| border-top: 1px solid #4c4c4c
| | -moz-transform:rotate(0deg); |
| | transform:rotate(0deg) |
| } | | } |
| | | to{ |
| #mw-navigation #mw-panel div.portal#p-logo,
| | -webkit-transform:rotate(360deg); |
| #mw-navigation #mw-panel div.portal#p-navigation {
| | -moz-transform:rotate(360deg); |
| border-top: none
| | transform:rotate(360deg) |
| } | | } |
|
| |
| html {
| |
| font-size: 100%
| |
| } | | } |
| | | #mw-navigation h2{ |
| html,
| | position:absolute; |
| body {
| | top:-9999px |
| height: 100%;
| |
| margin: 0;
| |
| padding: 0;
| |
| font-family: "Rubik", sans-serif
| |
| } | | } |
| | | #mw-page-base{ |
| body {
| | height:5em; |
| background-color: #2a2a2a
| | background-position:bottom left; |
| | background-repeat:repeat-x; |
| | background-image:url('skins/darkvector/images/page-fade.png'); |
| | background-color:1c1c1c; |
| | background-image:-moz-linear-gradient(top, #1c1c1c 50%, 1c1c1c 100%); |
| | background-image:-webkit-gradient(linear, left top, left bottom, color-stop(50%, #1c1c1c), color-stop(100%, #1c1c1c)); |
| | background-image:-webkit-linear-gradient(top, #1c1c1c 50%, 1c1c1c 100%); |
| | background-image:linear-gradient(#1c1c1c 50%, 1c1c1c 100%); |
| | background-color:#333 |
| } | | } |
| | | #mw-head-base{ |
| .mw-body {
| | margin-top:-5em; |
| margin-left: 10em;
| | margin-left:10em; |
| padding: 1em;
| | height:5em |
| border: 1px solid #e87057;
| |
| border-right-width: 0;
| |
| margin-top: -1px;
| |
| background-color: #333;
| |
| color: #c1c1c1;
| |
| direction: ltr
| |
| } | | } |
| | | div#mw-head{ |
| .mw-body .mw-editsection,
| | position:absolute; |
| .mw-body .mw-editsection-like {
| | top:0; |
| font-family: "Rubik", sans-serif
| | right:0; |
| | width:100% |
| } | | } |
| | | div#mw-head h3{ |
| .mw-body p {
| | margin:0; |
| line-height: inherit;
| | padding:0 |
| margin: .5em 0
| |
| } | | } |
| | | #left-navigation{ |
| .mw-body h1,
| | float:left; |
| .mw-body h2,
| | margin-left:10em; |
| .mw-body #firstHeading {
| | margin-top:2.5em; |
| font-family: "Rubik", sans-serif;
| | margin-bottom:-2.5em; |
| line-height: 1.3;
| | display:inline |
| margin-bottom: .25em;
| |
| padding: 0
| |
| } | | } |
| | | #right-navigation{ |
| .mw-body h1,
| | float:right; |
| .mw-body #firstHeading {
| | margin-top:2.5em |
| font-size: 1.8em
| |
| } | | } |
| | | #p-logo{ |
| .mw-body h2 {
| | position:absolute; |
| font-size: 1.5em;
| | top:-160px; |
| margin-top: 1em
| | left:0; |
| | width:10em; |
| | height:160px |
| } | | } |
| | | #p-logo a{ |
| .mw-body h3,
| | display:block; |
| .mw-body h4,
| | width:10em; |
| .mw-body h5,
| | height:160px; |
| .mw-body h6 {
| | background-repeat:no-repeat; |
| line-height: 1.6;
| | background-position:center center; |
| margin-top: .3em;
| | text-decoration:none |
| margin-bottom: 0;
| |
| padding-bottom: 0
| |
| } | | } |
| | | div#mw-panel{ |
| .mw-body h3 {
| | font-size:inherit; |
| font-size: 1.17em
| | position:absolute; |
| | top:160px; |
| | padding-top:1em; |
| | width:10em; |
| | left:0 |
| } | | } |
| | | div#mw-panel div.portal{ |
| .mw-body h3, | | margin:0 .6em 0 .7em; |
| .mw-body h4 {
| | padding:.25em 0; |
| font-weight: bold
| | direction:ltr; |
| | background-position:top left; |
| | background-repeat:no-repeat; |
| | background-image:/* @embed */ |
| | url('skins/darkvector/images/portal-break.png') |
| } | | } |
| | | div#mw-panel div.portal h3{ |
| .mw-body h4,
| | font-size:.75em; |
| .mw-body h5, | | color:#D8D8D8; |
| .mw-body h6 { | | font-weight:bold; |
| font-size: 100%
| | margin:0; |
| | padding:.25em 0 .25em .25em; |
| | cursor:default; |
| | border:none |
| } | | } |
| | | div#mw-panel div.portal div.body{ |
| .mw-body #toc h2,
| | margin:0 0 0 1.25em; |
| .mw-body .toc h2 { | | padding-top:0 |
| font-size: 100%;
| |
| font-family: sans-serif
| |
| } | | } |
| | | div#mw-panel div.portal div.body ul{ |
| div.emptyPortlet { | | list-style-type:none; |
| display: none
| | list-style-image:none; |
| | margin:0; |
| | padding-top:8px; |
| } | | } |
| | | div#mw-panel div.portal div.body ul li{ |
| ul { | | line-height:1.125em; |
| list-style-type: disc;
| | margin:0; |
| list-style-image: url('images/bullet-icon.svg')
| | padding:.25em 0; |
| | font-size:.75em; |
| | word-wrap:break-word |
| } | | } |
| | | div#mw-panel div.portal div.body ul li a{ |
| pre,
| | color:#e87057 |
| .mw-code {
| |
| line-height: 1.3em
| |
| } | | } |
| | | div#mw-panel div.portal div.body ul li a:visited{ |
| #siteNotice { | | color:#e87057 |
| font-size: .8em
| |
| } | | } |
| | | div#mw-panel div.portal.first{ |
| .redirectText { | | background-image:none; |
| font-size: 140%
| | margin-top:0 |
| } | | } |
| | | div#mw-panel div.portal.first h3{ |
| .redirectMsg img { | | display:none |
| vertical-align: text-bottom
| |
| } | | } |
| | | div#mw-panel div.portal.first div.body{ |
| .mw-body-content {
| | margin-left:.5em |
| position: relative;
| |
| line-height: 1.6;
| |
| font-size: .875em
| |
| } | | } |
| | | div#footer{ |
| body.darkvector-animateLayout .mw-body,
| | margin-left:10em; |
| body.darkvector-animateLayout #footer,
| | margin-top:0; |
| body.darkvector-animateLayout #left-navigation {
| | padding:.75em; |
| -webkit-transition: margin-left 250ms, padding 250ms;
| | direction:ltr |
| -moz-transition: margin-left 250ms, padding 250ms;
| |
| -o-transition: margin-left 250ms, padding 250ms;
| |
| transition: margin-left 250ms, padding 250ms
| |
| } | | } |
| | | div#footer ul{ |
| body.darkvector-animateLayout #p-logo {
| | list-style-type:none; |
| -webkit-transition: left 250ms;
| | list-style-image:none; |
| -moz-transition: left 250ms;
| | margin:0; |
| -o-transition: left 250ms;
| | padding:0 |
| transition: left 250ms
| |
| } | | } |
| | | div#footer ul li{ |
| body.darkvector-animateLayout #mw-panel {
| | margin:0; |
| -webkit-transition: padding-right 250ms;
| | padding:0; |
| -moz-transition: padding-right 250ms;
| | padding-top:.5em; |
| -o-transition: padding-right 250ms;
| | padding-bottom:.5em; |
| transition: padding-right 250ms
| | color:#c1c1c1; |
| | font-size:.7em |
| } | | } |
| | | div#footer #footer-icons{ |
| body.darkvector-animateLayout #p-search {
| | float:right |
| -webkit-transition: margin-right 250ms;
| |
| -moz-transition: margin-right 250ms;
| |
| -o-transition: margin-right 250ms;
| |
| transition: margin-right 250ms
| |
| } | | } |
| | | div#footer #footer-icons li{ |
| body.darkvector-animateLayout #p-personal {
| | float:left; |
| -webkit-transition: right 250ms;
| | margin-left:.5em; |
| -moz-transition: right 250ms;
| | line-height:2em; |
| -o-transition: right 250ms;
| | text-align:right |
| transition: right 250ms
| |
| } | | } |
| | | div#footer #footer-info li{ |
| body.darkvector-animateLayout #mw-head-base {
| | line-height:1.4em |
| -webkit-transition: margin-left 250ms;
| |
| -moz-transition: margin-left 250ms;
| |
| -o-transition: margin-left 250ms;
| |
| transition: margin-left 250ms
| |
| } | | } |
| | | div#footer #footer-places li{ |
| #p-personal { | | float:left; |
| position: absolute;
| | margin-right:1em; |
| top: .33em;
| | line-height:2em |
| right: .75em;
| |
| z-index: 100
| |
| } | | } |
| | | body.ltr div#footer #footer-places{ |
| #p-personal h3 { | | float:left |
| display: none
| |
| } | | } |
| | | .mw-body .external{ |
| #p-personal ul {
| | background-position:center right; |
| list-style-type: none;
| | background-repeat:no-repeat; |
| list-style-image: none;
| | background-image:url('skins/DarkVector/images/external-link-ltr-icon.png'); |
| margin: 0;
| | background-image:-webkit-linear-gradient(transparent, transparent),/* @embed */ |
| padding-left: 10em
| | url('skins/DarkVector/images/external-link-ltr-icon.svg'); |
| }
| | background-image:linear-gradient(transparent, transparent),/* @embed */ |
| | | url('skins/DarkVector/images/external-link-ltr-icon.svg'); |
| #p-personal li {
| | padding-right:13px |
| line-height: 1.125em;
| |
| float: left;
| |
| margin-left: .75em;
| |
| margin-top: .5em;
| |
| font-size: .75em;
| |
| white-space: nowrap;
| |
| color: #7c7c7c;
| |
| }
| |
| | |
| #pt-userpage,
| |
| #pt-anonuserpage {
| |
| background-position: left top;
| |
| background-repeat: no-repeat;
| |
| background-image: url('images/user-icon.png');
| |
| background-image: -webkit-linear-gradient(transparent, transparent), url('images/user-icon.svg');
| |
| background-image: linear-gradient(transparent, transparent), url('images/user-icon.svg');
| |
| padding-left: 15px !important
| |
| }
| |
| | |
| #p-search {
| |
| float: left;
| |
| margin-right: .5em;
| |
| margin-left: .5em;
| |
| font-family: "Rubik", sans-serif;
| |
| | |
| }
| |
| | |
| #p-search h3 {
| |
| display: none
| |
| }
| |
| | |
| #p-search form,
| |
| #p-search input {
| |
| margin: 0;
| |
| margin-top: .4em
| |
| }
| |
| | |
| div#simpleSearch {
| |
| display: block;
| |
| width: 12.6em;
| |
| padding-right: 1.4em;
| |
| height: 1.4em;
| |
| margin-top: .65em;
| |
| position: relative;
| |
| min-height: 1px;
| |
| border: solid 1px #aaa;
| |
| color: black;
| |
| background-color: white;
| |
| background-image: url('/skins/vector/resources/common/images/search-fade.png');
| |
| background-position: top left;
| |
| background-repeat: repeat-x
| |
| }
| |
| | |
| div#simpleSearch input {
| |
| margin: 0;
| |
| padding: 0;
| |
| border: 0;
| |
| background-color: transparent;
| |
| color: black
| |
| }
| |
| | |
| div#simpleSearch #searchInput {
| |
| width: 100%;
| |
| padding: .2em 0 .2em .2em;
| |
| font-size: 13px;
| |
| direction: ltr;
| |
| -webkit-appearance: textfield
| |
| }
| |
| | |
| div#simpleSearch #searchInput:focus {
| |
| outline: none
| |
| }
| |
| | |
| div#simpleSearch #searchInput.placeholder {
| |
| color: #999
| |
| }
| |
| | |
| div#simpleSearch #searchInput:-ms-input-placeholder {
| |
| color: #999
| |
| }
| |
| | |
| div#simpleSearch #searchInput:-moz-placeholder {
| |
| color: #999
| |
| }
| |
| | |
| div#simpleSearch #searchInput::-webkit-search-decoration,
| |
| div#simpleSearch #searchInput::-webkit-search-cancel-button,
| |
| div#simpleSearch #searchInput::-webkit-search-results-button,
| |
| div#simpleSearch #searchInput::-webkit-search-results-decoration {
| |
| -webkit-appearance: textfield
| |
| }
| |
| | |
| div#simpleSearch #searchButton,
| |
| div#simpleSearch #mw-searchButton {
| |
| position: absolute;
| |
| top: 0;
| |
| right: 0;
| |
| width: 1.65em;
| |
| height: 100%;
| |
| cursor: pointer;
| |
| text-indent: -99999px;
| |
| line-height: 1;
| |
| direction: ltr;
| |
| white-space: nowrap;
| |
| overflow: hidden;
| |
| background-image: url('images/search-ltr.png');
| |
| background-image: -webkit-linear-gradient(transparent, transparent), url('skins/Vector/resources/common/images/search.svg');
| |
| background-image: linear-gradient(transparent, transparent), url('skins/Vector/resources/common/images/search.svg');
| |
| background-position: center center;
| |
| background-repeat: no-repeat
| |
| }
| |
| | |
| div#simpleSearch #mw-searchButton {
| |
| z-index: 1
| |
| }
| |
| | |
| div.darkvectorTabs h3 {
| |
| display: none
| |
| }
| |
| | |
| div.darkvectorTabs {
| |
| float: left;
| |
| height: 2.5em;
| |
| background-image: url('images/tab-break.png');
| |
| background-position: bottom left;
| |
| background-repeat: no-repeat;
| |
| padding-left: 1px
| |
| }
| |
| | |
| div.darkvectorTabs ul {
| |
| float: left;
| |
| height: 100%;
| |
| list-style-type: none;
| |
| list-style-image: none;
| |
| margin: 0;
| |
| padding: 0;
| |
| background-image: url('images/tab-break.png');
| |
| background-position: right bottom;
| |
| background-repeat: no-repeat
| |
| }
| |
| | |
| div.darkvectorTabs ul li {
| |
| float: left;
| |
| line-height: 1.125em;
| |
| display: inline-block;
| |
| height: 100%;
| |
| margin: 0;
| |
| padding: 0;
| |
| background-color: #f3f3f3;
| |
| background-image: url('images/tab-normal-fade.png');
| |
| background-position: bottom left;
| |
| background-repeat: repeat-x;
| |
| white-space: nowrap
| |
| }
| |
| | |
| div.darkvectorTabs ul>li {
| |
| display: block
| |
| }
| |
| | |
| div.darkvectorTabs li.new a,
| |
| div.darkvectorTabs li.new a:visited {
| |
| color: #a55858
| |
| }
| |
| | |
| div.darkvectorTabs li.selected {
| |
| background-image: url('images/tab-current-fade.png')
| |
| }
| |
| | |
| div.darkvectorTabs li.selected a,
| |
| div.darkvectorTabs li.selected a:visited {
| |
| color: #333;
| |
| text-decoration: none
| |
| }
| |
| | |
| div.darkvectorTabs li.icon a {
| |
| background-position: bottom right;
| |
| background-repeat: no-repeat
| |
| }
| |
| | |
| div.darkvectorTabs li a {
| |
| display: inline-block;
| |
| height: 1.9em;
| |
| padding-left: .5em;
| |
| padding-right: .5em;
| |
| color: #e87057;
| |
| cursor: pointer;
| |
| font-size: .8em
| |
| }
| |
| | |
| div.darkvectorTabs li>a {
| |
| display: block
| |
| }
| |
| | |
| div.darkvectorTabs span {
| |
| display: inline-block;
| |
| background-image: url('images/tab-break.png');
| |
| background-position: bottom right;
| |
| background-repeat: no-repeat
| |
| }
| |
| | |
| div.darkvectorTabs span a {
| |
| display: inline-block;
| |
| padding-top: 1.25em
| |
| }
| |
| | |
| div.darkvectorTabs span>a {
| |
| float: left;
| |
| display: block
| |
| }
| |
| | |
| div.darkvectorMenu {
| |
| direction: ltr;
| |
| float: left;
| |
| cursor: pointer;
| |
| position: relative
| |
| }
| |
| | |
| body.rtl div.darkvectorMenu {
| |
| direction: rtl
| |
| }
| |
| | |
| #mw-head div.darkvectorMenu h3 {
| |
| float: left;
| |
| background-image: url('images/tab-break.png');
| |
| background-repeat: no-repeat;
| |
| background-position: bottom right;
| |
| margin-left: -1px;
| |
| font-size: 1em;
| |
| height: 2.5em;
| |
| padding-right: 1px;
| |
| margin-right: -1px
| |
| }
| |
| | |
| div.darkvectorMenu h3 span {
| |
| display: block;
| |
| font-size: .8em;
| |
| padding-left: .7em;
| |
| padding-top: 1.375em;
| |
| margin-right: 20px;
| |
| font-weight: normal;
| |
| color: #656565
| |
| }
| |
| | |
| div.darkvectorMenu h3 a {
| |
| position: absolute;
| |
| top: 0;
| |
| right: 0;
| |
| width: 20px;
| |
| height: 2.5em;
| |
| background-image: url('images/arrow-down-icon.png');
| |
| background-image: -webkit-linear-gradient(transparent, transparent), url('images/arrow-down-icon.svg');
| |
| background-image: linear-gradient(transparent, transparent), url('images/arrow-down-icon.svg');
| |
| background-position: 100% 70%;
| |
| background-repeat: no-repeat;
| |
| -webkit-transition: background-position 250ms;
| |
| -moz-transition: background-position 250ms;
| |
| -o-transition: background-position 250ms;
| |
| transition: background-position 250ms
| |
| } | | } |
| | | #footer, .ajaxpoll-id-info { |
| div.darkvectorMenu.menuForceShow h3 a {
| | color: #D8D8D8 |
| background-position: 100% 100% | |
| } | | } |
|
| |
|
| div.darkvectorMenuFocus h3 a {
| |
| background-image: url('images/arrow-down-focus-icon.png');
| |
| background-image: -webkit-linear-gradient(transparent, transparent), url('images/arrow-down-focus-icon.svg');
| |
| background-image: linear-gradient(transparent, transparent), url('images/arrow-down-focus-icon.svg')
| |
| }
| |
|
| |
|
| div.darkvectorMenu div.menu {
| | /*Tabber colors*/ |
| min-width: 100%; | | .tabbernav { |
| position: absolute; | | font-family: inherit !important; |
| top: 2.5em;
| | font-weight: normal !important; |
| left: -1px;
| | font-size: 13px !important; |
| background-color: white; | | border-bottom: 3px solid #505050 !important; |
| border: solid 1px silver; | | padding: 0.3em 0 !important; |
| border-top-width: 0; | |
| clear: both;
| |
| text-align: left;
| |
| display: none
| |
| } | | } |
| | | .tabbernav a { |
| div.darkvectorMenu:hover div.menu,
| | padding: 0.3em 0.5em !important; |
| div.darkvectorMenu.menuForceShow div.menu {
| | margin: 0 !important; |
| display: block | | color: lightgrey !important; |
| | border:1px !important; |
| | background: #242424 !important; |
| } | | } |
| | | .tabberactive a { |
| div.darkvectorMenu ul {
| | color: white !important; |
| list-style-type: none; | | background: #ba3614 !important; |
| list-style-image: none; | | font-weight: bold; |
| padding: 0; | |
| margin: 0;
| |
| text-align: left
| |
| } | | } |
| | | .tabbernav :not(.tabberactive) a:hover { |
| div.darkvectorMenu ul,
| | background: #4b4b4b !important; |
| x:-moz-any-link {
| |
| min-width: 5em | |
| } | | } |
| | | .tabbertab { |
| div.darkvectorMenu ul,
| | border: 0px !important; |
| x:-moz-any-link,
| | border-color: #505050 !important; |
| x:default {
| |
| min-width: 0
| |
| }
| |
| | |
| div.darkvectorMenu li {
| |
| padding: 0;
| |
| margin: 0;
| |
| text-align: left;
| |
| line-height: 1em
| |
| }
| |
| | |
| div.darkvectorMenu li a {
| |
| display: inline-block;
| |
| padding: .5em;
| |
| white-space: nowrap;
| |
| color: #e87057;
| |
| cursor: pointer;
| |
| font-size: .8em
| |
| }
| |
| | |
| div.darkvectorMenu li>a {
| |
| display: block
| |
| }
| |
| | |
| div.darkvectorMenu li.selected a,
| |
| div.darkvectorMenu li.selected a:visited {
| |
| color: #333;
| |
| text-decoration: none
| |
| }
| |
| | |
| @-webkit-keyframes rotate {
| |
| from {
| |
| -webkit-transform: rotate(0deg);
| |
| -moz-transform: rotate(0deg);
| |
| transform: rotate(0deg)
| |
| }
| |
| to {
| |
| -webkit-transform: rotate(360deg);
| |
| -moz-transform: rotate(360deg);
| |
| transform: rotate(360deg)
| |
| }
| |
| }
| |
| | |
| @-moz-keyframes rotate {
| |
| from {
| |
| -webkit-transform: rotate(0deg);
| |
| -moz-transform: rotate(0deg);
| |
| transform: rotate(0deg)
| |
| }
| |
| to {
| |
| -webkit-transform: rotate(360deg);
| |
| -moz-transform: rotate(360deg);
| |
| transform: rotate(360deg)
| |
| }
| |
| }
| |
| | |
| @-o-keyframes rotate {
| |
| from {
| |
| -webkit-transform: rotate(0deg);
| |
| -moz-transform: rotate(0deg);
| |
| transform: rotate(0deg)
| |
| }
| |
| to {
| |
| -webkit-transform: rotate(360deg);
| |
| -moz-transform: rotate(360deg);
| |
| transform: rotate(360deg)
| |
| }
| |
| }
| |
| | |
| @keyframes rotate {
| |
| from {
| |
| -webkit-transform: rotate(0deg);
| |
| -moz-transform: rotate(0deg);
| |
| transform: rotate(0deg)
| |
| }
| |
| to {
| |
| -webkit-transform: rotate(360deg);
| |
| -moz-transform: rotate(360deg);
| |
| transform: rotate(360deg)
| |
| }
| |
| }
| |
| | |
| #ca-unwatch.icon a,
| |
| #ca-watch.icon a {
| |
| margin: 0;
| |
| padding: 0;
| |
| display: block;
| |
| width: 26px;
| |
| padding-top: 3.1em;
| |
| margin-top: 0;
| |
| height: 0;
| |
| overflow: hidden;
| |
| background-position: 5px 60%
| |
| }
| |
| | |
| #ca-unwatch.icon a {
| |
| background-image: url('images/unwatch-icon.svg');
| |
| background-image: -webkit-linear-gradient(transparent, transparent), url('skins/DarkVector/images/unwatch-icon.svg');
| |
| background-image: linear-gradient(transparent, transparent), url('skins/DarkVector/images/unwatch-icon.svg')
| |
| }
| |
| | |
| #ca-watch.icon a {
| |
| background-image: url('images/watch-icon.svg');
| |
| background-image: -webkit-linear-gradient(transparent, transparent), url('skins/DarkVector/images/watch-icon.svg');
| |
| background-image: linear-gradient(transparent, transparent), url('skins/DarkVector/images/watch-icon.svg')
| |
| }
| |
| | |
| #ca-unwatch.icon a:hover,
| |
| #ca-unwatch.icon a:focus {
| |
| background-image: url('images/unwatch-icon-hl.svg');
| |
| background-image: -webkit-linear-gradient(transparent, transparent), url('skins/DarkVector/images/unwatch-icon-hl.svg');
| |
| background-image: linear-gradient(transparent, transparent), url('skins/DarkVector/images/unwatch-icon-hl.svg')
| |
| }
| |
| | |
| #ca-watch.icon a:hover,
| |
| #ca-watch.icon a:focus {
| |
| background-image: url('images/watch-icon-hl.svg');
| |
| background-image: -webkit-linear-gradient(transparent, transparent), url('skins/DarkVector/images/watch-icon-hl.svg');
| |
| background-image: linear-gradient(transparent, transparent), url('skins/DarkVector/images/watch-icon-hl.svg')
| |
| }
| |
| | |
| #ca-unwatch.icon a.loading,
| |
| #ca-watch.icon a.loading {
| |
| background-image: url('images/watch-icon-loading.svg');
| |
| background-image: -webkit-linear-gradient(transparent, transparent), url('images/watch-icon-loading.svg');
| |
| background-image: linear-gradient(transparent, transparent), url('images/watch-icon-loading.svg');
| |
| -webkit-animation: rotate 700ms infinite linear;
| |
| -moz-animation: rotate 700ms infinite linear;
| |
| -o-animation: rotate 700ms infinite linear;
| |
| animation: rotate 700ms infinite linear;
| |
| outline: none;
| |
| cursor: default;
| |
| pointer-events: none;
| |
| background-position: 50% 60%;
| |
| -webkit-transform-origin: 50% 57%;
| |
| transform-origin: 50% 57%
| |
| }
| |
| | |
| #ca-unwatch.icon a span,
| |
| #ca-watch.icon a span {
| |
| display: none
| |
| }
| |
| | |
| #mw-navigation h2 {
| |
| position: absolute;
| |
| top: -9999px
| |
| }
| |
| | |
| #mw-page-base {
| |
| height: 5em;
| |
| background-position: bottom left;
| |
| background-repeat: repeat-x;
| |
| background-color: #2a2a2a;
| |
| background-image:-moz-linear-gradient(top, #222 50%, #2a2a2a 100%);
| |
| background-image:-webkit-gradient(linear, left top, left bottom, color-stop(50%, #333), color-stop(100%, #2a2a2a));
| |
| background-image:-webkit-linear-gradient(top, #333 50%, #2a2a2a 100%);
| |
| background-image:linear-gradient(#333 50%, #2a2a2a 100%);
| |
| }
| |
| | |
| #mw-head-base {
| |
| margin-top: -5em;
| |
| margin-left: 10em;
| |
| height: 5em
| |
| }
| |
| | |
| #mw-head {
| |
| position: absolute;
| |
| top: 0;
| |
| right: 0;
| |
| width: 100%
| |
| }
| |
| | |
| #mw-head h3 {
| |
| margin: 0;
| |
| padding: 0
| |
| }
| |
| | |
| #left-navigation {
| |
| float: left;
| |
| margin-left: 10em;
| |
| margin-top: 2.5em;
| |
| margin-bottom: -2.5em;
| |
| display: inline
| |
| }
| |
| | |
| #right-navigation {
| |
| float: right;
| |
| margin-top: 2.5em
| |
| }
| |
| | |
| #p-logo {
| |
| position: absolute;
| |
| top: -160px;
| |
| left: 0;
| |
| width: 10em;
| |
| height: 160px
| |
| }
| |
| | |
| #p-logo a {
| |
| display: block;
| |
| width: 10em;
| |
| height: 160px;
| |
| background-repeat: no-repeat;
| |
| background-position: center center;
| |
| text-decoration: none
| |
| }
| |
| | |
| #mw-panel {
| |
| font-size: inherit;
| |
| position: absolute;
| |
| top: 160px;
| |
| padding-top: 1em;
| |
| width: 10em;
| |
| left: 0
| |
| }
| |
| | |
| #mw-panel .portal {
| |
| margin: 0 .6em 0 .7em;
| |
| padding: .25em 0;
| |
| direction: ltr;
| |
| background-position: top left;
| |
| background-repeat: no-repeat;
| |
| background-image: url('images/portal-break.png')
| |
| }
| |
| | |
| #mw-panel .portal h3 {
| |
| font-size: .75em;
| |
| color: #656565;
| |
| font-weight: normal;
| |
| margin: 0;
| |
| padding: .25em 0 .25em .25em;
| |
| cursor: default;
| |
| border: none | |
| }
| |
| | |
| #mw-panel .portal .body {
| |
| margin: 0 0 0 1.25em;
| |
| padding-top: 0
| |
| }
| |
| | |
| #mw-panel .portal .body ul {
| |
| list-style-type: none;
| |
| list-style-image: none;
| |
| margin: 0;
| |
| padding: 0
| |
| }
| |
| | |
| #mw-panel .portal .body ul li {
| |
| line-height: 1.125em;
| |
| margin: 0;
| |
| padding: .25em 0;
| |
| font-size: .75em;
| |
| word-wrap: break-word
| |
| }
| |
| | |
| #mw-panel .portal .body ul li a {
| |
| color: #e87057
| |
| }
| |
| | |
| #mw-panel .portal .body ul li a:visited {
| |
| color: #D28A0D
| |
| }
| |
| | |
| #mw-panel .portal.first {
| |
| background-image: none;
| |
| margin-top: 0
| |
| }
| |
| | |
| #mw-panel .portal.first h3 {
| |
| display: none
| |
| }
| |
| | |
| #mw-panel .portal.first .body {
| |
| margin-left: .5em
| |
| }
| |
| .mw-prefs-buttons {
| |
| background-color: #4a4a4a /*make background less glaring under buttons */
| |
| }
| |
| | |
| #footer {
| |
| margin-left: 10em;
| |
| margin-top: 0;
| |
| padding: .75em;
| |
| direction: ltr
| |
| }
| |
| | |
| #footer ul {
| |
| list-style-type: none;
| |
| list-style-image: none;
| |
| margin: 0;
| |
| padding: 0
| |
| }
| |
| | |
| #footer ul li {
| |
| margin: 0;
| |
| padding: 0;
| |
| padding-top: .5em;
| |
| padding-bottom: .5em;
| |
| color: #7c7c7c !important;
| |
| font-size: .7em | |
| }
| |
| | |
| #footer #footer-icons {
| |
| float: right
| |
| }
| |
| | |
| #footer #footer-icons li {
| |
| float: left;
| |
| margin-left: .5em;
| |
| line-height: 2em;
| |
| text-align: right
| |
| }
| |
| | |
| #footer #footer-info li {
| |
| line-height: 1.4em
| |
| }
| |
| | |
| #footer #footer-places li {
| |
| float: left;
| |
| margin-right: 1em;
| |
| line-height: 2em
| |
| }
| |
| | |
| body.ltr #footer #footer-places {
| |
| float: left
| |
| }
| |
| | |
| .mw-jump, #jump-to-nav {
| |
| overflow: hidden;
| |
| height: 0px
| |
| }
| |
| | |
| .tocnumber {
| |
| list-style-type:inherit;
| |
| background-color: transparent;
| |
| border-color:#666; | |
| color:#db8200
| |
| }
| |
| .toctogglelabel {
| |
| cursor: pointer;
| |
| color: #db8200
| |
| }
| |
| .mw-changeslist-legend {
| |
| color: #a9a9a9;
| |
| background-color: #404040 !important;
| |
| }
| |
| ol.references li:target {
| |
| background-color: #663300
| |
| }
| |
| sup.reference:target {
| |
| background-color: #663300
| |
| }
| |
| .mw-editfont-monospace {
| |
| background-color: #393939
| |
| }
| |
| .diff.diff-contentalign-left {
| |
| background-color: #393939
| |
| }
| |
| .catlinks {
| |
| background-color: #393939
| |
| }
| |
| .mw-createacct-benefits-list p {
| |
| color: #c9c9c9
| |
| }
| |
| div#mw-panel div.portal div.body ul li a:visited{color:#db8200}
| |
| div#mw-panel div.portal div.body ul li a{color:#e87057}
| |
| div#mw-panel div.portal h3 {color:#7c7c7c}
| |
| | |
| /* Portable Infobox CSS here */
| |
| /* Portable Infobox CSS here */
| |
| .portable-infobox.pi-background {
| |
| background-color: #312B2A;
| |
| border-color: #a62e10;
| |
| }
| |
| .portable-infobox .pi-secondary-background {
| |
| background-color: #a62e10;
| |
| }
| |
| .portable-infobox .pi-header{
| |
| font-weight: bold;
| |
| text-align: center;
| |
| }
| |
| .portable-infobox .pi-title {
| |
| background-color: #a62e10;
| |
| font-size: 125%;
| |
| color: #FFFFFF;
| |
| font-family: Rubik;
| |
| text-align: center;
| |
| }
| |
| .portable-infobox .pi-border-color{
| |
| border-color: #453d3c;
| |
| }
| |
| .portable-infobox {
| |
| width:270px;
| |
| border: 1px solid #a62e10;
| |
| border-radius: 4px 4px 2px 2px;
| |
| }
| |
| .portable-infobox .pi-horizontal-group-item.pi-data-label{
| |
| background-color: #312B2A;
| |
| }
| |
| .portable-infobox .pi-horizontal-group-item.pi-data-value{
| |
| background-color: #312B2A;
| |
| }
| |
| | |
| gallerytext{
| |
| color: white;
| |
| }
| |
| | |
| div#content h1, div#content h2 {font-family: "Rubik", serif}
| |
| /* changes the default font used for MediaWiki headings to Rubik */
| |
| | |
| .mw-body .external{
| |
| background-position:center right;
| |
| background-repeat:no-repeat;
| |
| background-image:url('skins/Vector/resources/common/images/external-link-ltr-icon.png');
| |
| background-image:-webkit-linear-gradient(transparent, transparent),/* @embed */
| |
| url('skins/Vector/resources/common/images/external-link-ltr-icon.svg');
| |
| background-image:linear-gradient(transparent, transparent),/* @embed */
| |
| url('skins/Vector/resources/common/images/external-link-ltr-icon.svg');
| |
| padding-right:13px
| |
| } | | } |
|
| |
|