From 4c4c7b04c4dc75520627c2cbf4f93f48043ea360 Mon Sep 17 00:00:00 2001 From: ulaulaman Date: Tue, 26 Oct 2021 19:03:48 +0200 Subject: [PATCH] Introdotto nuovo css dagli snippets --- incl/eduinaf.css | 32 +++++++++++++++++++++++++++++++- 1 file changed, 31 insertions(+), 1 deletion(-) diff --git a/incl/eduinaf.css b/incl/eduinaf.css index bf1546b..169ff89 100644 --- a/incl/eduinaf.css +++ b/incl/eduinaf.css @@ -319,4 +319,34 @@ div.paleBlueRows { a.astroedu:link {color:#f4900c;} a.astroedu:visited {color:#faaf3f;} -a.astroedu:hover {color:#ffcc00;} \ No newline at end of file +a.astroedu:hover {color:#ffcc00;} + +/* last update */ + +.last-updated { + font-size: small; + text-transform: uppercase; + background-color: #06a0db; +} + +/* domande risposte */ + +#cit::before { content: open-quote; } +#cit::after { content: close-quote; } +#cit { + quotes: "«" "»" "‘" "’"; + font-style: italic; +} + +#ask { + font-weight: bold; +} + +/* box */ + +#box { + margin: 15px; + padding: 10px 25px 10px 25px; + background: #fafafa; + border: 1px solid #1d71b8; +} \ No newline at end of file