Template:PageButtons/styles.css: Difference between revisions
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:# | background:#edebeb !important; | ||
border: # | 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:# | background:#161f2b !important; | ||
color:#000 !important; | color:#000 !important; | ||
border: # | 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;
}