MediaWiki:Common.css
From GATE
Revision as of 14:52, 20 December 2017 by Lorenzo Mancini (talk | contribs)
Note: After saving, 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: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* CSS placed here will be applied to all skins */
/* make the Cite extension list of references look smaller and highlight clicked reference in blue */
ol.references { font-size: 90%; }
ol.references li:target { background-color: #ddeeff; }
sup.reference:target { background-color: #ddeeff; }
.text-line:target { animation: highlight 10s ease; transition: all 9s ease; }
/*.capoverso:target { background-color: #ddeeff; animation: highlight 4s ease; transition: all 5s ease; } */
@keyframes highlight {
from {background-color: #ddeeff;}
to {background-color: none;}
}
body {
font-family: Georgia;
}
body.page-Gregorian_Archives_Texts_Editing_GATE.action-view h1.firstHeading, body.page-Gregorian_Archives_Texts_Editing_GATE.action-submit h1.firstHeading {
display: none;
}
.client-js .mw-ui-checkbox:not( #noop ) input[type="checkbox"] + label {
display: none;
}
input[type="submit"] {
font-family: inherit;
font-size: 1em;
display: inline-block;
min-width: 4em;
max-width: 28.75em;
padding: 0.546875em 1em;
line-height: 1.286;
margin: 0;
border-radius: 2px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-appearance: none;
zoom: 1;
vertical-align: middle;
background-color: #f8f8f8;
color: #222222;
border: 1px solid #e7e7e7;
text-align: center;
font-weight: bold;
cursor: pointer;
}
.skin-chameleon .navbar-tools {
width: 100px;
}
.tool-button {
width: 26px;
height: 26px;
}
.label {
font-size: 100%
}
.ui-widget {
font-family: georgia;
}
body.page-Special_UploadWizard.action-view h1.firstHeading, body.page-Special_UploadWizard.action-submit h1.firstHeading {
display: none;
}