Difference between revisions of "MediaWiki: Tweeki.css"
From CNC.xyz Wiki
| Line 37: | Line 37: | ||
h5 { font-size: .83em; } | h5 { font-size: .83em; } | ||
h6 { font-size: .75em; } | h6 { font-size: .75em; } | ||
| + | |||
| + | .firstHeading { | ||
| + | font-weight: bold; | ||
| + | } | ||
Revision as of 03:01, January 18, 2019
/* CSS placed here will affect users of the Tweeki skin */
.navbar-inverse {
background-image: none !important;
}
.navbar-brand {
font-size: 30px;
line-height: 20px;
}
.with-navbar.with-navbar-fixed {
padding-top: 0;
}
.firstHeading, .tweekiFirstHeading{
text-align: left;
}
.mw-mmv-image-metadata {
margin-top: 0
}
.dropdown-menu {
left: auto;
right: 0;
}
.toctogglespan{
display:none;
}
h1 { font-size: 2em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.17em; }
h4 { font-size: 1.12em; }
h5 { font-size: .83em; }
h6 { font-size: .75em; }
.firstHeading {
font-weight: bold;
}