2019-11-02 13:53:31 -05:00
|
|
|
@keyframes vex-fadeout {
|
2020-09-03 09:41:01 -05:00
|
|
|
0% {
|
|
|
|
opacity: 1; }
|
|
|
|
100% {
|
|
|
|
opacity: 0; } }
|
2019-11-02 13:53:31 -05:00
|
|
|
|
2019-10-17 10:09:33 -05:00
|
|
|
/* Infobar */
|
|
|
|
.vex-theme-bottom-right-corner .vex-dialog-message {
|
|
|
|
font-size: 1em;
|
|
|
|
}
|
2021-03-05 04:51:48 -06:00
|
|
|
.vex-dialog-external-url::before {
|
|
|
|
content: 'URL';
|
|
|
|
border-radius: 3px;
|
|
|
|
padding: 1px 2px;
|
|
|
|
margin-right: 2px;
|
|
|
|
font-size: 11px;
|
|
|
|
border: thin solid lightgray;
|
2021-03-16 05:22:12 -05:00
|
|
|
background: var(--gray-light-bg-color);
|
2021-03-05 04:51:48 -06:00
|
|
|
color: gray;
|
|
|
|
box-sizing: border-box;
|
|
|
|
vertical-align: top;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
.vex-dialog-external-url {
|
|
|
|
font-size: 16px;
|
2021-03-10 06:30:18 -06:00
|
|
|
font-weight: normal;
|
2021-03-05 04:51:48 -06:00
|
|
|
}
|
2019-10-17 10:09:33 -05:00
|
|
|
/* Place above statusbar */
|
|
|
|
.vex.vex-theme-bottom-right-corner .vex-content {
|
|
|
|
bottom: 40px !important;
|
|
|
|
right: 10px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Vex dialogs */
|
|
|
|
.vex-open .vex-overlay {
|
|
|
|
/* TODO: remove specific z-index from our codebase
|
|
|
|
so that the following line can also be removed */
|
|
|
|
z-index: 2000;
|
2020-09-09 04:02:15 -05:00
|
|
|
background-color: #1c5fa814;
|
2019-11-28 04:06:31 -06:00
|
|
|
min-height: 100%;
|
2019-11-29 02:50:16 -06:00
|
|
|
min-width: 100%;
|
2019-11-28 04:06:31 -06:00
|
|
|
position: absolute;
|
|
|
|
top: 0px;
|
2019-10-17 10:09:33 -05:00
|
|
|
}
|
2021-04-22 09:49:32 -05:00
|
|
|
|
|
|
|
.vex-content .vex-footnote {
|
|
|
|
color: var(--gray-light-txt--color) !important;
|
|
|
|
font-size: 0.78em;
|
|
|
|
}
|
2019-10-17 10:09:33 -05:00
|
|
|
/* dialog shown when user is idle */
|
|
|
|
.vex-open .loleaflet-user-idle {
|
2019-11-06 04:00:51 -06:00
|
|
|
background: #ffffffe0 !important;
|
|
|
|
font-size: xx-large !important;
|
|
|
|
color: #7a8592 !important;
|
|
|
|
text-align: center !important;
|
2019-10-17 10:09:33 -05:00
|
|
|
}
|
|
|
|
.vex-open .loleaflet-user-idle .vex-dialog-buttons {
|
2019-11-06 04:00:51 -06:00
|
|
|
display: none !important;
|
2019-10-17 10:09:33 -05:00
|
|
|
}
|
2019-11-02 13:53:31 -05:00
|
|
|
|
2020-03-12 09:36:14 -05:00
|
|
|
.vex.vex-theme-plain, .vex.vex-theme-bottom-right-corner{
|
2019-10-17 10:09:33 -05:00
|
|
|
z-index: 2001 !important;
|
|
|
|
}
|
|
|
|
|
2021-04-22 09:49:32 -05:00
|
|
|
.vex.vex-theme-plain .vex-content,
|
|
|
|
.vex-dialog-message {
|
|
|
|
font-size: 1.1em;
|
|
|
|
}
|
|
|
|
|
2019-10-17 10:09:33 -05:00
|
|
|
.vex.vex-theme-plain .vex-content{
|
|
|
|
border: 1px solid #a4a4a4;
|
|
|
|
box-shadow: 0 -1px 2px 0 rgba(0, 0, 0, 0.15), 0 2px 2px 0 rgba(0, 0, 0, 0.1);
|
|
|
|
border-radius: 4px;
|
2020-10-28 08:28:59 -05:00
|
|
|
outline: none;
|
2019-10-17 10:09:33 -05:00
|
|
|
}
|
|
|
|
|
2021-05-13 04:38:36 -05:00
|
|
|
.vex-selectable {
|
|
|
|
-webkit-touch-callout: text;
|
|
|
|
-webkit-user-select: text;
|
|
|
|
-khtml-user-select: text;
|
|
|
|
-moz-user-select: text;
|
|
|
|
-ms-user-select: text;
|
|
|
|
user-select: text;
|
|
|
|
}
|
|
|
|
|
2020-11-12 04:37:29 -06:00
|
|
|
.vex.vex-theme-plain .vex-close:before {
|
|
|
|
width: 20px;
|
|
|
|
height: 20px;
|
|
|
|
line-height: 18px;
|
|
|
|
font-size: 30px;
|
2020-11-12 04:12:52 -06:00
|
|
|
}
|
|
|
|
|
2019-11-02 13:53:31 -05:00
|
|
|
.vex-closing {
|
2019-12-11 17:53:47 -06:00
|
|
|
-webkit-animation: vex-fadeout .25s forwards;
|
|
|
|
animation: vex-fadeout .25s forwards;
|
2019-11-02 13:53:31 -05:00
|
|
|
}
|
2021-02-16 06:42:01 -06:00
|
|
|
|
|
|
|
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input{
|
|
|
|
border-radius: 3px;
|
|
|
|
box-shadow: inset 0 0 2px 0 lightgray;
|
2021-03-02 05:19:58 -06:00
|
|
|
box-sizing: border-box;
|
2019-11-06 03:12:40 -06:00
|
|
|
}
|
2019-11-02 13:53:31 -05:00
|
|
|
|
2019-12-11 17:53:47 -06:00
|
|
|
.vex {
|
|
|
|
position: fixed;
|
|
|
|
overflow: auto;
|
|
|
|
left: 0;
|
|
|
|
right: 0;
|
|
|
|
top: 0;
|
|
|
|
bottom: 0;
|
|
|
|
}
|
2021-04-15 05:43:49 -05:00
|
|
|
|
|
|
|
/* Keyboard input keys */
|
|
|
|
kbd,
|
|
|
|
.kbd {
|
|
|
|
background-color: #eee;
|
|
|
|
border-radius: 3px;
|
|
|
|
border: 1px solid #dcdcdc;
|
|
|
|
box-shadow: 0 1px 1px 0px rgba(0,0,0,.2), 0 2px 0 0 rgba(255,255,255,.7) inset;
|
|
|
|
color: #555;
|
|
|
|
display: inline-block;
|
|
|
|
font-family: monospace;
|
|
|
|
font-size: .85em;
|
|
|
|
font-weight: 700;
|
|
|
|
line-height: 1;
|
|
|
|
padding: 4px;
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
|
|
|
|
.kbd--plus {
|
|
|
|
color: #ccc;
|
|
|
|
padding: 0 2px;
|
|
|
|
font-size: 0.65em;
|
2021-04-15 06:33:20 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.warn-copy-paste {
|
|
|
|
width: 100%;
|
|
|
|
}
|
2021-05-28 05:38:28 -05:00
|
|
|
|
|
|
|
/* Integrator: fremium */
|
|
|
|
.vex.vex-theme-plain .vex-content.vex-freemium {
|
|
|
|
width: 652px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.vex.vex-theme-plain .vex-content.vex-freemium h1 {
|
|
|
|
margin-bottom: .5em;
|
|
|
|
font-size: 1.1em;
|
|
|
|
color: #fda208;
|
|
|
|
}
|
|
|
|
|
|
|
|
.vex.vex-theme-plain .vex-content.vex-freemium ul {
|
|
|
|
list-style: none;
|
|
|
|
padding: 0;
|
|
|
|
font-size: 0.84em;
|
|
|
|
text-shadow: 1px 1px 12px #ffbf0038, 0 0 0.5px #00000026;
|
|
|
|
}
|
|
|
|
|
|
|
|
.vex.vex-theme-plain .vex-content.vex-freemium ul li::before {
|
|
|
|
content: '\2022';
|
|
|
|
color: #fda208;
|
|
|
|
font-weight: bold;
|
|
|
|
display: inline-block;
|
|
|
|
width: 0.5em;
|
|
|
|
margin-left: -0.5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.vex.vex-theme-plain .vex-content.vex-freemium .container {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
}
|
|
|
|
.vex.vex-theme-plain .vex-content.vex-freemium .container .item {
|
|
|
|
color: #444;
|
|
|
|
flex: 1;
|
|
|
|
}
|
|
|
|
.vex.vex-theme-plain .vex-content.vex-freemium .container .item.illustration {
|
|
|
|
flex: 1.3;
|
2021-06-02 12:34:12 -05:00
|
|
|
background: transparent url('images/freemium-illustration.svg') no-repeat left 4px /contain;
|
|
|
|
height: 288px;
|
2021-05-28 05:38:28 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.vex.vex-theme-plain .vex-content.vex-freemium .vex-dialog-button-primary {
|
|
|
|
background-color: #fda918;
|
|
|
|
color: white;
|
|
|
|
border-color: #cc8202;
|
|
|
|
text-shadow: 0 0 8px #cc8202;
|
|
|
|
}
|
2021-06-02 12:34:12 -05:00
|
|
|
|
|
|
|
.vex.vex-theme-plain .vex-content.vex-freemium .vex-dialog-button-primary:hover {
|
|
|
|
border-color: #fda918 !important;
|
|
|
|
color: #cc8202 !important;
|
|
|
|
text-shadow: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.vex.vex-theme-plain .vex-content.vex-freemium.mobile .container .item p {
|
|
|
|
font-size: 1.1em !important;
|
|
|
|
font-family: var(--jquery-ui-font);
|
|
|
|
margin-left: 5px;
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
|
|
|
.vex.vex-theme-plain .vex-content.vex-freemium.mobile .container .item h1 {
|
|
|
|
text-align: center;
|
|
|
|
font-size: 1.4em !important;
|
|
|
|
}
|
|
|
|
.vex.vex-theme-plain .vex-content.vex-freemium.mobile ul {
|
|
|
|
text-shadow: none;
|
|
|
|
font-size: 1em !important;
|
|
|
|
margin-left: 5px;
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
|
|
|
.vex.vex-theme-plain .vex-content.vex-freemium.mobile ul li::before {
|
|
|
|
width: 0.8em;
|
|
|
|
margin-left: 0em;
|
|
|
|
}
|
|
|
|
.vex.vex-theme-plain .vex-content.vex-freemium.mobile .container {
|
|
|
|
flex-direction: column;
|
|
|
|
}
|
|
|
|
.vex.vex-theme-plain .vex-content.vex-freemium.mobile .container .item.illustration {
|
|
|
|
flex: 2 1 auto;
|
|
|
|
height: 238px;
|
|
|
|
background-position: center;
|
|
|
|
}
|
|
|
|
.vex.vex-theme-plain .vex-content.vex-freemium.mobile .vex-dialog-button-primary {
|
|
|
|
background-color: #fda918 !important;
|
|
|
|
border-color: #cc8202 !important;
|
|
|
|
text-shadow: 0 0 0.5px #cc8202;
|
|
|
|
}
|
|
|
|
.vex.vex-theme-plain .vex-freemium.mobile .vex-dialog-buttons {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column-reverse;
|
|
|
|
}
|