MediaWiki:Common.css: Różnice pomiędzy wersjami
Wygląd
Supervisor (dyskusja | edycje) Nie podano opisu zmian |
Supervisor (dyskusja | edycje) Nie podano opisu zmian |
||
| Linia 72: | Linia 72: | ||
} | } | ||
.marker-info{ | .marker-info p{ | ||
margin: 0; | |||
} | } | ||
Wersja z 18:02, 19 kwi 2026
/* Szablon:Trasa nieoficjalna */
.trasa-nieoficjalna-notice {
background-color: #fff8e1;
border-left: 4px solid #f9a825;
border-radius: 4px;
padding: 12px 16px;
margin: 16px 0;
font-size: 0.95em;
color: #333;
}
.trasa-nieoficjalna-notice h3 {
margin-top: 0;
color: #e65100;
font-size: 1.05em;
}
.trasa-nieoficjalna-notice ul {
margin: 8px 0 8px 1.5em;
padding: 0;
}
.trasa-nieoficjalna-notice small {
display: block;
margin-top: 10px;
color: #666;
border-top: 1px solid #f9a825;
padding-top: 6px;
}
/* Umieszczony tutaj kod CSS zostanie zastosowany we wszystkich skórkach */
a.mw-logo,
a.mw-logo:hover{
color: #050;
}
a .mw-logo-icon {
width: 10em;
height: 10em;
display: block;
}
.mw-header {
flex-direction: column-reverse;
}
.mw-logo-container {
max-width: none;
font-size: x-large;
}
#mw-input-googlelogin::before {
content: url('/resources/assets/google.webp');
}
@media screen and (min-width: 1680px) {
.mw-header {
display: flex;
}
}
.vector-header-start{
display: flex !important;
}
.infobox.right{
float: right;
}
p:has(> br:only-child) {
display: none;
}
.marker-info p{
margin: 0;
}