Template:PageButtons/styles.css: Difference between revisions

From The Audiovisual Identity Database
Jump to navigation Jump to search
imported>Hb1290
No edit summary
imported>Compooper
No edit summary
Line 1: Line 1:
/*Styling for pagebuttons*/
/*Styling for pagebuttons*/
.pagebuttons .mw-ui-button {
.pagebuttons .mw-ui-button {
       background:#161f2b !important;   
       background:#edebeb !important;   
       border: #161f2b !important;   
       border: #edebeb !important;   
       font-family:"avid sans"
       font-family:"avid sans";
      color: #161f2b !important;
}
}
.pagebuttons .mw-selflink .mw-ui-button {
.pagebuttons .mw-selflink .mw-ui-button {
     background:#dfe0e1 !important;
     background:#161f2b !important;
     color:#000 !important;
     color:#000 !important;
     border: #dfe0e1 !important;
     border: #161f2b !important;
    color: white !important;
}
}

Revision as of 13:28, 8 August 2023

/*Styling for pagebuttons*/
.pagebuttons .mw-ui-button {
      background:#edebeb !important;  
      border: #edebeb !important;  
      font-family:"avid sans";
      color: #161f2b !important;
}
.pagebuttons .mw-selflink .mw-ui-button {
    background:#161f2b !important;
    color:#000 !important;
    border: #161f2b !important;
    color: white !important;
}