Common.css: diferència entre les revisions
De Recursos docents
Cap resum de modificació |
Cap resum de modificació |
||
Línia 49: | Línia 49: | ||
} | } | ||
# | #plataformes { | ||
background: url("//recursosdocents.uvic.cat/images/4/4b/People-line40percent.png"); | background: url("//recursosdocents.uvic.cat/images/4/4b/People-line40percent.png"); | ||
background-position: center right; | background-position: center right; | ||
Línia 58: | Línia 58: | ||
} | } | ||
# | #plataformes:hover { | ||
background: url("//recursosdocents.uvic.cat/images/d/d2/People-line-green-40percent.png"); | background: url("//recursosdocents.uvic.cat/images/d/d2/People-line-green-40percent.png"); | ||
background-position: center right; | background-position: center right; | ||
Línia 68: | Línia 68: | ||
# | #moodle { | ||
background: url("//recursosdocents.uvic.cat/images/d/d5/Bowl-40percent.png"); | background: url("//recursosdocents.uvic.cat/images/d/d5/Bowl-40percent.png"); | ||
background-position: center right; | background-position: center right; | ||
Línia 77: | Línia 77: | ||
} | } | ||
# | #moodle:hover { | ||
background: url("//recursosdocents.uvic.cat/images//8/8b/Bowl-green-40percent.png"); | background: url("//recursosdocents.uvic.cat/images//8/8b/Bowl-green-40percent.png"); | ||
background-position: center right; | background-position: center right; | ||
Línia 86: | Línia 86: | ||
} | } | ||
# | #continguts { | ||
background: url("//recursosdocents.uvic.cat/images/f/ff/Lifting-40percent.png"); | background: url("//recursosdocents.uvic.cat/images/f/ff/Lifting-40percent.png"); | ||
background-position: center right; | background-position: center right; | ||
Línia 95: | Línia 95: | ||
} | } | ||
# | #continguts:hover { | ||
background: url("//recursosdocents.uvic.cat/images/1/1e/Lifting-green-40percent.png"); | background: url("//recursosdocents.uvic.cat/images/1/1e/Lifting-green-40percent.png"); | ||
background-position: center right; | background-position: center right; | ||
Línia 104: | Línia 104: | ||
} | } | ||
# | #institucio { | ||
background: url("//recursosdocents.uvic.cat/images/9/9b/Comments-40percent.png"); | background: url("//recursosdocents.uvic.cat/images/9/9b/Comments-40percent.png"); | ||
background-position: center right; | background-position: center right; | ||
Línia 113: | Línia 113: | ||
} | } | ||
# | #institucio:hover { | ||
background: url("//recursosdocents.uvic.cat/images/7/78/Comments-green-40percent.png"); | background: url("//recursosdocents.uvic.cat/images/7/78/Comments-green-40percent.png"); | ||
background-position: center right; | background-position: center right; | ||
Línia 122: | Línia 122: | ||
} | } | ||
# | #suport { | ||
background: url("//recursosdocents.uvic.cat/images/d/d6/Flash-40percent.png"); | background: url("//recursosdocents.uvic.cat/images/d/d6/Flash-40percent.png"); | ||
background-position: center right; | background-position: center right; | ||
Línia 131: | Línia 131: | ||
} | } | ||
# | #suport:hover { | ||
background: url("//recursosdocents.uvic.cat/images/b/b2/Flash-green-40percent.png"); | background: url("//recursosdocents.uvic.cat/images/b/b2/Flash-green-40percent.png"); | ||
background-position: center right; | background-position: center right; |
Revisió del 14:03, 25 set 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 */ a.selflink { pointer-events: none; color: inherit; text-decoration: none; } /* CSS per títol de la plantilla Sidebar*/ .sideblock { padding-left: 2em; } /* CSS de la primera pàgina */ #primers { background: url("//recursosdocents.uvic.cat/images/a/ac/Rocket-40percent.png"); background-position: center right; background-repeat: no-repeat; background-size: 25%; background-origin: content-box; padding-right: 5em; } #primers:hover { background: url("//recursosdocents.uvic.cat/images/8/8a/Rocket-green-40percent.png"); background-position: center right; background-repeat: no-repeat; background-size: 25%; background-origin: content-box; padding-right: 5em; } #plataformes { background: url("//recursosdocents.uvic.cat/images/4/4b/People-line40percent.png"); background-position: center right; background-repeat: no-repeat; background-size: 25%; background-origin: content-box; padding-right: 5em; } #plataformes:hover { background: url("//recursosdocents.uvic.cat/images/d/d2/People-line-green-40percent.png"); background-position: center right; background-repeat: no-repeat; background-size: 25%; background-origin: content-box; padding-right: 5em; } #moodle { background: url("//recursosdocents.uvic.cat/images/d/d5/Bowl-40percent.png"); background-position: center right; background-repeat: no-repeat; background-size: 25%; background-origin: content-box; padding-right: 5em; } #moodle:hover { background: url("//recursosdocents.uvic.cat/images//8/8b/Bowl-green-40percent.png"); background-position: center right; background-repeat: no-repeat; background-size: 25%; background-origin: content-box; padding-right: 5em; } #continguts { background: url("//recursosdocents.uvic.cat/images/f/ff/Lifting-40percent.png"); background-position: center right; background-repeat: no-repeat; background-size: 25%; background-origin: content-box; padding-right: 5em; } #continguts:hover { background: url("//recursosdocents.uvic.cat/images/1/1e/Lifting-green-40percent.png"); background-position: center right; background-repeat: no-repeat; background-size: 25%; background-origin: content-box; padding-right: 5em; } #institucio { background: url("//recursosdocents.uvic.cat/images/9/9b/Comments-40percent.png"); background-position: center right; background-repeat: no-repeat; background-size: 25%; background-origin: content-box; padding-right: 5em; } #institucio:hover { background: url("//recursosdocents.uvic.cat/images/7/78/Comments-green-40percent.png"); background-position: center right; background-repeat: no-repeat; background-size: 25%; background-origin: content-box; padding-right: 5em; } #suport { background: url("//recursosdocents.uvic.cat/images/d/d6/Flash-40percent.png"); background-position: center right; background-repeat: no-repeat; background-size: 25%; background-origin: content-box; padding-right: 5em; } #suport:hover { background: url("//recursosdocents.uvic.cat/images/b/b2/Flash-green-40percent.png"); background-position: center right; background-repeat: no-repeat; background-size: 25%; background-origin: content-box; padding-right: 5em; } /* */