Content deleted Content added
"selflinks" should not look like links |
removing margin-bottom |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1:
.navigation-header {
}
border: none !important;
}
.navigation-header-tabs ul {
▲ margin-left: 0;
}
.navigation-header-tabs #leadtab a {
}
.navigation-header-tabs #emergencytab {
}
Line 24 ⟶ 31:
color: red;
}
.navigation-header-tabs li {
}
.navigation-header-tabs li.selected {
}
.navigation-header-tabs li a {
}
.navigation-header-tabs .mw-selflink {
}
.navigation-header-tabs .navigation-header-content {
}
.navigation-header-tabs .navigation-header-icon {
}
.navigation-header-tabs .navigation-header-break {
}
.navigation-header-tabs #leadtab {
display: inline-block;
color: #fff;
background: #07015a;
}
@media (min-width: 550px) {▼
▲@media (min-width:550px) {
▲ .navigation-header-tabs ul {
padding: 0;
▲ flex-direction: row;
▲ padding: 0;
}
▲ margin-top: 0 !important; /* cancels out the sibling styling */
}
▲ .navigation-header-tabs li.selected {
.navigation-header-tabs li.selected {
}
}
/* Default theme: Blue */
.navigation-header.blue-theme .navigation-header-tabs li {
}
.navigation-header.blue-theme .navigation-header-tabs li.selected {
}
.navigation-header.blue-theme .navigation-header-tabs .navigation-header-content {
}
.navigation-header.blue-theme .navigation-header-tabs #leadtab {
}
/* Gray theme */
.navigation-header.gray-theme .navigation-header-tabs li {
}
.navigation-header.gray-theme .navigation-header-tabs li.selected {
}
.navigation-header.gray-theme .navigation-header-tabs .navigation-header-content {
}
.navigation-header.gray-theme .navigation-header-tabs #leadtab {
}
@media (min-width: 1000px) {
}
}
|