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