Content deleted Content added
m Izno moved page Template:Navigation header/styles.css to Module:Navigation header/styles.css without leaving a redirect: keep it with the main user |
apply some conventions |
||
Line 1:
.navigation-header {
}
Line 13:
.navigation-header-tabs ul {
}
.navigation-header-tabs #leadtab a {
}
.navigation-header-tabs #emergencytab {
}
Line 30 ⟶ 32:
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 {
▲ flex-direction: row;
▲ padding: 0;
}
▲ margin-top: 0 !important; /* cancels out the sibling styling */
}
}
}
/* 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) {
}
}
|