MediaWiki:Monobook.css
De Laplace
(Diferencias entre revisiones)
(37 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 */ | ||
body{ | body{ | ||
- | background-color:# | + | background-color:#FFFF99; |
- | font-family:" | + | background-image:none; |
- | font-size: | + | font-family:"Butter","Cambria",Verdana,Arial,sans-serif; |
+ | font-size:16pt; | ||
} | } | ||
- | # | + | |
- | text- | + | |
+ | #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; | ||
} | } |
ú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; }