mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-14 10:04:56 +00:00
Fix stylelint errors
This commit is contained in:
parent
7eec5d84d9
commit
d4fa64fc53
|
@ -36,51 +36,51 @@
|
|||
fill: rgba( 0, 8, 16, 0.15 );
|
||||
}
|
||||
|
||||
.tippy-tooltip.light-border-theme[ x-placement^=top ] .tippy-arrow {
|
||||
.tippy-tooltip.light-border-theme[ x-placement^='top' ] .tippy-arrow {
|
||||
border-top-color: @dark-bg-0;
|
||||
}
|
||||
|
||||
.tippy-tooltip.light-border-theme[ x-placement^=top ] .tippy-arrow:after {
|
||||
.tippy-tooltip.light-border-theme[ x-placement^='top' ] .tippy-arrow:after {
|
||||
border-top: 7px solid @dark-bg-0;
|
||||
}
|
||||
|
||||
.tippy-tooltip.light-border-theme[ x-placement^=top ] .tippy-arrow:before {
|
||||
.tippy-tooltip.light-border-theme[ x-placement^='top' ] .tippy-arrow:before {
|
||||
border-top: 7px solid rgba( 0, 8, 16, 0.2 );
|
||||
}
|
||||
|
||||
.tippy-tooltip.light-border-theme[ x-placement^=bottom ] .tippy-arrow {
|
||||
.tippy-tooltip.light-border-theme[ x-placement^='bottom' ] .tippy-arrow {
|
||||
border-bottom-color: @dark-bg-0;
|
||||
}
|
||||
|
||||
.tippy-tooltip.light-border-theme[ x-placement^=bottom ] .tippy-arrow:after {
|
||||
.tippy-tooltip.light-border-theme[ x-placement^='bottom' ] .tippy-arrow:after {
|
||||
border-bottom: 7px solid @dark-bg-0;
|
||||
}
|
||||
|
||||
.tippy-tooltip.light-border-theme[ x-placement^=bottom ] .tippy-arrow:before {
|
||||
.tippy-tooltip.light-border-theme[ x-placement^='bottom' ] .tippy-arrow:before {
|
||||
border-bottom: 7px solid rgba( 0, 8, 16, 0.2 );
|
||||
}
|
||||
|
||||
.tippy-tooltip.light-border-theme[ x-placement^=left ] .tippy-arrow {
|
||||
.tippy-tooltip.light-border-theme[ x-placement^='left' ] .tippy-arrow {
|
||||
border-left-color: @dark-bg-0;
|
||||
}
|
||||
|
||||
.tippy-tooltip.light-border-theme[ x-placement^=left ] .tippy-arrow:after {
|
||||
.tippy-tooltip.light-border-theme[ x-placement^='left' ] .tippy-arrow:after {
|
||||
border-left: 7px solid @dark-bg-0;
|
||||
}
|
||||
|
||||
.tippy-tooltip.light-border-theme[ x-placement^=left ] .tippy-arrow:before {
|
||||
.tippy-tooltip.light-border-theme[ x-placement^='left' ] .tippy-arrow:before {
|
||||
border-left: 7px solid rgba( 0, 8, 16, 0.2 );
|
||||
}
|
||||
|
||||
.tippy-tooltip.light-border-theme[ x-placement^=right ] .tippy-arrow {
|
||||
.tippy-tooltip.light-border-theme[ x-placement^='right' ] .tippy-arrow {
|
||||
border-right-color: @dark-bg-0;
|
||||
}
|
||||
|
||||
.tippy-tooltip.light-border-theme[ x-placement^=right ] .tippy-arrow:after {
|
||||
.tippy-tooltip.light-border-theme[ x-placement^='right' ] .tippy-arrow:after {
|
||||
border-right: 7px solid @dark-bg-0;
|
||||
}
|
||||
|
||||
.tippy-tooltip.light-border-theme[ x-placement^=right ] .tippy-arrow:before {
|
||||
.tippy-tooltip.light-border-theme[ x-placement^='right' ] .tippy-arrow:before {
|
||||
border-right: 7px solid rgba( 0, 8, 16, 0.2 );
|
||||
}
|
||||
|
||||
|
@ -93,19 +93,19 @@
|
|||
background-color: @dark-bg-0;
|
||||
}
|
||||
|
||||
.tippy-tooltip.light-theme[ x-placement^=top ] .tippy-arrow {
|
||||
.tippy-tooltip.light-theme[ x-placement^='top' ] .tippy-arrow {
|
||||
border-top: 8px solid @dark-bg-0;
|
||||
}
|
||||
|
||||
.tippy-tooltip.light-theme[ x-placement^=bottom ] .tippy-arrow {
|
||||
.tippy-tooltip.light-theme[ x-placement^='bottom' ] .tippy-arrow {
|
||||
border-bottom: 8px solid @dark-bg-0;
|
||||
}
|
||||
|
||||
.tippy-tooltip.light-theme[ x-placement^=left ] .tippy-arrow {
|
||||
.tippy-tooltip.light-theme[ x-placement^='left' ] .tippy-arrow {
|
||||
border-left: 8px solid @dark-bg-0;
|
||||
}
|
||||
|
||||
.tippy-tooltip.light-theme[ x-placement^=right ] .tippy-arrow {
|
||||
.tippy-tooltip.light-theme[ x-placement^='right' ] .tippy-arrow {
|
||||
border-right: 8px solid @dark-bg-0;
|
||||
}
|
||||
|
||||
|
|
|
@ -72,7 +72,7 @@
|
|||
}
|
||||
|
||||
.smw-ask-button-dblue {
|
||||
color: #fff;
|
||||
color: @dark-text-100;
|
||||
background-color: #337ab7;
|
||||
border-color: #2e6da4;
|
||||
}
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
}
|
||||
|
||||
.smw-modal-footer {
|
||||
background-color: #5cb85c;
|
||||
background-color: @green-50;
|
||||
color: @dark-text-100;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -106,16 +106,16 @@
|
|||
.smw-property input.nav-tab:checked + label.nav-label.smw-tab-warning,
|
||||
.smw-concept input.nav-tab:checked + label.nav-label.smw-tab-warning,
|
||||
.smw-types input.nav-tab:checked + label.nav-label.smw-tab-warning {
|
||||
border-top: 2px solid rgb( 204, 0, 0 );
|
||||
border-top: 2px solid @red-50;
|
||||
}
|
||||
|
||||
.smw-property input.nav-tab:checked + label.nav-label.smw-tab-spec,
|
||||
.smw-concept input.nav-tab:checked + label.nav-label.smw-tab-spec {
|
||||
border-top: 2px solid orange;
|
||||
border-top: 2px solid @yellow-50;
|
||||
}
|
||||
|
||||
.smw-property input.nav-tab:checked + label#tab-label-smw-property-constraint.nav-label {
|
||||
border-top: 2px solid #42c0fb;
|
||||
border-top: 2px solid @accent-50;
|
||||
}
|
||||
|
||||
@media screen and ( max-width: 800px ) {
|
||||
|
|
|
@ -48,7 +48,7 @@
|
|||
}
|
||||
|
||||
.smw-admin input.nav-tab:checked + label.nav-label.smw-tab-warning {
|
||||
border-top: 2px solid rgb( 204, 0, 0 );
|
||||
border-top: 2px solid @red-50;
|
||||
}
|
||||
|
||||
.client-nojs .smw-admin-supplementary-duplookup-content:after {
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
fieldset#mw-prefsection-smw-general-options,
|
||||
fieldset#mw-prefsection-smw-ask-options,
|
||||
fieldset#mw-prefsection-smw-srf {
|
||||
border: 0 solid #2a4b8d;
|
||||
border: 0 solid @accent-10;
|
||||
border-top: 1px solid @dark-bg-20;
|
||||
}
|
||||
|
||||
|
|
|
@ -15,10 +15,10 @@
|
|||
}
|
||||
|
||||
span.smwttactivepersist {
|
||||
color: #0000c8;
|
||||
color: @accent-50;
|
||||
}
|
||||
|
||||
span.smwttactiveinline {
|
||||
color: #b70;
|
||||
color: @yellow-30;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -61,10 +61,10 @@
|
|||
}
|
||||
|
||||
div.smw-vtab-nav .smw-vtab-warning a {
|
||||
color: #ffc876;
|
||||
color: @yellow-50;
|
||||
}
|
||||
|
||||
div.smw-vtab-nav .smw-vtab-warning.active a {
|
||||
color: #eb8c00;
|
||||
color: @yellow-30;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -218,7 +218,7 @@
|
|||
|
||||
.sm_navi {
|
||||
background: @dark-bg-20;
|
||||
border-bottom: 1px solid #79b;
|
||||
border-bottom: 1px solid @accent-90;
|
||||
}
|
||||
|
||||
.sm_navi > p > a:link,
|
||||
|
@ -241,7 +241,7 @@
|
|||
}
|
||||
|
||||
.sm_container > .sm_select_ng {
|
||||
background: #fcc;
|
||||
background: @red-90;
|
||||
}
|
||||
|
||||
div.sm_result_area div.pagination > ul > li > a {
|
||||
|
|
|
@ -47,7 +47,7 @@
|
|||
}
|
||||
|
||||
.schema-error {
|
||||
color: #c00;
|
||||
color: @red-50;
|
||||
}
|
||||
|
||||
h3.smw-title {
|
||||
|
@ -73,7 +73,7 @@
|
|||
}
|
||||
|
||||
.smw-schema input.nav-tab:checked + label.nav-label.error-label {
|
||||
border-top: 2px solid #c00;
|
||||
border-top: 2px solid @red-50;
|
||||
}
|
||||
|
||||
.schema-summary .smw-table-cell,
|
||||
|
|
|
@ -17,6 +17,6 @@
|
|||
|
||||
.smw-jsonview-button:hover {
|
||||
background-color: #008cba;
|
||||
color: @dark-text-100;
|
||||
color: @dark-text-100;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -16,10 +16,10 @@
|
|||
border-top: 1px solid @dark-bg-20;
|
||||
}
|
||||
|
||||
.tippy-tooltip.light-border-theme[ x-placement^=bottom ] .tippy-arrow,
|
||||
.tippy-tooltip.light-theme[ x-placement^=bottom ] .tippy-arrow,
|
||||
.tippy-tooltip.light-border-theme[ x-placement^=bottom ] .tippy-arrow:after,
|
||||
.tippy-tooltip.light-theme[ x-placement^=bottom ] .tippy-arrow:after {
|
||||
.tippy-tooltip.light-border-theme[ x-placement^='bottom' ] .tippy-arrow,
|
||||
.tippy-tooltip.light-theme[ x-placement^='bottom' ] .tippy-arrow,
|
||||
.tippy-tooltip.light-border-theme[ x-placement^='bottom' ] .tippy-arrow:after,
|
||||
.tippy-tooltip.light-theme[ x-placement^='bottom' ] .tippy-arrow:after {
|
||||
border-bottom-color: @dark-bg-10;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue