Bad keys, subkeys, identities and signatures are tagged in red. A secret key not owned by the user is shown in bold. Application name is bold and bigger. Popup background color is changed to floralwhite.
21 lines
359 B
CSS
21 lines
359 B
CSS
/*
|
|
* 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 {
|
|
background-color: floralwhite;
|
|
}
|
|
div.red {
|
|
color: red;
|
|
}
|
|
div.bold {
|
|
font-weight: bold;
|
|
}
|
|
span.title {
|
|
font-size: 125%;
|
|
font-weight: bold;
|
|
}
|