MediaWiki:Geshi.css — различия между версиями
Материал из Umicms
Ver (обсуждение | вклад) |
Ver (обсуждение | вклад) |
||
Строка 53: | Строка 53: | ||
font-size : 110%; | font-size : 110%; | ||
color : #8080a0; | color : #8080a0; | ||
+ | } | ||
+ | |||
+ | .source-html4strict .nu0, .source-php .nu0, .source-css .nu0, .source-javascript .nu0, .source-apache .nu0, .source-sql .nu0 { | ||
+ | font-size : 110%; | ||
} | } |
Текущая версия на 13:10, 2 марта 2010
.source-html4strict, .source-php, .source-css, .source-javascript, .source-apache, .source-sql {
padding : 1em;
margin : 1em 0;
border : 1px dotted #4497e5;
}
.source-html4strict .de1, .source-php .de1, .source-css .de1, .source-javascript .de1, .source-apache .de1, .source-sql .de1{
font-size : 110%;
}
.source-html4strict .st0, .source-php .st0, .source-css .st0, .source-javascript .st0, .source-apache .st0, .source-sql .st0 {
color : #4497e5;
font-size : 110%;
}
.source-html4strict .kw1, .source-php .kw1, .source-css .kw1, .source-javascript .kw1, .source-apache .kw1, .source-sql .kw1 {
font-size : 110%;
font-weight : bold;
}
.source-html4strict .kw2, .source-php .kw2, .source-css .kw2, .source-javascript .kw2, .source-apache .kw2, .source-sql .kw2 {
color : #00008e;
font-weight : bold;
font-size : 110%;
}
.source-html4strict .kw3, .source-php .kw3, .source-css .kw3, .source-javascript .kw3, .source-apache .kw3, .source-sql .kw3 {
color : #0000ae;
font-weight : bold;
font-size : 110%;
}
.source-html4strict .re0, .source-php .re0, .source-css .re0, .source-javascript .re0, .source-apache .re0, .source-sql .re0 {
font-weight : bold;
font-size : 110%;
color: #b227ab;
}
.source-html4strict .re1, .source-php .re1, .source-css .re1, .source-javascript .re1, .source-apache .re1, .source-sql .re1 {
font-weight : bold;
font-size : 110%;
}
.source-html4strict .re3, .source-php .re3, .source-css .re3, .source-javascript .re3, .source-apache .re3, .source-sql .re3 {
font-size : 110%;
}
.source-html4strict .sy0, .source-php .sy0, .source-css .sy0, .source-javascript .sy0, .source-apache .sy0, .source-sql .sy0 {
font-size : 110%;
}
.source-html4strict .coMULTI, .source-php .coMULTI, .source-css .coMULTI, .source-javascript .coMULTI, .source-apache .coMULTI, .source-sql .coMULTI {
font-size : 110%;
color : #8080a0;
}
.source-html4strict .nu0, .source-php .nu0, .source-css .nu0, .source-javascript .nu0, .source-apache .nu0, .source-sql .nu0 {
font-size : 110%;
}