0
edits
imported>Hb1290 (Hb1290 changed the content model of the page User:Hb1290/Buttonstest/styles.css from "CSS" to "Sanitized CSS") |
m (Text replacement - "Montserrat" to "AVID Web") |
||
(24 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
/*Styling for pagebuttons*/ | /*Styling for pagebuttons*/ | ||
.pagebuttons .mw-ui-button { | .pagebuttons .mw-ui-button { | ||
background:# | background:#edebeb !important; | ||
border: #161f2b !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 { | .pagebuttons .mw-selflink .mw-ui-button { | ||
background:# | background:#161f2b !important; | ||
color:#000 !important; | color:#000 !important; | ||
border: # | border: #161f2b !important; | ||
color: white !important; | |||
} | |||
/*main2 button styling*/ | |||
.pagebuttons > .mw-ui-button { | |||
margin-bottom:30px; | |||
border-radius:5px; | |||
font-weight:normal | |||
} | } |