forked from rebillar/site-accueil-insa
81 lines
1.3 KiB
CSS
81 lines
1.3 KiB
CSS
|
|
body {
|
|
color: #1a1a1a;
|
|
}
|
|
|
|
.inner {
|
|
background-color: rgba(28, 28, 28, 0.2);
|
|
box-shadow: 0 0 50px #1c1c1c;
|
|
|
|
}
|
|
|
|
#poemeRimbaud, #citationGary{
|
|
font-family: manuscrit, cursive;
|
|
font-size: 3rem;
|
|
}
|
|
|
|
|
|
#finNormalEnigme{
|
|
font-size: 1.1rem;
|
|
text-align: right;
|
|
margin-right: 20px;
|
|
font-style: italic;
|
|
}
|
|
|
|
#petiteFinCitationGary{
|
|
text-align: right;
|
|
font-size: 0.8rem;
|
|
margin-right: 20px;
|
|
}
|
|
|
|
#codeAda{
|
|
font-family:'Cutive Mono', monospace;
|
|
font-size: 1.8rem;
|
|
text-align: left;
|
|
}
|
|
|
|
#pekHint {
|
|
text-align: center;
|
|
}
|
|
|
|
#creditBg{
|
|
text-align: right;
|
|
font-size: 10px;
|
|
margin-right: 8px;
|
|
}
|
|
|
|
#hideb {
|
|
color: #C3A67A;
|
|
}
|
|
|
|
@media screen and (max-width: 768px) {
|
|
#poemeRimbaud, #citationGary{
|
|
font-family: manuscrit, cursive;
|
|
font-size: 2rem;
|
|
}
|
|
|
|
#codeAda{
|
|
font-size: 1.5rem;
|
|
}
|
|
}
|
|
|
|
@media screen and (max-width: 576px) {
|
|
#poemeRimbaud, #citationGary{
|
|
font-family: manuscrit, cursive;
|
|
font-size: 1.3rem;
|
|
}
|
|
|
|
#codeAda{
|
|
font-size: 1.2rem;
|
|
}
|
|
|
|
#finNormalEnigme{
|
|
font-size: 0.9rem;
|
|
}
|
|
|
|
#petiteFinCitationGary{
|
|
text-align: right;
|
|
font-size: 0.6rem;
|
|
margin-right: 20px;
|
|
}
|
|
}
|