Skip to content

bureau-numerique - 25/10/2021 à 09:28:08 by jpsimonnet

Details

Authorjpsimonnet

LicenseNo License

Categoryuserstyles

Created

Updated

Size1.1 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

test de CSS pour le bureau numérique du CGDD

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           mel.din.developpement-durable.gouv.fr - 06/03/2023 15:17:47
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */
@-moz-document domain("mel.din.developpement-durable.gouv.fr") {
    
    /*body {
        font-family:arial;
    }*/
    
    .folderlist li.mailbox .unreadcount {
    background: #93deff !important;
    }


    .folderlist li.mailbox.recent > a {
        color: #93deff !important;
      font-weight: normal;
    }
    
    .folderlist li.mailbox.unread>a {
         color: #93deff !important;
       font-weight: normal; 
    }
    
    table.messagelist tr.message td.subject span.fromto {
        font-size:90% !important;
        color:#a4a4a4 !important;
        font-weight:100 !important;
    }
    
    table.messagelist tr.message td.subject a {
        color: #000 !important;
        font-size:115% !important;
       /*font-weight:600;*/
        
    }
    
.task-mail #messagelist-content table.messagelist:not(.threaded) tbody tr.unread td {
    background-color: #dce1f4;
}
    

    
}

Reviews

No reviews yet.