MediaWiki:Common.css
Forrás: Mekdsz Ötlettár (www.mekdsz.hu/otlettar)
(Változatok közti eltérés)
3. sor: | 3. sor: | ||
/* linkek */ | /* linkek */ | ||
a { | a { | ||
+ | text-decoration: none; | ||
color: green; | color: green; | ||
} | } | ||
8. sor: | 9. sor: | ||
a:visited { | a:visited { | ||
color: green; | color: green; | ||
+ | } | ||
+ | |||
+ | a:hover { | ||
+ | text-decoration: underline; | ||
} | } | ||
2008. július 9., 07:35 változat
/* Közös CSS az összes felszínnek */ /* linkek */ a { text-decoration: none; color: green; } a:visited { color: green; } a:hover { 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; }