mediawiki-skins-Citizen/skinStyles/oojs/oojs-ui-toolbars.less

266 lines
9 KiB
Plaintext
Raw Normal View History

2019-08-15 17:40:13 +00:00
/*
* Citizen - OOJS-UI Styles
* https://starcitizen.tools
*/
@import '../../resources/variables.less';
@import '../../resources/mixins.less';
2019-08-15 17:40:13 +00:00
/*!
* OOUI v0.26.4
* https://www.mediawiki.org/wiki/OOUI
*
* Copyright 20112018 OOUI Team and other contributors.
* Released under the MIT license
* http://oojs.mit-license.org
*
* Date: 2018-04-17T22:24:02Z
*/
.oo-ui-toolbar-position-top > .oo-ui-toolbar-bar {
2019-12-26 10:21:50 +00:00
border: 0;
.boxshadow(3);
2019-08-15 17:40:13 +00:00
}
.oo-ui-toolbar-bar .oo-ui-toolbar-bar {
2019-12-26 10:21:50 +00:00
box-shadow: none;
2019-08-15 17:40:13 +00:00
}
.oo-ui-toolGroup,
.oo-ui-toolbar-actions .oo-ui-toolGroup {
2019-12-28 23:52:36 +00:00
border-color: @base-100;
2019-12-26 10:21:50 +00:00
}
2019-08-15 17:40:13 +00:00
.oo-ui-popupToolGroup .oo-ui-toolGroup-tools {
2019-12-26 10:21:50 +00:00
border: 0;
.boxshadow(3);
2019-08-15 17:40:13 +00:00
}
2019-12-28 23:52:36 +00:00
.skin-citizen-dark {
2019-12-28 23:52:36 +00:00
.oo-ui-toolbar-bar {
background-color: @dark-bg-0;
color: @dark-text-90;
2019-12-28 23:52:36 +00:00
}
.oo-ui-toolGroup,
2019-12-29 00:37:22 +00:00
.oo-ui-toolbar-actions .oo-ui-toolGroup,
2019-12-30 15:49:39 +00:00
.oo-ui-toolbar-actions > .oo-ui-toolbar:not( :last-child ),
2019-12-29 00:37:22 +00:00
.oo-ui-toolbar-position-top .ve-ui-toolbarDialog-position-above {
2019-12-28 23:52:36 +00:00
border-color: @dark-bg-20;
}
.oo-ui-popupToolGroup {
.oo-ui-toolGroup-tools {
2019-12-30 15:49:39 +00:00
background-color: @dark-bg-20;
2019-12-28 23:52:36 +00:00
}
2019-12-30 15:49:39 +00:00
2019-12-28 23:52:36 +00:00
.oo-ui-tool-link .oo-ui-tool-title {
color: @dark-text-100;
}
}
.oo-ui-popupToolGroup.oo-ui-widget-enabled > .oo-ui-popupToolGroup-handle:hover,
.oo-ui-listToolGroup .oo-ui-tool.oo-ui-widget-enabled:hover {
2019-12-30 15:49:39 +00:00
background-color: @dark-bg-10;
color: @dark-text-100;
}
.oo-ui-tool.oo-ui-widget-enabled > .oo-ui-tool-link:hover {
background-color: @dark-bg-20;
color: @dark-text-100;
}
2019-12-30 15:49:39 +00:00
.oo-ui-tool.oo-ui-widget-enabled .oo-ui-tool-link:focus {
box-shadow: inset 0 0 0 1px solid @accent-50;
outline: 1px solid @accent-50;
2019-12-30 15:49:39 +00:00
}
.oo-ui-toolGroup {
border-right: 1px solid @dark-bg-20;
}
.oo-ui-toolbar-actions .oo-ui-toolGroup {
border-left: 1px solid @dark-bg-20;
}
.oo-ui-barToolGroup-tools.oo-ui-toolGroup-enabled-tools > .oo-ui-tool:not( .oo-ui-toolGroupTool ).oo-ui-widget-enabled:hover {
background-color: @dark-bg-20;
}
.oo-ui-barToolGroup-tools.oo-ui-toolGroup-enabled-tools > .oo-ui-tool:not( .oo-ui-toolGroupTool ).oo-ui-widget-enabled > .oo-ui-tool-link .oo-ui-tool-title {
color: @dark-text-90;
}
.oo-ui-barToolGroup-tools.oo-ui-toolGroup-enabled-tools > .oo-ui-tool:not( .oo-ui-toolGroupTool ).oo-ui-tool-active {
background-color: @accent-10;
}
.oo-ui-barToolGroup-tools.oo-ui-toolGroup-enabled-tools > .oo-ui-tool:not( .oo-ui-toolGroupTool ).oo-ui-tool-active:hover {
background-color: rgba( 41, 98, 204, 0.1 );
}
.oo-ui-barToolGroup-tools.oo-ui-toolGroup-enabled-tools > .oo-ui-tool:not( .oo-ui-toolGroupTool ).oo-ui-tool-active > .oo-ui-tool-link .oo-ui-tool-title {
color: @accent-50;
}
.oo-ui-barToolGroup-tools.oo-ui-toolGroup-enabled-tools .oo-ui-tool.oo-ui-widget-disabled > .oo-ui-tool-link .oo-ui-tool-title,
.oo-ui-barToolGroup-tools.oo-ui-toolGroup-disabled-tools .oo-ui-tool > .oo-ui-tool-link .oo-ui-tool-title {
color: @dark-text-70;
}
.oo-ui-popupToolGroup-header {
color: @dark-text-70;
}
.oo-ui-popupToolGroup-tools {
border: 1px solid @dark-bg-30;
background-color: @dark-bg-0;
2019-12-30 15:49:39 +00:00
box-shadow: 0 2px 2px 0 rgba( 0, 0, 0, 0.25 );
}
.oo-ui-popupToolGroup-tools .oo-ui-tool-link .oo-ui-tool-title {
color: @dark-text-90;
}
.oo-ui-popupToolGroup-tools .oo-ui-tool-link .oo-ui-tool-accel {
color: @dark-text-70;
}
.oo-ui-popupToolGroup.oo-ui-widget-enabled > .oo-ui-popupToolGroup-handle:hover {
background-color: @dark-bg-20;
}
.oo-ui-popupToolGroup.oo-ui-widget-enabled > .oo-ui-popupToolGroup-handle:active {
background-color: @accent-10;
}
.oo-ui-popupToolGroup.oo-ui-widget-enabled > .oo-ui-popupToolGroup-handle:focus {
box-shadow: inset 0 0 0 1px solid @accent-50;
outline: 1px solid @accent-50;
2019-12-30 15:49:39 +00:00
}
.oo-ui-toolbar-actions .oo-ui-popupToolGroup.oo-ui-widget-enabled > .oo-ui-popupToolGroup-handle:hover {
border-right-color: @dark-bg-20;
}
.oo-ui-toolbar-actions .oo-ui-popupToolGroup.oo-ui-widget-enabled > .oo-ui-popupToolGroup-handle:active {
border-right-color: @accent-10;
}
.oo-ui-toolbar-actions .oo-ui-popupToolGroup.oo-ui-widget-enabled > .oo-ui-popupToolGroup-handle:focus {
border-right-color: @accent-50;
}
.oo-ui-popupToolGroup.oo-ui-popupToolGroup-active > .oo-ui-popupToolGroup-handle {
background-color: @accent-10;
color: @accent-50;
.oo-ui-labelElement-label {
color: @dark-text-100;
}
2019-12-30 15:49:39 +00:00
}
.oo-ui-popupToolGroup.oo-ui-popupToolGroup-active > .oo-ui-popupToolGroup-handle:hover {
background-color: rgba( 41, 98, 204, 0.1 );
color: @accent-50;
2019-12-28 23:52:36 +00:00
}
2019-12-30 15:49:39 +00:00
.oo-ui-popupToolGroup-tools .oo-ui-tool-active.oo-ui-widget-enabled .oo-ui-tool-link .oo-ui-tool-title {
color: @accent-50;
}
.oo-ui-popupToolGroup-tools .oo-ui-tool.oo-ui-widget-enabled .oo-ui-tool-link:focus {
box-shadow: inset 0 0 0 2px @accent-50;
}
.oo-ui-listToolGroup-tools .oo-ui-tool-active.oo-ui-widget-enabled {
&:hover {
background-color: rgba( 41, 98, 204, 0.1 );
color: @dark-text-100;
}
2019-12-30 15:49:39 +00:00
background-color: @accent-10;
}
.oo-ui-listToolGroup-tools .oo-ui-tool-active.oo-ui-widget-enabled .oo-ui-tool-link .oo-ui-tool-title {
color: @accent-50;
}
.oo-ui-listToolGroup.oo-ui-widget-disabled,
.oo-ui-listToolGroup-tools .oo-ui-tool.oo-ui-widget-disabled .oo-ui-tool-title {
color: @dark-text-70;
}
.oo-ui-menuToolGroup-tools .oo-ui-tool.oo-ui-widget-enabled:hover {
background-color: rgba( 41, 98, 204, 0.1 );
}
.oo-ui-menuToolGroup-tools .oo-ui-tool.oo-ui-tool-active {
background-color: @accent-10;
}
.oo-ui-menuToolGroup.oo-ui-widget-disabled,
.oo-ui-menuToolGroup-tools .oo-ui-tool.oo-ui-widget-disabled .oo-ui-tool-title {
color: @dark-text-70;
}
.oo-ui-toolbar-position-top > .oo-ui-toolbar-bar {
border-bottom: 1px solid @dark-bg-30;
box-shadow: 0 1px 1px 0 rgba( 0, 0, 0, 0.1 );
}
.oo-ui-toolbar-position-bottom > .oo-ui-toolbar-bar {
border-top: 1px solid @dark-bg-30;
box-shadow: 0 -1px 1px 0 rgba( 0, 0, 0, 0.1 );
}
.oo-ui-toolbar-narrow.oo-ui-toolbar-position-top .oo-ui-toolbar-bar:after {
border-bottom: 1px solid @dark-bg-30;
}
.oo-ui-toolbar-narrow.oo-ui-toolbar-position-bottom .oo-ui-toolbar-bar:after {
border-top: 1px solid @dark-bg-30;
}
.oo-ui-toolbar-actions > .oo-ui-buttonElement.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button:focus {
box-shadow: inset 0 0 0 2px @accent-50, inset 0 0 0 3px @dark-bg-0;
}
.oo-ui-toolbar-actions > .oo-ui-buttonGroupWidget > .oo-ui-popupToolGroup.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-popupToolGroup-handle {
border-color: @accent-50;
background-color: @accent-50;
color: @dark-text-100;
2019-12-30 15:49:39 +00:00
}
.oo-ui-toolbar-actions > .oo-ui-buttonGroupWidget > .oo-ui-popupToolGroup.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-popupToolGroup-handle:hover {
border-color: #447ff5;
background-color: #447ff5;
2019-12-30 15:49:39 +00:00
}
.oo-ui-tool.oo-ui-widget-enabled > .oo-ui-tool-link:active,
.oo-ui-tool.oo-ui-widget-enabled > .oo-ui-tool-link:active:focus,
.oo-ui-tool.oo-ui-widget-enabled.oo-ui-tool-active > .oo-ui-tool-link,
.oo-ui-tool.oo-ui-widget-enabled.oo-ui-popupToolGroup-active > .oo-ui-tool-link,
.oo-ui-tool.oo-ui-widget-enabled.oo-ui-tool-active > .oo-ui-tool-link .oo-ui-tool-title,
.oo-ui-tool.oo-ui-widget-enabled.oo-ui-popupToolGroup-active > .oo-ui-tool-link .oo-ui-tool-title,
2019-12-30 15:49:39 +00:00
.oo-ui-toolbar-actions > .oo-ui-buttonGroupWidget > .oo-ui-popupToolGroup.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-popupToolGroup-handle:active,
.oo-ui-toolbar-actions > .oo-ui-buttonGroupWidget > .oo-ui-popupToolGroup.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-popupToolGroup-handle:active:focus,
.oo-ui-toolbar-actions > .oo-ui-buttonGroupWidget > .oo-ui-popupToolGroup.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive.oo-ui-buttonElement-pressed > .oo-ui-popupToolGroup-handle,
.oo-ui-toolbar-actions > .oo-ui-buttonGroupWidget > .oo-ui-popupToolGroup.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive.oo-ui-buttonElement-active > .oo-ui-popupToolGroup-handle,
.oo-ui-toolbar-actions > .oo-ui-buttonGroupWidget > .oo-ui-popupToolGroup.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive.oo-ui-popupToolGroup-active > .oo-ui-popupToolGroup-handle {
border-color: @accent-10;
background-color: @accent-10;
color: @dark-text-100;
2019-12-30 15:49:39 +00:00
}
.oo-ui-toolbar-actions > .oo-ui-buttonGroupWidget > .oo-ui-popupToolGroup.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-popupToolGroup-handle:focus {
border-color: @accent-50;
box-shadow: inset 0 0 0 1px solid @accent-50, inset 0 0 0 2px @dark-bg-0;
}
.oo-ui-barToolGroup-tools.oo-ui-toolGroup-enabled-tools .oo-ui-tool.oo-ui-widget-disabled.oo-ui-flaggedElement-primary > .oo-ui-tool-link,
.oo-ui-barToolGroup-tools.oo-ui-toolGroup-disabled-tools .oo-ui-tool.oo-ui-flaggedElement-primary > .oo-ui-tool-link {
border-color: @dark-bg-30;
background-color: @dark-bg-30;
}
2019-12-30 15:49:39 +00:00
}