Common.css: diferència entre les revisions
De Recursos docents
Cap resum de modificació |
Cap resum de modificació |
||
Línia 14: | Línia 14: | ||
.gallerytext p { | .gallerytext p { | ||
font-size: 80%; | font-size: 80%; | ||
} | |||
/* Suggested by ChatGPT to remove self-linling */ | |||
.is-active a { | |||
pointer-events: none; | |||
color: inherit; | |||
text-decoration: none; | |||
} | } |
Revisió del 12:06, 16 juny 2023
/* Editeu aquest fitxer per personalitzar totes les aparences per al lloc sencer */ .external { background-image: url("https://recursosdocents.uvic.cat/images/f/fd/Icon_External_Link2.svg.png"); background-size: 13px; background-position: center right; background-repeat: no-repeat; padding-right: 13px; } /* Copied from https://www.mediawiki.org/w/load.php?debug=true&lang=en&modules=skins.vector.styles&only=styles&skin=vector */ .gallerytext p { font-size: 80%; } /* Suggested by ChatGPT to remove self-linling */ .is-active a { pointer-events: none; color: inherit; text-decoration: none; }