Template:PageButtons/styles.css: Difference between revisions

From The Audiovisual Identity Database
Jump to navigation Jump to search
No edit summary
m (Text replacement - "Montserrat" to "AVID Web")
 
(11 intermediate revisions by 2 users not shown)
Line 3: Line 3:
       background:#edebeb !important;   
       background:#edebeb !important;   
       border: #edebeb !important;   
       border: #edebeb !important;   
       font-family:"avid sans";
       font-family:"AVID Web";
       color: #161f2b !important;
       color: #161f2b !important;
      font-size: 0.8em
}
}


Line 22: Line 23:
     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
}
}

Latest revision as of 16:38, 16 May 2024

/*Styling for pagebuttons*/
.pagebuttons .mw-ui-button {
      background:#edebeb !important;  
      border: #edebeb !important;  
      font-family:"AVID Web";
      color: #161f2b !important;
      font-size: 0.8em
}

.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
}