Difference between revisions of "MediaWiki: Tweeki.css"

From CNC.xyz Wiki
Jump to: navigation, search
 
Line 42: Line 42:
 
}
 
}
  
h1 {
+
/*h1 {
 
font-size: 2em;
 
font-size: 2em;
 
}
 
}
Line 64: Line 64:
 
h6 {
 
h6 {
 
font-size: .75em;
 
font-size: .75em;
}
+
}*/
  
 
.infobox caption,
 
.infobox caption,

Latest revision as of 23:02, March 28, 2020

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

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

@import url("//forum.cnc.xyz/styles/FLATBOOTS/theme/font/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0")
@import url("//forum.cnc.xyz/styles/FLATBOOTS/theme/font/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0")
@import url("//forum.cnc.xyz/styles/FLATBOOTS/theme/font/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0")
@import url("//forum.cnc.xyz/styles/FLATBOOTS/theme/font/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0")
@import url("//forum.cnc.xyz/styles/FLATBOOTS/theme/font/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0") 

.navbar-inverse {
	background-image: none !important;
}

.navbar-brand {
	font-size: 30px;
	line-height: 20px;
}

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

.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;
}*/

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

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


#content {
	padding: 0em 2em 1em 2em;
}

.btn-primary {
    background-color: #337ab7;
    border-color: #2e6da4;
}

a.feedlink {
background-position: center right;
margin-right: 10px;
}

.wikitable th {
font-weight: 500;
}

.flatboots-iso .burned-asphalt {
    background-color: #333;
}

.flatboots-iso footer {
    border-top: medium none;
}
.flatboots-iso footer {
    display: block;
}

.flatboots-iso *
    box-sizing: border-box;
}

.flatboots-iso .bottomLinks {
    padding: 20px 0;
}

.flatboots-iso .row {
    margin-right: -15px;
    margin-left: -15px;
}

.flatboots-iso .socialbar {
    margin: 10px 0;
}

.flatboots-iso .social-network {
    text-align: right;
}

.flatboots-iso .social-network a {
    font-size: 22px;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0 3px;
    -webkit-transition: all .2s linear 0s;
    transition: all .2s linear 0s;
    text-align: center;
    color: #fff!important;
    border-radius: 2px;
}

.flatboots-iso .fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.flatboots-iso .github-color {
    background-color: #333;
}

.flatboots-iso .facebook-color {
    background-color: #3b5998;
}

.flatboots-iso .twitter-color {
    background-color: #00aced;
}

.flatboots-iso .footer-nav a:link, .flatboots-iso .footer-nav a:visited {
    color: #8c8c8c !important;
}

.flatboots-iso footer .bottomLinks a:hover {
    border-bottom: 1px solid #222;
}

.flatboots-iso .social-network a:hover {
    -webkit-transition: all .1s linear 0s;
    transition: all .1s linear 0s;
    color: #2d2d2d!important;
    border-bottom: none;
    background-color: #fff;
}

.flatboots-iso small {
    font-size: 85%;
}

.flatboots-iso .copyrights, .flatboots-iso .debug-output {
    color: #9d9d9d;
}

.flatboots-iso p {
    margin: 0 0 10px;
}

.flatboots-iso .bottomLinks {
    padding: 20px 0;
}
.flatboots-iso .row {
    margin-right: -15px;
    margin-left: -15px;
}

.flatboots-iso .footer-nav li {
    padding: 5px 5px 0;
}

.flatboots-iso .copyrights a {
    color: #9d9d9d;
}