Diferencia entre revisiones de «Plantilla:Clase»
Sin resumen de edición |
Sin resumen de edición |
||
| Línea 25: | Línea 25: | ||
//align-items: flex-start; | //align-items: flex-start; | ||
//height: 100%; | //height: 100%; | ||
} | |||
p#header-toc-wrapper { | |||
margin-bottom: 10px; | |||
line-height: 26px; | |||
} | } | ||
p::first-letter#header-toc-wrapper { | p::first-letter#header-toc-wrapper { | ||
| Línea 43: | Línea 46: | ||
} | } | ||
li#header-toc-wrapper{ | li#header-toc-wrapper{ | ||
display: | display: list-item; | ||
text-align: -webkit-match-parent; | text-align: -webkit-match-parent; | ||
} | } | ||
| Línea 61: | Línea 64: | ||
transition: all .25s; | transition: all .25s; | ||
} | } | ||
a:hover { | a:hover#header-toc-wrapper { | ||
background-color: #444; | background-color: #444; | ||
box-shadow: inset 5px 0px 0px 0px #fff; | box-shadow: inset 5px 0px 0px 0px #fff; | ||