Template:PageButtons/styles.css: Difference between revisions
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
		
	
| imported>Compooper No edit summary | No edit summary | ||
| Line 6: | Line 6: | ||
|        color: #161f2b !important; |        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; | |||
| } | |||
| .pagebuttons .mw-selflink .mw-ui-button { | .pagebuttons .mw-selflink .mw-ui-button { | ||
|      background:#161f2b !important; |      background:#161f2b !important; | ||
Revision as of 04:50, 9 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;
}
.pagebuttons .mw-selflink .mw-ui-button {
    background:#161f2b !important;
    color:#000 !important;
    border: #161f2b !important;
    color: white !important;
}