diff options
31 files changed, 0 insertions, 3798 deletions
diff --git a/Themes/v1.16/b_transition.css b/Themes/b_transition.css index 961cfda..961cfda 100644 --- a/Themes/v1.16/b_transition.css +++ b/Themes/b_transition.css diff --git a/Themes/v1.16/circus_iii.css b/Themes/circus_iii.css index e081b69..e081b69 100644 --- a/Themes/v1.16/circus_iii.css +++ b/Themes/circus_iii.css diff --git a/Themes/v1.16/deuteraone.css b/Themes/deuteraone.css index d82f53b..d82f53b 100644 --- a/Themes/v1.16/deuteraone.css +++ b/Themes/deuteraone.css diff --git a/Themes/v1.16/dusty_petrol.css b/Themes/dusty_petrol.css index 79779ad..79779ad 100644 --- a/Themes/v1.16/dusty_petrol.css +++ b/Themes/dusty_petrol.css diff --git a/Themes/v1.16/green_lume.css b/Themes/green_lume.css index cf15684..cf15684 100644 --- a/Themes/v1.16/green_lume.css +++ b/Themes/green_lume.css diff --git a/Themes/v1.16/halow_summer_06.css b/Themes/halow_summer_06.css index 8fea624..8fea624 100644 --- a/Themes/v1.16/halow_summer_06.css +++ b/Themes/halow_summer_06.css diff --git a/Themes/v1.16/japanese_garden.css b/Themes/japanese_garden.css index f849c91..f849c91 100644 --- a/Themes/v1.16/japanese_garden.css +++ b/Themes/japanese_garden.css diff --git a/Themes/v1.16/sea_wolf.css b/Themes/sea_wolf.css index 53ab63a..53ab63a 100644 --- a/Themes/v1.16/sea_wolf.css +++ b/Themes/sea_wolf.css diff --git a/Themes/v1.16/this_green.css b/Themes/this_green.css index e050e57..e050e57 100644 --- a/Themes/v1.16/this_green.css +++ b/Themes/this_green.css diff --git a/Themes/v1.16/tweak_default.css b/Themes/tweak_default.css index 548c585..548c585 100644 --- a/Themes/v1.16/tweak_default.css +++ b/Themes/tweak_default.css diff --git a/Themes/v2.0/blue_gold.css b/Themes/v2.0/blue_gold.css deleted file mode 100644 index 12960a5..0000000 --- a/Themes/v2.0/blue_gold.css +++ /dev/null @@ -1,281 +0,0 @@ -/* =========================================== * - * BLUEGOLD 2.0 THEME BY CRISTIANO ALMEIDA - * - * http://www.csalmeida.com - * https://www.behance.net/_csalmeida - * =========================================== */ - -/* +++++++++++++ - ++ GENERAL ++ - +++++++++++++ */ -body { - font-size: 13px; -} - -/* +++++++++++++++++ - ++ COLOR FRAME ++ - +++++++++++++++++ */ - -/* Sidebar background */ -#sidebar { - background: #192C3B none repeat scroll 0% 0%; -} - -/* Storage background */ -#sidebar .storage { - background-color: #192C3B; -} - -/* Top Navigation Bar */ -body .navbar-inverse { - background: #264258 none repeat scroll 0% 0%; -} -/* ++++++++++++ - ++ TABLET ++ - ++++++++++++ */ - -/* Top Navigation Bar */ -#header #navbar.navbar-inverse { - background-color: #264258; -} - -/* Search Button */ -#header #navbar.navbar-inverse #searchMob { - background-color: #6D808E; -} -/* Magnifying Glass */ -#header #searchMob { - color: #fff; - border-radius: 0px; -} -/* ++++++++++++ - ++ MOBILE ++ - ++++++++++++ */ - -/* Menu Icon Color */ -.navbar-inverse .navbar-toggle .icon-bar { - background-color: #E3E8EB; -} - -/* Icons Color */ -html .btn-dark { - color: #E3E8EB; -} -/* Dropdown Menu */ -#header .list-group .list-group-item { - background: #264258 none repeat scroll 0% 0%; - border-color: #6D808E; -} - - -/* +++++++++++++ - ++ SIDEBAR ++ - +++++++++++++ */ - -/* Compose background and font color */ -#sidebar #compose_button a { - background: transparent linear-gradient(#5E4955, #4a3943) repeat scroll 0% 0%; - color: #fff; - font-weight: bolder; - /*transition: background .2s ease-out;*/ -} -/* Compose background on hover */ -#sidebar #compose_button:hover a { - background: transparent linear-gradient(#5E4955, #4a3943) repeat scroll 0% 0%; -} - -#sidebar #compose_button:active a { - background: transparent linear-gradient(#B68F40, #9d7b37) repeat scroll 0% 0%; -} - -/* Active Section Background i.e Inbox */ -#sidebar .list-group-item .btn.active { - /*background: #111F2A;*/ - background: transparent linear-gradient(rgba(0,0,0,0), #11222f) repeat scroll 0% 0%; -} - -/* Active section when clicked. */ -#sidebar .list-group-item .btn.active:active { - /*background:#111F2A;*/ - background: transparent linear-gradient(rgba(0,0,0,0), #11222f) repeat scroll 0% 0%; -} -/* Color of link while active section. */ -#sidebar a, #sidebar a.active { - color: #E3E8EB; - transition: color .2s ease-out; -} - -#sidebar a:hover { - color: #548F99; -} - -/* Number of messages */ -#sidebar .label { - background-color: #E3E8EB !important; - transition: background-color .2s ease-out, color .2s ease-out; -} - - -#sidebar .list-group-item .btn:hover .label { - background-color: #548F99 !important; - color: #E3E8EB; -} - -#sidebar .list-group-item .btn.active .label { - color: #264258; -} - -/* Storage Fill bar Color */ -#sidebar .storage .sizeBar .fill { - background: none repeat scroll 0px 0px, none repeat scroll center bottom, none repeat scroll 0px center, #548F99 none repeat scroll 100% center; -} - -/* Top Links */ -body .navbar-inverse .navbar-nav > li > a { - color: #E3E8EB; - transition: color .4s ease-in; -} -body .navbar-inverse .navbar-nav > li > a:hover { - color: #548F99; -} - -#sidebar .list-group-item .btn:hover .label { - background: #548F99 none repeat scroll 0% 0%; -} - -#header .navbar .dropdown-menu li a:active, -#header .navbar .dropdown-menu li a:focus, -#header .navbar .dropdown-menu li a:hover { - color: #548F99; -} - -#header .navbar .dropdown-menu li a { - color: #E3E8EB; -} - -.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover { - color: #548F99; -} - -#header .navbar .dropdown-menu { - background-color: #264258; -} - -/* Search bar */ -#search-form input { - background: #192C3B none repeat scroll 0% 0%; - border-radius: 0.5rem 0 0.5rem 0; - border: 3px solid #E3E8EB !important; - color: #E3E8EB; - font-size: 12px; -} - -#search-form button { - color: #E3E8EB; -} - -#search-form button:hover { - color: #548F99; -} - -/* EMAIL LIST */ -table.message-list tr.unread h4, table.message-list tr.unread td { - color: #1c1c1c; -} - -table.message-list tr.starred, table.message-list tr.starred i.fa-clock-o, table.message-list tr.starred span.labels, -table.message-list tr.starred td { - background-color: rgba(182, 143, 64, 0.1); - transition: background-color .2s ease-out; -} - -table.message-list tr.starred:active i.fa-clock-o, table.message-list tr.starred:active i.fa-paperclip, table.message-list tr.starred:active span.labels, table.message-list tr.starred:active td, table.message-list tr.starred:hover i.fa-clock-o, table.message-list tr.starred:hover i.fa-paperclip, table.message-list tr.starred:hover td { - background-color: rgba(182, 143, 64, 0.2); -} - -table.message-list tr.starred span.labels, -table.message-list tr.starred:hover span.labels { - background: transparent; -} - -table.message-list tr.unread.hovered span.labels, -table.message-list tr.unread span.labels, -table.message-list tr.starred.hovered i.fa-paperclip, -table.message-list tr.starred i.fa-paperclip{ - background-color: transparent !important; -} - -table.message-list tr td.actions .fa-star { - color: #B68F40; -} - -table.message-list tr.starred.hovered i.fa-clock-o, table.message-list tr.starred.hovered i.fa-paperclip, table.message-list tr.starred.hovered td, table.message-list tr.starred:active i.fa-clock-o, table.message-list tr.starred:active i.fa-paperclip, table.message-list tr.starred:active span.labels, table.message-list tr.starred:active td { - background-color: rgba(38, 66, 88, 0.3); -} - -/* EMAIL AND ATTACHMENT TAG */ -.message-metadata ul.infos .email {} - -.message-metadata ul.infos .email:hover, -.preview-template { - background: rgba(182, 143, 64, 0.3); - border-color: #B68F40; - color: #5E4955; -} - -/* LABELS */ -table.message-list tr td .label { - padding: 0.4rem; - top: -4px; -} - -/* SETTINGS TABS */ - -.nav-tabs li.active a { - box-shadow: 0px 2px 0px #B68F40 inset; -} - -/* SETTINGS TABS MOBILE */ -#mobileSettingsMenu li.active { - background: #B68F40; -} - - -/* BIG BUTTONS */ -html .btn-primary { - background: transparent linear-gradient(#5E4955, #4a3943) repeat scroll 0% 0%; - color: #fff; -} - -html .btn-primary:hover, .toggle-switch .switch-left { - background: transparent linear-gradient(#B68F40, #9d7b37) repeat scroll 0% 0%; - color: #fff; -} - -.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover { - background-color: #192C3B; - border: #192C3B; -} - -.message-toolbar > ul > li a:hover { - background-color: rgba(182, 143, 64, 0.3); -} - -/* REPLY, REPLY ALL AND FOCUS */ -#messageActionGroup .btn:active, -#messageActionGroup .btn:focus, -#messageActionGroup .btn:hover { - background: transparent linear-gradient(#B68F40, #9d7b37) repeat scroll 0% 0%; -} - -/* POP UP USER FEEDBACK */ - -.proton-notification-template { - background: transparent linear-gradient(#5E4955, #4a3943) repeat scroll 0% 0%; - color: #fff; -} - -/* SMALL LINKS A-Z */ -.text-purple { - color: #B68F40; -}
\ No newline at end of file diff --git a/Themes/v2.0/deutera_one.css b/Themes/v2.0/deutera_one.css deleted file mode 100644 index cb31031..0000000 --- a/Themes/v2.0/deutera_one.css +++ /dev/null @@ -1,270 +0,0 @@ -/* ============================================ * - * DEUTERA ONE 2.0 THEME BY CRISTIANO ALMEIDA - * - * http://www.csalmeida.com - * https://www.behance.net/_csalmeida - * ============================================ */ - -/* +++++++++++++ - ++ GENERAL ++ - +++++++++++++ */ -body { - font-size: 13px; -} - -/* +++++++++++++++++ - ++ COLOR FRAME ++ - +++++++++++++++++ */ - -/* Sidebar background */ -#sidebar { - background: #08426b none repeat scroll 0% 0%; -} - -/* Storage background */ -#sidebar .storage { - background-color: #08426b; -} - -/* Top Navigation Bar */ -body .navbar-inverse { - background: #08426b none repeat scroll 0% 0%; -} -/* ++++++++++++ - ++ TABLET ++ - ++++++++++++ */ - -/* Top Navigation Bar */ -#header #navbar.navbar-inverse { - background-color: #08426b; -} - -/* Search Button */ -#header #navbar.navbar-inverse #searchMob { - background-color: #053150; -} -/* Magnifying Glass */ -#header #searchMob { - color: #fff; - border-radius: 0px; -} -/* ++++++++++++ - ++ MOBILE ++ - ++++++++++++ */ - -/* Menu Icon Color */ -.navbar-inverse .navbar-toggle .icon-bar { - background-color: #ffed00; -} - -/* Icons Color */ -html .btn-dark { - color: #ffed00; -} -/* Dropdown Menu */ -#header .list-group .list-group-item { - background: #08426b none repeat scroll 0% 0%; - border-color: #555; -} - - -/* +++++++++++++ - ++ SIDEBAR ++ - +++++++++++++ */ - -/* Compose background and font color */ -#sidebar #compose_button a { - background: #ffed00; - color: #000; - font-weight: bolder; - transition: all .2s ease-out; -} -/* Compose background on hover */ -#sidebar #compose_button:hover a { - background: #fff; - color: #08426b; -} -/* Active Section Background i.e Inbox */ -#sidebar .list-group-item .btn.active { - background: #053150; -} - -/* Active section when clicked. i.e Inbox */ -#sidebar .list-group-item .btn.active:active { - background:#08426b; -} -/* Color of link while active section. */ -#sidebar a, #sidebar a.active { - color: #fff; -} - -#sidebar a:hover { - color: #ffed00; -} - -/* Number of messages */ -#sidebar .label { - background-color: #fff !important; -} - - -#sidebar .list-group-item .btn:hover .label { - background-color: #ffed00 !important; -} - -#sidebar .list-group-item .btn.active .label { - color: #000; -} - -/* Storage Fill bar Color */ -#sidebar .storage .sizeBar .fill { - background: none repeat scroll 0px 0px, none repeat scroll center bottom, none repeat scroll 0px center, #ffed00 none repeat scroll 100% center; -} - -/* Top Links */ -body .navbar-inverse .navbar-nav > li > a { - color: #fff; - transition: color .4s ease-in; -} -body .navbar-inverse .navbar-nav > li > a:hover { - color: #ffed00; -} - -#sidebar .list-group-item .btn:hover .label { - background: #ffed00 none repeat scroll 0% 0%; -} - -#header .navbar .dropdown-menu li a:active, -#header .navbar .dropdown-menu li a:focus, -#header .navbar .dropdown-menu li a:hover { - color: #ffed00; -} - -#header .navbar .dropdown-menu li a { - color: #fff; -} - -.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover { - color: #ffed00; -} - -#header .navbar .dropdown-menu { - background-color: #08426b; -} - -/* Search bar */ -#search-form input { - background: #08426b none repeat scroll 0% 0%; - border-radius: 0.5rem; - border: 2px solid #fff !important; - color: #fff; - font-size: 12px; -} - -#search-form button { - color: #fff; -} - -/* EMAIL LIST */ -table.message-list tr.unread h4, table.message-list tr.unread td { - color: #1c1c1c; -} - -table.message-list tr.starred, table.message-list tr.starred i.fa-clock-o, table.message-list tr.starred span.labels, -table.message-list tr.starred td { - background-color: rgba(8,66,107,0.2); - transition: background-color .2s ease-out; -} - -table.message-list tr.starred:active i.fa-clock-o, table.message-list tr.starred:active i.fa-paperclip, table.message-list tr.starred:active span.labels, table.message-list tr.starred:active td, table.message-list tr.starred:hover i.fa-clock-o, table.message-list tr.starred:hover i.fa-paperclip, table.message-list tr.starred:hover td { - background-color: rgba(8,66,107,0.4); -} - -table.message-list tr.starred span.labels, -table.message-list tr.starred:hover span.labels { - background: transparent; -} - -table.message-list tr.unread.hovered span.labels, -table.message-list tr.unread span.labels, -table.message-list tr.starred.hovered i.fa-paperclip, -table.message-list tr.starred i.fa-paperclip{ - background-color: transparent !important; -} - -table.message-list tr td.actions .fa-star { - color: #ffed00; -} - -table.message-list tr.starred.hovered i.fa-clock-o, table.message-list tr.starred.hovered i.fa-paperclip, table.message-list tr.starred.hovered td, table.message-list tr.starred:active i.fa-clock-o, table.message-list tr.starred:active i.fa-paperclip, table.message-list tr.starred:active span.labels, table.message-list tr.starred:active td { - background-color: rgba(8,66,107,0.4); -} - -/* EMAIL AND ATTACHMENT TAG */ -.message-metadata ul.infos .email {} - -.message-metadata ul.infos .email:hover, -.preview-template { - background: rgba(8,66,107,1); - border-color: #053150; - color: #fff; -} - -/* LABELS */ -table.message-list tr td .label { - padding: 0.4rem; - top: -4px; -} - -/* SETTINGS TABS */ - -.nav-tabs li.active a { - box-shadow: 0px 2px 0px #08426b inset; -} - -/* SETTINGS TABS MOBILE */ -#mobileSettingsMenu li.active { - background: #08426b; -} - - -/* BIG BUTTONS */ -html .btn-primary { - background: transparent linear-gradient(#08426b, #053150) repeat scroll 0% 0%; - color: #fff; -} - -html .btn-primary:hover, .toggle-switch .switch-left { - background: transparent linear-gradient(#ffed00, #dfcf04) repeat scroll 0% 0%; - color: #1c1c1c; -} - -.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover { - background-color: #ffed00; - border: #dfcf04; - color: #1c1c1c; -} - -.message-toolbar > ul > li a:hover { - background-color: rgba(8,66,107,0.2) -; -} - -/* REPLY, REPLY ALL AND FOCUS */ -#messageActionGroup .btn:active, -#messageActionGroup .btn:focus, -#messageActionGroup .btn:hover { - background: transparent linear-gradient(#ffed00, #dfcf04) repeat scroll 0% 0%; -} - -/* POP UP USER FEEDBACK */ - -.proton-notification-template { - background-color: #ffed00; - color: #000; -} - -/* SMALL LINKS A-Z */ -.text-purple { - color: #ffed00; -}
\ No newline at end of file diff --git a/Themes/v2.0/green_lume.css b/Themes/v2.0/green_lume.css deleted file mode 100644 index 0f8707c..0000000 --- a/Themes/v2.0/green_lume.css +++ /dev/null @@ -1,267 +0,0 @@ -/* =========================================== * - * GREEN LUME 2.0 THEME BY CRISTIANO ALMEIDA - * - * http://www.csalmeida.com - * https://www.behance.net/_csalmeida - * =========================================== */ - -/* +++++++++++++ - ++ GENERAL ++ - +++++++++++++ */ -body { - font-size: 13px; -} - -/* +++++++++++++++++ - ++ COLOR FRAME ++ - +++++++++++++++++ */ - -/* Sidebar background */ -#sidebar { - background: #1a1a1a none repeat scroll 0% 0%; -} - -/* Storage background */ -#sidebar .storage { - background-color: #1a1a1a; -} - -/* Top Navigation Bar */ -body .navbar-inverse { - background: #1a1a1a none repeat scroll 0% 0%; -} -/* ++++++++++++ - ++ TABLET ++ - ++++++++++++ */ - -/* Top Navigation Bar */ -#header #navbar.navbar-inverse { - background-color: #1a1a1a; -} - -/* Search Button */ -#header #navbar.navbar-inverse #searchMob { - background-color: #649d44; -} -/* Magnifying Glass */ -#header #searchMob { - color: #fff; - border-radius: 0px; -} -/* ++++++++++++ - ++ MOBILE ++ - ++++++++++++ */ - -/* Menu Icon Color */ -.navbar-inverse .navbar-toggle .icon-bar { - background-color: #8cc63f; -} - -/* Icons Color */ -html .btn-dark { - color: #8cc63f; -} -/* Dropdown Menu */ -#header .list-group .list-group-item { - background: #1c1c1c none repeat scroll 0% 0%; - border-color: #555; -} - - -/* +++++++++++++ - ++ SIDEBAR ++ - +++++++++++++ */ - -/* Compose background and font color */ -#sidebar #compose_button a { - background: #8cc63f; - color: #fff; - font-weight: bolder; - transition: background .2s ease-out; -} -/* Compose background on hover */ -#sidebar #compose_button:hover a { - background: #649d44; -} -/* Active Section Background i.e Inbox */ -#sidebar .list-group-item .btn.active { - background: #121212; -} - -/* Active section when clicked. */ -#sidebar .list-group-item .btn.active:active { - background:#1a1a1a; -} -/* Color of link while active section. */ -#sidebar a, #sidebar a.active { - color: #fff; -} - -#sidebar a:hover { - color: #8cc63f; -} - -/* Number of messages */ -#sidebar .label { - /*background-color: #fff !important;*/ -} - - -#sidebar .list-group-item .btn:hover .label { - /*background-color: #fff !important;*/ -} - -#sidebar .list-group-item .btn.active .label { - color: #1c1c1c; -} - -/* Storage Fill bar Color */ -#sidebar .storage .sizeBar .fill { - background: none repeat scroll 0px 0px, none repeat scroll center bottom, none repeat scroll 0px center, #8cc63f none repeat scroll 100% center; -} - -/* Top Links */ -body .navbar-inverse .navbar-nav > li > a { - color: #fff; - transition: color .4s ease-in; -} -body .navbar-inverse .navbar-nav > li > a:hover { - color: #8cc63f; -} - -#sidebar .list-group-item .btn:hover .label { - background: #8CC63F none repeat scroll 0% 0%; -} - -#header .navbar .dropdown-menu li a:active, -#header .navbar .dropdown-menu li a:focus, -#header .navbar .dropdown-menu li a:hover { - color: #8cc63f; -} - -#header .navbar .dropdown-menu li a { - color: #fff; -} - -.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover { - color: #8cc63f; -} - -#header .navbar .dropdown-menu { - background-color: #1a1a1a; -} - -/* Search bar */ -#search-form input { - background: #1a1a1a none repeat scroll 0% 0%; - border-radius: 0.5rem; - border: 2px solid #8CC63F !important; - color: #8CC63F; - font-size: 12px; -} - -#search-form button { - color: #8cc63f; -} - -/* EMAIL LIST */ -table.message-list tr.unread h4, table.message-list tr.unread td { - color: #1c1c1c; -} - -table.message-list tr.starred, table.message-list tr.starred i.fa-clock-o, table.message-list tr.starred span.labels, -table.message-list tr.starred td { - background-color: rgba(140,198,63,0.2); - transition: background-color .2s ease-out; -} - -table.message-list tr.starred:active i.fa-clock-o, table.message-list tr.starred:active i.fa-paperclip, table.message-list tr.starred:active span.labels, table.message-list tr.starred:active td, table.message-list tr.starred:hover i.fa-clock-o, table.message-list tr.starred:hover i.fa-paperclip, table.message-list tr.starred:hover td { - background-color: rgba(140,198,63,0.4); -} - -table.message-list tr.starred span.labels, -table.message-list tr.starred:hover span.labels { - background: transparent; -} - -table.message-list tr.unread.hovered span.labels, -table.message-list tr.unread span.labels, -table.message-list tr.starred.hovered i.fa-paperclip, -table.message-list tr.starred i.fa-paperclip{ - background-color: transparent !important; -} - -table.message-list tr td.actions .fa-star { - color: #8cc63f; -} - -table.message-list tr.starred.hovered i.fa-clock-o, table.message-list tr.starred.hovered i.fa-paperclip, table.message-list tr.starred.hovered td, table.message-list tr.starred:active i.fa-clock-o, table.message-list tr.starred:active i.fa-paperclip, table.message-list tr.starred:active span.labels, table.message-list tr.starred:active td { - background-color: rgba(140,198,63,0.4); -} - -/* EMAIL AND ATTACHMENT TAG */ -.message-metadata ul.infos .email {} - -.message-metadata ul.infos .email:hover, -.preview-template { - background: rgba(140,198,63,0.4); - border-color: rgba(140,198,63,1); - color: #1c1c1c; -} - -/* LABELS */ -table.message-list tr td .label { - padding: 0.4rem; - top: -4px; -} - -/* SETTINGS TABS */ - -.nav-tabs li.active a { - box-shadow: 0px 2px 0px #8CC63F inset; -} - -/* SETTINGS TABS MOBILE */ -#mobileSettingsMenu li.active { - background: rgba(140,198,63,1); -} - - -/* BIG BUTTONS */ -html .btn-primary { - background: transparent linear-gradient(#1a1a1a, #121212) repeat scroll 0% 0%; - color: #fff; -} - -html .btn-primary:hover, .toggle-switch .switch-left { - background: transparent linear-gradient(#8CC63F, #87b53e) repeat scroll 0% 0%; - color: #fff; -} - -.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover { - background-color: rgba(140,198,63,1); - border: rgba(140,198,63,1); -} - -.message-toolbar > ul > li a:hover { - background-color: rgba(140,198,63,0.2); -} - -/* REPLY, REPLY ALL AND FOCUS */ -#messageActionGroup .btn:active, -#messageActionGroup .btn:focus, -#messageActionGroup .btn:hover { - background: transparent linear-gradient(#8CC63F, #87b53e) repeat scroll 0% 0%; -} - -/* POP UP USER FEEDBACK */ - -.proton-notification-template { - background-color: rgba(140,198,63,1); - color: #fff; -} - -/* SMALL LINKS A-Z */ -.text-purple { - color: #8cc63f; -}
\ No newline at end of file diff --git a/Themes/v3.0/green_lume.css b/Themes/v3.0/green_lume.css deleted file mode 100644 index aae3cbf..0000000 --- a/Themes/v3.0/green_lume.css +++ /dev/null @@ -1,285 +0,0 @@ -/* =========================================== * - * GREEN LUME 3.0 THEME BY CRISTIANO ALMEIDA - * - * @_csalmeida - * http://www.csalmeida.com - * https://www.behance.net/_csalmeida - * - * =========================================== */ - -/* Frame (topbar and sidebar.) */ - -header#pm_header-desktop { - background: #1a1a1a; -} - -body section.sidebar { - background: #1a1a1a; -} - -header#pm_header-desktop a.logo { - background: #1a1a1a; -} - -/* Search bar */ -form.searchForm fieldset { - border-radius: 2px; - background-color: #1a1a1a; -} - -form.searchForm fieldset button[type="button"] { - color: #8cc63f; - background-color: #1a1a1a; - border-radius: 2px 0 0 2px; -} - -form.searchForm fieldset #closeAdvSearch, form.searchForm fieldset button[type="submit"] { - color: #8cc63f; -} - -form.searchForm fieldset button[type="button"]:hover { - background-color: #8cc63f; -} - -form.searchForm.adv fieldset #closeAdvSearch, form.searchForm.adv fieldset button[type="submit"] { - background-color: #1a1a1a; - border-radius: 2px 0 0 2px; -} - -.pm_form .input-icon .fa { - color: #8cc63f; -} - -/* Top Navigation */ - -.pm_button.primary { - background-color: #8cc63f; - border-color: #8cc63f; -} - -.pm_button.primary:hover { - background-color: #8cc63f; - border-color: #8cc63f; -} - -header#pm_header-desktop ul.navigation li a .fa { - color: #fff; -} - -header#pm_header-desktop ul.navigation li a strong { - color: #fff; -} - -/* TN Dropdown Menu */ -header#pm_header-desktop .pm_buttons .pm_button.primary { - background-color: #8cc63f !important; - border-color: #8cc63f !important; -} - -/* TN Links Hover */ -header#pm_header-desktop ul.navigation li.active a, header#pm_header-desktop ul.navigation li:hover a { - border-top-color: #8cc63f !important; -} - -header#pm_header-desktop ul.navigation li.active a strong, header#pm_header-desktop ul.navigation li:hover a strong { - color: #8cc63f; -} - -header#pm_header-desktop ul.navigation li.active a .fa, header#pm_header-desktop ul.navigation li:hover a .fa { - color: #8cc63f; -} - -header#pm_header-desktop ul.navigation li.active a strong, header#pm_header-desktop ul.navigation li:hover a strong { - color: #8cc63f; -} - -/* Sidebar Navigation */ -body section.sidebar ul.menu li.active a i.fa { - color: #8cc63f; -} - -body section.sidebar ul.menu li a { - color: #fff; -} - -body section.sidebar ul.menu li a:hover { - color: #8cc63f; -} - -body section.sidebar div.footer div.link a { - color: #8cc63f; -} - -body section.sidebar div.footer .bar em { - background-color: #8cc63f; -} - -body section.sidebar div.footer div.storage strong { - color: #8cc63f; -} -/* Label Navigation */ - -body section.sidebar div.labels ul li a:hover { - color: #8cc63f; -} - -body section.sidebar div.labels ul li a { - color: #fff; -} - -/* Settings Navigation */ - -#pm_settings .pm_tabs li.active a.pm_button { - background: #fff !important; - color: #1c1c1c; -} - -#pm_settings .pm_tabs li a.pm_button { - border-color: #1c1c1c; - background: #1c1c1c; - color: #fff; -} - -#pm_settings .pm_tabs li a.pm_button:hover { - background: #373737; -} - -#pm_settings .pm_tabs { - /*background: #2f2e2e;*/ - background: #474747; -} - -/* Dashboard Settings */ - -#pm_settings #plans header .link { - color: #8cc63f; -} - -#pm_settings #plans .plans .plan header { - background: #1c1c1c; - border: 1px solid #1c1c1c; -} - -#pm_settings #plans .plans .plan .price, #pm_settings #plans .plans .plan h3 { - color: #1c1c1c; -} - -.pm_button.primary.disabled, .pm_button.primary[disabled] { - background: #8cc63f; -} - -.pm_button.primary:active, .pm_button.primary:focus { - background: #8cc63f; - border-color: #8cc63f; -} - -html.protonmail .text-purple { - color: #8cc63f; -} - -/* Label Settings */ - -.pm_button.round { - border-radius: 2px; - border: 1px solid #7b7b7b; -} - -.pm_button.round .fa { - color: #8cc63f; -} - -/* Security Settings */ -.pm_button { - color: #1c1c1c; -} - -.pm_table td { - color: #1c1c1c; -} - -/* Contacts */ -.pm_table th a { - color: #1c1c1c; -} - -.pm_table th .fa { - color: #1c1c1c; -} - -/* Report Bug */ -.pm_toggle.off .off { - background: #8cc63f; -} - -p a { - color: #8cc63f; -} - -/* Links */ - -.pm_button.link { - color: #8cc63f; -} - -/* Inbox */ - -.pm_buttons a { - color: #1c1c1c; -} - -body #conversation-list-rows .conversation.read { - color: #1c1c1c !important; -} - -/* Reading e-mail. */ -#conversation-view .message .toggleDetails { - color: #8cc63f; -} - -/* Composing e-mail */ -#pm_composer .composer header { - background: #2c2b2b; -} - -#pm_composer .composer header .pm_button { - color: #8cc63f; -} - -#pm_composer .composer footer .pm_button.primary { - background: #8cc63f; -} - -/* Notifications */ -body .cg-notify-message.notification-success { - background-color: #8cc63f; - border-color: #8cc63f; -} - -/* Tootips */ - -/* -div.tooltip.inner { - background: #2c2b2b !important; -}*/ - -/* Mobile */ - -header#pm_header-mobile { - background: #1a1a1a; -} - -body.mobileMode #pm_sidebar section.sidebar { - background: #2c2b2b; -} - -body.mobileMode #pm_sidebar section.sidebar .pm_button.round .fa { - color: #8cc63f; -} - -header#pm_header-mobile a.compose { - color: #8cc63f; -} - -body.mobileMode #body #pm_main .fa-check-square, body.mobileMode #body #pm_main .fa-square-o { - color: #8cc63f; -}
\ No newline at end of file diff --git a/Themes/v3.5.16/blue_and_orange/blue_and_orange.css b/Themes/v3.5.16/blue_and_orange/blue_and_orange.css deleted file mode 100644 index 9111cf5..0000000 --- a/Themes/v3.5.16/blue_and_orange/blue_and_orange.css +++ /dev/null @@ -1,342 +0,0 @@ -/* =========================================== * - * BLUE AND ORANGE 3.5.16 THEME - * Author: Cristiano Almeida - * Website: www.csalmeida.com - * Tweets @_csalmeida - * =========================================== */ -header#pm_header-desktop { - background: #0F4C5C; -} - -header#pm_header-desktop ul.navigation { - background: #0F4C5C; -} - -header#pm_header-desktop ul.navigation > li > a { - color: #fff; -} - -header#pm_header-desktop ul.navigation > li > a:hover { - color: #ED7D3A; -} - -header#pm_header-desktop ul.navigation > li > a > span .fa { - color: #fff; -} - -header#pm_header-desktop ul.navigation > li > a > span .fa { - color: #fff; -} - -header#pm_header-desktop ul.navigation > li.active { - box-shadow: 0 6px 0 0 #ED7D3A inset; - color: #ED7D3A; -} - -header#pm_header-desktop ul.navigation > li:hover { - box-shadow: 0 6px 0 0 #ED7D3A inset; - color: #ED7D3A; - border-radius: 0px; -} - -header#pm_header-desktop ul.navigation > li .pm_dropdown .user b, header#pm_header-desktop ul.navigation > li .pm_dropdown .user strong, html.protonmail .help { - color: #0d0d0d !important; -} - -header#pm_header-desktop ul.navigation > li .pm_dropdown .user b:hover, header#pm_header-desktop ul.navigation > li .pm_dropdown .user strong:hover, html.protonmail .help:hover { - color: #0d0d0d; -} - -header#pm_header-desktop ul.navigation > li .pm_dropdown .pm_button.primary { - background: #0F4C5C !important; - color: #fff !important; -} - -header#pm_header-desktop ul.navigation > li .pm_dropdown .pm_button.primary:hover { - background: #ED7D3A !important; - border-color: #ED7D3A; - color: #fff !important; -} - -form.searchForm fieldset { - background: #0A353F !important; - border-radius: 2px; -} - -form.searchForm fieldset input.query { - background: #0A353F !important; - color: #fff !important; - border-radius: 2px; -} - -form.searchForm fieldset #closeAdvSearch, form.searchForm fieldset button[type=submit] { - color: #fff; -} - -form.searchForm fieldset #closeAdvSearch:hover, form.searchForm fieldset button[type=submit]:hover { - color: #ED7D3A; -} - -form.searchForm fieldset button[type=button] { - color: #fff; - border-radius: 2px; -} - -form.searchForm fieldset button[type=button]:hover { - background: #0A353F; - color: #ED7D3A; -} - -form.searchForm #advancedSearchDropdown { - border-radius: 2px; -} - -form.searchForm.adv fieldset { - border-radius: 2px 2px 0 0; -} - -.pm_button.primary { - background: #0F4C5C; - border-color: #0F4C5C; - color: #fff; -} - -.pm_button.primary:hover { - background: #ED7D3A; - border-color: #ED7D3A; - color: #fff; -} - -.pm_button.primary:active, .pm_button.primary:focus { - background: #0F4C5C; - border-color: #0F4C5C; - color: #fff; -} - -header#pm_header-desktop a.logo { - background-color: #0F4C5C; -} - -body section.sidebar { - background: #0F4C5C; -} - -body section.sidebar a.compose { - background: #ED7D3A; - color: #fff; -} - -body section.sidebar a.compose:hover { - background: #fff; - border-color: #fff; - color: #0F4C5C; -} - -body section.sidebar ul.menu li a { - color: #fff; -} - -body section.sidebar ul.menu li a:hover { - color: #ED7D3A; -} - -body section.sidebar ul.menu li.active a, body section.sidebar ul.menu li.active a { - color: #fff; -} - -body section.sidebar ul.menu li.active a i.fa, body section.sidebar ul.menu li.active a i.fa:hover { - color: #ED7D3A !important; - opacity: 1; -} - -body section.sidebar ul.menu li a .fa-repeat { - color: #fff; - opacity: 1; -} - -body section.sidebar ul.menu li a i.fa { - color: #fff; - opacity: 0.5; -} - -body section.sidebar ul.menu li a i.fa:hover, body section.sidebar ul.menu li a:hover i.fa { - color: #fff; - opacity: 1; -} - -body section.sidebar ul.menu li a em { - color: #fff; - opacity: 0.5; -} - -body section.sidebar div.labels ul li a { - color: #fff; - opacity: 0.5; -} - -body section.sidebar div.labels ul li a:hover { - color: #fff; - opacity: 1; -} - -body section.sidebar div.footer div.link a, body section.sidebar a.version { - color: #fff; - opacity: 0.5; -} - -body section.sidebar div.footer div.link a:hover, body section.sidebar a.version:hover { - color: #ED7D3A; - opacity: 1; -} - -body section.sidebar div.footer div.storage strong { - color: #fff; - opacity: 0.5; -} - -body section.sidebar div.footer .bar em { - background: #ED7D3A; - height: 3px; -} - -body section.sidebar div.footer .bar { - background: #fff; - height: 3px; -} - -.pm_buttons, .pm_buttons a { - color: #0F4C5C; -} - -.conversation.marked::before { - background: #ED7D3A; - width: 5px; -} - -#pm_composer .composer header { - background: #0F4C5C; - color: #fff; -} - -p a { - color: #ED7D3A; -} - -#pm_composer .composer footer .pm_button { - background: #fff; - color: #0F4C5C; -} - -#pm_composer .composer footer .pm_button:hover { - background: #fff; - color: #0F4C5C; -} - -#pm_composer .composer footer .pm_button.primary { - background: #0F4C5C; - color: #fff; -} - -#pm_composer .composer footer .pm_button.primary:hover { - background: #ED7D3A; - color: #fff; -} - -#pm_settings .pm_tabs { - background: #e6eaf0; -} - -#pm_settings .pm_tabs li a.pm_button { - color: #0F4C5C; - border-color: #e6eaf0; -} - -#pm_settings .pm_tabs li a.pm_button:hover { - color: #ED7D3A; -} - -#pm_settings .pm_tabs li.active a.pm_button { - color: #ED7D3A; -} - -.pm_button.link { - color: #ED7D3A; -} - -.pm_toggle.off .off, .pm_toggle.on .on { - background: #0F4C5C; - color: #fff; -} - -.alert.alert-info { - background: #e6eaf0; - color: #000; -} - -html.protonmail .text-purple { - color: #ED7D3A; -} - -#pm_settings .bar em { - background: #ED7D3A; - height: 4px; -} - -#pm_settings .bar { - background: #0F4C5C; - opacity: 0.5; - height: 4px; -} - -#plans .plans .plan h3 { - background: #0F4C5C; - color: #fff; -} - -#plans .plans .plan.plus-plan h3 span, #plans .plans .plan.visionary-plan h3 span, #plans .plans .plan.visionary-plan header { - color: #fff; -} - -#plans .plans .plan footer .cycle strong { - color: #ED7D3A; -} - -#plans .plans .plan footer .cycle .discount { - border-color: transparent #ED7D3A transparent transparent; -} - -#plans .plans .plan footer .cycle .discount span { - color: #fff; -} - -.pm_modal .modal-dialog { - border-color: #0F4C5C; -} - -.pm_modal .modal-dialog .close { - color: #fff; - background: #0F4C5C; -} - -.pm_badge { - color: #fff; -} - -.pm_badge.primary { - background: #0F4C5C; - color: #fff; -} - -.pm_badge.success { - background: #ED7D3A; - color: #fff; -} - -.pm_table table th a, .pm_table table th .fa { - color: #ED7D3A; -} - -body .cg-notify-message.notification-success { - background-color: #ED7D3A; - color: #fff; -} diff --git a/Themes/v3.5.16/blue_and_orange/blue_and_orange.min.css b/Themes/v3.5.16/blue_and_orange/blue_and_orange.min.css deleted file mode 100644 index d49061f..0000000 --- a/Themes/v3.5.16/blue_and_orange/blue_and_orange.min.css +++ /dev/null @@ -1,7 +0,0 @@ -/* =========================================== * - * BLUE AND ORANGE 3.5.16 THEME - * Author: Cristiano Almeida - * Website: www.csalmeida.com - * Tweets @_csalmeida - * =========================================== */ -header#pm_header-desktop,header#pm_header-desktop ul.navigation{background:#0F4C5C}header#pm_header-desktop ul.navigation>li>a{color:#fff}header#pm_header-desktop ul.navigation>li>a:hover{color:#ED7D3A}header#pm_header-desktop ul.navigation>li>a>span .fa{color:#fff}header#pm_header-desktop ul.navigation>li.active,header#pm_header-desktop ul.navigation>li:hover{box-shadow:0 6px 0 0 #ED7D3A inset;color:#ED7D3A}header#pm_header-desktop ul.navigation>li:hover{border-radius:0}header#pm_header-desktop ul.navigation>li .pm_dropdown .user b,header#pm_header-desktop ul.navigation>li .pm_dropdown .user strong,html.protonmail .help{color:#0d0d0d!important}header#pm_header-desktop ul.navigation>li .pm_dropdown .user b:hover,header#pm_header-desktop ul.navigation>li .pm_dropdown .user strong:hover,html.protonmail .help:hover{color:#0d0d0d}header#pm_header-desktop ul.navigation>li .pm_dropdown .pm_button.primary{background:#0F4C5C!important;color:#fff!important}header#pm_header-desktop ul.navigation>li .pm_dropdown .pm_button.primary:hover{background:#ED7D3A!important;border-color:#ED7D3A;color:#fff!important}form.searchForm fieldset,form.searchForm fieldset input.query{background:#0A353F!important;border-radius:2px}form.searchForm fieldset input.query{color:#fff!important}form.searchForm fieldset #closeAdvSearch,form.searchForm fieldset button[type=submit]{color:#fff}form.searchForm fieldset #closeAdvSearch:hover,form.searchForm fieldset button[type=submit]:hover{color:#ED7D3A}form.searchForm fieldset button[type=button]{color:#fff;border-radius:2px}form.searchForm fieldset button[type=button]:hover{background:#0A353F;color:#ED7D3A}form.searchForm #advancedSearchDropdown{border-radius:2px}form.searchForm.adv fieldset{border-radius:2px 2px 0 0}.pm_button.primary{background:#0F4C5C;border-color:#0F4C5C;color:#fff}.pm_button.primary:hover{background:#ED7D3A;border-color:#ED7D3A;color:#fff}.pm_button.primary:active,.pm_button.primary:focus{background:#0F4C5C;border-color:#0F4C5C;color:#fff}header#pm_header-desktop a.logo{background-color:#0F4C5C}body section.sidebar{background:#0F4C5C}body section.sidebar a.compose{background:#ED7D3A;color:#fff}body section.sidebar a.compose:hover{background:#fff;border-color:#fff;color:#0F4C5C}body section.sidebar ul.menu li a{color:#fff}body section.sidebar ul.menu li a:hover{color:#ED7D3A}body section.sidebar ul.menu li.active a{color:#fff}body section.sidebar ul.menu li.active a i.fa,body section.sidebar ul.menu li.active a i.fa:hover{color:#ED7D3A!important;opacity:1}body section.sidebar ul.menu li a .fa-repeat{color:#fff;opacity:1}body section.sidebar ul.menu li a i.fa{color:#fff;opacity:.5}body section.sidebar ul.menu li a i.fa:hover,body section.sidebar ul.menu li a:hover i.fa{color:#fff;opacity:1}body section.sidebar div.labels ul li a,body section.sidebar ul.menu li a em{color:#fff;opacity:.5}body section.sidebar div.labels ul li a:hover{color:#fff;opacity:1}body section.sidebar a.version,body section.sidebar div.footer div.link a{color:#fff;opacity:.5}body section.sidebar a.version:hover,body section.sidebar div.footer div.link a:hover{color:#ED7D3A;opacity:1}body section.sidebar div.footer div.storage strong{color:#fff;opacity:.5}body section.sidebar div.footer .bar em{background:#ED7D3A;height:3px}body section.sidebar div.footer .bar{background:#fff;height:3px}.pm_buttons,.pm_buttons a{color:#0F4C5C}.conversation.marked::before{background:#ED7D3A;width:5px}#pm_composer .composer header{background:#0F4C5C;color:#fff}p a{color:#ED7D3A}#pm_composer .composer footer .pm_button,#pm_composer .composer footer .pm_button:hover{background:#fff;color:#0F4C5C}#pm_composer .composer footer .pm_button.primary{background:#0F4C5C;color:#fff}#pm_composer .composer footer .pm_button.primary:hover{background:#ED7D3A;color:#fff}#pm_settings .pm_tabs{background:#e6eaf0}#pm_settings .pm_tabs li a.pm_button{color:#0F4C5C;border-color:#e6eaf0}#pm_settings .pm_tabs li a.pm_button:hover,#pm_settings .pm_tabs li.active a.pm_button,.pm_button.link{color:#ED7D3A}.pm_toggle.off .off,.pm_toggle.on .on{background:#0F4C5C;color:#fff}.alert.alert-info{background:#e6eaf0;color:#000}html.protonmail .text-purple{color:#ED7D3A}#pm_settings .bar em{background:#ED7D3A;height:4px}#pm_settings .bar{background:#0F4C5C;opacity:.5;height:4px}#plans .plans .plan h3{background:#0F4C5C;color:#fff}#plans .plans .plan.plus-plan h3 span,#plans .plans .plan.visionary-plan h3 span,#plans .plans .plan.visionary-plan header{color:#fff}#plans .plans .plan footer .cycle strong{color:#ED7D3A}#plans .plans .plan footer .cycle .discount{border-color:transparent #ED7D3A transparent transparent}#plans .plans .plan footer .cycle .discount span{color:#fff}.pm_modal .modal-dialog{border-color:#0F4C5C}.pm_modal .modal-dialog .close{color:#fff;background:#0F4C5C}.pm_badge{color:#fff}.pm_badge.primary{background:#0F4C5C;color:#fff}.pm_badge.success{background:#ED7D3A;color:#fff}.pm_table table th .fa,.pm_table table th a{color:#ED7D3A}body .cg-notify-message.notification-success{background-color:#ED7D3A;color:#fff} diff --git a/Themes/v3.5.16/dark_bubble_gum/dark_bubble_gum.css b/Themes/v3.5.16/dark_bubble_gum/dark_bubble_gum.css deleted file mode 100644 index abb04ee..0000000 --- a/Themes/v3.5.16/dark_bubble_gum/dark_bubble_gum.css +++ /dev/null @@ -1,342 +0,0 @@ -/* =========================================== * - * DARK BUBBLE GUM 3.5.16 THEME - * Author: Cristiano Almeida - * Website: www.csalmeida.com - * Tweets @_csalmeida - * =========================================== */ -header#pm_header-desktop { - background: #0d0d0d; -} - -header#pm_header-desktop ul.navigation { - background: #0d0d0d; -} - -header#pm_header-desktop ul.navigation > li > a { - color: #fff; -} - -header#pm_header-desktop ul.navigation > li > a:hover { - color: #EF2D56; -} - -header#pm_header-desktop ul.navigation > li > a > span .fa { - color: #fff; -} - -header#pm_header-desktop ul.navigation > li > a > span .fa { - color: #fff; -} - -header#pm_header-desktop ul.navigation > li.active { - box-shadow: 0 6px 0 0 #EF2D56 inset; - color: #EF2D56; -} - -header#pm_header-desktop ul.navigation > li:hover { - box-shadow: 0 6px 0 0 #EF2D56 inset; - color: #EF2D56; - border-radius: 0px; -} - -header#pm_header-desktop ul.navigation > li .pm_dropdown .user b, header#pm_header-desktop ul.navigation > li .pm_dropdown .user strong, html.protonmail .help { - color: #0d0d0d !important; -} - -header#pm_header-desktop ul.navigation > li .pm_dropdown .user b:hover, header#pm_header-desktop ul.navigation > li .pm_dropdown .user strong:hover, html.protonmail .help:hover { - color: #0d0d0d; -} - -header#pm_header-desktop ul.navigation > li .pm_dropdown .pm_button.primary { - background: #0d0d0d !important; - color: #fff !important; -} - -header#pm_header-desktop ul.navigation > li .pm_dropdown .pm_button.primary:hover { - background: #EF2D56 !important; - border-color: #EF2D56; - color: #fff !important; -} - -form.searchForm fieldset { - background: #000 !important; - border-radius: 2px; -} - -form.searchForm fieldset input.query { - background: #000 !important; - color: #fff !important; - border-radius: 2px; -} - -form.searchForm fieldset #closeAdvSearch, form.searchForm fieldset button[type=submit] { - color: #fff; -} - -form.searchForm fieldset #closeAdvSearch:hover, form.searchForm fieldset button[type=submit]:hover { - color: #EF2D56; -} - -form.searchForm fieldset button[type=button] { - color: #fff; - border-radius: 2px; -} - -form.searchForm fieldset button[type=button]:hover { - background: #000; - color: #EF2D56; -} - -form.searchForm #advancedSearchDropdown { - border-radius: 2px; -} - -form.searchForm.adv fieldset { - border-radius: 2px 2px 0 0; -} - -.pm_button.primary { - background: #0d0d0d; - border-color: #0d0d0d; - color: #fff; -} - -.pm_button.primary:hover { - background: #EF2D56; - border-color: #EF2D56; - color: #fff; -} - -.pm_button.primary:active, .pm_button.primary:focus { - background: #0d0d0d; - border-color: #0d0d0d; - color: #fff; -} - -header#pm_header-desktop a.logo { - background-color: #0d0d0d; -} - -body section.sidebar { - background: #0d0d0d; -} - -body section.sidebar a.compose { - background: #EF2D56; - color: #fff; -} - -body section.sidebar a.compose:hover { - background: #fff; - border-color: #fff; - color: #0d0d0d; -} - -body section.sidebar ul.menu li a { - color: #fff; -} - -body section.sidebar ul.menu li a:hover { - color: #EF2D56; -} - -body section.sidebar ul.menu li.active a, body section.sidebar ul.menu li.active a { - color: #fff; -} - -body section.sidebar ul.menu li.active a i.fa, body section.sidebar ul.menu li.active a i.fa:hover { - color: #EF2D56 !important; - opacity: 1; -} - -body section.sidebar ul.menu li a .fa-repeat { - color: #fff; - opacity: 1; -} - -body section.sidebar ul.menu li a i.fa { - color: #fff; - opacity: 0.5; -} - -body section.sidebar ul.menu li a i.fa:hover, body section.sidebar ul.menu li a:hover i.fa { - color: #fff; - opacity: 1; -} - -body section.sidebar ul.menu li a em { - color: #fff; - opacity: 0.5; -} - -body section.sidebar div.labels ul li a { - color: #fff; - opacity: 0.5; -} - -body section.sidebar div.labels ul li a:hover { - color: #fff; - opacity: 1; -} - -body section.sidebar div.footer div.link a, body section.sidebar a.version { - color: #fff; - opacity: 0.5; -} - -body section.sidebar div.footer div.link a:hover, body section.sidebar a.version:hover { - color: #EF2D56; - opacity: 1; -} - -body section.sidebar div.footer div.storage strong { - color: #fff; - opacity: 0.5; -} - -body section.sidebar div.footer .bar em { - background: #EF2D56; - height: 3px; -} - -body section.sidebar div.footer .bar { - background: #fff; - height: 3px; -} - -.pm_buttons, .pm_buttons a { - color: #0d0d0d; -} - -.conversation.marked::before { - background: #EF2D56; - width: 5px; -} - -#pm_composer .composer header { - background: #0d0d0d; - color: #fff; -} - -p a { - color: #EF2D56; -} - -#pm_composer .composer footer .pm_button { - background: #fff; - color: #0d0d0d; -} - -#pm_composer .composer footer .pm_button:hover { - background: #fff; - color: #0d0d0d; -} - -#pm_composer .composer footer .pm_button.primary { - background: #0d0d0d; - color: #fff; -} - -#pm_composer .composer footer .pm_button.primary:hover { - background: #EF2D56; - color: #fff; -} - -#pm_settings .pm_tabs { - background: #e6eaf0; -} - -#pm_settings .pm_tabs li a.pm_button { - color: #0d0d0d; - border-color: #e6eaf0; -} - -#pm_settings .pm_tabs li a.pm_button:hover { - color: #EF2D56; -} - -#pm_settings .pm_tabs li.active a.pm_button { - color: #EF2D56; -} - -.pm_button.link { - color: #EF2D56; -} - -.pm_toggle.off .off, .pm_toggle.on .on { - background: #0d0d0d; - color: #fff; -} - -.alert.alert-info { - background: #e6eaf0; - color: #000; -} - -html.protonmail .text-purple { - color: #EF2D56; -} - -#pm_settings .bar em { - background: #EF2D56; - height: 4px; -} - -#pm_settings .bar { - background: #0d0d0d; - opacity: 0.5; - height: 4px; -} - -#plans .plans .plan h3 { - background: #0d0d0d; - color: #fff; -} - -#plans .plans .plan.plus-plan h3 span, #plans .plans .plan.visionary-plan h3 span, #plans .plans .plan.visionary-plan header { - color: #fff; -} - -#plans .plans .plan footer .cycle strong { - color: #EF2D56; -} - -#plans .plans .plan footer .cycle .discount { - border-color: transparent #EF2D56 transparent transparent; -} - -#plans .plans .plan footer .cycle .discount span { - color: #fff; -} - -.pm_modal .modal-dialog { - border-color: #0d0d0d; -} - -.pm_modal .modal-dialog .close { - color: #fff; - background: #0d0d0d; -} - -.pm_badge { - color: #fff; -} - -.pm_badge.primary { - background: #0d0d0d; - color: #fff; -} - -.pm_badge.success { - background: #EF2D56; - color: #fff; -} - -.pm_table table th a, .pm_table table th .fa { - color: #EF2D56; -} - -body .cg-notify-message.notification-success { - background-color: #EF2D56; - color: #fff; -} diff --git a/Themes/v3.5.16/dark_bubble_gum/dark_bubble_gum.min.css b/Themes/v3.5.16/dark_bubble_gum/dark_bubble_gum.min.css deleted file mode 100644 index d50f668..0000000 --- a/Themes/v3.5.16/dark_bubble_gum/dark_bubble_gum.min.css +++ /dev/null @@ -1,7 +0,0 @@ -/* =========================================== * - * DARK BUBBLE GUM 3.5.16 THEME - * Author: Cristiano Almeida - * Website: www.csalmeida.com - * Tweets @_csalmeida - * =========================================== */ -header#pm_header-desktop,header#pm_header-desktop ul.navigation{background:#0d0d0d}header#pm_header-desktop ul.navigation>li>a{color:#fff}header#pm_header-desktop ul.navigation>li>a:hover{color:#EF2D56}header#pm_header-desktop ul.navigation>li>a>span .fa{color:#fff}header#pm_header-desktop ul.navigation>li.active,header#pm_header-desktop ul.navigation>li:hover{box-shadow:0 6px 0 0 #EF2D56 inset;color:#EF2D56}header#pm_header-desktop ul.navigation>li:hover{border-radius:0}header#pm_header-desktop ul.navigation>li .pm_dropdown .user b,header#pm_header-desktop ul.navigation>li .pm_dropdown .user strong,html.protonmail .help{color:#0d0d0d!important}header#pm_header-desktop ul.navigation>li .pm_dropdown .user b:hover,header#pm_header-desktop ul.navigation>li .pm_dropdown .user strong:hover,html.protonmail .help:hover{color:#0d0d0d}header#pm_header-desktop ul.navigation>li .pm_dropdown .pm_button.primary{background:#0d0d0d!important;color:#fff!important}header#pm_header-desktop ul.navigation>li .pm_dropdown .pm_button.primary:hover{background:#EF2D56!important;border-color:#EF2D56;color:#fff!important}form.searchForm fieldset,form.searchForm fieldset input.query{background:#000!important;border-radius:2px}form.searchForm fieldset input.query{color:#fff!important}form.searchForm fieldset #closeAdvSearch,form.searchForm fieldset button[type=submit]{color:#fff}form.searchForm fieldset #closeAdvSearch:hover,form.searchForm fieldset button[type=submit]:hover{color:#EF2D56}form.searchForm fieldset button[type=button]{color:#fff;border-radius:2px}form.searchForm fieldset button[type=button]:hover{background:#000;color:#EF2D56}form.searchForm #advancedSearchDropdown{border-radius:2px}form.searchForm.adv fieldset{border-radius:2px 2px 0 0}.pm_button.primary{background:#0d0d0d;border-color:#0d0d0d;color:#fff}.pm_button.primary:hover{background:#EF2D56;border-color:#EF2D56;color:#fff}.pm_button.primary:active,.pm_button.primary:focus{background:#0d0d0d;border-color:#0d0d0d;color:#fff}header#pm_header-desktop a.logo{background-color:#0d0d0d}body section.sidebar{background:#0d0d0d}body section.sidebar a.compose{background:#EF2D56;color:#fff}body section.sidebar a.compose:hover{background:#fff;border-color:#fff;color:#0d0d0d}body section.sidebar ul.menu li a{color:#fff}body section.sidebar ul.menu li a:hover{color:#EF2D56}body section.sidebar ul.menu li.active a{color:#fff}body section.sidebar ul.menu li.active a i.fa,body section.sidebar ul.menu li.active a i.fa:hover{color:#EF2D56!important;opacity:1}body section.sidebar ul.menu li a .fa-repeat{color:#fff;opacity:1}body section.sidebar ul.menu li a i.fa{color:#fff;opacity:.5}body section.sidebar ul.menu li a i.fa:hover,body section.sidebar ul.menu li a:hover i.fa{color:#fff;opacity:1}body section.sidebar div.labels ul li a,body section.sidebar ul.menu li a em{color:#fff;opacity:.5}body section.sidebar div.labels ul li a:hover{color:#fff;opacity:1}body section.sidebar a.version,body section.sidebar div.footer div.link a{color:#fff;opacity:.5}body section.sidebar a.version:hover,body section.sidebar div.footer div.link a:hover{color:#EF2D56;opacity:1}body section.sidebar div.footer div.storage strong{color:#fff;opacity:.5}body section.sidebar div.footer .bar em{background:#EF2D56;height:3px}body section.sidebar div.footer .bar{background:#fff;height:3px}.pm_buttons,.pm_buttons a{color:#0d0d0d}.conversation.marked::before{background:#EF2D56;width:5px}#pm_composer .composer header{background:#0d0d0d;color:#fff}p a{color:#EF2D56}#pm_composer .composer footer .pm_button,#pm_composer .composer footer .pm_button:hover{background:#fff;color:#0d0d0d}#pm_composer .composer footer .pm_button.primary{background:#0d0d0d;color:#fff}#pm_composer .composer footer .pm_button.primary:hover{background:#EF2D56;color:#fff}#pm_settings .pm_tabs{background:#e6eaf0}#pm_settings .pm_tabs li a.pm_button{color:#0d0d0d;border-color:#e6eaf0}#pm_settings .pm_tabs li a.pm_button:hover,#pm_settings .pm_tabs li.active a.pm_button,.pm_button.link{color:#EF2D56}.pm_toggle.off .off,.pm_toggle.on .on{background:#0d0d0d;color:#fff}.alert.alert-info{background:#e6eaf0;color:#000}html.protonmail .text-purple{color:#EF2D56}#pm_settings .bar em{background:#EF2D56;height:4px}#pm_settings .bar{background:#0d0d0d;opacity:.5;height:4px}#plans .plans .plan h3{background:#0d0d0d;color:#fff}#plans .plans .plan.plus-plan h3 span,#plans .plans .plan.visionary-plan h3 span,#plans .plans .plan.visionary-plan header{color:#fff}#plans .plans .plan footer .cycle strong{color:#EF2D56}#plans .plans .plan footer .cycle .discount{border-color:transparent #EF2D56 transparent transparent}#plans .plans .plan footer .cycle .discount span{color:#fff}.pm_modal .modal-dialog{border-color:#0d0d0d}.pm_modal .modal-dialog .close{color:#fff;background:#0d0d0d}.pm_badge{color:#fff}.pm_badge.primary{background:#0d0d0d;color:#fff}.pm_badge.success{background:#EF2D56;color:#fff}.pm_table table th .fa,.pm_table table th a{color:#EF2D56}body .cg-notify-message.notification-success{background-color:#EF2D56;color:#fff} diff --git a/Themes/v3.5.16/green_lume/green_lume.css b/Themes/v3.5.16/green_lume/green_lume.css deleted file mode 100644 index cbbe36e..0000000 --- a/Themes/v3.5.16/green_lume/green_lume.css +++ /dev/null @@ -1,342 +0,0 @@ - /* =========================================== * - * GREEN LUME 3.5.16 THEME - * Author: Cristiano Almeida - * Website: www.csalmeida.com - * Tweets @_csalmeida - * =========================================== */ - header#pm_header-desktop { - background: #0d0d0d; - } - - header#pm_header-desktop ul.navigation { - background: #0d0d0d; - } - - header#pm_header-desktop ul.navigation > li > a { - color: #fff; - } - - header#pm_header-desktop ul.navigation > li > a:hover { - color: #2FBF71; - } - - header#pm_header-desktop ul.navigation > li > a > span .fa { - color: #fff; - } - - header#pm_header-desktop ul.navigation > li > a > span .fa { - color: #fff; - } - - header#pm_header-desktop ul.navigation > li.active { - box-shadow: 0 6px 0 0 #2FBF71 inset; - color: #2FBF71; - } - - header#pm_header-desktop ul.navigation > li:hover { - box-shadow: 0 6px 0 0 #2FBF71 inset; - color: #2FBF71; - border-radius: 0px; - } - - header#pm_header-desktop ul.navigation > li .pm_dropdown .user b, header#pm_header-desktop ul.navigation > li .pm_dropdown .user strong, html.protonmail .help { - color: #0d0d0d !important; - } - - header#pm_header-desktop ul.navigation > li .pm_dropdown .user b:hover, header#pm_header-desktop ul.navigation > li .pm_dropdown .user strong:hover, html.protonmail .help:hover { - color: #0d0d0d; - } - - header#pm_header-desktop ul.navigation > li .pm_dropdown .pm_button.primary { - background: #0d0d0d !important; - color: #fff !important; - } - - header#pm_header-desktop ul.navigation > li .pm_dropdown .pm_button.primary:hover { - background: #2FBF71 !important; - border-color: #2FBF71; - color: #fff !important; - } - - form.searchForm fieldset { - background: #000 !important; - border-radius: 2px; - } - - form.searchForm fieldset input.query { - background: #000 !important; - color: #fff !important; - border-radius: 2px; - } - - form.searchForm fieldset #closeAdvSearch, form.searchForm fieldset button[type=submit] { - color: #fff; - } - - form.searchForm fieldset #closeAdvSearch:hover, form.searchForm fieldset button[type=submit]:hover { - color: #2FBF71; - } - - form.searchForm fieldset button[type=button] { - color: #fff; - border-radius: 2px; - } - - form.searchForm fieldset button[type=button]:hover { - background: #000; - color: #2FBF71; - } - - form.searchForm #advancedSearchDropdown { - border-radius: 2px; - } - - form.searchForm.adv fieldset { - border-radius: 2px 2px 0 0; - } - - .pm_button.primary { - background: #0d0d0d; - border-color: #0d0d0d; - color: #fff; - } - - .pm_button.primary:hover { - background: #2FBF71; - border-color: #2FBF71; - color: #fff; - } - - .pm_button.primary:active, .pm_button.primary:focus { - background: #0d0d0d; - border-color: #0d0d0d; - color: #fff; - } - - header#pm_header-desktop a.logo { - background-color: #0d0d0d; - } - - body section.sidebar { - background: #0d0d0d; - } - - body section.sidebar a.compose { - background: #2FBF71; - color: #fff; - } - - body section.sidebar a.compose:hover { - background: #fff; - border-color: #fff; - color: #0d0d0d; - } - - body section.sidebar ul.menu li a { - color: #fff; - } - - body section.sidebar ul.menu li a:hover { - color: #2FBF71; - } - - body section.sidebar ul.menu li.active a, body section.sidebar ul.menu li.active a { - color: #fff; - } - - body section.sidebar ul.menu li.active a i.fa, body section.sidebar ul.menu li.active a i.fa:hover { - color: #2FBF71 !important; - opacity: 1; - } - - body section.sidebar ul.menu li a .fa-repeat { - color: #fff; - opacity: 1; - } - - body section.sidebar ul.menu li a i.fa { - color: #fff; - opacity: 0.5; - } - - body section.sidebar ul.menu li a i.fa:hover, body section.sidebar ul.menu li a:hover i.fa { - color: #fff; - opacity: 1; - } - - body section.sidebar ul.menu li a em { - color: #fff; - opacity: 0.5; - } - - body section.sidebar div.labels ul li a { - color: #fff; - opacity: 0.5; - } - - body section.sidebar div.labels ul li a:hover { - color: #fff; - opacity: 1; - } - - body section.sidebar div.footer div.link a, body section.sidebar a.version { - color: #fff; - opacity: 0.5; - } - - body section.sidebar div.footer div.link a:hover, body section.sidebar a.version:hover { - color: #2FBF71; - opacity: 1; - } - - body section.sidebar div.footer div.storage strong { - color: #fff; - opacity: 0.5; - } - - body section.sidebar div.footer .bar em { - background: #2FBF71; - height: 3px; - } - - body section.sidebar div.footer .bar { - background: #fff; - height: 3px; - } - - .pm_buttons, .pm_buttons a { - color: #0d0d0d; - } - - .conversation.marked::before { - background: #2FBF71; - width: 5px; - } - - #pm_composer .composer header { - background: #0d0d0d; - color: #fff; - } - - p a { - color: #2FBF71; - } - - #pm_composer .composer footer .pm_button { - background: #fff; - color: #0d0d0d; - } - - #pm_composer .composer footer .pm_button:hover { - background: #fff; - color: #0d0d0d; - } - - #pm_composer .composer footer .pm_button.primary { - background: #0d0d0d; - color: #fff; - } - - #pm_composer .composer footer .pm_button.primary:hover { - background: #2FBF71; - color: #fff; - } - - #pm_settings .pm_tabs { - background: #e6eaf0; - } - - #pm_settings .pm_tabs li a.pm_button { - color: #0d0d0d; - border-color: #e6eaf0; - } - - #pm_settings .pm_tabs li a.pm_button:hover { - color: #2FBF71; - } - - #pm_settings .pm_tabs li.active a.pm_button { - color: #2FBF71; - } - - .pm_button.link { - color: #2FBF71; - } - - .pm_toggle.off .off, .pm_toggle.on .on { - background: #0d0d0d; - color: #fff; - } - - .alert.alert-info { - background: #e6eaf0; - color: #000; - } - - html.protonmail .text-purple { - color: #2FBF71; - } - - #pm_settings .bar em { - background: #2FBF71; - height: 4px; - } - - #pm_settings .bar { - background: #0d0d0d; - opacity: 0.5; - height: 4px; - } - - #plans .plans .plan h3 { - background: #0d0d0d; - color: #fff; - } - - #plans .plans .plan.plus-plan h3 span, #plans .plans .plan.visionary-plan h3 span, #plans .plans .plan.visionary-plan header { - color: #fff; - } - - #plans .plans .plan footer .cycle strong { - color: #2FBF71; - } - - #plans .plans .plan footer .cycle .discount { - border-color: transparent #2FBF71 transparent transparent; - } - - #plans .plans .plan footer .cycle .discount span { - color: #fff; - } - - .pm_modal .modal-dialog { - border-color: #0d0d0d; - } - - .pm_modal .modal-dialog .close { - color: #fff; - background: #0d0d0d; - } - - .pm_badge { - color: #fff; - } - - .pm_badge.primary { - background: #0d0d0d; - color: #fff; - } - - .pm_badge.success { - background: #2FBF71; - color: #fff; - } - - .pm_table table th a, .pm_table table th .fa { - color: #2FBF71; - } - - body .cg-notify-message.notification-success { - background-color: #2FBF71; - color: #fff; - } diff --git a/Themes/v3.5.16/green_lume/green_lume.min.css b/Themes/v3.5.16/green_lume/green_lume.min.css deleted file mode 100644 index d54357a..0000000 --- a/Themes/v3.5.16/green_lume/green_lume.min.css +++ /dev/null @@ -1,7 +0,0 @@ -/* =========================================== * - * GREEN LUME 3.5.16 THEME - * Author: Cristiano Almeida - * Website: www.csalmeida.com - * Tweets @_csalmeida - * =========================================== */ -header#pm_header-desktop,header#pm_header-desktop ul.navigation{background:#0d0d0d}header#pm_header-desktop ul.navigation>li>a{color:#fff}header#pm_header-desktop ul.navigation>li>a:hover{color:#2FBF71}header#pm_header-desktop ul.navigation>li>a>span .fa{color:#fff}header#pm_header-desktop ul.navigation>li.active,header#pm_header-desktop ul.navigation>li:hover{box-shadow:0 6px 0 0 #2FBF71 inset;color:#2FBF71}header#pm_header-desktop ul.navigation>li:hover{border-radius:0}header#pm_header-desktop ul.navigation>li .pm_dropdown .user b,header#pm_header-desktop ul.navigation>li .pm_dropdown .user strong,html.protonmail .help{color:#0d0d0d!important}header#pm_header-desktop ul.navigation>li .pm_dropdown .user b:hover,header#pm_header-desktop ul.navigation>li .pm_dropdown .user strong:hover,html.protonmail .help:hover{color:#0d0d0d}header#pm_header-desktop ul.navigation>li .pm_dropdown .pm_button.primary{background:#0d0d0d!important;color:#fff!important}header#pm_header-desktop ul.navigation>li .pm_dropdown .pm_button.primary:hover{background:#2FBF71!important;border-color:#2FBF71;color:#fff!important}form.searchForm fieldset,form.searchForm fieldset input.query{background:#000!important;border-radius:2px}form.searchForm fieldset input.query{color:#fff!important}form.searchForm fieldset #closeAdvSearch,form.searchForm fieldset button[type=submit]{color:#fff}form.searchForm fieldset #closeAdvSearch:hover,form.searchForm fieldset button[type=submit]:hover{color:#2FBF71}form.searchForm fieldset button[type=button]{color:#fff;border-radius:2px}form.searchForm fieldset button[type=button]:hover{background:#000;color:#2FBF71}form.searchForm #advancedSearchDropdown{border-radius:2px}form.searchForm.adv fieldset{border-radius:2px 2px 0 0}.pm_button.primary{background:#0d0d0d;border-color:#0d0d0d;color:#fff}.pm_button.primary:hover{background:#2FBF71;border-color:#2FBF71;color:#fff}.pm_button.primary:active,.pm_button.primary:focus{background:#0d0d0d;border-color:#0d0d0d;color:#fff}header#pm_header-desktop a.logo{background-color:#0d0d0d}body section.sidebar{background:#0d0d0d}body section.sidebar a.compose{background:#2FBF71;color:#fff}body section.sidebar a.compose:hover{background:#fff;border-color:#fff;color:#0d0d0d}body section.sidebar ul.menu li a{color:#fff}body section.sidebar ul.menu li a:hover{color:#2FBF71}body section.sidebar ul.menu li.active a{color:#fff}body section.sidebar ul.menu li.active a i.fa,body section.sidebar ul.menu li.active a i.fa:hover{color:#2FBF71!important;opacity:1}body section.sidebar ul.menu li a .fa-repeat{color:#fff;opacity:1}body section.sidebar ul.menu li a i.fa{color:#fff;opacity:.5}body section.sidebar ul.menu li a i.fa:hover,body section.sidebar ul.menu li a:hover i.fa{color:#fff;opacity:1}body section.sidebar div.labels ul li a,body section.sidebar ul.menu li a em{color:#fff;opacity:.5}body section.sidebar div.labels ul li a:hover{color:#fff;opacity:1}body section.sidebar a.version,body section.sidebar div.footer div.link a{color:#fff;opacity:.5}body section.sidebar a.version:hover,body section.sidebar div.footer div.link a:hover{color:#2FBF71;opacity:1}body section.sidebar div.footer div.storage strong{color:#fff;opacity:.5}body section.sidebar div.footer .bar em{background:#2FBF71;height:3px}body section.sidebar div.footer .bar{background:#fff;height:3px}.pm_buttons,.pm_buttons a{color:#0d0d0d}.conversation.marked::before{background:#2FBF71;width:5px}#pm_composer .composer header{background:#0d0d0d;color:#fff}p a{color:#2FBF71}#pm_composer .composer footer .pm_button,#pm_composer .composer footer .pm_button:hover{background:#fff;color:#0d0d0d}#pm_composer .composer footer .pm_button.primary{background:#0d0d0d;color:#fff}#pm_composer .composer footer .pm_button.primary:hover{background:#2FBF71;color:#fff}#pm_settings .pm_tabs{background:#e6eaf0}#pm_settings .pm_tabs li a.pm_button{color:#0d0d0d;border-color:#e6eaf0}#pm_settings .pm_tabs li a.pm_button:hover,#pm_settings .pm_tabs li.active a.pm_button,.pm_button.link{color:#2FBF71}.pm_toggle.off .off,.pm_toggle.on .on{background:#0d0d0d;color:#fff}.alert.alert-info{background:#e6eaf0;color:#000}html.protonmail .text-purple{color:#2FBF71}#pm_settings .bar em{background:#2FBF71;height:4px}#pm_settings .bar{background:#0d0d0d;opacity:.5;height:4px}#plans .plans .plan h3{background:#0d0d0d;color:#fff}#plans .plans .plan.plus-plan h3 span,#plans .plans .plan.visionary-plan h3 span,#plans .plans .plan.visionary-plan header{color:#fff}#plans .plans .plan footer .cycle strong{color:#2FBF71}#plans .plans .plan footer .cycle .discount{border-color:transparent #2FBF71 transparent transparent}#plans .plans .plan footer .cycle .discount span{color:#fff}.pm_modal .modal-dialog{border-color:#0d0d0d}.pm_modal .modal-dialog .close{color:#fff;background:#0d0d0d}.pm_badge{color:#fff}.pm_badge.primary{background:#0d0d0d;color:#fff}.pm_badge.success{background:#2FBF71;color:#fff}.pm_table table th .fa,.pm_table table th a{color:#2FBF71}body .cg-notify-message.notification-success{background-color:#2FBF71;color:#fff} diff --git a/Themes/v3.7.3/blue_and_orange/blue_and_orange.css b/Themes/v3.7.3/blue_and_orange/blue_and_orange.css deleted file mode 100644 index 2836779..0000000 --- a/Themes/v3.7.3/blue_and_orange/blue_and_orange.css +++ /dev/null @@ -1,302 +0,0 @@ -/* =========================================== * - * BLUE AND ORANGE 3.7.3 THEME - * Author: Cristiano Almeida - * Website: www.csalmeida.com - * Tweets @_csalmeida - * =========================================== */ -.headerDesktop-container { - background-color: #0F4C5C; -} - -.search-form-fieldset { - background: #0A353F; -} - -[class*="searchForm-action-button-"] { - color: #fff; -} - -.searchForm-action-button-advanced:hover, .searchForm-action-button-toggle:hover { - background: #ED7D3A; -} - -.customRadio-input:checked + .customRadio-mask { - box-shadow: inset 0 0 0 3px #fff, inset 0 0 0 10px #ED7D3A; - border-color: #ED7D3A; -} - -.pm_button.primary, .pm_button.primary:active { - color: #fff; - background-color: #0F4C5C; - border-color: #0F4C5C; -} - -.pm_button.primary:hover, .pm_button.primary:focus { - background-color: #0A353F; - border-color: #0A353F; -} - -.navigation > li.active, .navigation > li:hover { - box-shadow: 0 5px 0 0 #ED7D3A inset; -} - -.navigation-link { - color: #fff; -} - -.navigation-title:hover { - color: #ED7D3A; -} - -.pm_dropdown .navigationUser-logout { - background-color: #0F4C5C !important; - border-color: #0F4C5C !important; - color: #fff !important; -} - -.pm_dropdown .navigationUser-logout:hover { - background-color: #0A353F !important; - border-color: #0A353F !important; - color: #fff !important; -} - -.sidebar-btn-compose, .sidebar-btn-compose:active { - color: #fff !important; - background: #ED7D3A !important; - border: none !important; -} - -.sidebar-btn-compose:hover { - color: #fff !important; - background: #ED7D3A !important; - border: none !important; - box-shadow: inset 0 400px 400px rgba(0, 0, 0, 0.1); -} - -.headerDesktop-logo { - background-color: #0F4C5C; -} - -body section.sidebar { - background: #0F4C5C; -} - -body section.sidebar a.compose { - background: #ED7D3A; - color: #fff; -} - -body section.sidebar a.compose:hover { - background: #fff; - border-color: #fff; - color: #0F4C5C; -} - -body section.sidebar ul.menu li a { - color: #fff; -} - -body section.sidebar ul.menu li a:hover { - color: #ED7D3A; -} - -body section.sidebar ul.menu li.active a, body section.sidebar ul.menu li.active a { - color: #fff; -} - -body section.sidebar ul.menu li.active a i.fa, body section.sidebar ul.menu li.active a i.fa:hover { - color: #ED7D3A !important; - opacity: 1; -} - -body section.sidebar ul.menu li a .fa-repeat { - color: #fff; - opacity: 1; -} - -body section.sidebar ul.menu li a i.fa { - color: #fff; - opacity: 0.5; -} - -body section.sidebar ul.menu li a i.fa:hover, body section.sidebar ul.menu li a:hover i.fa { - color: #fff; - opacity: 1; -} - -body section.sidebar ul.menu li a em { - color: #fff; - opacity: 0.5; -} - -body section.sidebar div.labels ul li a { - color: #fff; - opacity: 0.5; -} - -body section.sidebar div.labels ul li a:hover { - color: #fff; - opacity: 1; -} - -body section.sidebar div.footer div.link a, body section.sidebar a.version { - color: #fff; - opacity: 0.5; -} - -body section.sidebar div.footer div.link a:hover, body section.sidebar a.version:hover { - color: #ED7D3A; - opacity: 1; -} - -body section.sidebar div.footer div.storage strong { - color: #fff; - opacity: 0.5; -} - -body section.sidebar div.footer .bar em { - background: #ED7D3A; - height: 3px; -} - -body section.sidebar div.footer .bar { - background: #fff; - height: 3px; -} - -.pm_buttons, .pm_buttons a { - color: #0F4C5C; -} - -.conversation.marked::before { - background: #ED7D3A; - width: 5px; -} - -#pm_composer .composer header { - background: #0F4C5C; - color: #fff; -} - -p a { - color: #ED7D3A; -} - -#pm_composer .composer footer .pm_button { - background: #fff; - color: #0F4C5C; -} - -#pm_composer .composer footer .pm_button:hover { - background: #fff; - color: #0F4C5C; -} - -#pm_composer .composer footer .pm_button.primary { - background: #0F4C5C; - color: #fff; -} - -#pm_composer .composer footer .pm_button.primary:hover { - background: #ED7D3A; - color: #fff; -} - -#pm_settings .pm_tabs { - background: #e6eaf0; -} - -#pm_settings .pm_tabs li a.pm_button { - color: #0F4C5C; - border-color: #e6eaf0; -} - -#pm_settings .pm_tabs li a.pm_button:hover { - color: #ED7D3A; -} - -#pm_settings .pm_tabs li.active a.pm_button { - color: #ED7D3A; -} - -.pm_button.link { - color: #ED7D3A; -} - -.pm_toggle.off .off, .pm_toggle.on .on { - background: #0F4C5C; - color: #fff; -} - -.alert.alert-info { - background: #e6eaf0; - color: #000; -} - -html.protonmail .text-purple { - color: #ED7D3A; -} - -#pm_settings .bar em { - background: #ED7D3A; - height: 4px; -} - -#pm_settings .bar { - background: #0F4C5C; - opacity: 0.5; - height: 4px; -} - -#plans .plans .plan h3 { - background: #0F4C5C; - color: #fff; -} - -#plans .plans .plan.plus-plan h3 span, #plans .plans .plan.visionary-plan h3 span, #plans .plans .plan.visionary-plan header { - color: #fff; -} - -#plans .plans .plan footer .cycle strong { - color: #ED7D3A; -} - -#plans .plans .plan footer .cycle .discount { - border-color: transparent #ED7D3A transparent transparent; -} - -#plans .plans .plan footer .cycle .discount span { - color: #fff; -} - -.pm_modal .modal-dialog { - border-color: #0F4C5C; -} - -.pm_modal .modal-dialog .close { - color: #fff; - background: #0F4C5C; -} - -.pm_badge { - color: #fff; -} - -.pm_badge.primary { - background: #0F4C5C; - color: #fff; -} - -.pm_badge.success { - background: #ED7D3A; - color: #fff; -} - -.pm_table table th a, .pm_table table th .fa { - color: #ED7D3A; -} - -body .cg-notify-message.notification-success { - background-color: #ED7D3A; - color: #fff; -} diff --git a/Themes/v3.7.3/blue_and_orange/blue_and_orange.min.css b/Themes/v3.7.3/blue_and_orange/blue_and_orange.min.css deleted file mode 100644 index 7aa706d..0000000 --- a/Themes/v3.7.3/blue_and_orange/blue_and_orange.min.css +++ /dev/null @@ -1 +0,0 @@ -.headerDesktop-container{background-color:#0F4C5C}.search-form-fieldset{background:#0A353F}[class*="searchForm-action-button-"]{color:#fff}.searchForm-action-button-advanced:hover,.searchForm-action-button-toggle:hover{background:#ED7D3A}.customRadio-input:checked+.customRadio-mask{box-shadow:inset 0 0 0 3px #fff,inset 0 0 0 10px #ED7D3A;border-color:#ED7D3A}.pm_button.primary,.pm_button.primary:active{color:#fff;background-color:#0F4C5C;border-color:#0F4C5C}.pm_button.primary:hover,.pm_button.primary:focus{background-color:#0A353F;border-color:#0A353F}.navigation>li.active,.navigation>li:hover{box-shadow:0 5px 0 0 #ED7D3A inset}.navigation-link{color:#fff}.navigation-title:hover{color:#ED7D3A}.pm_dropdown .navigationUser-logout{background-color:#0F4C5C !important;border-color:#0F4C5C !important;color:#fff !important}.pm_dropdown .navigationUser-logout:hover{background-color:#0A353F !important;border-color:#0A353F !important;color:#fff !important}.sidebar-btn-compose,.sidebar-btn-compose:active{color:#fff !important;background:#ED7D3A !important;border:none !important}.sidebar-btn-compose:hover{color:#fff !important;background:#ED7D3A !important;border:none !important;box-shadow:inset 0 400px 400px rgba(0,0,0,0.1)}.headerDesktop-logo{background-color:#0F4C5C}body section.sidebar{background:#0F4C5C}body section.sidebar a.compose{background:#ED7D3A;color:#fff}body section.sidebar a.compose:hover{background:#fff;border-color:#fff;color:#0F4C5C}body section.sidebar ul.menu li a{color:#fff}body section.sidebar ul.menu li a:hover{color:#ED7D3A}body section.sidebar ul.menu li.active a,body section.sidebar ul.menu li.active a{color:#fff}body section.sidebar ul.menu li.active a i.fa,body section.sidebar ul.menu li.active a i.fa:hover{color:#ED7D3A !important;opacity:1}body section.sidebar ul.menu li a .fa-repeat{color:#fff;opacity:1}body section.sidebar ul.menu li a i.fa{color:#fff;opacity:0.5}body section.sidebar ul.menu li a i.fa:hover,body section.sidebar ul.menu li a:hover i.fa{color:#fff;opacity:1}body section.sidebar ul.menu li a em{color:#fff;opacity:0.5}body section.sidebar div.labels ul li a{color:#fff;opacity:0.5}body section.sidebar div.labels ul li a:hover{color:#fff;opacity:1}body section.sidebar div.footer div.link a,body section.sidebar a.version{color:#fff;opacity:0.5}body section.sidebar div.footer div.link a:hover,body section.sidebar a.version:hover{color:#ED7D3A;opacity:1}body section.sidebar div.footer div.storage strong{color:#fff;opacity:0.5}body section.sidebar div.footer .bar em{background:#ED7D3A;height:3px}body section.sidebar div.footer .bar{background:#fff;height:3px}.pm_buttons,.pm_buttons a{color:#0F4C5C}.conversation.marked::before{background:#ED7D3A;width:5px}#pm_composer .composer header{background:#0F4C5C;color:#fff}p a{color:#ED7D3A}#pm_composer .composer footer .pm_button{background:#fff;color:#0F4C5C}#pm_composer .composer footer .pm_button:hover{background:#fff;color:#0F4C5C}#pm_composer .composer footer .pm_button.primary{background:#0F4C5C;color:#fff}#pm_composer .composer footer .pm_button.primary:hover{background:#ED7D3A;color:#fff}#pm_settings .pm_tabs{background:#e6eaf0}#pm_settings .pm_tabs li a.pm_button{color:#0F4C5C;border-color:#e6eaf0}#pm_settings .pm_tabs li a.pm_button:hover{color:#ED7D3A}#pm_settings .pm_tabs li.active a.pm_button{color:#ED7D3A}.pm_button.link{color:#ED7D3A}.pm_toggle.off .off,.pm_toggle.on .on{background:#0F4C5C;color:#fff}.alert.alert-info{background:#e6eaf0;color:#000}html.protonmail .text-purple{color:#ED7D3A}#pm_settings .bar em{background:#ED7D3A;height:4px}#pm_settings .bar{background:#0F4C5C;opacity:0.5;height:4px}#plans .plans .plan h3{background:#0F4C5C;color:#fff}#plans .plans .plan.plus-plan h3 span,#plans .plans .plan.visionary-plan h3 span,#plans .plans .plan.visionary-plan header{color:#fff}#plans .plans .plan footer .cycle strong{color:#ED7D3A}#plans .plans .plan footer .cycle .discount{border-color:transparent #ED7D3A transparent transparent}#plans .plans .plan footer .cycle .discount span{color:#fff}.pm_modal .modal-dialog{border-color:#0F4C5C}.pm_modal .modal-dialog .close{color:#fff;background:#0F4C5C}.pm_badge{color:#fff}.pm_badge.primary{background:#0F4C5C;color:#fff}.pm_badge.success{background:#ED7D3A;color:#fff}.pm_table table th a,.pm_table table th .fa{color:#ED7D3A}body .cg-notify-message.notification-success{background-color:#ED7D3A;color:#fff} diff --git a/Themes/v3.7.3/dark_bubble_gum/dark_bubble_gum.css b/Themes/v3.7.3/dark_bubble_gum/dark_bubble_gum.css deleted file mode 100644 index d7d2da5..0000000 --- a/Themes/v3.7.3/dark_bubble_gum/dark_bubble_gum.css +++ /dev/null @@ -1,302 +0,0 @@ -/* =========================================== * - * DARK BUBBLE GUM 3.7.3 THEME - * Author: Cristiano Almeida - * Website: www.csalmeida.com - * Tweets @_csalmeida - * =========================================== */ -.headerDesktop-container { - background-color: #0d0d0d; -} - -.search-form-fieldset { - background: #000; -} - -[class*="searchForm-action-button-"] { - color: #fff; -} - -.searchForm-action-button-advanced:hover, .searchForm-action-button-toggle:hover { - background: #EF2D56; -} - -.customRadio-input:checked + .customRadio-mask { - box-shadow: inset 0 0 0 3px #fff, inset 0 0 0 10px #EF2D56; - border-color: #EF2D56; -} - -.pm_button.primary, .pm_button.primary:active { - color: #fff; - background-color: #0d0d0d; - border-color: #0d0d0d; -} - -.pm_button.primary:hover, .pm_button.primary:focus { - background-color: #000; - border-color: #000; -} - -.navigation > li.active, .navigation > li:hover { - box-shadow: 0 5px 0 0 #EF2D56 inset; -} - -.navigation-link { - color: #fff; -} - -.navigation-title:hover { - color: #EF2D56; -} - -.pm_dropdown .navigationUser-logout { - background-color: #0d0d0d !important; - border-color: #0d0d0d !important; - color: #fff !important; -} - -.pm_dropdown .navigationUser-logout:hover { - background-color: #000 !important; - border-color: #000 !important; - color: #fff !important; -} - -.sidebar-btn-compose, .sidebar-btn-compose:active { - color: #fff !important; - background: #EF2D56 !important; - border: none !important; -} - -.sidebar-btn-compose:hover { - color: #fff !important; - background: #EF2D56 !important; - border: none !important; - box-shadow: inset 0 400px 400px rgba(0, 0, 0, 0.1); -} - -.headerDesktop-logo { - background-color: #0d0d0d; -} - -body section.sidebar { - background: #0d0d0d; -} - -body section.sidebar a.compose { - background: #EF2D56; - color: #fff; -} - -body section.sidebar a.compose:hover { - background: #fff; - border-color: #fff; - color: #0d0d0d; -} - -body section.sidebar ul.menu li a { - color: #fff; -} - -body section.sidebar ul.menu li a:hover { - color: #EF2D56; -} - -body section.sidebar ul.menu li.active a, body section.sidebar ul.menu li.active a { - color: #fff; -} - -body section.sidebar ul.menu li.active a i.fa, body section.sidebar ul.menu li.active a i.fa:hover { - color: #EF2D56 !important; - opacity: 1; -} - -body section.sidebar ul.menu li a .fa-repeat { - color: #fff; - opacity: 1; -} - -body section.sidebar ul.menu li a i.fa { - color: #fff; - opacity: 0.5; -} - -body section.sidebar ul.menu li a i.fa:hover, body section.sidebar ul.menu li a:hover i.fa { - color: #fff; - opacity: 1; -} - -body section.sidebar ul.menu li a em { - color: #fff; - opacity: 0.5; -} - -body section.sidebar div.labels ul li a { - color: #fff; - opacity: 0.5; -} - -body section.sidebar div.labels ul li a:hover { - color: #fff; - opacity: 1; -} - -body section.sidebar div.footer div.link a, body section.sidebar a.version { - color: #fff; - opacity: 0.5; -} - -body section.sidebar div.footer div.link a:hover, body section.sidebar a.version:hover { - color: #EF2D56; - opacity: 1; -} - -body section.sidebar div.footer div.storage strong { - color: #fff; - opacity: 0.5; -} - -body section.sidebar div.footer .bar em { - background: #EF2D56; - height: 3px; -} - -body section.sidebar div.footer .bar { - background: #fff; - height: 3px; -} - -.pm_buttons, .pm_buttons a { - color: #0d0d0d; -} - -.conversation.marked::before { - background: #EF2D56; - width: 5px; -} - -#pm_composer .composer header { - background: #0d0d0d; - color: #fff; -} - -p a { - color: #EF2D56; -} - -#pm_composer .composer footer .pm_button { - background: #fff; - color: #0d0d0d; -} - -#pm_composer .composer footer .pm_button:hover { - background: #fff; - color: #0d0d0d; -} - -#pm_composer .composer footer .pm_button.primary { - background: #0d0d0d; - color: #fff; -} - -#pm_composer .composer footer .pm_button.primary:hover { - background: #EF2D56; - color: #fff; -} - -#pm_settings .pm_tabs { - background: #e6eaf0; -} - -#pm_settings .pm_tabs li a.pm_button { - color: #0d0d0d; - border-color: #e6eaf0; -} - -#pm_settings .pm_tabs li a.pm_button:hover { - color: #EF2D56; -} - -#pm_settings .pm_tabs li.active a.pm_button { - color: #EF2D56; -} - -.pm_button.link { - color: #EF2D56; -} - -.pm_toggle.off .off, .pm_toggle.on .on { - background: #0d0d0d; - color: #fff; -} - -.alert.alert-info { - background: #e6eaf0; - color: #000; -} - -html.protonmail .text-purple { - color: #EF2D56; -} - -#pm_settings .bar em { - background: #EF2D56; - height: 4px; -} - -#pm_settings .bar { - background: #0d0d0d; - opacity: 0.5; - height: 4px; -} - -#plans .plans .plan h3 { - background: #0d0d0d; - color: #fff; -} - -#plans .plans .plan.plus-plan h3 span, #plans .plans .plan.visionary-plan h3 span, #plans .plans .plan.visionary-plan header { - color: #fff; -} - -#plans .plans .plan footer .cycle strong { - color: #EF2D56; -} - -#plans .plans .plan footer .cycle .discount { - border-color: transparent #EF2D56 transparent transparent; -} - -#plans .plans .plan footer .cycle .discount span { - color: #fff; -} - -.pm_modal .modal-dialog { - border-color: #0d0d0d; -} - -.pm_modal .modal-dialog .close { - color: #fff; - background: #0d0d0d; -} - -.pm_badge { - color: #fff; -} - -.pm_badge.primary { - background: #0d0d0d; - color: #fff; -} - -.pm_badge.success { - background: #EF2D56; - color: #fff; -} - -.pm_table table th a, .pm_table table th .fa { - color: #EF2D56; -} - -body .cg-notify-message.notification-success { - background-color: #EF2D56; - color: #fff; -} diff --git a/Themes/v3.7.3/dark_bubble_gum/dark_bubble_gum.min.css b/Themes/v3.7.3/dark_bubble_gum/dark_bubble_gum.min.css deleted file mode 100644 index 9d8e7d3..0000000 --- a/Themes/v3.7.3/dark_bubble_gum/dark_bubble_gum.min.css +++ /dev/null @@ -1 +0,0 @@ -.headerDesktop-container{background-color:#0d0d0d}.search-form-fieldset{background:#000}[class*="searchForm-action-button-"]{color:#fff}.searchForm-action-button-advanced:hover,.searchForm-action-button-toggle:hover{background:#EF2D56}.customRadio-input:checked+.customRadio-mask{box-shadow:inset 0 0 0 3px #fff,inset 0 0 0 10px #EF2D56;border-color:#EF2D56}.pm_button.primary,.pm_button.primary:active{color:#fff;background-color:#0d0d0d;border-color:#0d0d0d}.pm_button.primary:hover,.pm_button.primary:focus{background-color:#000;border-color:#000}.navigation>li.active,.navigation>li:hover{box-shadow:0 5px 0 0 #EF2D56 inset}.navigation-link{color:#fff}.navigation-title:hover{color:#EF2D56}.pm_dropdown .navigationUser-logout{background-color:#0d0d0d !important;border-color:#0d0d0d !important;color:#fff !important}.pm_dropdown .navigationUser-logout:hover{background-color:#000 !important;border-color:#000 !important;color:#fff !important}.sidebar-btn-compose,.sidebar-btn-compose:active{color:#fff !important;background:#EF2D56 !important;border:none !important}.sidebar-btn-compose:hover{color:#fff !important;background:#EF2D56 !important;border:none !important;box-shadow:inset 0 400px 400px rgba(0,0,0,0.1)}.headerDesktop-logo{background-color:#0d0d0d}body section.sidebar{background:#0d0d0d}body section.sidebar a.compose{background:#EF2D56;color:#fff}body section.sidebar a.compose:hover{background:#fff;border-color:#fff;color:#0d0d0d}body section.sidebar ul.menu li a{color:#fff}body section.sidebar ul.menu li a:hover{color:#EF2D56}body section.sidebar ul.menu li.active a,body section.sidebar ul.menu li.active a{color:#fff}body section.sidebar ul.menu li.active a i.fa,body section.sidebar ul.menu li.active a i.fa:hover{color:#EF2D56 !important;opacity:1}body section.sidebar ul.menu li a .fa-repeat{color:#fff;opacity:1}body section.sidebar ul.menu li a i.fa{color:#fff;opacity:0.5}body section.sidebar ul.menu li a i.fa:hover,body section.sidebar ul.menu li a:hover i.fa{color:#fff;opacity:1}body section.sidebar ul.menu li a em{color:#fff;opacity:0.5}body section.sidebar div.labels ul li a{color:#fff;opacity:0.5}body section.sidebar div.labels ul li a:hover{color:#fff;opacity:1}body section.sidebar div.footer div.link a,body section.sidebar a.version{color:#fff;opacity:0.5}body section.sidebar div.footer div.link a:hover,body section.sidebar a.version:hover{color:#EF2D56;opacity:1}body section.sidebar div.footer div.storage strong{color:#fff;opacity:0.5}body section.sidebar div.footer .bar em{background:#EF2D56;height:3px}body section.sidebar div.footer .bar{background:#fff;height:3px}.pm_buttons,.pm_buttons a{color:#0d0d0d}.conversation.marked::before{background:#EF2D56;width:5px}#pm_composer .composer header{background:#0d0d0d;color:#fff}p a{color:#EF2D56}#pm_composer .composer footer .pm_button{background:#fff;color:#0d0d0d}#pm_composer .composer footer .pm_button:hover{background:#fff;color:#0d0d0d}#pm_composer .composer footer .pm_button.primary{background:#0d0d0d;color:#fff}#pm_composer .composer footer .pm_button.primary:hover{background:#EF2D56;color:#fff}#pm_settings .pm_tabs{background:#e6eaf0}#pm_settings .pm_tabs li a.pm_button{color:#0d0d0d;border-color:#e6eaf0}#pm_settings .pm_tabs li a.pm_button:hover{color:#EF2D56}#pm_settings .pm_tabs li.active a.pm_button{color:#EF2D56}.pm_button.link{color:#EF2D56}.pm_toggle.off .off,.pm_toggle.on .on{background:#0d0d0d;color:#fff}.alert.alert-info{background:#e6eaf0;color:#000}html.protonmail .text-purple{color:#EF2D56}#pm_settings .bar em{background:#EF2D56;height:4px}#pm_settings .bar{background:#0d0d0d;opacity:0.5;height:4px}#plans .plans .plan h3{background:#0d0d0d;color:#fff}#plans .plans .plan.plus-plan h3 span,#plans .plans .plan.visionary-plan h3 span,#plans .plans .plan.visionary-plan header{color:#fff}#plans .plans .plan footer .cycle strong{color:#EF2D56}#plans .plans .plan footer .cycle .discount{border-color:transparent #EF2D56 transparent transparent}#plans .plans .plan footer .cycle .discount span{color:#fff}.pm_modal .modal-dialog{border-color:#0d0d0d}.pm_modal .modal-dialog .close{color:#fff;background:#0d0d0d}.pm_badge{color:#fff}.pm_badge.primary{background:#0d0d0d;color:#fff}.pm_badge.success{background:#EF2D56;color:#fff}.pm_table table th a,.pm_table table th .fa{color:#EF2D56}body .cg-notify-message.notification-success{background-color:#EF2D56;color:#fff} diff --git a/Themes/v3.7.3/green_lume/green_lume.css b/Themes/v3.7.3/green_lume/green_lume.css deleted file mode 100644 index a917af6..0000000 --- a/Themes/v3.7.3/green_lume/green_lume.css +++ /dev/null @@ -1,302 +0,0 @@ -/* =========================================== * - * GREEN LUME 3.7.3 THEME - * Author: Cristiano Almeida - * Website: www.csalmeida.com - * Tweets @_csalmeida - * =========================================== */ -.headerDesktop-container { - background-color: #0d0d0d; -} - -.search-form-fieldset { - background: #000; -} - -[class*="searchForm-action-button-"] { - color: #fff; -} - -.searchForm-action-button-advanced:hover, .searchForm-action-button-toggle:hover { - background: #2FBF71; -} - -.customRadio-input:checked + .customRadio-mask { - box-shadow: inset 0 0 0 3px #fff, inset 0 0 0 10px #2FBF71; - border-color: #2FBF71; -} - -.pm_button.primary, .pm_button.primary:active { - color: #fff; - background-color: #0d0d0d; - border-color: #0d0d0d; -} - -.pm_button.primary:hover, .pm_button.primary:focus { - background-color: #000; - border-color: #000; -} - -.navigation > li.active, .navigation > li:hover { - box-shadow: 0 5px 0 0 #2FBF71 inset; -} - -.navigation-link { - color: #fff; -} - -.navigation-title:hover { - color: #2FBF71; -} - -.pm_dropdown .navigationUser-logout { - background-color: #0d0d0d !important; - border-color: #0d0d0d !important; - color: #fff !important; -} - -.pm_dropdown .navigationUser-logout:hover { - background-color: #000 !important; - border-color: #000 !important; - color: #fff !important; -} - -.sidebar-btn-compose, .sidebar-btn-compose:active { - color: #fff !important; - background: #2FBF71 !important; - border: none !important; -} - -.sidebar-btn-compose:hover { - color: #fff !important; - background: #2FBF71 !important; - border: none !important; - box-shadow: inset 0 400px 400px rgba(0, 0, 0, 0.1); -} - -.headerDesktop-logo { - background-color: #0d0d0d; -} - -body section.sidebar { - background: #0d0d0d; -} - -body section.sidebar a.compose { - background: #2FBF71; - color: #fff; -} - -body section.sidebar a.compose:hover { - background: #fff; - border-color: #fff; - color: #0d0d0d; -} - -body section.sidebar ul.menu li a { - color: #fff; -} - -body section.sidebar ul.menu li a:hover { - color: #2FBF71; -} - -body section.sidebar ul.menu li.active a, body section.sidebar ul.menu li.active a { - color: #fff; -} - -body section.sidebar ul.menu li.active a i.fa, body section.sidebar ul.menu li.active a i.fa:hover { - color: #2FBF71 !important; - opacity: 1; -} - -body section.sidebar ul.menu li a .fa-repeat { - color: #fff; - opacity: 1; -} - -body section.sidebar ul.menu li a i.fa { - color: #fff; - opacity: 0.5; -} - -body section.sidebar ul.menu li a i.fa:hover, body section.sidebar ul.menu li a:hover i.fa { - color: #fff; - opacity: 1; -} - -body section.sidebar ul.menu li a em { - color: #fff; - opacity: 0.5; -} - -body section.sidebar div.labels ul li a { - color: #fff; - opacity: 0.5; -} - -body section.sidebar div.labels ul li a:hover { - color: #fff; - opacity: 1; -} - -body section.sidebar div.footer div.link a, body section.sidebar a.version { - color: #fff; - opacity: 0.5; -} - -body section.sidebar div.footer div.link a:hover, body section.sidebar a.version:hover { - color: #2FBF71; - opacity: 1; -} - -body section.sidebar div.footer div.storage strong { - color: #fff; - opacity: 0.5; -} - -body section.sidebar div.footer .bar em { - background: #2FBF71; - height: 3px; -} - -body section.sidebar div.footer .bar { - background: #fff; - height: 3px; -} - -.pm_buttons, .pm_buttons a { - color: #0d0d0d; -} - -.conversation.marked::before { - background: #2FBF71; - width: 5px; -} - -#pm_composer .composer header { - background: #0d0d0d; - color: #fff; -} - -p a { - color: #2FBF71; -} - -#pm_composer .composer footer .pm_button { - background: #fff; - color: #0d0d0d; -} - -#pm_composer .composer footer .pm_button:hover { - background: #fff; - color: #0d0d0d; -} - -#pm_composer .composer footer .pm_button.primary { - background: #0d0d0d; - color: #fff; -} - -#pm_composer .composer footer .pm_button.primary:hover { - background: #2FBF71; - color: #fff; -} - -#pm_settings .pm_tabs { - background: #e6eaf0; -} - -#pm_settings .pm_tabs li a.pm_button { - color: #0d0d0d; - border-color: #e6eaf0; -} - -#pm_settings .pm_tabs li a.pm_button:hover { - color: #2FBF71; -} - -#pm_settings .pm_tabs li.active a.pm_button { - color: #2FBF71; -} - -.pm_button.link { - color: #2FBF71; -} - -.pm_toggle.off .off, .pm_toggle.on .on { - background: #0d0d0d; - color: #fff; -} - -.alert.alert-info { - background: #e6eaf0; - color: #000; -} - -html.protonmail .text-purple { - color: #2FBF71; -} - -#pm_settings .bar em { - background: #2FBF71; - height: 4px; -} - -#pm_settings .bar { - background: #0d0d0d; - opacity: 0.5; - height: 4px; -} - -#plans .plans .plan h3 { - background: #0d0d0d; - color: #fff; -} - -#plans .plans .plan.plus-plan h3 span, #plans .plans .plan.visionary-plan h3 span, #plans .plans .plan.visionary-plan header { - color: #fff; -} - -#plans .plans .plan footer .cycle strong { - color: #2FBF71; -} - -#plans .plans .plan footer .cycle .discount { - border-color: transparent #2FBF71 transparent transparent; -} - -#plans .plans .plan footer .cycle .discount span { - color: #fff; -} - -.pm_modal .modal-dialog { - border-color: #0d0d0d; -} - -.pm_modal .modal-dialog .close { - color: #fff; - background: #0d0d0d; -} - -.pm_badge { - color: #fff; -} - -.pm_badge.primary { - background: #0d0d0d; - color: #fff; -} - -.pm_badge.success { - background: #2FBF71; - color: #fff; -} - -.pm_table table th a, .pm_table table th .fa { - color: #2FBF71; -} - -body .cg-notify-message.notification-success { - background-color: #2FBF71; - color: #fff; -} diff --git a/Themes/v3.7.3/green_lume/green_lume.min.css b/Themes/v3.7.3/green_lume/green_lume.min.css deleted file mode 100644 index a6de5f2..0000000 --- a/Themes/v3.7.3/green_lume/green_lume.min.css +++ /dev/null @@ -1 +0,0 @@ -.headerDesktop-container{background-color:#0d0d0d}.search-form-fieldset{background:#000}[class*="searchForm-action-button-"]{color:#fff}.searchForm-action-button-advanced:hover,.searchForm-action-button-toggle:hover{background:#2FBF71}.customRadio-input:checked+.customRadio-mask{box-shadow:inset 0 0 0 3px #fff,inset 0 0 0 10px #2FBF71;border-color:#2FBF71}.pm_button.primary,.pm_button.primary:active{color:#fff;background-color:#0d0d0d;border-color:#0d0d0d}.pm_button.primary:hover,.pm_button.primary:focus{background-color:#000;border-color:#000}.navigation>li.active,.navigation>li:hover{box-shadow:0 5px 0 0 #2FBF71 inset}.navigation-link{color:#fff}.navigation-title:hover{color:#2FBF71}.pm_dropdown .navigationUser-logout{background-color:#0d0d0d !important;border-color:#0d0d0d !important;color:#fff !important}.pm_dropdown .navigationUser-logout:hover{background-color:#000 !important;border-color:#000 !important;color:#fff !important}.sidebar-btn-compose,.sidebar-btn-compose:active{color:#fff !important;background:#2FBF71 !important;border:none !important}.sidebar-btn-compose:hover{color:#fff !important;background:#2FBF71 !important;border:none !important;box-shadow:inset 0 400px 400px rgba(0,0,0,0.1)}.headerDesktop-logo{background-color:#0d0d0d}body section.sidebar{background:#0d0d0d}body section.sidebar a.compose{background:#2FBF71;color:#fff}body section.sidebar a.compose:hover{background:#fff;border-color:#fff;color:#0d0d0d}body section.sidebar ul.menu li a{color:#fff}body section.sidebar ul.menu li a:hover{color:#2FBF71}body section.sidebar ul.menu li.active a,body section.sidebar ul.menu li.active a{color:#fff}body section.sidebar ul.menu li.active a i.fa,body section.sidebar ul.menu li.active a i.fa:hover{color:#2FBF71 !important;opacity:1}body section.sidebar ul.menu li a .fa-repeat{color:#fff;opacity:1}body section.sidebar ul.menu li a i.fa{color:#fff;opacity:0.5}body section.sidebar ul.menu li a i.fa:hover,body section.sidebar ul.menu li a:hover i.fa{color:#fff;opacity:1}body section.sidebar ul.menu li a em{color:#fff;opacity:0.5}body section.sidebar div.labels ul li a{color:#fff;opacity:0.5}body section.sidebar div.labels ul li a:hover{color:#fff;opacity:1}body section.sidebar div.footer div.link a,body section.sidebar a.version{color:#fff;opacity:0.5}body section.sidebar div.footer div.link a:hover,body section.sidebar a.version:hover{color:#2FBF71;opacity:1}body section.sidebar div.footer div.storage strong{color:#fff;opacity:0.5}body section.sidebar div.footer .bar em{background:#2FBF71;height:3px}body section.sidebar div.footer .bar{background:#fff;height:3px}.pm_buttons,.pm_buttons a{color:#0d0d0d}.conversation.marked::before{background:#2FBF71;width:5px}#pm_composer .composer header{background:#0d0d0d;color:#fff}p a{color:#2FBF71}#pm_composer .composer footer .pm_button{background:#fff;color:#0d0d0d}#pm_composer .composer footer .pm_button:hover{background:#fff;color:#0d0d0d}#pm_composer .composer footer .pm_button.primary{background:#0d0d0d;color:#fff}#pm_composer .composer footer .pm_button.primary:hover{background:#2FBF71;color:#fff}#pm_settings .pm_tabs{background:#e6eaf0}#pm_settings .pm_tabs li a.pm_button{color:#0d0d0d;border-color:#e6eaf0}#pm_settings .pm_tabs li a.pm_button:hover{color:#2FBF71}#pm_settings .pm_tabs li.active a.pm_button{color:#2FBF71}.pm_button.link{color:#2FBF71}.pm_toggle.off .off,.pm_toggle.on .on{background:#0d0d0d;color:#fff}.alert.alert-info{background:#e6eaf0;color:#000}html.protonmail .text-purple{color:#2FBF71}#pm_settings .bar em{background:#2FBF71;height:4px}#pm_settings .bar{background:#0d0d0d;opacity:0.5;height:4px}#plans .plans .plan h3{background:#0d0d0d;color:#fff}#plans .plans .plan.plus-plan h3 span,#plans .plans .plan.visionary-plan h3 span,#plans .plans .plan.visionary-plan header{color:#fff}#plans .plans .plan footer .cycle strong{color:#2FBF71}#plans .plans .plan footer .cycle .discount{border-color:transparent #2FBF71 transparent transparent}#plans .plans .plan footer .cycle .discount span{color:#fff}.pm_modal .modal-dialog{border-color:#0d0d0d}.pm_modal .modal-dialog .close{color:#fff;background:#0d0d0d}.pm_badge{color:#fff}.pm_badge.primary{background:#0d0d0d;color:#fff}.pm_badge.success{background:#2FBF71;color:#fff}.pm_table table th a,.pm_table table th .fa{color:#2FBF71}body .cg-notify-message.notification-success{background-color:#2FBF71;color:#fff} diff --git a/Themes/v3.7.3/monokai/monokai.css b/Themes/v3.7.3/monokai/monokai.css deleted file mode 100644 index d9722f0..0000000 --- a/Themes/v3.7.3/monokai/monokai.css +++ /dev/null @@ -1,321 +0,0 @@ -/* -built by tripscripts - -using Cristiano Almeida's "Theme Generator" -http://www.csalmeida.com/demos/quark/ - -this theme is based off of -Sublime Text's "Monokai" color scheme -*/ - -.headerDesktop-container { - background-color: #1D1E1A -} - -.search-form-fieldset { - background: #615C4C -} - -[class*="searchForm-action-button-"] { - color: #9376D6 -} - -.searchForm-action-button-advanced:hover, -.searchForm-action-button-toggle:hover { - background: #89C62A -} - -.customRadio-input:checked+.customRadio-mask { - box-shadow: inset 0 0 0 3px #fff, inset 0 0 0 10px #89C62A; - border-color: #89C62A -} - -.pm_button.primary, -.pm_button.primary:active { - color: #fff; - background-color: #1D1E1A; - border-color: #1D1E1A -} - -.pm_button.primary:hover, -.pm_button.primary:focus { - background-color: #615C4C; - border-color: #615C4C -} - -.navigation>li.active, -.navigation>li:hover { - box-shadow: 0 5px 0 0 #89C62A inset -} - -.navigation-link { - color: #9376D6 -} - -.navigation-title:hover { - color: #89C62A -} - -.pm_dropdown .navigationUser-logout { - background-color: #1D1E1A !important; - border-color: #1D1E1A !important; - color: #9376D6 !important -} - -.pm_dropdown .navigationUser-logout:hover { - background-color: #615C4C !important; - border-color: #615C4C !important; - color: #9376D6 !important -} - -.sidebar-btn-compose, -.sidebar-btn-compose:active { - color: #fff !important; - background: #89C62A !important; - border: none !important -} - -.sidebar-btn-compose:hover { - color: #fff !important; - background: #89C62A !important; - border: none !important; - box-shadow: inset 0 400px 400px rgba(0, 0, 0, 0.1) -} - -.headerDesktop-logo { - background-color: #1D1E1A -} - -body section.sidebar { - background: #1D1E1A -} - -body section.sidebar a.compose { - background: #89C62A; - color: #9376D6 -} - -body section.sidebar a.compose:hover { - background: #9376D6; - border-color: #9376D6; - color: #1D1E1A -} - -body section.sidebar ul.menu li a { - color: #9376D6 -} - -body section.sidebar ul.menu li a:hover { - color: #89C62A -} - -body section.sidebar ul.menu li.active a, -body section.sidebar ul.menu li.active a { - color: #9376D6 -} - -body section.sidebar ul.menu li.active a i.fa, -body section.sidebar ul.menu li.active a i.fa:hover { - color: #89C62A !important; - opacity: 1 -} - -body section.sidebar ul.menu li a .fa-repeat { - color: #9376D6; - opacity: 1 -} - -body section.sidebar ul.menu li a i.fa { - color: #9376D6; - opacity: 0.5 -} - -body section.sidebar ul.menu li a i.fa:hover, -body section.sidebar ul.menu li a:hover i.fa { - color: #9376D6; - opacity: 1 -} - -body section.sidebar ul.menu li a em { - color: #9376D6; - opacity: 0.5 -} - -body section.sidebar div.labels ul li a { - color: #9376D6; - opacity: 0.5 -} - -body section.sidebar div.labels ul li a:hover { - color: #9376D6; - opacity: 1 -} - -body section.sidebar div.footer div.link a, -body section.sidebar a.version { - color: #9376D6; - opacity: 0.5 -} - -body section.sidebar div.footer div.link a:hover, -body section.sidebar a.version:hover { - color: #89C62A; - opacity: 1 -} - -body section.sidebar div.footer div.storage strong { - color: #9376D6; - opacity: 0.5 -} - -body section.sidebar div.footer .bar em { - background: #89C62A; - height: 3px -} - -body section.sidebar div.footer .bar { - background: #9376D6; - height: 3px -} - -.pm_buttons, -.pm_buttons a { - color: #1D1E1A -} - -.conversation.marked::before { - background: #89C62A; - width: 5px -} - -#pm_composer .composer header { - background: #1D1E1A; - color: #9376D6 -} - -p a { - color: #89C62A -} - -#pm_composer .composer footer .pm_button { - background: #9376D6; - color: #1D1E1A -} - -#pm_composer .composer footer .pm_button:hover { - background: #9376D6; - color: #1D1E1A -} - -#pm_composer .composer footer .pm_button.primary { - background: #1D1E1A; - color: #9376D6 -} - -#pm_composer .composer footer .pm_button.primary:hover { - background: #89C62A; - color: #9376D6 -} - -#pm_settings .pm_tabs { - background: #e6eaf0 -} - -#pm_settings .pm_tabs li a.pm_button { - color: #1D1E1A; - border-color: #e6eaf0 -} - -#pm_settings .pm_tabs li a.pm_button:hover { - color: #89C62A -} - -#pm_settings .pm_tabs li.active a.pm_button { - color: #89C62A -} - -.pm_button.link { - color: #89C62A -} - -.pm_toggle.off .off, -.pm_toggle.on .on { - background: #1D1E1A; - color: #9376D6 -} - -.alert.alert-info { - background: #e6eaf0; - color: #000 -} - -html.protonmail .text-purple { - color: #89C62A -} - -#pm_settings .bar em { - background: #89C62A; - height: 4px -} - -#pm_settings .bar { - background: #1D1E1A; - opacity: 0.5; - height: 4px -} - -#plans .plans .plan h3 { - background: #1D1E1A; - color: #9376D6 -} - -#plans .plans .plan.plus-plan h3 span, -#plans .plans .plan.visionary-plan h3 span, -#plans .plans .plan.visionary-plan header { - color: #9376D6 -} - -#plans .plans .plan footer .cycle strong { - color: #89C62A -} - -#plans .plans .plan footer .cycle .discount { - border-color: transparent #89C62A transparent transparent -} - -#plans .plans .plan footer .cycle .discount span { - color: #9376D6 -} - -.pm_modal .modal-dialog { - border-color: #1D1E1A -} - -.pm_modal .modal-dialog .close { - color: #9376D6; - background: #1D1E1A -} - -.pm_badge { - color: #9376D6 -} - -.pm_badge.primary { - background: #1D1E1A; - color: #9376D6 -} - -.pm_badge.success { - background: #89C62A; - color: #9376D6 -} - -.pm_table table th a, -.pm_table table th .fa { - color: #89C62A -} - -body .cg-notify-message.notification-success { - background-color: #89C62A; - color: #9376D6 -}
\ No newline at end of file diff --git a/Themes/v3.7.3/monokai/monokai.min.css b/Themes/v3.7.3/monokai/monokai.min.css deleted file mode 100644 index 372eb78..0000000 --- a/Themes/v3.7.3/monokai/monokai.min.css +++ /dev/null @@ -1,10 +0,0 @@ -/* -built by tripscripts - -using Cristiano Almeida's "Theme Generator" -http://www.csalmeida.com/demos/quark/ - -this theme is based off of -Sublime Text's "Monokai" color scheme -*/ -.headerDesktop-container{background-color:#1D1E1A}.search-form-fieldset{background:#615C4C}[class*="searchForm-action-button-"]{color:#9376D6}.searchForm-action-button-advanced:hover,.searchForm-action-button-toggle:hover{background:#89C62A}.customRadio-input:checked+.customRadio-mask{box-shadow:inset 0 0 0 3px #fff,inset 0 0 0 10px #89C62A;border-color:#89C62A}.pm_button.primary,.pm_button.primary:active{color:#fff;background-color:#1D1E1A;border-color:#1D1E1A}.pm_button.primary:hover,.pm_button.primary:focus{background-color:#615C4C;border-color:#615C4C}.navigation>li.active,.navigation>li:hover{box-shadow:0 5px 0 0 #89C62A inset}.navigation-link{color:#9376D6}.navigation-title:hover{color:#89C62A}.pm_dropdown .navigationUser-logout{background-color:#1D1E1A !important;border-color:#1D1E1A !important;color:#9376D6 !important}.pm_dropdown .navigationUser-logout:hover{background-color:#615C4C !important;border-color:#615C4C !important;color:#9376D6 !important}.sidebar-btn-compose,.sidebar-btn-compose:active{color:#fff !important;background:#89C62A !important;border:none !important}.sidebar-btn-compose:hover{color:#fff !important;background:#89C62A !important;border:none !important;box-shadow:inset 0 400px 400px rgba(0,0,0,0.1)}.headerDesktop-logo{background-color:#1D1E1A}body section.sidebar{background:#1D1E1A}body section.sidebar a.compose{background:#89C62A;color:#9376D6}body section.sidebar a.compose:hover{background:#9376D6;border-color:#9376D6;color:#1D1E1A}body section.sidebar ul.menu li a{color:#9376D6}body section.sidebar ul.menu li a:hover{color:#89C62A}body section.sidebar ul.menu li.active a,body section.sidebar ul.menu li.active a{color:#9376D6}body section.sidebar ul.menu li.active a i.fa,body section.sidebar ul.menu li.active a i.fa:hover{color:#89C62A !important;opacity:1}body section.sidebar ul.menu li a .fa-repeat{color:#9376D6;opacity:1}body section.sidebar ul.menu li a i.fa{color:#9376D6;opacity:0.5}body section.sidebar ul.menu li a i.fa:hover,body section.sidebar ul.menu li a:hover i.fa{color:#9376D6;opacity:1}body section.sidebar ul.menu li a em{color:#9376D6;opacity:0.5}body section.sidebar div.labels ul li a{color:#9376D6;opacity:0.5}body section.sidebar div.labels ul li a:hover{color:#9376D6;opacity:1}body section.sidebar div.footer div.link a,body section.sidebar a.version{color:#9376D6;opacity:0.5}body section.sidebar div.footer div.link a:hover,body section.sidebar a.version:hover{color:#89C62A;opacity:1}body section.sidebar div.footer div.storage strong{color:#9376D6;opacity:0.5}body section.sidebar div.footer .bar em{background:#89C62A;height:3px}body section.sidebar div.footer .bar{background:#9376D6;height:3px}.pm_buttons,.pm_buttons a{color:#1D1E1A}.conversation.marked::before{background:#89C62A;width:5px}#pm_composer .composer header{background:#1D1E1A;color:#9376D6}p a{color:#89C62A}#pm_composer .composer footer .pm_button{background:#9376D6;color:#1D1E1A}#pm_composer .composer footer .pm_button:hover{background:#9376D6;color:#1D1E1A}#pm_composer .composer footer .pm_button.primary{background:#1D1E1A;color:#9376D6}#pm_composer .composer footer .pm_button.primary:hover{background:#89C62A;color:#9376D6}#pm_settings .pm_tabs{background:#e6eaf0}#pm_settings .pm_tabs li a.pm_button{color:#1D1E1A;border-color:#e6eaf0}#pm_settings .pm_tabs li a.pm_button:hover{color:#89C62A}#pm_settings .pm_tabs li.active a.pm_button{color:#89C62A}.pm_button.link{color:#89C62A}.pm_toggle.off .off,.pm_toggle.on .on{background:#1D1E1A;color:#9376D6}.alert.alert-info{background:#e6eaf0;color:#000}html.protonmail .text-purple{color:#89C62A}#pm_settings .bar em{background:#89C62A;height:4px}#pm_settings .bar{background:#1D1E1A;opacity:0.5;height:4px}#plans .plans .plan h3{background:#1D1E1A;color:#9376D6}#plans .plans .plan.plus-plan h3 span,#plans .plans .plan.visionary-plan h3 span,#plans .plans .plan.visionary-plan header{color:#9376D6}#plans .plans .plan footer .cycle strong{color:#89C62A}#plans .plans .plan footer .cycle .discount{border-color:transparent #89C62A transparent transparent}#plans .plans .plan footer .cycle .discount span{color:#9376D6}.pm_modal .modal-dialog{border-color:#1D1E1A}.pm_modal .modal-dialog .close{color:#9376D6;background:#1D1E1A}.pm_badge{color:#9376D6}.pm_badge.primary{background:#1D1E1A;color:#9376D6}.pm_badge.success{background:#89C62A;color:#9376D6}.pm_table table th a,.pm_table table th .fa{color:#89C62A}body .cg-notify-message.notification-success{background-color:#89C62A;color:#9376D6}
\ No newline at end of file diff --git a/Themes/v3.7.3/theme_template/template_v3.7.3.scss b/Themes/v3.7.3/theme_template/template_v3.7.3.scss deleted file mode 100644 index 7cc5369..0000000 --- a/Themes/v3.7.3/theme_template/template_v3.7.3.scss +++ /dev/null @@ -1,408 +0,0 @@ -/* =========================================== * - * Template 3.7.3 THEME - * Author: You name here - * Website: Your website here - * Tweets Your tweeter handle - * =========================================== */ - - // Change colors here and they will change everywhere. -$base: #0d0d0d; -$search: #000; -$highlight: #2FBF71; -$navigation: #fff; - -$text_color: #0d0d0d; -$extra_color: #e6eaf0; - -// ================================= \\ -// ========== HORIZONTAL =========== \\ -// ========== NAVIGATION =========== \\ -// ============= BAR =============== \\ -// ================================= \\ - - -// Top Navigation BAR (horizontal) -.headerDesktop-container { - background-color: $base; -} - -.search-form-fieldset { - background: $search; -} // Search bar. - - -[class*="searchForm-action-button-"] { - color: $navigation; -} // Search bar buttons. - -.searchForm-action-button-advanced:hover, .searchForm-action-button-toggle:hover { - background: $highlight; -} // Search bar buttons hover. - -.customRadio-input:checked + .customRadio-mask { - box-shadow: inset 0 0 0 3px #fff,inset 0 0 0 10px $highlight; - border-color: $highlight; -} // Advanced search menu. - - -.pm_button.primary, .pm_button.primary:active { - color: $navigation; - background-color: $base; - border-color: $base; -} // General buttons. - -.pm_button.primary:hover, .pm_button.primary:focus { - background-color: $search; - border-color: $search; -} - -.navigation > li.active, .navigation > li:hover { - box-shadow: 0 5px 0 0 $highlight inset; -} // Navigation top color shadow - -.navigation-link { - color: $navigation; -} // Navigation links including icons. - -.navigation-title:hover { - color: $highlight; -} // Hover navigation links - -.pm_dropdown .navigationUser-logout { - background-color: $base !important; - border-color: $base !important; - color: $navigation !important; -} // logout button hover - -.pm_dropdown .navigationUser-logout:hover { - background-color: $search !important; - border-color: $search !important; - color: $navigation !important; -} // logout button hover - -.sidebar-btn-compose, .sidebar-btn-compose:active { - color: $navigation !important; - background: $highlight !important; - border: none !important; -} // compose button - -.sidebar-btn-compose:hover { - color: $navigation !important; - background: $highlight !important; - border: none !important; - // Covers button with darker hue of highlight - box-shadow: inset 0 400px 400px rgba(0,0,0,0.1); -} // compose button - -// ================================= \\ -// =========== VERTICAL ============ \\ -// ========== NAVIGATION =========== \\ -// ============= BAR =============== \\ -// ================================= \\ - -// Protonmail logo background. -.headerDesktop-logo { - background-color: $base; -} - -// Side Navigation background. (vertical) -body section.sidebar { - background: $base; -} - -// Composition button. -body section.sidebar a.compose { - background: $highlight; - color: $navigation; -} - -body section.sidebar a.compose:hover { - background: $navigation; - border-color: $navigation; - color: $base; -} - -// Navigation items. -body section.sidebar ul.menu li a { - color: $navigation; -} - -// Navigation items on hover. -body section.sidebar ul.menu li a:hover { - color: $highlight; -} - -// Navigation items on active and on active hover. -body section.sidebar ul.menu li.active a, body section.sidebar ul.menu li.active a { - color: $navigation; -} - -// Navigation icons on active and on active hover. -body section.sidebar ul.menu li.active a i.fa, body section.sidebar ul.menu li.active a i.fa:hover { - color: $highlight !important; - opacity: 1; -} - -// Refresh icon. -body section.sidebar ul.menu li a .fa-repeat { - color: $navigation; - opacity: 1; -} - -// Navigation icons. -body section.sidebar ul.menu li a i.fa { - color: $navigation; - opacity: 0.5; -} - -// Navigation icons on hover. -body section.sidebar ul.menu li a i.fa:hover, body section.sidebar ul.menu li a:hover i.fa { - color: $navigation; - opacity: 1; -} - -// Number of messages. -body section.sidebar ul.menu li a em { - color: $navigation; - opacity: 0.5; -} - -// Label links. -body section.sidebar div.labels ul li a { - color: $navigation; - opacity: 0.5; -} - -// Label links on hover. -body section.sidebar div.labels ul li a:hover { - color: $navigation; - opacity: 1; -} - -// Storage links and version. -body section.sidebar div.footer div.link a, body section.sidebar a.version { - color: $navigation; - opacity: 0.5; -} - -// Storage links and version on hover. -body section.sidebar div.footer div.link a:hover, body section.sidebar a.version:hover { - color: $highlight; - opacity: 1; -} - -// Storage text. -body section.sidebar div.footer div.storage strong { - color: $navigation; - opacity: 0.5; -} - -// Storage bar fill. -body section.sidebar div.footer .bar em { - background: $highlight; - height: 3px; -} -// Storage bar. -body section.sidebar div.footer .bar { - background: $navigation; - height: 3px; -} - -// ================================= \\ -// =========== MESSAGE ============ \\ -// ========== NAVIGATION =========== \\ -// ================================= \\ - -// Toolbar icons. -.pm_buttons, .pm_buttons a { - color: $base; -} - -// Left border. -.conversation.marked::before { - background: $highlight; - width: 5px; -} - -// Unread message background. -body #conversation-list-rows .conversation { - -} - -// Read message background. -body #conversation-list-rows .conversation.read { - -} - -// ================================= \\ -// =========== COMPOSING =========== \\ -// ============ MESSAGE ============ \\ -// ============= WINDOW ============= \\ -// ================================= \\ - -// Header color and text. -#pm_composer .composer header { - background: $base; - color: $navigation; -} - -// Links in general. -p a { - color: $highlight; -} - -// Attachment, encryption and expiration buttons. -#pm_composer .composer footer .pm_button { - background: $navigation; - color: $base; -} - -// Attachment, encryption and expiration buttons on hover. -#pm_composer .composer footer .pm_button:hover { - background: $navigation; - color: $base; -} - -// Send button. -#pm_composer .composer footer .pm_button.primary { - background: $base; - color: $navigation; -} - -// Send button on hover. -#pm_composer .composer footer .pm_button.primary:hover { - background: $highlight; - color: $navigation; -} - -// ================================= \\ -// =========== SETTINGS =========== \\ -// ============ PANEL ============ \\ -// ================================= \\ - -// Tab menu background. -#pm_settings .pm_tabs { - background: $extra_color; -} - -// Tab menu items. -#pm_settings .pm_tabs li a.pm_button { - color: $base; - border-color: $extra_color; -} - -// Tab menu items hover. -#pm_settings .pm_tabs li a.pm_button:hover { - color: $highlight; -} - -// Tab menu active item. -#pm_settings .pm_tabs li.active a.pm_button { - color: $highlight; -} - -// Links in settings. -.pm_button.link { - color: $highlight; -} - -// Pill switch buttons. -.pm_toggle.off .off, .pm_toggle.on .on { - background: $base; - color: $navigation; -} - -.alert.alert-info { - background: $extra_color; - color: #000; -} - -// Small icons in settings. -html.protonmail .text-purple { - color: $highlight; -} - -// Settings storage bar progress (fill). -#pm_settings .bar em { - background: $highlight; - height: 4px; -} -// Settings storage bar. -#pm_settings .bar { - background: $base; - opacity: 0.5; - height: 4px; -} - -// Plans and donations. -#plans .plans .plan h3 { - background: $base; - color: $navigation; -} - -// Text on Plus and Visionary plan. -#plans .plans .plan.plus-plan h3 span, #plans .plans .plan.visionary-plan h3 span, #plans .plans .plan.visionary-plan header { - color: $navigation; -} - -// Pricing text. -#plans .plans .plan footer .cycle strong { - color: $highlight; -} - -// Discount tag background. -#plans .plans .plan footer .cycle .discount { - border-color: transparent $highlight transparent transparent; -} -// Discount tag text. -#plans .plans .plan footer .cycle .discount span { - color: $navigation; -} - -// Pop-up color. -.pm_modal .modal-dialog { - border-color: $base; -} - -// Pop up close button. -.pm_modal .modal-dialog .close { - color: $navigation; - background: $base; -} - -// Address badges link -.pm_badge { - color: $navigation; -} - -// Address default badge. -.pm_badge.primary { - background: $base; - color: $navigation; -} - -// Address enalbled badge. -.pm_badge.success { - background: $highlight; - color: $navigation; -} - -// ================================= \\ -// =========== CONTACTS =========== \\ -// ============ PANEL ============= \\ -// ================================= \\ - -// Contact table headings. -.pm_table table th a, .pm_table table th .fa { - color: $highlight; -} - -// ================================= \\ -// ============= OTHER ============= \\ -// ================================= \\ - -//Top pop up notifications. -body .cg-notify-message.notification-success { - background-color: $highlight; - color: $navigation; -} diff --git a/Themes/v1.16/vintage_ralph_lauren.css b/Themes/vintage_ralph_lauren.css index cfa92d4..cfa92d4 100644 --- a/Themes/v1.16/vintage_ralph_lauren.css +++ b/Themes/vintage_ralph_lauren.css diff --git a/Themes/v1.16/vitamin_c.css b/Themes/vitamin_c.css index a795aa8..a795aa8 100644 --- a/Themes/v1.16/vitamin_c.css +++ b/Themes/vitamin_c.css |
