MediaWiki:Tweeki.css: Difference between revisions

From GBFans.com
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
/* CSS placed here will affect users of the Tweeki skin */
/* CSS placed here will affect users of the Tweeki skin */
* {
font-family: -apple-system, BlinkMacSystemFont, “Segoe UI”, “Roboto”, “Oxygen”, “Ubuntu”, “Cantarell”, “Fira Sans”, “Droid Sans”, “Helvetica Neue”, sans-serif;
}


.with-navbar.with-navbar-fixed {
.with-navbar.with-navbar-fixed {

Revision as of 03:05, February 2, 2019

/* CSS placed here will affect users of the Tweeki skin */

* {
font-family: -apple-system, BlinkMacSystemFont, “Segoe UI”, “Roboto”, “Oxygen”, “Ubuntu”, “Cantarell”, “Fira Sans”, “Droid Sans”, “Helvetica Neue”, sans-serif;
}

.with-navbar.with-navbar-fixed {
padding-top: 10px;
background-color: #ffffff;
}

.sidebar-wrapper {
top: 250px
}

.dropdown-menu {
right: 0;
left: inherit;
}