* example advotracker: stylesheet orbtk test widgets * example advotracker: MaterialIcons ttf font Signed-off-by: Ralf Zerres <ralf.zerres@networkx.de>
218 lines
2.9 KiB
CSS
218 lines
2.9 KiB
CSS
.myheader {
|
|
font-size: 36;
|
|
}
|
|
|
|
/* defaults: dark.css
|
|
* {
|
|
background: #ffffff;
|
|
font-size: 16;
|
|
font-family: "Roboto Medium";
|
|
icon-size: 16;
|
|
icon-family: "Material Icons";
|
|
}
|
|
|
|
window {
|
|
background: #ffffff;
|
|
}
|
|
|
|
.h1 {
|
|
font-size: 36;
|
|
}
|
|
*/
|
|
|
|
/*
|
|
.top_bar {
|
|
padding-left: 4;
|
|
padding-right: 4;
|
|
min-height: 150;
|
|
background: #ffffff;
|
|
border-color: #5b0f22;
|
|
}
|
|
|
|
.bottom_bar {
|
|
height: 40;
|
|
background: #ffffff;
|
|
}
|
|
*/
|
|
|
|
/*
|
|
font-family: "Roboto Medium";
|
|
background: transparent;
|
|
border-width: 2;
|
|
border-color: #5b0f22;
|
|
border-radius: 2;
|
|
padding: 6;
|
|
}
|
|
|
|
.text_form {
|
|
background: #ffffff;
|
|
}
|
|
.text_block {
|
|
background: #ffffff;
|
|
border-color: #5b0f22;
|
|
border-width: 0;
|
|
color: #5b0f22;
|
|
}
|
|
|
|
text_box:empty {
|
|
color: #9E9E9E
|
|
}
|
|
|
|
text_box:focus {
|
|
border-color: #f8de4c;
|
|
}
|
|
|
|
/*
|
|
text_box.inplace {
|
|
color: #dfebf5;
|
|
background: transparent;
|
|
border-color: transparent;
|
|
border-width: 1;
|
|
border-radius: 2;
|
|
padding: 6;
|
|
font-size: 48;
|
|
}
|
|
|
|
text_box.inplace:focus {
|
|
background: #ffffff;
|
|
border-color: #5b0f22;
|
|
}
|
|
|
|
text_box.inplace:empty {
|
|
color: #9E9E9E
|
|
}
|
|
|
|
.icon_only {
|
|
icon-color: transparent;
|
|
background: transparent;
|
|
}
|
|
|
|
.icon_only:active {
|
|
icon-color: #5b0f22;
|
|
background: #5b0f22;
|
|
}
|
|
|
|
.icon_only:disabled {
|
|
icon-color: transparent;
|
|
background: transparent;
|
|
}
|
|
|
|
items-widget {
|
|
padding: 0;
|
|
border-color: transparent;
|
|
font-size: 48;
|
|
}
|
|
|
|
list-view-item {
|
|
padding-left: 0;
|
|
padding-right: 0;
|
|
height: 62;
|
|
}
|
|
|
|
list-view-item:active {
|
|
background: #ffffff;
|
|
}
|
|
|
|
policy_check.text_box {
|
|
font-size: 48;
|
|
}
|
|
|
|
policy_list.text_box {
|
|
font-size: 48;
|
|
}
|
|
|
|
policy_list.text_box {
|
|
font-size: 48;
|
|
}
|
|
|
|
.transparent {
|
|
icon-color: transparent;
|
|
background: transparent;
|
|
}
|
|
|
|
.transparent:active {
|
|
icon-color: transparent;
|
|
background: transparent;
|
|
}
|
|
|
|
.item_button {
|
|
background: transparent;
|
|
border-radius: 0;
|
|
font-size: 48;
|
|
}
|
|
|
|
.separator {
|
|
background: #f8de4c;
|
|
color: #f8de4c;
|
|
border-width: 2;
|
|
border-color: #5b0f22;
|
|
}
|
|
*/
|
|
|
|
/*
|
|
|
|
const LINK_WATER_COLOR
|
|
color: #dfebf5;
|
|
const LYNCH_COLOR
|
|
color: #647b91;
|
|
const BOMBAY_COLOR
|
|
color: #adb3B8;
|
|
const SLATE_GRAY_COLOR
|
|
color: #6c7a90;
|
|
const BRIGHT_GRAY_COLOR
|
|
color: #3b434a;
|
|
const MATERIAL_RED_COLOR
|
|
color: #5b0f22;
|
|
|
|
.header {
|
|
background: #ffffff;
|
|
}
|
|
|
|
.content {
|
|
background: #fafafa;
|
|
}
|
|
|
|
text-box {
|
|
color: #5b0f22;
|
|
}
|
|
|
|
text-block {
|
|
color: #5b0f22;
|
|
}
|
|
|
|
top-bar {
|
|
color: #5b0f22;
|
|
background: #fafafa;
|
|
}
|
|
*/
|
|
|
|
/*
|
|
light-text {
|
|
color: #dfebf5;
|
|
}
|
|
*/
|
|
|
|
/* // Hiedemann blue */
|
|
/* color: #a5b3bf; */
|
|
|
|
/* // Hiedemann red */
|
|
/* color: #5b0f22; */
|
|
|
|
/* // Hiedemann darkgrey */
|
|
/* color: #879488; */
|
|
|
|
/* // Hiedemann grey */
|
|
/* color: ##b6c3b7; */
|
|
|
|
|
|
|
|
/* // Qt Green */
|
|
/* color: #41cd52; */
|
|
|
|
/* // lightgrey */
|
|
/* color: #f0f0f0; */
|
|
|
|
/* Accent=#5b0f22 */
|
|
/* Foreground=#000000 */
|
|
/* Background=#f0f0f0 */
|