Difference between revisions of "MediaWiki: Common.css"
From Wolverhampton Light and Matter
Juancamilo (talk | contribs) |
Juancamilo (talk | contribs) m |
||
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
/* Customisation of the navbar */ | /* Customisation of the navbar */ | ||
Line 35: | Line 13: | ||
.navbar-brand img { | .navbar-brand img { | ||
− | height: | + | height: 35px; |
width: auto; | width: auto; | ||
} | } | ||
Line 73: | Line 51: | ||
h1 { | h1 { | ||
font-family: Baskerville, 'Baskerville Old Face', 'Hoefler Text', Garamond, 'Times New Roman', serif; | font-family: Baskerville, 'Baskerville Old Face', 'Hoefler Text', Garamond, 'Times New Roman', serif; | ||
− | font-size: | + | font-size: 26px; |
font-style: normal; | font-style: normal; | ||
font-variant: normal; | font-variant: normal; | ||
Line 83: | Line 61: | ||
h2 { | h2 { | ||
font-family: Baskerville, 'Baskerville Old Face', 'Hoefler Text', Garamond, 'Times New Roman', serif; | font-family: Baskerville, 'Baskerville Old Face', 'Hoefler Text', Garamond, 'Times New Roman', serif; | ||
− | font-size: | + | font-size: 22px; |
font-style: normal; | font-style: normal; | ||
font-variant: normal; | font-variant: normal; | ||
Line 93: | Line 71: | ||
h3 { | h3 { | ||
font-family: Baskerville, 'Baskerville Old Face', 'Hoefler Text', Garamond, 'Times New Roman', serif; | font-family: Baskerville, 'Baskerville Old Face', 'Hoefler Text', Garamond, 'Times New Roman', serif; | ||
− | font-size: | + | font-size: 18px; |
font-style: normal; | font-style: normal; | ||
font-variant: normal; | font-variant: normal; |
Latest revision as of 15:11, 30 September 2018
/* CSS placed here will be applied to all skins */
/* Customisation of the navbar */
/* navbar */
.navbar-default {
background-color:white;
background-image: none;
background-repeat: no-repeat;
border-color:white;
}
.navbar-brand img {
height: 35px;
width: auto;
}
/* Style of the tweeter feed */
#tw-list {
margin-left: 43px;
padding: 0;
}
#tw-list li{
list-style:decimal;
margin-bottom: 2px;
padding: 4px;
}
/* REMOVES THE IMAGES FROM THE EXTERNAL LINKS */
div#content a.external[href ^="https://"] {
background-image: none;
padding-right: 0;
}
div#content a.external[href ^="http://"] {
background-image: none;
padding-right: 0;
}
/* REMOVE THE TITLE FROM THE MAIN PAGE */
body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; }
/* DEFINES THE FONTS, SIZES, AND COLORS OF THE WIKI */
h1 {
font-family: Baskerville, 'Baskerville Old Face', 'Hoefler Text', Garamond, 'Times New Roman', serif;
font-size: 26px;
font-style: normal;
font-variant: normal;
font-weight: 500;
line-height: 26px;
color: #255ba7;
}
h2 {
font-family: Baskerville, 'Baskerville Old Face', 'Hoefler Text', Garamond, 'Times New Roman', serif;
font-size: 22px;
font-style: normal;
font-variant: normal;
font-weight: 500;
line-height: 21px;
color: #255ba7;
}
h3 {
font-family: Baskerville, 'Baskerville Old Face', 'Hoefler Text', Garamond, 'Times New Roman', serif;
font-size: 18px;
font-style: normal;
font-variant: normal;
font-weight: 500;
line-height: 15px;
color: #255ba7;
}
p {
font-family: Baskerville, 'Baskerville Old Face', 'Hoefler Text', Garamond, 'Times New Roman', serif;
font-size: 16px;
font-style: normal;
font-variant: normal;
font-weight: 400;
line-height: 20px;
}
ol {
font-family: Baskerville, 'Baskerville Old Face', 'Hoefler Text', Garamond, 'Times New Roman', serif;
font-size: 18px;
font-style: normal;
font-variant: normal;
font-weight: 400;
line-height: 20px;
}
ul {
font-family: Baskerville, 'Baskerville Old Face', 'Hoefler Text', Garamond, 'Times New Roman', serif;
font-size: 18px;
font-style: normal;
font-variant: normal;
font-weight: 400;
line-height: 20px;
}
blockquote {
font-family: Baskerville, 'Baskerville Old Face', 'Hoefler Text', Garamond, 'Times New Roman', serif;
font-size: 21px;
font-style: normal;
font-variant: normal;
font-weight: 400;
line-height: 30px;
color: #c04253;
}
pre {
font-family: Baskerville, 'Baskerville Old Face', 'Hoefler Text', Garamond, 'Times New Roman', serif;
font-size: 15px;
font-style: normal;
font-variant: normal;
font-weight: 400;
line-height: 18px;
}