diff --git a/public/style.css b/public/style.css index baaebe2..efaf5d4 100644 --- a/public/style.css +++ b/public/style.css @@ -346,6 +346,10 @@ p { max-width: 100%; } +p.center { + text-align: center; +} + /* Controls */ a { @@ -401,6 +405,11 @@ button.primary:hover { background: var(--accent-2-lighter); } +button.icon { + padding: 0; + width: 2rem; +} + /* Text Fields */ input[type=text], input[type=password] { @@ -428,6 +437,32 @@ input[type=password] { font-family: caption; } +/* Compound Controls */ + +.compound { + display: flex; + align-items: center; + justify-content: center; + + border-radius: 4px; + box-shadow: 0 0 8px 0 #00000022; +} + +.compound > button, .compound > .button, .compound > input { + box-shadow: none; +} + +.compound > :not(:first-child) { + border-top-left-radius: 0; + border-bottom-left-radius: 0; +} + +.compound > :not(:last-child) { + border-right: none; + border-top-right-radius: 0; + border-bottom-right-radius: 0; +} + /* Forms */ form .field { @@ -531,4 +566,18 @@ form .field-set input { .page-home .main { padding-top: calc(100vh - 6rem); +} + +.page-utenti .search { + margin: 2rem 0; +} + +.page-utenti .search input[type=text] { + width: 50ch; + height: 2.5rem; +} + +.page-utenti .search button { + width: 2.5rem; + height: 2.5rem; } \ No newline at end of file diff --git a/public/theme-dark.css b/public/theme-dark.css index 7a5f3bc..1f4f0c1 100644 --- a/public/theme-dark.css +++ b/public/theme-dark.css @@ -54,4 +54,8 @@ body.dark-mode { .dark-mode nav .nav-logo img { filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.4)); +} + +.dark-mode input[type] { + background: #4b4342; } \ No newline at end of file diff --git a/views/link.html b/views/link.html index 4ba431c..1f7151a 100644 --- a/views/link.html +++ b/views/link.html @@ -5,19 +5,32 @@ {{define "body"}} - Link Utili - - - Questo è un elenco di alcuni indirizzi potenzialmente utili: - - - Link dell'Aula Studenti - Dipartimento di Matematica - Non trovi un simbolo in Latex? - Wikipedia + Latex - + + Questo è un elenco di alcuni indirizzi potenzialmente utili + + + + Link dell'Aula Studenti + + + + Come stampare da terminale in dipartimento + + + Dipartimento di Matematica + + + + Non trovi un simbolo in Latex? + + + + Wikipedia + Latex + + +
+ Questo è un elenco di alcuni indirizzi potenzialmente utili +