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