|
|
(271 intermediate revisions by 3 users not shown) |
Line 1: |
Line 1: |
| /* CSS placed here will affect users of the Vector skin */ | | /* CSS placed here will affect users of the Vector skin */ |
|
| |
|
| #p-logo a, #p-logo a:hover { | | #toggleImage { |
| height: 175px; | | width: 13px; |
| | filter: brightness(0); |
| | vertical-align: top; |
| | position: relative; |
| | top: -1px; |
| } | | } |
|
| |
|
| #title-linktabs {
| | /* Site notice */ |
| top: -30px; | | .mw-dismissable-notice { |
| | border: 2px solid #808080; |
| | border-radius: 1em; |
| | margin-bottom: 8px; |
| } | | } |
|
| |
|
| .rc-floatlinks {
| | /* Sidebar */ |
| font-size: 85%;
| | #p-logo a, #p-logo a:hover { |
| line-height: 21px; | | height: 175px; |
| } | | } |
| | | #p-logo + .mw-portlet .vector-menu-heading { |
| body.page-Main_Page #footer-info-lastmod {
| | display: block; |
| display: none; | |
| } | | } |
|
| |
|
| tt, code, pre {
| | /* Larger headings */ |
| font-family: monospace, sans-serif; | | .mw-body h1, .mw-body-content h1 { font-size: 2.00em; } |
| | .mw-body h2, .mw-body-content h2 { font-size: 1.75em; } |
| | .mw-body h3, .mw-body-content h3 { font-size: 1.45em; } |
| | .mw-body h4, .mw-body-content h4 { font-size: 1.32em; } |
| | .mw-body h5, .mw-body-content h5 { font-size: 1.15em; } |
| | .mw-body h6, .mw-body-content h6 { font-size: 1.00em; } |
| | .fakeh2 { |
| | font-family: 'Linux Libertine','Georgia','Times',serif; |
| | line-height: 1.3; |
| | padding: 0; |
| | margin: 1em 0 0.25em; |
| } | | } |
| | | .tabcontainer .fakeh2:nth-of-type(2) { |
| /* Who's Online spacing */
| | margin-top: 0.25em; |
| #WhosOnlineDiv {
| |
| margin-bottom: -8px; | |
| } | | } |
|
| |
|
| /* Main background */ | | /* Widget popups */ |
| | | .oo-ui-popupWidget-body-padded { |
| body, div#mw-head { | | margin-top: 6px; |
| background-color: #222;
| |
| } | | } |
|
| |
|
| #mw-page-base {
| | /* Indicator icons */ |
| background: none;
| | .mw-indicators { |
| | top: 8px; |
| } | | } |
| | | #mw-indicator-rc { |
| /* Sitenotice */
| | top: 15px; |
| | | font-size: 85%; |
| #siteNotice {
| |
| border: 2px solid #708090;
| |
| border-radius:1em;
| |
| }
| |
| | |
| /* Article background */
| |
| | |
| .mw-body {
| |
| border: 1px solid #777;
| |
| background-color: #333;
| |
| color: #FFF;
| |
| }
| |
| | |
| #bodyContent { | |
| background: none !important; /* Overrides and removes the ONI (with white background) */
| |
| }
| |
| | |
| /* Edit page */
| |
| | |
| .wikiEditor-preview-contents {
| |
| background-color: #333;
| |
| }
| |
| | |
| .editOptions {
| |
| background-color: #666;
| |
| }
| |
| | |
| /* Images */
| |
| | |
| ul#filetoc {
| |
| text-align: center;
| |
| border: 1px solid #666;
| |
| background-color: #444;
| |
| }
| |
| | |
| table.filehistory td {
| |
| vertical-align: top;
| |
| background-color: #333;
| |
| color: #fff;
| |
| }
| |
| | |
| table.wikitable > * > tr > th {
| |
| color: #fff;
| |
| background-color: #555;
| |
| text-align: center;
| |
| }
| |
| | |
| /* Preferences */
| |
| | |
| .client-js #preferences fieldset {
| |
| color: #000;
| |
| }
| |
| | |
| | |
| /* Revisions*/
| |
| | |
| td.diff-deletedline .diffchange {
| |
| background: #fc0000;
| |
| }
| |
| | |
| td.diff-addedline .diffchange {
| |
| background: #00e64d;
| |
| }
| |
| | |
| .mw-notification {
| |
| background-color: #333 !important;
| |
| }
| |
| | |
| .not-patrolled {
| |
| background-color: #0064;
| |
| }
| |
| | |
| /* Tabs */
| |
| | |
| div.vectorTabs ul > li {
| |
| background: #333; /* For browsers that do not support gradients */
| |
| background: linear-gradient(rgba(34,34,34,.2), rgba(38,38,38,1));
| |
| }
| |
| | |
| div.vectorTabs li.selected {
| |
| background: #444; /* For browsers that do not support gradients */
| |
| background: linear-gradient(rgba(34,34,34,.2), rgba(51,51,51,1));
| |
| }
| |
| | |
| div.vectorTabs {
| |
| border-left: 1px solid #777;
| |
| background-image:none;
| |
| }
| |
| | |
| div.vectorTabs span {
| |
| border-right: 1px solid #777;
| |
| background-image: none;
| |
| }
| |
| | |
| div.vectorMenu div.menu {
| |
| background: #444;
| |
| }
| |
| | |
| | |
| /* Font color */
| |
| | |
| h1, h2, h3, h4, h5, h6, div#mw-panel div.portal h3 {
| |
| color: #FFF;
| |
| }
| |
| | |
| a, .mw-body a.extiw, .mw-body a.extiw:active, div#mw-panel div.portal div.body ul li a, div.vectorTabs li.selected a, div.vectorTabs li a, div.vectorMenu li a, div.vectorMenu h3 span, .mw-body a.external {
| |
| color: #009CFF !important;
| |
| }
| |
| | |
| a:visited {
| |
| color: #0083D7;
| |
| }
| |
| | |
| div.vectorTabs li.new a, div.vectorTabs li.new a:visited, a.new {
| |
| color: #ff1a1a !important;
| |
| }
| |
| | |
| div#footer ul li {
| |
| color: #CECECE;
| |
| }
| |
| | |
| .mw-warning {
| |
| color: #fff;
| |
| background-color: #555;
| |
| }
| |
| | |
| | |
| /* Recentchanges */
| |
| | |
| .mw-plusminus-neg {
| |
| color: #ff1a1a;
| |
| }
| |
| | |
| .mw-plusminus-pos {
| |
| color: #33cc33;
| |
| }
| |
| | |
| | |
| /* Miscellaneous */
| |
| | |
| ul { /* Bulleted list */
| |
| list-style-image: none;
| |
| }
| |
| | |
| #toc, .toc, div.thumbinner, li.gallerybox div.thumb, .tabcontainer, .tabtoc li.selected, .mw-datatable td, .catlinks {
| |
| background: #404040;
| |
| }
| |
| | |
| .mw-datatable th {
| |
| background: #303030;
| |
| }
| |
| | |
| .mw-datatable tr:hover td, #pagehistory li.selected {
| |
| background: #666;
| |
| }
| |
| | |
| pre, .mw-code {
| |
| background: rgba(242,242,242,0.7);
| |
| }
| |
| | |
| #toc #toctitle, .toc #toctitle, #toc .toctitle, .toc .toctitle {
| |
| color: #000;
| |
| }
| |
| | |
| #contentSub, #contentSub2 {
| |
| color: #fff;
| |
| }
| |
| | |
| div#imageLicenseText {
| |
| color: #000;
| |
| }
| |
| | |
| .oo-ui-dropdownWidget-handle {
| |
| color: #000;
| |
| }
| |
| | |
| .oo-ui-optionWidget.oo-ui-labelElement .oo-ui-labelElement-label {
| |
| color: #000;
| |
| }
| |
| | |
| /* Social profile */
| |
| | |
| #profile-toggle-button {
| |
| border-radius:1em;
| |
| background:#666;
| |
| border: 2px solid #708090;
| |
| }
| |
| | |
| .profile-info-container b, .profile-info-container div {
| |
| color: #FFF;
| |
| }
| |
| | |
| .profile-on {
| |
| background-color: #2e2e2e;
| |
| }
| |
| | |
| .profile-tab-on {
| |
| background-color: #2e2e2e;
| |
| color: #ffffff !important;
| |
| border: 1px solid #fff;
| |
| }
| |
| | |
| .profile-tab {
| |
| border: 1px solid #fff;
| |
| background-color: #2e2e2e;
| |
| }
| |
| | |
| .profile-tab-on a, .profile-tab a {
| |
| color: #0645ad !important;
| |
| }
| |
| | |
| .user-board-message-from {
| |
| background: #222;
| |
| }
| |
| | |
| .user-board-message {
| |
| background: #404040;
| |
| }
| |
| | |
| .random-users-avatars h2 {
| |
| color: #000;
| |
| }
| |
| | |
| #rc-welcome {
| |
| background: #333 !important;
| |
| }
| |
| | |
| .top-fan-nav h1 {
| |
| color: #fff;
| |
| }
| |
| | |
| /* Infobox and navbox color override */
| |
| | |
| .infobox {
| |
| background-color: #555 !important;
| |
| border:1px solid #fff !important;
| |
| }
| |
| | |
| .infoboxheading {
| |
| background-color: #555 !important;
| |
| color: #fff !important;
| |
| }
| |
| | |
| .infoboxsubheading {
| |
| background-color: #555 !important;
| |
| color: #fff !important;
| |
| }
| |
| | |
| .infoboxcell {
| |
| background-color: #666 !important;
| |
| color: #fff !important;
| |
| border-top: 1px solid #fff !important;
| |
| border-bottom: 1px solid #fff !important;
| |
| }
| |
| | |
| .infoboxlabel {
| |
| background-color: #666 !important;
| |
| color: #fff !important;
| |
| border-top: 1px solid #fff !important;
| |
| border-bottom: 1px solid #fff !important;
| |
| }
| |
| | |
| .navbox {
| |
| background-color: #333 !important;
| |
| border:1px solid #fff !important;
| |
| color: #fff !important;
| |
| }
| |
| | |
| .navbox-group {
| |
| background-color: #333 !important;
| |
| color: #fff !important;
| |
| border-right: 1px solid #333 !important;
| |
| }
| |
| | |
| .navbox-title {
| |
| background-color: #333 !important;
| |
| color: #fff !important;
| |
| }
| |
| | |
| .navbox-list {
| |
| background-color: #555 !important;
| |
| color: #fff !important;
| |
| border-left: 2px solid #555 !important;
| |
| }
| |
| | |
| .plainlinksneverexpand, .plainlinksneverexpand span {
| |
| background: #333 !important;
| |
| }
| |
| | |
| /* Forums */
| |
| | |
| .forum {
| |
| background-color: #555 !important;
| |
| border:1px solid #fff !important;
| |
| color: #fff !important;
| |
| } | | } |