Works only with WebkitGTK with this change included: https://bugs.webkit.org/show_bug.cgi?id=208204 Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1522
76 lines
1.1 KiB
CSS
76 lines
1.1 KiB
CSS
:root {
|
|
color-scheme: light dark; /* both supported */
|
|
}
|
|
|
|
html, body {
|
|
padding: 0;
|
|
margin: 0;
|
|
word-wrap: break-word;
|
|
}
|
|
|
|
body {
|
|
/* Use margin so that children can safely use width=100% */
|
|
margin: 10px;
|
|
}
|
|
|
|
body, div, p, td {
|
|
unicode-bidi: plaintext;
|
|
}
|
|
|
|
h1,h2,h3 {
|
|
color: #7f7f7f;
|
|
}
|
|
|
|
th {
|
|
color: #7f7f7f;
|
|
text-align: left;
|
|
font-weight: normal;
|
|
vertical-align: top;
|
|
}
|
|
|
|
.header {
|
|
color: #7f7f7f;
|
|
}
|
|
|
|
.pre {
|
|
font-family: monospace;
|
|
}
|
|
|
|
.part-container {
|
|
width: 100%;
|
|
background: #FFF;
|
|
margin-top: 2px;
|
|
margin-bottom: 3px;
|
|
border-width: 0px;
|
|
border-style: none;
|
|
}
|
|
|
|
.part-container-inner-margin {
|
|
margin: 8px;
|
|
}
|
|
|
|
a.evo-awrap {
|
|
white-space:normal;
|
|
word-break:break-all;
|
|
}
|
|
|
|
/***** PRINTING *******/
|
|
|
|
.printing-header {
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.printing-header h1,
|
|
.attachments-list h1 {
|
|
font-size: 20px;
|
|
}
|
|
|
|
.printing-header th {
|
|
text-align: right;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.attachments-list th {
|
|
font-weight: bold;
|
|
}
|