MediaWiki: Common.css: Difference between revisions
From Laboratory of Modeling in Biology and Medicine
mNo edit summary |
mNo edit summary |
||
Line 54: | Line 54: | ||
.navbar-light .navbar-nav .nav-link { | .navbar-light .navbar-nav .nav-link { | ||
font-size: large; | |||
color: rgb(35, 82, 124); | color: rgb(35, 82, 124); | ||
} | } | ||
#footer { | #footer { | ||
Line 73: | Line 67: | ||
div#content a.external { | div#content a.external { | ||
background:none !important; | |||
padding: 0px !important; | |||
} | } | ||
#footer ul { | #footer ul { | ||
text-align: center; | text-align: center; | ||
} | } |
Revision as of 18:19, 11 January 2023
/* 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; } span.pmbm { font-variant:small-caps; } span.nopmbm { color:#999; font-variant:small-caps; } span.author { font-variant:small-caps; } .navbar-brand img { height: 50px; margin-left: 0px; margin-right: 0.5em; transform: translate(0%, 30%); } .navbar-light .navbar-nav .nav-link { font-size: large; color: rgb(35, 82, 124); } #footer { background-color: #f8f8f8; } img.thumbinner { padding: 3px; } div#content a.external { background:none !important; padding: 0px !important; } #footer ul { text-align: center; }