Diferencia entre revisiones de «Plantilla:Botonmain»
(Página creada con «{{#css: .boton_main { width: 5vw; height: 5vw; display: inline-block; vertical-align: middle; margin: 0 0 0.75rem 0; padding: 0.85em 1em; -webkit…») |
Sin resumen de edición |
||
| (No se muestra una edición intermedia del mismo usuario) | |||
| Línea 1: | Línea 1: | ||
{{#css: | {{#css: | ||
. | .boton_{{{1}}} { | ||
width: 5vw; | width: 5vw; | ||
height: 5vw; | height: 5vw; | ||
| Línea 19: | Línea 19: | ||
border-width: 2px; | border-width: 2px; | ||
font-weight: bold; } | font-weight: bold; } | ||
[data-whatinput='mouse'] . | [data-whatinput='mouse'] .boton_{{{1}}} { | ||
outline: 0; } | outline: 0; } | ||
. | .boton_{{{1}}}, .boton_{{{1}}}:hover, .boton_{{{1}}}:focus { | ||
background-color: transparent; } | background-color: transparent; } | ||
. | .boton_{{{1}}}:hover, .boton_{{{1}}}:focus, .boton_{{{1}}}:link, .boton_{{{1}}}:A { | ||
border-color: #{{{3|175f5c}}}; | border-color: #{{{3|175f5c}}}; | ||
color: #{{{3|175f5c}}}; } | color: #{{{3|175f5c}}}; } | ||
}} | }} | ||
{| class=" | {| class="boton_{{{1}}}" | ||
! [[{{{1}}}]] | ! [[{{{1}}}]] | ||
|} | |} | ||
Revisión actual - 09:46 18 jul 2019
| [[{{{1}}}]] |
|---|