Difference between revisions of "MediaWiki: Tweeki.css"

From CNC.xyz Wiki
Jump to: navigation, search
Line 1: Line 1:
/* CSS placed here will affect users of the Tweeki skin */
+
* CSS placed here will affect users of the Tweeki skin */
  
 
.navbar-inverse {
 
.navbar-inverse {
background-image: none !important;
+
background-image: none !important;
 
}
 
}
  
 
.navbar-brand {
 
.navbar-brand {
    font-size: 30px;
+
font-size: 30px;
    line-height: 20px;
+
line-height: 20px;
 
}
 
}
  
.with-navbar .with-navbar-fixed {
+
.with-navbar .with-navbar-fixed {
    padding-top: 0;
+
padding-top: 0;
 
}
 
}
  
.firstHeading, .tweekiFirstHeading{
+
.firstHeading,
text-align: left;
+
.tweekiFirstHeading {
 +
text-align: left;
 
}
 
}
  
 
.mw-mmv-image-metadata {
 
.mw-mmv-image-metadata {
    margin-top: 0
+
margin-top: 0
 
}
 
}
  
 
.dropdown-menu {
 
.dropdown-menu {
left: auto;
+
left: auto;
right: 0;
+
right: 0;
 
}
 
}
  
.toctogglespan{
+
.toctogglespan {
display:none;
+
display: none;
 
}
 
}
  
h1 { font-size: 2em; }
+
h1 {
h2 { font-size: 1.5em; }
+
font-size: 2em;
h3 { font-size: 1.17em; }
+
}
h4 { font-size: 1.12em; }
+
 
h5 { font-size: .83em; }
+
h2 {
h6 { font-size: .75em; }
+
font-size: 1.5em;
 +
}
 +
 
 +
h3 {
 +
font-size: 1.17em;
 +
}
 +
 
 +
h4 {
 +
font-size: 1.12em;
 +
}
 +
 
 +
h5 {
 +
font-size: .83em;
 +
}
 +
 
 +
h6 {
 +
font-size: .75em;
 +
}
  
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, .firstHeading, .tweekiFirstHeading, #tweekiTOC #toctitle h2, #tweekiTOC .toctitle h2 {
+
.h1,
font-weight: 500 !important;
+
.h2,
 +
.h3,
 +
.h4,
 +
.h5,
 +
.h6,
 +
h1,
 +
h2,
 +
h3,
 +
h4,
 +
h5,
 +
h6,
 +
.firstHeading,
 +
.tweekiFirstHeading,
 +
#tweekiTOC #toctitle h2,
 +
#tweekiTOC .toctitle h2 {
 +
font-weight: 500 !important;
 
}
 
}
  
.infobox caption, b, strong, .infobox td, .infobox th{
+
.infobox caption,
font-weight: 500 !important;
+
b,
 +
strong,
 +
.infobox td,
 +
.infobox th {
 +
font-weight: 500 !important;
 
}
 
}
  
.infobox td, .infobox th {
+
.infobox td,
padding: 5px;
+
.infobox th {
 +
padding: 5px;
 
}
 
}
  
 
.with-navbar.with-navbar-fixed {
 
.with-navbar.with-navbar-fixed {
padding-top: 0 !improtant;
+
padding-top: 0 !improtant;
 
}
 
}
  
label, .oo-ui-buttonElement > .oo-ui-buttonElement-button {
+
label,
font-weight: 500 !important;
+
.oo-ui-buttonElement>.oo-ui-buttonElement-button {
 +
font-weight: 500 !important;
 
}
 
}
  
.mw-editform .editHelp a, .firstHeading, .tweekiFirstHeading, .oo-ui-tabOptionWidget, label {
+
.mw-editform .editHelp a,
font-weight: 500 !important;
+
.firstHeading,
 +
.tweekiFirstHeading,
 +
.oo-ui-tabOptionWidget,
 +
label {
 +
font-weight: 500 !important;
 
}
 
}

Revision as of 00:21, January 19, 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;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
.firstHeading,
.tweekiFirstHeading,
#tweekiTOC #toctitle h2,
#tweekiTOC .toctitle h2 {
	font-weight: 500 !important;
}

.infobox caption,
b,
strong,
.infobox td,
.infobox th {
	font-weight: 500 !important;
}

.infobox td,
.infobox th {
	padding: 5px;
}

.with-navbar.with-navbar-fixed {
	padding-top: 0 !improtant;
}

label,
.oo-ui-buttonElement>.oo-ui-buttonElement-button {
	font-weight: 500 !important;
}

.mw-editform .editHelp a,
.firstHeading,
.tweekiFirstHeading,
.oo-ui-tabOptionWidget,
label {
	font-weight: 500 !important;
}