Template:PageButtons/styles.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
imported>Hb1290 No edit summary |
||
Line 22: | Line 22: | ||
border: #161f2b !important; | border: #161f2b !important; | ||
color: white !important; | color: white !important; | ||
} | |||
/*main2 button styling*/ | |||
.pagebuttons > .mw-ui-button { | |||
margin-bottom:30px; | |||
border-radius:5px; | |||
font-weight:normal | |||
} | } |
Revision as of 01:07, 22 August 2023
/*Styling for pagebuttons*/
.pagebuttons .mw-ui-button {
background:#edebeb !important;
border: #edebeb !important;
font-family:"avid sans";
color: #161f2b !important;
}
.mw-ui-button.mw-ui-progressive:not(:disabled) {
background-color: #0c62da;
color: #fff;
border-color: #0c62da;
font-weight: normal;
border-radius: 5px;
display: table-caption;
white-space: nowrap;
}
.pagebuttons .mw-selflink .mw-ui-button {
background:#161f2b !important;
color:#000 !important;
border: #161f2b !important;
color: white !important;
}
/*main2 button styling*/
.pagebuttons > .mw-ui-button {
margin-bottom:30px;
border-radius:5px;
font-weight:normal
}