MediaWiki: Tweeki.css: Unterschied zwischen den Versionen
Aus Frühe Texte der Holocaust- und Lagerliteratur 1933 bis 1949
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
| (41 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
| Zeile 1: | Zeile 1: | ||
/* CSS placed here will affect users of the Tweeki skin */ | /* CSS placed here will affect users of the Tweeki skin */ | ||
.navbar- | .navbar-collapse { | ||
align-items: flex-end; | |||
} | |||
.navbar-expand { | |||
background: #51665f; | background: #51665f; | ||
} | } | ||
| Zeile 10: | Zeile 13: | ||
} | } | ||
. | .nav a { | ||
color: #ffffff | |||
} | } | ||
. | .suggestions .suggestions-results { | ||
font-size: 14px; | |||
} | } | ||
. | .sidebar-wrapper { | ||
top: 220px | |||
} | } | ||
. | .dropdown-toggle, .dropdown-menu { | ||
display:none !important; | |||
} | } | ||
| Zeile 46: | Zeile 47: | ||
h2 { | h2 { | ||
font-size: 24px; | font-size: 24px; | ||
clear: left; | |||
} | |||
.mw-search-form-wrapper { | |||
display: none; | |||
} | } | ||
. | .smw-subobject-entity { | ||
font-style: normal; | |||
} | } | ||
Aktuelle Version vom 29. Januar 2024, 17:06 Uhr
/* CSS placed here will affect users of the Tweeki skin */
.navbar-collapse {
align-items: flex-end;
}
.navbar-expand {
background: #51665f;
}
.navbar-brand img {
height: 174px;
}
.nav a {
color: #ffffff
}
.suggestions .suggestions-results {
font-size: 14px;
}
.sidebar-wrapper {
top: 220px
}
.dropdown-toggle, .dropdown-menu {
display:none !important;
}
.skin-tweeki {
background-color: #e8e8e8;
}
.redirecticon {
display: none !important;
}
.gallery-mainpage {
background-color: #f8f9fa;
}
h1 {
font-size: 24px;
}
h2 {
font-size: 24px;
clear: left;
}
.mw-search-form-wrapper {
display: none;
}
.smw-subobject-entity {
font-style: normal;
}