MediaWiki:Anisa.css: Unterschied zwischen den Versionen
Aus Phoenix-Larp Wiki
Becko (Diskussion | Beiträge) Die Seite wurde geleert. Markierung: Geleert |
Becko (Diskussion | Beiträge) Rechtes Inhaltsverzeichnis im Anisa-Skin gestalten |
||
| Zeile 1: | Zeile 1: | ||
/* Rechtes Inhaltsverzeichnis für Anisa */ | |||
@media (min-width: 1200px) { | |||
body.skin-anisa.anisa-has-page-toc #content { | |||
width: auto; | |||
margin-right: 17.5rem; | |||
} | |||
#anisa-page-toc { | |||
position: fixed; | |||
top: 7.5rem; | |||
right: 1rem; | |||
width: 15.5rem; | |||
max-height: calc(100vh - 9rem); | |||
overflow-y: auto; | |||
z-index: 20; | |||
} | |||
#anisa-page-toc #toc { | |||
display: block; | |||
width: auto; | |||
margin: 0; | |||
padding: 0.8rem 0.9rem; | |||
box-sizing: border-box; | |||
background: #f7f2e7; | |||
border: 1px solid #c8b98f; | |||
border-left: 4px solid #735c32; | |||
border-radius: 3px; | |||
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12); | |||
font-size: 0.9rem; | |||
} | |||
#anisa-page-toc .toctitle h2 { | |||
margin: 0 0 0.6rem; | |||
font-family: Georgia, serif; | |||
font-size: 1.05rem; | |||
} | |||
#anisa-page-toc ul { | |||
margin: 0; | |||
padding-left: 0.9rem; | |||
list-style: none; | |||
} | |||
#anisa-page-toc > #toc > ul { | |||
padding-left: 0; | |||
} | |||
#anisa-page-toc li { | |||
margin: 0.22rem 0; | |||
} | |||
#anisa-page-toc a { | |||
text-decoration: none; | |||
} | |||
#anisa-page-toc a:hover { | |||
text-decoration: underline; | |||
} | |||
} | |||
@media (max-width: 1199px) { | |||
#anisa-page-toc { | |||
display: none; | |||
} | |||
} | |||
Version vom 6. September 2026, 09:32 Uhr
/* Rechtes Inhaltsverzeichnis für Anisa */
@media (min-width: 1200px) {
body.skin-anisa.anisa-has-page-toc #content {
width: auto;
margin-right: 17.5rem;
}
#anisa-page-toc {
position: fixed;
top: 7.5rem;
right: 1rem;
width: 15.5rem;
max-height: calc(100vh - 9rem);
overflow-y: auto;
z-index: 20;
}
#anisa-page-toc #toc {
display: block;
width: auto;
margin: 0;
padding: 0.8rem 0.9rem;
box-sizing: border-box;
background: #f7f2e7;
border: 1px solid #c8b98f;
border-left: 4px solid #735c32;
border-radius: 3px;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
font-size: 0.9rem;
}
#anisa-page-toc .toctitle h2 {
margin: 0 0 0.6rem;
font-family: Georgia, serif;
font-size: 1.05rem;
}
#anisa-page-toc ul {
margin: 0;
padding-left: 0.9rem;
list-style: none;
}
#anisa-page-toc > #toc > ul {
padding-left: 0;
}
#anisa-page-toc li {
margin: 0.22rem 0;
}
#anisa-page-toc a {
text-decoration: none;
}
#anisa-page-toc a:hover {
text-decoration: underline;
}
}
@media (max-width: 1199px) {
#anisa-page-toc {
display: none;
}
}