Vorlage:HammWiki/style.css: Unterschied zwischen den Versionen
RaWen (Diskussion | Beiträge) Die Seite wurde neu angelegt: „.navbar{ width: auto; float: right; width: 100%; margin-bottom: 1.2em; overflow:hidden;} .navbar ul{ list-style-image: none; list-style-type: none; text-decoration: none; margin: 0; padding: 0; width: 100%;} .navbar li{ margin:0;} .navbar li a{ display:block; width: 100%; border-left: 3px solid #ccc; padding: 10px 0 10px 20px; background: #f6f6f6;} .navbar li a.mw-selflink{ borde…“ |
RaWen (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
| Zeile 1: | Zeile 1: | ||
#navbar{ | |||
width: | max-width: 330px; | ||
float: right; | float: right; | ||
overflow:hidden; | |||
margin | margin: 0 0 1.4em 1.4em;} | ||
#navbar ul{ | |||
list-style-image: none; | list-style-image: none; | ||
list-style-type: none; | list-style-type: none; | ||
| Zeile 14: | Zeile 13: | ||
width: 100%;} | width: 100%;} | ||
#navbar li{ | |||
margin:0;} | margin:0;} | ||
#navbar li a{ | |||
display:block; | display:block; | ||
width: 100%; | width: 100%; | ||
| Zeile 24: | Zeile 23: | ||
background: #f6f6f6;} | background: #f6f6f6;} | ||
#navbar li a.mw-selflink{ | |||
border-left: 3px solid #a7d7f9 !important; | border-left: 3px solid #a7d7f9 !important; | ||
background: #e3f3fb !important;} | background: #e3f3fb !important;} | ||
#navbar li a:hover{ | |||
background: #ddd; | background: #ddd; | ||
border-left: 3px solid #b7b7b7; | border-left: 3px solid #b7b7b7; | ||
text-decoration: none;} | text-decoration: none;} | ||
@media (max-width: 700px){ | |||
#navbar{ | |||
width: 100%; | |||
margin: 0;} | |||
} | |||