DrawOnYourScreen/stylesheet.css

130 lines
2.7 KiB
CSS
Raw Normal View History

2019-03-07 12:32:06 -03:00
/* square area */
.draw-on-your-screen-square-area {
outline: 2px solid rgba(255, 0, 0, 0.7);
}
.draw-on-your-screen-square-area:insensitive {
outline: none;
}
/* "Ctrl + F1" on-screen-display */
2020-03-13 07:08:00 -03:00
2019-03-29 18:57:22 -03:00
.draw-on-your-screen-helper {
2020-03-13 07:08:00 -03:00
margin: 0px;
}
.draw-on-your-screen-helper > StBoxLayout {
margin: 8px;
margin-right: 16px;
2019-03-05 08:36:59 -03:00
spacing: 0.5em;
2019-03-29 18:57:22 -03:00
}
2020-03-13 07:08:00 -03:00
.draw-on-your-screen-helper > StBoxLayout StBoxLayout {
spacing: 7em;
2019-03-29 18:57:22 -03:00
}
2020-03-13 07:08:00 -03:00
.draw-on-your-screen-helper > StBoxLayout StBoxLayout StLabel {
2019-03-05 08:36:59 -03:00
text-align: right;
font-weight: normal;
2019-03-29 18:57:22 -03:00
}
.draw-on-your-screen-helper-separator {
2019-03-05 08:36:59 -03:00
min-height: 0.6em;
2019-03-29 18:57:22 -03:00
}
/* context menu */
.draw-on-your-screen-menu {
font-size: 0.97em; /* default: 1em */
2019-03-29 18:57:22 -03:00
}
.draw-on-your-screen-menu .popup-menu-item {
2020-03-04 05:33:40 -03:00
padding-top: .3em; /* default: .4em */
padding-bottom: .3em;
2019-03-26 18:28:24 -03:00
}
2019-03-29 18:57:22 -03:00
.draw-on-your-screen-menu .popup-menu-item > .popup-menu-icon {
icon-size: 1em; /* default: 1.09 */
padding-top: 0.03em;
2019-03-29 18:57:22 -03:00
}
.draw-on-your-screen-menu .toggle-switch {
2020-03-04 05:33:40 -03:00
height: 1.35em; /* default: 22px */
}
.draw-on-your-screen-menu-separator-item {
margin-top: 0;
padding-top: 0.14em;
padding-bottom: 0.14em;
}
2019-03-29 18:57:22 -03:00
.draw-on-your-screen-menu-separator-item StLabel {
font-size: 0;
2019-03-29 18:57:22 -03:00
}
.draw-on-your-screen-menu-separator-item .popup-separator-menu-item {
2020-03-04 05:33:40 -03:00
margin-top: 0.2em; /* default 6px */
margin-bottom: 0.2em; /* default 6px */
}
.draw-on-your-screen-menu-separator-item .popup-separator-menu-item-separator {
background-color: transparent;
}
.draw-on-your-screen-menu-thin-separator-item .popup-separator-menu-item-separator {
margin-top: 0;
}
.draw-on-your-screen-menu-destructive-button:hover {
color: #e01b24; /* upstream destructive color, light: #e01b24, dark: #b2161d */
}
/* override .button upstream style class */
.draw-on-your-screen-menu-action-button {
min-height: 0;
min-width: 0;
border-radius: 32px;
padding: 12px;
}
.draw-on-your-screen-menu-action-button > StIcon {
icon-size: 1em;
}
2019-03-29 18:57:22 -03:00
.draw-on-your-screen-menu-slider-label {
2019-03-26 18:28:24 -03:00
min-width: 3em;
text-align: right;
2019-03-29 18:57:22 -03:00
}
.draw-on-your-screen-menu-entry-item {
padding-right: 1.15em; /* default 1.75em */
spacing: 0; /* default 12px */
}
.draw-on-your-screen-menu-entry {
border: none;
border-radius: 3px;
padding: 0.35em 0.57em;
width: 10em;
}
.draw-on-your-screen-menu-entry-error {
color: #f57900; /* upstream warning_color */
}
.draw-on-your-screen-menu-entry:focus {
padding: 0.35em 0.57em;
}
/* override .button upstream style class */
.draw-on-your-screen-menu-inline-button {
min-height: 1px;
padding: 2px 4px; /* default 3px 24px */
}
.draw-on-your-screen-menu-inline-button .popup-menu-icon {
icon-size: 0.85em; /* default 1.09 */
}