More actions
No edit summary |
No edit summary |
||
Line 43: | Line 43: | ||
a:active { | a:active { | ||
color: forestgreen; | color: forestgreen; | ||
} | } |
Revision as of 14:36, 7 May 2024
@import url('https://fonts.googleapis.com/css?family=Libre+Baskerville|Poppins|Plus Jakarta Sans'); body { font-family: 'Plus Jakarta Sans', sans-serif; background-image: url('https://wiki.heystories.com/images/a/ae/Estafotodefsl.png') !important; background-attachment: fixed; background-size: cover; background-position: center; } .vector-feature-zebra-design-disabled .mw-page-container { background-color: #000000; opacity: 0.9; width: 88%; } .vector-feature-zebra-design-disabled body { color: #FFFFFF; } .vector-feature-zebra-design-disabled .vector-header-container { background-color: transparent; width: 88%; height: 100px; } /* Cambiar el color de los enlaces */ a { color: green; } /* Cambiar el color de los enlaces visitados */ a:visited { color: darkgreen; } /* Cambiar el color de los enlaces al pasar el ratón por encima */ a:hover { color: lightgreen; } /* Cambiar el color de los enlaces al hacer clic en ellos */ a:active { color: forestgreen; }