Difference between revisions of "MediaWiki:Tweeki.css"

From coraldigest
Jump to: navigation, search
Line 4: Line 4:
}
}
.navbar {
.navbar {
     background-color: #0C6EA6important;
     background-color: #0C6EA6!important;
     color: #fffimportant;
     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;
}
}

Revision as of 18:52, 1 December 2021

/* CSS placed here will affect users of the Tweeki skin */
.bg-light {
   background-color:#0C6EA6!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;
}