MediaWiki:Global.css: Skillnad mellan sidversioner
Från Sockipedia
Innehåll som raderades Innehåll som lades till
Sockadm (diskussion | bidrag) Ingen redigeringssammanfattning |
Sockadm (diskussion | bidrag) Ingen redigeringssammanfattning |
||
| Rad 1: | Rad 1: | ||
test_blå { |
|||
color: blue; |
color: blue; |
||
} |
} |
||
test_röd { |
|||
color: red; |
color: red; |
||
} |
} |
||
test_orange { |
|||
color: orange; |
color: orange; |
||
} |
} |
||
Versionen från 26 juli 2026 kl. 08.28
test_blå {
color: blue;
}
test_röd {
color: red;
}
test_orange {
color: orange;
}
body {
outline: 4px solid red;
}
@media screen and (max-width: 768px) {
body {
outline: 4px solid lime;
}
}
