MediaWiki:Common.css
From CTMS
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
/* 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(images/pdf.png) no-repeat 5px center;
background-size: 1.0em;
padding: 0.1em 0.5em 0.1em 1.5em;
}