Difference between revisions of "MediaWiki: Tweeki.css"

From CNC.xyz Wiki
Jump to: navigation, search
Line 12: Line 12:
 
.with-navbar.with-navbar-fixed {
 
.with-navbar.with-navbar-fixed {
 
     padding-top: 0;
 
     padding-top: 0;
 +
}
 +
 +
.firstHeading, .tweekiFirstHeading{
 +
text-align: left;
 
}
 
}

Revision as of 01:06, 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;
}