MediaWiki:Geshi.css — различия между версиями

Материал из Umicms
Перейти к:навигация, поиск
Строка 28: Строка 28:
 
.source-html4strict, source-php .kw3 {
 
.source-html4strict, source-php .kw3 {
 
   color: #0000ae;
 
   color: #0000ae;
 +
  font-weight: bold;
 +
  font-size: 120%;
 +
}
 +
 +
 +
.source-css .re1 {
 
   font-weight: bold;
 
   font-weight: bold;
 
   font-size: 120%;
 
   font-size: 120%;
 
}
 
}

Версия 12:30, 2 марта 2010

/* CSS-код, размещённый здесь, будет применён для подсветки синтаксиса GeSHI */
.source-html4strict {
  padding: 1em; 
  margin:1em 0; 
  border: 1px dotted #2fab6f;
}

/********* html4strict ***/
/* text */
.source-html4strict, source-php .de1 {
  font-size: 120%;
}

/* "string" */
.source-html4strict, source-php .st0 {
  color: #4497e5;
  font-size: 120%;
}

/* keyword 3 */
.source-html4strict, source-php .kw2 {
  color: #00008e;
  font-weight: bold;
  font-size: 120%;
}

/* keyword 3 */
.source-html4strict, source-php .kw3 {
  color: #0000ae;
  font-weight: bold;
  font-size: 120%;
}


.source-css .re1 {
  font-weight: bold;
  font-size: 120%;
}