MediaWiki:Common.css: Difference between revisions
From CTMS
m (Minor formatting change) |
(Added doclink style) |
||
Line 2: | Line 2: | ||
.apt-user-show {display: block !important;} | .apt-user-show {display: block !important;} | ||
.apt-search-clear {background: url("images/Clear_Icon.png") no-repeat 5px center; padding:5px 5px 5px 30px; border:0; background-size: 1em;} | .apt-search-clear {background: url("images/Clear_Icon.png") no-repeat 5px center; padding:5px 5px 5px 30px; border:0; background-size: 1em;} | ||
.apt-doclink { | |||
align-items: center; | |||
appearance: none; | |||
background-color: #fff; | |||
border-radius: 24px; | |||
border-style: none; | |||
box-sizing: border-box; | |||
color: #3c4043; | |||
cursor: pointer; | |||
display: inline-flex; | |||
font-family: "Google Sans", Roboto, Arial, sans-serif; | |||
font-weight: 500; | |||
height: 1.2em; | |||
justify-content: center; | |||
letter-spacing: .25px; | |||
line-height: normal; | |||
max-width: 100%; | |||
overflow: visible; | |||
position: relative; | |||
text-align: center; | |||
transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1), opacity 15ms linear 30ms, transform 270ms cubic-bezier(0, 0, .2, 1) 0ms; | |||
width: auto; | |||
z-index: 0; | |||
box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px; | |||
background: url(/calidus-assist/MTS/images/pdf.png) no-repeat 5px center; | |||
background-size: 1.0em; | |||
padding: 0.1em 0.5em 0.1em 1.5em; | |||
} |
Revision as of 16:13, 24 July 2024
/* CSS placed here will be applied to all skins */
.apt-user-show {display: block !important;}
.apt-search-clear {background: url("images/Clear_Icon.png") no-repeat 5px center; padding:5px 5px 5px 30px; border:0; background-size: 1em;}
.apt-doclink {
align-items: center;
appearance: none;
background-color: #fff;
border-radius: 24px;
border-style: none;
box-sizing: border-box;
color: #3c4043;
cursor: pointer;
display: inline-flex;
font-family: "Google Sans", Roboto, Arial, sans-serif;
font-weight: 500;
height: 1.2em;
justify-content: center;
letter-spacing: .25px;
line-height: normal;
max-width: 100%;
overflow: visible;
position: relative;
text-align: center;
transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1), opacity 15ms linear 30ms, transform 270ms cubic-bezier(0, 0, .2, 1) 0ms;
width: auto;
z-index: 0;
box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
background: url(/calidus-assist/MTS/images/pdf.png) no-repeat 5px center;
background-size: 1.0em;
padding: 0.1em 0.5em 0.1em 1.5em;
}