Difference between revisions of "MediaWiki:Tweeki.css"

From coraldigest
Jump to: navigation, search
Tag: Replaced
 
(8 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 */
.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;
}

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;
}