Diferencia entre revisiones de «MediaWiki:Common.css»
De ENLACE
(Página creada con «→El CSS colocado en esta página será aplicado a todas las apariencias: /* Standard Navigationsleisten, aka box hiding thingy from .de. Documentation at [[Wikipedi...») |
|||
Línea 45: | Línea 45: | ||
font-weight: normal; | font-weight: normal; | ||
font-size: 90%; | font-size: 90%; | ||
+ | } | ||
+ | /** | ||
+ | * Styling for links generated by [[MediaWiki:Edittools]] | ||
+ | * @source www.mediawiki.org/wiki/Extension:CharInsert#Styling | ||
+ | * @updated 2012-02-29 | ||
+ | */ | ||
+ | .mw-charinsert-buttons { | ||
+ | margin-top: 10px; | ||
+ | border: 1px solid #aaaaaa; | ||
+ | padding: 1px; | ||
+ | text-align: center; | ||
+ | font-size: 110%; | ||
+ | } | ||
+ | .mw-charinsert-buttons a { | ||
+ | color: black; | ||
+ | background-color: #cde !important; | ||
+ | font-weight: bold; | ||
+ | font-size: .9em; | ||
+ | text-decoration: none; | ||
+ | border: thin #069 outset; | ||
+ | padding: 0 .1em .1em; | ||
+ | } | ||
+ | .mw-charinsert-buttons a:hover, | ||
+ | .mw-charinsert-buttons a:active { | ||
+ | background-color: #bcd; | ||
+ | border-style: inset; | ||
+ | } | ||
+ | .client-js .mw-edittools-section { | ||
+ | display: inline; | ||
+ | } | ||
+ | .client-js .mw-edittools-section input[type="button"] { | ||
+ | font-size: 0.9em; | ||
+ | padding-left: 1px; | ||
+ | padding-right: 1px; | ||
+ | margin-left: 1px; | ||
} | } |
Última revisión de 16:24 16 jul 2014
/* El CSS colocado en esta página será aplicado a todas las apariencias */ /* Standard Navigationsleisten, aka box hiding thingy from .de. Documentation at [[Wikipedia:NavFrame]]. */ div.NavFrame { margin: 0; padding: 4px; border: 1px solid #aaa; text-align: center; border-collapse: collapse; font-size: 95%; } div.NavFrame + div.NavFrame { border-top-style: none; border-top-style: hidden; } div.NavPic { background-color: #fff; margin: 0; padding: 2px; /* @noflip */ float: left; } div.NavFrame div.NavHead { height: 1.6em; font-weight: bold; background-color: #ccf; position: relative; } div.NavFrame p, div.NavFrame div.NavContent, div.NavFrame div.NavContent p { font-size: 100%; } div.NavEnd { margin: 0; padding: 0; line-height: 1px; clear: both; } a.NavToggle { position: absolute; top: 0; /* @noflip */ right: 3px; font-weight: normal; font-size: 90%; } /** * Styling for links generated by [[MediaWiki:Edittools]] * @source www.mediawiki.org/wiki/Extension:CharInsert#Styling * @updated 2012-02-29 */ .mw-charinsert-buttons { margin-top: 10px; border: 1px solid #aaaaaa; padding: 1px; text-align: center; font-size: 110%; } .mw-charinsert-buttons a { color: black; background-color: #cde !important; font-weight: bold; font-size: .9em; text-decoration: none; border: thin #069 outset; padding: 0 .1em .1em; } .mw-charinsert-buttons a:hover, .mw-charinsert-buttons a:active { background-color: #bcd; border-style: inset; } .client-js .mw-edittools-section { display: inline; } .client-js .mw-edittools-section input[type="button"] { font-size: 0.9em; padding-left: 1px; padding-right: 1px; margin-left: 1px; }