mirror of
https://github.com/ulaulaman/eduinaf.git
synced 2025-01-19 11:30:33 +01:00
Introdotto nuovo css dagli snippets
This commit is contained in:
parent
b146f4a2e9
commit
4c4c7b04c4
@ -319,4 +319,34 @@ div.paleBlueRows {
|
||||
|
||||
a.astroedu:link {color:#f4900c;}
|
||||
a.astroedu:visited {color:#faaf3f;}
|
||||
a.astroedu:hover {color:#ffcc00;}
|
||||
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;
|
||||
}
|
Loading…
Reference in New Issue
Block a user