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 .kw2 { | ||
+ | color: #00008e; | ||
+ | font-weight: bold; | ||
font-size: 130%; | font-size: 130%; | ||
} | } | ||
Строка 14: | Строка 21: | ||
/* keyword 3 */ | /* keyword 3 */ | ||
.source-html4strict .kw3 { | .source-html4strict .kw3 { | ||
− | color: # | + | color: #0000ae; |
font-weight: bold; | font-weight: bold; | ||
font-size: 130%; | font-size: 130%; | ||
} | } |
Версия 12:04, 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 .kw2 {
color: #00008e;
font-weight: bold;
font-size: 130%;
}
/* keyword 3 */
.source-html4strict .kw3 {
color: #0000ae;
font-weight: bold;
font-size: 130%;
}