Template:PageButtons/styles.css: Difference between revisions

From The Audiovisual Identity Database
Jump to navigation Jump to search
imported>Hb1290
(Hb1290 changed the content model of the page User:Hb1290/Buttonstest/styles.css from "CSS" to "Sanitized CSS")
imported>Hb1290
No edit summary
Line 3: Line 3:
       background:#161f2b !important;   
       background:#161f2b !important;   
       border: #161f2b !important;   
       border: #161f2b !important;   
      font-family:"avid sans"
}
}
.pagebuttons .mw-selflink .mw-ui-button {
.pagebuttons .mw-selflink .mw-ui-button {

Revision as of 02:57, 7 August 2023

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