|
|
(5 intermediate revisions by 2 users not shown) |
Line 1: |
Line 1: |
| /* CSS placed here will be applied to all skins */ | | /* CSS placed here will be applied to all skins */ |
|
| |
| @import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.6.1/css/font-awesome.min.css');
| |
|
| |
|
| |
| html,
| |
| body,
| |
| .mw-body,
| |
| .mw-body h1,
| |
| .mw-body h2,
| |
| .mw-body h3,
| |
| .mw-body h4,
| |
| .mw-body h5,
| |
| .mw-body h6,
| |
| .mw-body a,
| |
| .mw-body p {
| |
| font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
| |
| }
| |
| a,
| |
| a:visited,
| |
| li a,
| |
| li a:visited,
| |
| .mw-body a.text,
| |
| .mw-body a.text:visited,
| |
| .mw-body a.external,
| |
| .mw-body a.external:visited,
| |
| div.vectorMenu li a,
| |
| div.vectorMenu li a:visited,
| |
| div.vectorTabs li a,
| |
| div.vectorTabs li a:visited,
| |
| div.vectorTabs li.new a,
| |
| div.vectorTabs li.new a:visited,
| |
| a.new,
| |
| a.new:visited,
| |
| #p-personal a.new:visited,
| |
| div#mw-panel div.portal div.body ul li a,
| |
| div#mw-panel div.portal div.body ul li a:visited {
| |
| color: #566d31;
| |
| }
| |
| div#mw-panel div.portal div.body ul li {
| |
| font-size: 0.8em;
| |
| }
| |
| body,
| |
| #mw-page-base {
| |
| background: #fff;
| |
| }
| |
| ul {
| |
| list-style-image: none;
| |
| }
| |
| .mw-search-result-data {
| |
| color: #636363;
| |
| font-size: 90%;
| |
| }
| |
| .mw-body {
| |
| border-color: #919191;
| |
| border-top: 0;
| |
| margin-top: 12px;
| |
| padding-top: 0;
| |
| }
| |
| div.vectorMenu {
| |
| background: #fff;
| |
| }
| |
| div.vectorTabs {
| |
| background-image: none;
| |
| border-left: 0;
| |
| }
| |
| div.vectorTabs ul {
| |
| background-image: none;
| |
| }
| |
| div.vectorTabs ul li {
| |
| background-image: none;
| |
| background-color: transparent;
| |
| background: #fff;
| |
| }
| |
| div.vectorTabs span,
| |
| div#mw-head div.vectorMenu h3 {
| |
| background-image: none;
| |
| border-right: 0;
| |
| }
| |
| div.vectorTabs li.selected span {
| |
| border-bottom: 2px solid #566d31;
| |
| }
| |
| .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button {
| |
| background-color: #566d31;
| |
| border-color: #566d31;
| |
| }
| |
| .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive.oo-ui-widget-enabled > .oo-ui-buttonElement-button:hover {
| |
| background-color: #2e391c;
| |
| border-color: #2e391c;
| |
| }
| |
| .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive.oo-ui-widget-enabled > .oo-ui-buttonElement-button:active {
| |
| background-color: #2e391c;
| |
| border-color: #2e391c;
| |
| }
| |
| .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive.oo-ui-widget-enabled > .oo-ui-buttonElement-button:focus,
| |
| .oo-ui-textInputWidget.oo-ui-widget-enabled input:focus, .oo-ui-textInputWidget.oo-ui-widget-enabled textarea:focus {
| |
| border-color: #2e391c;
| |
| box-shadow: inset 0 0 0 1px #566d31,inset 0 0 0 2px #fff;
| |
| }
| |
| .fa {
| |
| color: #2e391c;
| |
| }
| |
|
| |
| .btn {
| |
| border-color: grey;
| |
| }
| |
|
| |
| a:visited, li a:visited, .mw-body a.text:visited, .mw-body a.external:visited {
| |
| color: #ba9c53;
| |
| }
| |