MediaWiki:Common.css: Difference between revisions
Content deleted Content added
No edit summary |
No edit summary |
||
Line 826:
/* ======================================================= */
/* ADD TAGLINE TO HEADER
/* ======================================================= */
Line 841:
content: "Business knowledge,\A practical skills";
/* Typography - MATCHING SIDEBAR "CONTENTS" HEADER */
font-family: sans-serif;
font-size: 0.
font-weight:
line-height: 1.
/* Visuals */
color: #
text-decoration: none !important;
cursor: pointer;
Line 855:
display: block;
white-space: pre;
margin-left: 3px;
text-align: left;
/* MOVES TEXT DOWN
position: relative;
top: 3px;
}
/* Hide styling on Mobile/Tablet so it doesn't clash */
@media screen and (max-width: 900px) {
.mw-logo::after {
Line 892:
/* DIMENSIONS */
width: 160px;
height: 50px;
background-repeat: no-repeat !important;
background-size: contain !important;
background-position: left center !important;
margin-bottom: 6px !important;
}
Line 907:
content: "Business knowledge,\A practical skills" !important;
/* Typography - MATCHING BODY TEXT */
font-family: sans-serif !important;
font-size:
font-weight:
color: #
/* Layout */
display: block !important;
line-height: 1.
white-space: pre-wrap !important;
}
| |||