Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

estils CSS en el diccionari anglès-català #349

Open
jaumeortola opened this issue Aug 31, 2024 · 0 comments
Open

estils CSS en el diccionari anglès-català #349

jaumeortola opened this issue Aug 31, 2024 · 0 comments
Assignees

Comments

@jaumeortola
Copy link
Member

jaumeortola commented Aug 31, 2024

Les marques d'estil ja són en l'HTML amb codis <span class="gray"> (i semblants).
El mínim que falta és afegir els valors del CSS:

h2.originalword {
  font-size: 24px;
  margin-bottom: 3px;
}
.gray {
	color: #808080;
}
.smallcaps {
  font-variant: small-caps;
}
.italics {
  font-style: italic;
}

Potser seria convenient reanomenar els estils perquè no hi hagi confusions amb altres parts de la web (?).
A partir d'aquí, mirarem com queda i provarem millores.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants