MediaWiki:Monobook.css
De Laplace
(Diferencias entre revisiones)
(16 ediciones intermedias no se muestran.) | |||
Línea 1: | Línea 1: | ||
+ | @import url('https://fonts.googleapis.com/css?family=Bitter'); | ||
/* cambie este archivo para personalizar la piel monobook para el sitio entero */ | /* cambie este archivo para personalizar la piel monobook para el sitio entero */ | ||
Línea 4: | Línea 5: | ||
background-color:#FFFF99; | background-color:#FFFF99; | ||
background-image:none; | background-image:none; | ||
- | font-family:" | + | font-family:"Butter","Cambria",Verdana,Arial,sans-serif; |
- | font-size: | + | font-size:16pt; |
} | } | ||
+ | |||
+ | |||
#p-cactions ul li, #p-cactions ul li a { | #p-cactions ul li, #p-cactions ul li a { | ||
Línea 19: | Línea 22: | ||
math.center{text-align:center} | 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; | |
- | + | ||
- | + | ||
} | } |
última version al 01:12 21 sep 2017
@import url('https://fonts.googleapis.com/css?family=Bitter'); /* cambie este archivo para personalizar la piel monobook para el sitio entero */ body{ background-color:#FFFF99; background-image:none; font-family:"Butter","Cambria",Verdana,Arial,sans-serif; font-size:16pt; } #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; }