Template:PageButtons/styles.css: Difference between revisions
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
		
	
| No edit summary | No edit summary | ||
| Line 22: | Line 22: | ||
|      border: #161f2b !important; |      border: #161f2b !important; | ||
|      color: white !important; |      color: white !important; | ||
| } | |||
| /*Hide breadcrumbs on pages with PageButtons enabled*/ | |||
| .mw-content-subtitle, #contentSub, #contentSub2 { | |||
|     font-size: 84%; | |||
|     line-height: 1.2em; | |||
|     margin: 0 0 1.4em 1em; | |||
|     color: #54595d; | |||
|     width: auto; | |||
|     display: none; | |||
| } | } | ||
Revision as of 11:16, 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;
    white-space: nowrap;
}
.pagebuttons .mw-selflink .mw-ui-button {
    background:#161f2b !important;
    color:#000 !important;
    border: #161f2b !important;
    color: white !important;
}
/*Hide breadcrumbs on pages with PageButtons enabled*/
.mw-content-subtitle, #contentSub, #contentSub2 {
    font-size: 84%;
    line-height: 1.2em;
    margin: 0 0 1.4em 1em;
    color: #54595d;
    width: auto;
    display: none;
}