najnowsze w kategorii...

Protonmail - troszkę dostylowałem domyślny wygląd
  • webdesign
  • sty 14, 2019

190114protonmailcssOd niedawna korzystam z poczty Protonmail. Niby bezpieczna, itd. (choć Niebezpiecznik ostatnio trochę to obalił), więc korzystam. Domyślny widok webmaila nic nie urywa, więc co nieco go zmodyfikowałem.

Oto kod modyfikacji. Może ktoś sobie wykorzysta. Poprawka jest delikatna, "czyszcząca" wręcz parę kwestii, które czułem, że chciałbym poprawić.

/*
A bit cleaner default theme for Protonmail.
ver. 0.1
Not changed too much so that you feel at home and with additional comments what and why exactly was changed
Enjoy!

Milo
(wojaczek.me)
*/

/* trash icon red so that you don't have to look for it no more */
.toolbar-btn-trash, button.pm_buttons-child.fa.fa-trash-o.toolbar-btn-trash.moveElement-btn-trash, button.pm_buttons-child.fa.fa-trash-o.toolbar-btn-trash.moveElement-btn-trash:hover {
    color: #ce2e2e;
}

/* a more colored 'read' icon so that you click on it instantly */
.readUnread-btn-read {
    color: #8286C5 !important;
}

/* message list background for rows - a bit lighter */
body #conversation-list-rows .conversation.read {
    background: #F6F7FA;
}

/* I felt the search box didn't need rounded ends */
.search-form-fieldset {
    border-radius: 0;
}

/* now we don't need this left margin in the search box */
.searchForm-container {
    margin-left: 0;
}

/* let's make the header same as the left column, let's focus on the e-mails */
.headerSecured-container {
    background: transparent;
}

/* the compose and back buttons - for a slightly more subtle look */
.sidebarApp-container .sidebar-btn-compose {
    background: #505061;
}

/* some left column cleaning of the active state, etc. */
.menuLabel-item.active .menuLabel-link, .sidebarApp-item.active .navigationItem-item, .sidebarApp-item.active .sidebarApp-link {
    background-color: hsla(0,0%,100%,.1);
    font-weight: 500;
}

/* let's not have the top right navigational labels in uppercase */
.navigation-title {
    text-transform: none;
}

/* attachment div fixed in the first screen */
div#attachmentArea {
    position: fixed;
    bottom: 0;
}


Logo Protonmail i grafika gór są własnością Proton Technologies AG.
The Protonmail logo and the mountain graphics copyrights by Proton Technologies AG.

Wszelkie prawa zastrzeżone © 2017-2024 Miłosz Wojaczek

Loga firm i jakiekolwiek inne elementy graficzne ze stron internetowych, które wykorzystałem podczas tworzenia postów na tej stronie należą do tych firm, a używam ich wyłącznie na zasadzie cytatu.
Korzystam z Google Analytics, które z kolei może korzystać z mechanizmu ciasteczek, do analityki ruchu na mojej stronie. Pamiętaj, że możesz zmienić ustawienia ciasteczek w swojej przeglądarce.