diff options
| author | Cristiano Almeida <[email protected]> | 2017-11-14 13:47:42 +0000 |
|---|---|---|
| committer | Cristiano Almeida <[email protected]> | 2017-11-14 13:47:42 +0000 |
| commit | 0a520ab8fca930e6eb3f15a3b8e0c6cde9eb7170 (patch) | |
| tree | 478593431093d801af60a0140dbc9952ff3dffd8 /Themes/halow_summer_06.css | |
| parent | f2aa72d8a248b4ea7debc8b3de0fce0a6b393772 (diff) | |
| download | protonmail-themes-1.16.tar.xz protonmail-themes-1.16.zip | |
Includes themes for version 1.16 of Protonmail.v1.16
Diffstat (limited to 'Themes/halow_summer_06.css')
| -rw-r--r-- | Themes/halow_summer_06.css | 138 |
1 files changed, 138 insertions, 0 deletions
diff --git a/Themes/halow_summer_06.css b/Themes/halow_summer_06.css new file mode 100644 index 0000000..8fea624 --- /dev/null +++ b/Themes/halow_summer_06.css @@ -0,0 +1,138 @@ +*:not(.fa) { + font-family: ‘Trebuchet MS’, Helvetica, sans-serif; +} +body { + font-size: 0.8rem; +} + +#sidebar a img { + background: rgba(68,68,68,0.5); + padding: 0.5rem 0.3rem; + border-radius: 3px; +} + +/* Main Backgrounds */ +#sidebar, #main footer .wrap, body #mainHeader, footer .wrap, #sidebar .storage, #footer, body.outside #mainHeader { + background: #E7E9D1; +} +/* Header Search Bar */ +#mainHeader .search.dark input { + background: #BAB293; + color: #2B2922; + font-weight: bold; +} +#mainHeader .search input { + border-radius: 0.3rem; + border: 2px double #2B2922; +} + +p.hello { + opacity:0.6; +} +/* Links */ +#mainHeader .dark button, #mainHeader p, #mainHeader a, +#sidebar ul li a, #sidebar ul li a span, #sidebar ul.menu li a.active, +#sidebar ul.menu li a.active span, .sizebar, #footer .wrap a, #listing-actions-buttons ul li a:hover, +#sidebar ul.menu li a.active, ul.menu li a.active span { + color: #444444 !important; +} +#mainHeader .dark button:hover, #mainHeader .dark button:hover .fa, +#compose_button span, #compose_button strong, #mainHeader a:active, +#mainHeader a:hover, #mainHeader a:hover, #mainHeader li a.active span, +#mainHeader li a:hover span, #sidebar,#sidebar ul.menu li a:hover span, +#sidebar ul.menu li a.active:hover, #footer .wrap a:hover, #sidebar ul.menu li a:hover, #mainHeader a span { + color: #901808 !important; +} + +/* Sidebar compose button */ +#compose_button strong, #sidebar #compose_button a span { + color: #FFF !important; +} + +#compose_button a { + background: #A32500; +} + +#compose_button a:active, #compose_button a:hover, .fill { + background: #444444; +} + +/* Sidebar Number */ +#sidebar .number, #sidebar .active .number { + background: #444444; + color: #FCFAE6; +} + +#sidebar ul.menu li a:hover .number { + background: #901808; + color: #FCFAE6; +} + +/* Sidebar Active Section */ +#sidebar ul.menu li a.active { + background: #D3D4AA; +} + +/*Sidebar Dividers */ +.divider { + opacity: 0.2; +} + +/* Footer Text */ +#footer .wrap { + color: #fff; +} +/*Mail Commandbar */ +#messages tbody { + font-size: 0.8rem !important; +} +/* Page Buttons */ +.pure-button.pure-button-primary, body .ui-button.pure-button-primary { + background: #444444; + transition: background .2s ease-in; +} +.pure-button.pure-button-primary:focus, .pure-button.pure-button-primary:hover, body .ui-button.pure-button-primary:focus, body .ui-button.pure-button-primary:hover { + background: #901808; +} +/* Labels */ +#listing .pmlabel { + border-radius: 0.2rem; + padding: 0.1rem 0.7rem; +} +/*Reading Mail*/ +#primaryHeader #titleBar h1 { + font-size: 0.9rem; +} +#page-m .pmlabel { + padding: 0.1rem 1.2rem; + padding-left: 0.6rem; + border-radius: 0.2rem; +} +span.bubble { + padding: 0.1rem 0.5rem; +} +span.bubble:hover { + background: #444444 !important; + border-color: #1c1c1c !important; + color:#FFF !important; +} +#dkim .verified { + color:#8CC63F; +} +/*Unread*/ +#messages tr.unread td { + background: #fff; +} + +#messages tr.unread, #messages tr.unread a, #messages tr.unread td { + color: #444444 !important; +} +/*Starred Mails*/ +body table#messages tr.starred td { + background: #FCFAE6; +} +/*Responsive Menu Background */ +#mmm { + background: #FCFAE6; +} + |
