Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*
- initial attempt at styling Thunderbird Supernova v115
- refer to Thunderbird DevTools: hamburger menu > Tools > Developer Tools
- */
- @namespace html url("http://www.w3.org/1999/xhtml");
- #titlebar, #toolbar-menubar, #mail-menubar {
- font-size: 1.1rem !important;
- font-weight: 500 !important;
- font-family: 'Acari Sans' !important;
- }
- #folderPane {
- font-size: 1.2rem !important;
- background-color: #E9F7EF !important;
- font-family: 'Acari Sans' !important;
- color: #212F3D !important;
- }
- #threadTree {
- font-family: 'Public Sans' !important;
- }
- #threadTree td {
- background-color: #F7FBF7 !important;
- color: #717D7E !important;
- }
- #threadTree .thread-card-row {
- font-weight: 400;
- }
- #threadTree span.sender {
- /* font-weight: 600; */
- }
- #threadTree tr[data-properties~="unread"] td {
- color: #212F3D !important;
- background-color: #F2F7F2 !important;
- }
- #threadTree .thread-card-container {
- padding-left: 0.25em;
- }
- #threadTree tr[data-properties~="unread"] .thread-card-container {
- border-left: 2px solid #58D68D;
- font-weight: normal;
- }
- #threadTree tr[data-properties~="unread"] .thread-card-container span.sender {
- font-style: italic;
- font-weight: 600 !important;
- }
- #threadTree .thread-card-container .thread-card-subject-container span.subject {
- font-weight: 400 !important;
- }
- #threadTree tr[data-properties~="unread"] .thread-card-container .thread-card-subject-container span.subject {
- font-weight: 200;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement