Difference between revisions of "MediaWiki:Tweeki.css"

From coraldigest
Jump to: navigation, search
(Created page with "→‎CSS placed here will affect users of the Tweeki skin: →‎CSS placed here will be applied to all skins: h1.firstHeading { display:none; } →‎for images: span.floatright { float: right; padding: 3px; margin-right: 5px; margin-left: 15px; display: block; } #quickbar { width: 160px; } #topbar, #footer { →‎margin-left: 170px;: } #article, #mw-data-after-content { margin-left: 170px; } .firstHeading { margin-top: 40px; }...")
 
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will affect users of the Tweeki skin */
/* CSS placed here will affect users of the Tweeki skin */
/* CSS placed here will be applied to all skins */
.bg-light {
h1.firstHeading { display:none; }
  background-color:#0C6EA6!important;
 
  color: #fff!important;
/* for images */
span.floatright {
    float: right;
    padding: 3px;
    margin-right: 5px;
    margin-left: 15px;
    display: block;
}
 
#quickbar {
    width: 160px;
}
 
#topbar, #footer {
    /*margin-left: 170px;*/
}
 
#article, #mw-data-after-content {
    margin-left: 170px;
}
}
.firstHeading {
  margin-top: 40px;
}
.btn-block {
  margin-top: 20px;
}
.page-header {
  padding-top: 10px;
}
#mw-references-columns {
  width: 100%
}
#content-wrapper {
border: medium solid #fff;
}
body {
background-color: #000;
}
.with-navbar-fixed {
background-color: #fff;
}
#footer {
margin-top: 20px;
padding-top: 10px;
font-size: 12px;
}
#footer a {
#footer a {
font-size: 12px;
color: #fff!important;
}
}


#mw-navigation {
.navbar {
background-color: #0C6EA6;
    background-color: #0C6EA6!important;
color: #fff;
    color: #fff!important;
}
}
 
.navbar .navbar-brand {
.navbar-default {
  color: #fff!important;  
background-color: #0C6EA6;
  color: #fff;
background-image: none;
background-repeat: none;
}
}


.navbar-default {
.navbar .navbar-brand:hover {
background-color: #0C6EA6;
  color: #A9DEFC!important;  
  color: #fff;
}
}


.navbar-default .navbar-brand {
.navbar .navbar-nav>li>a {
  color: #fff;  
  color: #fff!important;  
}
}


.navbar-default .navbar-brand:hover {
.navbar .navbar-nav>li>a:hover {
  color: #A9DEFC;  
  color: #A9DEFC!important;
}
}


.navbar-default .navbar-nav>li>a {
.navbar-brand, .navbar-nav>li>a {
  color: #fff;  
  text-shadow: none!important;
}
}


.navbar-default .navbar-nav>li>a:hover {
.img-responsive {
color: #A9DEFC;
max-width: 100%;
}
height: auto;
 
display: block;
.navbar-brand, .navbar-nav>li>a {
text-shadow: none;
}
}

Latest revision as of 18:59, 1 December 2021

/* CSS placed here will affect users of the Tweeki skin */
.bg-light {
   background-color:#0C6EA6!important;
   color: #fff!important;
}
#footer a {
	color: #fff!important;
}

.navbar {
    background-color: #0C6EA6!important;
    color: #fff!important;
}
.navbar .navbar-brand {
 color: #fff!important; 
}

.navbar .navbar-brand:hover {
 color: #A9DEFC!important; 
}

.navbar .navbar-nav>li>a {
 color: #fff!important; 
}

.navbar .navbar-nav>li>a:hover {
 color: #A9DEFC!important;
}

.navbar-brand, .navbar-nav>li>a {
 text-shadow: none!important;
}

.img-responsive {
	max-width: 100%;
	height: auto;
	display: block;
}