MediaWiki:Geshi.css — различия между версиями
Материал из Umicms
Ver (обсуждение | вклад) |
Ver (обсуждение | вклад) |
||
Строка 7: | Строка 7: | ||
/* "string" */ | /* "string" */ | ||
− | .st0 { | + | .html4strict .st0 { |
+ | font-size: 120%; | ||
color: #4497e5; | color: #4497e5; | ||
+ | } | ||
+ | |||
+ | .html4strict .kw3 { | ||
+ | font-size: 120%; | ||
+ | font-weight: bold; | ||
} | } |
Версия 11:55, 2 марта 2010
/* CSS-код, размещённый здесь, будет применён для подсветки синтаксиса GeSHI */
div.source-html4strict {
padding: 1em;
margin:1em 0;
border: 1px dashed #2fab6f;
}
/* "string" */
.html4strict .st0 {
font-size: 120%;
color: #4497e5;
}
.html4strict .kw3 {
font-size: 120%;
font-weight: bold;
}