MediaWiki:Tweeki.css

From coraldigest
Revision as of 13:57, 1 December 2021 by BrianNaess (talk | contribs)
Jump to: navigation, search

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* CSS placed here will affect users of the Tweeki skin */
.bg-light {
   background-color:#0C6EA6!important;
   color: #fff!important;
}
.footer-widget {
	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.