2020-11-03 14:15:11 +01:00
|
|
|
/*
|
|
|
|
|
* Default page color is white.
|
|
|
|
|
* Default popup background is transparent.
|
|
|
|
|
* Can't use inherit :
|
|
|
|
|
* root()->decorationStyle().backgroundColor().{red,green, blue}
|
|
|
|
|
* are all 0.
|
|
|
|
|
*/
|
|
|
|
|
div.popup {
|
2020-11-22 22:36:41 +01:00
|
|
|
background-color: floralwhite;
|
2020-11-03 14:15:11 +01:00
|
|
|
}
|
2020-11-22 22:36:41 +01:00
|
|
|
div.red {
|
|
|
|
|
color: red;
|
|
|
|
|
}
|
|
|
|
|
div.bold {
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
}
|
|
|
|
|
span.title {
|
|
|
|
|
font-size: 125%;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
}
|