Mise à jour du nouveau design :D #16
1 changed files with 0 additions and 22 deletions
22
css/base.css
22
css/base.css
|
|
@ -11,9 +11,6 @@
|
||||||
src: url(../assets/fonts/segoesc.ttf);
|
src: url(../assets/fonts/segoesc.ttf);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Basic Font */
|
|
||||||
/* font-family: Courier New */
|
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
--primary-bg-color: black; /* global scope */
|
--primary-bg-color: black; /* global scope */
|
||||||
--accent-violet: #8800FF;
|
--accent-violet: #8800FF;
|
||||||
|
|
@ -53,7 +50,6 @@ main h1 {
|
||||||
font-size: clamp(4em, 14vw, 8em);
|
font-size: clamp(4em, 14vw, 8em);
|
||||||
margin-top: 5%;
|
margin-top: 5%;
|
||||||
max-width: 1400px;
|
max-width: 1400px;
|
||||||
font-size: 8em;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
main h2 {
|
main h2 {
|
||||||
|
|
@ -142,22 +138,6 @@ main > img {
|
||||||
object-fit: scale-down;
|
object-fit: scale-down;
|
||||||
}
|
}
|
||||||
|
|
||||||
main > .sticker {
|
|
||||||
background: none;
|
|
||||||
z-index: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
main > *.draggable:not(.sticker) {
|
|
||||||
|
|
||||||
&:not(h2) {
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
&:not(h1):not(h2):hover {
|
|
||||||
animation: none;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.btn-nice {
|
.btn-nice {
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
text-shadow: -5px 5px 0px var(--accent-orange), -10px 10px 0px var(--accent-violet);
|
text-shadow: -5px 5px 0px var(--accent-orange), -10px 10px 0px var(--accent-violet);
|
||||||
|
|
@ -174,7 +154,6 @@ main > *.draggable:not(.sticker) {
|
||||||
float: left;
|
float: left;
|
||||||
margin-left: 10%;
|
margin-left: 10%;
|
||||||
line-height: 0.8em;
|
line-height: 0.8em;
|
||||||
font-size: 0.9em;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#interhack {
|
#interhack {
|
||||||
|
|
@ -182,5 +161,4 @@ main > *.draggable:not(.sticker) {
|
||||||
color: var(--accent-yellow);
|
color: var(--accent-yellow);
|
||||||
margin-right: 10%;
|
margin-right: 10%;
|
||||||
line-height: 0.5em;
|
line-height: 0.5em;
|
||||||
margin-top: -0.4em;
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue