MediaWiki:Monobook.css
De Laplace
(Diferencias entre revisiones)
Línea 29: | Línea 29: | ||
font-size:14px; | font-size:14px; | ||
font-family:"Lucida Console","Courier New",Courier; | font-family:"Lucida Console","Courier New",Courier; | ||
+ | } | ||
+ | |||
+ | .anotacion{ | ||
+ | background-color:#DD; | ||
+ | margin-left:1em; | ||
+ | padding:0.5em 1em; | ||
} | } |
Revisión de 16:56 18 oct 2016
/* 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; } .anotacion{ background-color:#DD; margin-left:1em; padding:0.5em 1em; }