Skip to content

Instantly share code, notes, and snippets.

@aziis98
Last active July 14, 2022 13:13
Show Gist options
  • Save aziis98/d89c42881e08b4c8a3d0d1170765f5d3 to your computer and use it in GitHub Desktop.
Save aziis98/d89c42881e08b4c8a3d0d1170765f5d3 to your computer and use it in GitHub Desktop.

Tema personalizzato per "www.dm.unipi.it"

Features

  • Il logo sta in una posizione più decente.
  • Le scatole al centro non hanno bordo #fff.

Installazione

  • Google Chrome / Chromium. Installare l'estensione Stylus per il browser, a quel punto andare su https://www.dm.unipi.it e premere sull'estensione e fare "Nuovo stile per" e selezionare tutto il sotto-dominio. A quel punto incollare il CSS di sopra e premere "Salva".
@media screen and (min-width: 800px) {
.custom-logo {
transform: translate(0, 1rem);
}
}
@media screen and (max-width: 800px) {
.custom-logo {
transform: translate(-0.45rem, 0.1rem) scale(0.9);
}
}
.topics a {
border: 1px solid #a0cef7;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment