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

Материал из Umicms
Перейти к:навигация, поиск
Строка 7: Строка 7:
  
 
/* text */
 
/* text */
.source-html4strict {
+
.source-html4strict .de1 {
 
   font-size: 120%;
 
   font-size: 120%;
 
}
 
}
Строка 14: Строка 14:
 
.source-html4strict .st0 {
 
.source-html4strict .st0 {
 
   color: #4497e5;
 
   color: #4497e5;
   font-size: 130%;
+
   font-size: 120%;
 
}
 
}
  
Строка 21: Строка 21:
 
   color: #00008e;
 
   color: #00008e;
 
   font-weight: bold;
 
   font-weight: bold;
   font-size: 130%;
+
   font-size: 120%;
 
}
 
}
  
Строка 28: Строка 28:
 
   color: #0000ae;
 
   color: #0000ae;
 
   font-weight: bold;
 
   font-weight: bold;
   font-size: 130%;
+
   font-size: 120%;
 
}
 
}

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

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

/* 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%;
}