MediaWiki:Monobook.css
De Laplace
(Diferencias entre revisiones)
Línea 20: | Línea 20: | ||
input[type="text"] | input[type="text"] | ||
+ | { | ||
+ | font-size:14px; | ||
+ | font-family:"Lucida Console","Courier New",Courier; | ||
+ | } | ||
+ | |||
+ | textarea | ||
{ | { | ||
font-size:14px; | font-size:14px; | ||
font-family:"Lucida Console","Courier New",Courier; | font-family:"Lucida Console","Courier New",Courier; | ||
} | } |
Revisión de 12:56 15 dic 2013
/* cambie este archivo para personalizar la piel monobook para el sitio entero */ body{ background-color:#FFFF99; background-image:none; font-family:"Trebuchet MS",Verdana,Arial,sans-serif; font-size:10pt; } #p-cactions ul li, #p-cactions ul li a { -moz-border-radius-topleft: .5em; -moz-border-radius-topright: .5em; } #p-personal li a { color: #003399; } #p-personal li.active a:hover { color: #C00000; background-color:transparent } math.center{text-align:center} input[type="text"] { font-size:14px; font-family:"Lucida Console","Courier New",Courier; } textarea { font-size:14px; font-family:"Lucida Console","Courier New",Courier; }