MediaWiki:Common.css
Forrás: Mekdsz Ötlettár (www.mekdsz.hu/otlettar)
(Változatok közti eltérés)
(2 közbeeső változat nincs mutatva) | |||
3. sor: | 3. sor: | ||
/* linkek */ | /* linkek */ | ||
a { | a { | ||
- | color: | + | color: green; |
background: none; | background: none; | ||
text-decoration: underline; | text-decoration: underline; | ||
9. sor: | 9. sor: | ||
a:visited { | a:visited { | ||
- | color: | + | color: green; |
text-decoration: underline; | text-decoration: underline; | ||
} | } | ||
15. sor: | 15. sor: | ||
/* vastag betuk */ | /* vastag betuk */ | ||
b { | b { | ||
- | color: | + | color: green; |
} | } | ||
27. sor: | 27. sor: | ||
font-size: 188%; | font-size: 188%; | ||
font-weight: bold; | font-weight: bold; | ||
- | color: | + | color: green; |
} | } | ||
33. sor: | 33. sor: | ||
font-size: 144%; | font-size: 144%; | ||
font-weight: bold; | font-weight: bold; | ||
- | color: | + | color: green; |
} | } | ||
40. sor: | 40. sor: | ||
font-size: 100%; | font-size: 100%; | ||
margin-bottom: 10pt; | margin-bottom: 10pt; | ||
- | color: | + | color: green; |
} | } |
Aktuális változat
/* Közös CSS az összes felszínnek */ /* linkek */ a { color: green; background: none; text-decoration: underline; } a:visited { color: green; text-decoration: underline; } /* vastag betuk */ b { color: green; } /* bekezdesek */ p { margin-bottom: 10pt; } /* cimsorok */ h1 { font-size: 188%; font-weight: bold; color: green; } h2 { font-size: 144%; font-weight: bold; color: green; } h3 { font-weight: bold; font-size: 100%; margin-bottom: 10pt; color: green; }