Module:Navigation header/styles.css: Difference between revisions

Content deleted Content added
one true border-top assignment
re-arranging
Line 4:
clear: both;
background: #fff;
 
/* Default theme: Blue */
.navigation-header.blue-theme .navigation-header-tabs li {
border-top: solid #07015a;
 
.navigation-header.blue-theme .navigation-header-tabs li.selected {
border-left: 0.5em solid #07015a;
 
.navigation-header.blue-theme .navigation-header-tabs .navigation-header-content {
background-color: #07015a;
border-bottom: 2px solid #07015a;
 
.navigation-header.blue-theme .navigation-header-tabs #leadtab {
background: #07015a;
 
/* Gray theme */
.navigation-header.gray-theme .navigation-header-tabs li {
border-top: solid #666;
 
.navigation-header.gray-theme .navigation-header-tabs li.selected {
border-left: 0.5em solid #666;
 
.navigation-header.gray-theme .navigation-header-tabs .navigation-header-content {
background-color: #666;
border-bottom: 2px solid #666;
 
.navigation-header.gray-theme .navigation-header-tabs #leadtab {
background: #666;
}
 
Line 117 ⟶ 81:
border-left: 0;
}
 
/* Default theme: Blue */
.navigation-header.blue-theme .navigation-header-tabs li {
border-top: solid #07015a;
 
.navigation-header.blue-theme .navigation-header-tabs li.selected {
border-left: 0.5em solid #07015a;
 
.navigation-header.blue-theme .navigation-header-tabs .navigation-header-content {
background-color: #07015a;
border-bottom: 2px solid #07015a;
 
.navigation-header.blue-theme .navigation-header-tabs #leadtab {
background: #07015a;
 
/* Gray theme */
.navigation-header.gray-theme .navigation-header-tabs li {
border-top: solid #666;
 
.navigation-header.gray-theme .navigation-header-tabs li.selected {
border-left: 0.5em solid #666;
 
.navigation-header.gray-theme .navigation-header-tabs .navigation-header-content {
background-color: #666;
border-bottom: 2px solid #666;
 
.navigation-header.gray-theme .navigation-header-tabs #leadtab {
background: #666;
}