* images: referenced image files * fonts: rendering elements * stylesheets: theme definition using CSS subsystem Signed-off-by: Ralf Zerres <ralf.zerres@networkx.de>
49 lines
576 B
CSS
49 lines
576 B
CSS
.header {
|
|
background: #ffffff;
|
|
}
|
|
|
|
.content {
|
|
background: #fafafa;
|
|
}
|
|
.content {
|
|
background: #fafafa;
|
|
}
|
|
|
|
text-box {
|
|
color: #5b0f22;
|
|
}
|
|
|
|
text-block {
|
|
color: #5b0f22;
|
|
}
|
|
|
|
/*
|
|
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 */
|