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