MediaWiki: Tweeki.css: Difference between revisions

From coraldigest
Jump to: navigation, search
No edit summary
No edit summary
Line 4: Line 4:
   color: #fff!important;
   color: #fff!important;
}
}
.footer-widget {
#footer {
color: #fff!important;
color: #fff!important;
}
}

Revision as of 13:58, 1 December 2021

/* CSS placed here will affect users of the Tweeki skin */
.bg-light {
   background-color:#0C6EA6!important;
   color: #fff!important;
}
#footer {
	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;
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.