2017-01-19 12:58:07 -05:00
|
|
|
/**
|
|
|
|
* A floating box version of the paper theme.
|
|
|
|
*
|
|
|
|
* User: Qball
|
|
|
|
* Copyright: Dave Davenport
|
|
|
|
*/
|
2021-08-14 07:03:16 -04:00
|
|
|
|
2017-01-19 12:58:07 -05:00
|
|
|
* {
|
|
|
|
blue: #0000FF;
|
|
|
|
white: #FFFFFF;
|
|
|
|
black: #000000;
|
|
|
|
grey: #eeeeee;
|
|
|
|
|
|
|
|
spacing: 2;
|
2017-09-09 08:50:23 -04:00
|
|
|
background-color: #00000000;
|
|
|
|
border-color: #444444FF;
|
2017-01-19 12:58:07 -05:00
|
|
|
anchor: north;
|
|
|
|
location: center;
|
|
|
|
}
|
2020-08-29 05:14:23 -04:00
|
|
|
window {
|
2022-12-30 18:23:48 -05:00
|
|
|
transparency: "real";
|
2017-09-09 08:50:23 -04:00
|
|
|
background-color: #00000000;
|
2017-01-19 12:58:07 -05:00
|
|
|
border: 0;
|
|
|
|
padding: 0% 0% 1em 0%;
|
|
|
|
x-offset: 0;
|
|
|
|
y-offset: -10%;
|
|
|
|
}
|
2020-08-29 05:14:23 -04:00
|
|
|
mainbox {
|
2017-01-19 12:58:07 -05:00
|
|
|
padding: 0px;
|
|
|
|
border: 0;
|
|
|
|
spacing: 1%;
|
|
|
|
}
|
2020-08-29 05:14:23 -04:00
|
|
|
message {
|
|
|
|
border: 2px;
|
|
|
|
padding: 1em;
|
|
|
|
background-color: @white;
|
2022-05-16 03:38:51 -04:00
|
|
|
text-color: @black;
|
2017-01-19 12:58:07 -05:00
|
|
|
}
|
2020-08-29 05:14:23 -04:00
|
|
|
textbox normal {
|
2017-09-09 08:50:23 -04:00
|
|
|
text-color: #002B36FF;
|
2017-01-19 12:58:07 -05:00
|
|
|
padding: 0;
|
|
|
|
border: 0;
|
|
|
|
}
|
2020-08-29 05:14:23 -04:00
|
|
|
listview {
|
2017-01-19 12:58:07 -05:00
|
|
|
fixed-height: 1;
|
|
|
|
border: 2px;
|
|
|
|
padding: 1em;
|
|
|
|
reverse: false;
|
|
|
|
|
|
|
|
columns: 1;
|
2020-08-29 05:14:23 -04:00
|
|
|
background-color: @white;
|
2017-01-19 12:58:07 -05:00
|
|
|
}
|
2020-08-29 05:14:23 -04:00
|
|
|
element {
|
2017-01-19 12:58:07 -05:00
|
|
|
border: 0;
|
|
|
|
padding: 2px;
|
|
|
|
highlight: bold ;
|
|
|
|
}
|
2021-08-14 07:58:21 -04:00
|
|
|
element-text {
|
|
|
|
background-color: inherit;
|
|
|
|
text-color: inherit;
|
|
|
|
}
|
2020-08-29 05:14:23 -04:00
|
|
|
element normal.normal {
|
2017-09-09 08:50:23 -04:00
|
|
|
text-color: #002B36FF;
|
|
|
|
background-color: #F5F5F500;
|
2017-01-19 12:58:07 -05:00
|
|
|
}
|
2020-08-29 05:14:23 -04:00
|
|
|
element normal.urgent {
|
2017-09-09 08:50:23 -04:00
|
|
|
text-color: #D75F00FF;
|
|
|
|
background-color: #F5F5F5FF;
|
2017-01-19 12:58:07 -05:00
|
|
|
}
|
2020-08-29 05:14:23 -04:00
|
|
|
element normal.active {
|
2017-09-09 08:50:23 -04:00
|
|
|
text-color: #005F87FF;
|
|
|
|
background-color: #F5F5F5FF;
|
2017-01-19 12:58:07 -05:00
|
|
|
}
|
2020-08-29 05:14:23 -04:00
|
|
|
element selected.normal {
|
2017-09-09 08:50:23 -04:00
|
|
|
text-color: #F5F5F5FF;
|
|
|
|
background-color: #4271AEFF;
|
2017-01-19 12:58:07 -05:00
|
|
|
}
|
2020-08-29 05:14:23 -04:00
|
|
|
element selected.urgent {
|
2017-09-09 08:50:23 -04:00
|
|
|
text-color: #F5F5F5FF;
|
|
|
|
background-color: #D75F00FF;
|
2017-01-19 12:58:07 -05:00
|
|
|
}
|
2020-08-29 05:14:23 -04:00
|
|
|
element selected.active {
|
2017-09-09 08:50:23 -04:00
|
|
|
text-color: #F5F5F5FF;
|
|
|
|
background-color: #005F87FF;
|
2017-01-19 12:58:07 -05:00
|
|
|
}
|
2020-08-29 05:14:23 -04:00
|
|
|
element alternate.normal {
|
2017-09-09 08:50:23 -04:00
|
|
|
text-color: #002B36FF;
|
|
|
|
background-color: #D0D0D0FF;
|
2017-01-19 12:58:07 -05:00
|
|
|
}
|
2020-08-29 05:14:23 -04:00
|
|
|
element alternate.urgent {
|
2017-09-09 08:50:23 -04:00
|
|
|
text-color: #D75F00FF;
|
|
|
|
background-color: #D0D0D0FF;
|
2017-01-19 12:58:07 -05:00
|
|
|
}
|
2020-08-29 05:14:23 -04:00
|
|
|
element alternate.active {
|
2017-09-09 08:50:23 -04:00
|
|
|
text-color: #005F87FF;
|
|
|
|
background-color: #D0D0D0FF;
|
2017-01-19 12:58:07 -05:00
|
|
|
}
|
2020-08-29 05:14:23 -04:00
|
|
|
scrollbar {
|
2017-01-19 12:58:07 -05:00
|
|
|
border: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
2020-08-29 05:14:23 -04:00
|
|
|
inputbar {
|
2017-01-19 12:58:07 -05:00
|
|
|
spacing: 0;
|
|
|
|
border: 2px;
|
|
|
|
padding: 0.5em 1em;
|
2017-09-09 08:50:23 -04:00
|
|
|
background-color: @grey;
|
2017-01-19 12:58:07 -05:00
|
|
|
index: 0;
|
|
|
|
}
|
2020-08-29 05:14:23 -04:00
|
|
|
inputbar normal {
|
2017-09-09 08:50:23 -04:00
|
|
|
foreground-color: #002B36FF;
|
|
|
|
background-color: #F5F5F500;
|
2017-01-19 12:58:07 -05:00
|
|
|
}
|
2020-08-29 05:14:23 -04:00
|
|
|
mode-switcher {
|
2017-01-19 12:58:07 -05:00
|
|
|
border: 2px;
|
|
|
|
padding: 0.5em 1em;
|
2017-09-09 08:50:23 -04:00
|
|
|
background-color: @grey;
|
2017-01-19 12:58:07 -05:00
|
|
|
index: 10;
|
|
|
|
}
|
2020-08-29 05:14:23 -04:00
|
|
|
button selected {
|
2017-09-09 08:50:23 -04:00
|
|
|
text-color: #4271AEFF;
|
2017-01-19 12:58:07 -05:00
|
|
|
}
|
2020-08-29 05:14:23 -04:00
|
|
|
inputbar {
|
2018-02-25 09:18:37 -05:00
|
|
|
children: [ prompt,textbox-prompt-colon,entry,case-indicator ];
|
|
|
|
}
|
2020-08-29 05:14:23 -04:00
|
|
|
textbox-prompt-colon {
|
2018-02-25 09:18:37 -05:00
|
|
|
expand: false;
|
|
|
|
str: ":";
|
|
|
|
margin: 0px 0.3em 0em 0em ;
|
2022-05-16 03:38:51 -04:00
|
|
|
text-color: var(black);
|
2018-02-25 09:18:37 -05:00
|
|
|
}
|
2020-08-29 05:14:23 -04:00
|
|
|
error-message {
|
|
|
|
border: 2px;
|
|
|
|
padding: 1em;
|
|
|
|
background-color: #FF8888;
|
2022-05-16 03:38:51 -04:00
|
|
|
text-color: @black;
|
2020-08-29 05:14:23 -04:00
|
|
|
}
|