MediaWiki:Common.css
From Laboratory of Modeling in Biology and Medicine
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 */
@font-face {
font-family: "myfont";
src: url("fonts/Lato-Regular.woff") format('woff');
src: url("fonts/Lato-Regular.woff2") format('woff2');
}
@font-face {
font-family: "myfont";
src: url("fonts/Lato-Bold.woff") format('woff');
src: url("fonts/Lato-Bold.woff2") format('woff2');
font-weight: bold;
}
@font-face {
font-family: "myfont";
src: url("fonts/Lato-BoldItalic.woff") format('woff');
src: url("fonts/Lato-BoldItalic.woff2") format('woff2');
font-weight: bold;
font-style: italic;
}
@font-face {
font-family: "myfont";
src: url("fonts/Lato-Italic.woff") format('woff');
src: url("fonts/Lato-Italic.woff2") format('woff2');
font-style: italic;
}
body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; }
html, body {
font-family: myfont, Arial, Helvetica;
}
a {
color: rgb(51, 122, 183);
}
span.pmbm {
font-variant:small-caps;
}
span.nopmbm {
color:#999;
font-variant:small-caps;
}
span.author {
font-variant:small-caps;
}
.navbar-brand img {
height: 52px;
margin-left: 0px;
margin-right: 3em;
transform: translate(0%, 41%);
}
.navbar-light .navbar-nav .nav-link {
font-size: large;
color: rgb(35, 82, 124);
}
.mw-content-ltr .mw-parser-output > ul, .mw-content-rtl .mw-parser-output > ul {
margin: 0 0 0 0;
padding: 0.25em 0 0.25em 1.125em;
}
ul#nav {
padding-left: 0;
}
div.mw-collapsible-content {
color: rgb(84, 84, 84);
}
.btn-secondary {
background-color: inherit;
border: none;
color: rgb(51, 122, 183);
}
#footer {
background-color: #f8f8f8;
}
img.thumbinner {
padding: 3px;
}
div.floatright { float: right; margin: 0em 0.5em 0em 0.5em; }
div.floatleft { float: left; margin: 0em 0.5em 0em 0.5em; }
div#content a.external {
background:none !important;
padding: 0px !important;
}
#footer ul {
text-align: center;
}
