Compare commits
No commits in common. "6ff0b2ef88a27df3465bdedebeefa74f699ae296" and "8b022848a6bc1a2472f00956c7e4b4000fbb3ea5" have entirely different histories.
6ff0b2ef88
...
8b022848a6
5 changed files with 3 additions and 19 deletions
16
css/base.css
16
css/base.css
|
|
@ -47,7 +47,7 @@ main {
|
||||||
main h1, main h2, main h3 {
|
main h1, main h2, main h3 {
|
||||||
font-family: MonTrappist;
|
font-family: MonTrappist;
|
||||||
color: white;
|
color: white;
|
||||||
z-index: 20;
|
z-index: 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
main h1 {
|
main h1 {
|
||||||
|
|
@ -90,7 +90,6 @@ main p {
|
||||||
}
|
}
|
||||||
|
|
||||||
section {
|
section {
|
||||||
position: relative ;
|
|
||||||
max-width: 1400px;
|
max-width: 1400px;
|
||||||
font-size: 2em;
|
font-size: 2em;
|
||||||
text-align:justify;
|
text-align:justify;
|
||||||
|
|
@ -98,7 +97,7 @@ section {
|
||||||
margin-bottom: 100px;
|
margin-bottom: 100px;
|
||||||
padding: 2%;
|
padding: 2%;
|
||||||
padding-left: 0px;
|
padding-left: 0px;
|
||||||
z-index: 1000;
|
z-index: 1;
|
||||||
box-shadow: -5px 5px 0px var(--accent-yellow), -10px 10px 0px var(--accent-orange), -15px 15px 0px var(--accent-violet);
|
box-shadow: -5px 5px 0px var(--accent-yellow), -10px 10px 0px var(--accent-orange), -15px 15px 0px var(--accent-violet);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -165,17 +164,6 @@ main > *.draggable:not(.sticker) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-nice {
|
|
||||||
color: #FFFFFF;
|
|
||||||
text-shadow: -5px 5px 0px var(--accent-orange), -10px 10px 0px var(--accent-violet);
|
|
||||||
color: var(--accent-yellow);
|
|
||||||
font-size: 1.2em;
|
|
||||||
text-align: center;
|
|
||||||
margin: auto;
|
|
||||||
position: relative;
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
#camp {
|
#camp {
|
||||||
font-family: segoesc;
|
font-family: segoesc;
|
||||||
float: left;
|
float: left;
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,6 @@ main img.draggable {
|
||||||
max-width: 200px;
|
max-width: 200px;
|
||||||
max-height: 200px;
|
max-height: 200px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
z-index: 1;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -13,7 +12,7 @@ main img.draggable {
|
||||||
position: relative;
|
position: relative;
|
||||||
width: fit-content;
|
width: fit-content;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
z-index: 1;
|
z-index: 10;
|
||||||
filter: drop-shadow(5px 3px 2px #000000b7);
|
filter: drop-shadow(5px 3px 2px #000000b7);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,6 @@ BISOUS
|
||||||
<link rel="stylesheet" href="css/guide.css">
|
<link rel="stylesheet" href="css/guide.css">
|
||||||
<link rel="stylesheet" href="css/drag.css">
|
<link rel="stylesheet" href="css/drag.css">
|
||||||
<script src="js/drag.js" defer></script>
|
<script src="js/drag.js" defer></script>
|
||||||
<link rel="icon" type="image/x-icon" href="assets/stickers/ecran.png">
|
|
||||||
<title>Guide Interhack Camp 2026</title>
|
<title>Guide Interhack Camp 2026</title>
|
||||||
</head>
|
</head>
|
||||||
<body id="page-guide">
|
<body id="page-guide">
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,6 @@
|
||||||
<link rel="stylesheet" href="css/home.css">
|
<link rel="stylesheet" href="css/home.css">
|
||||||
<link rel="stylesheet" href="css/drag.css">
|
<link rel="stylesheet" href="css/drag.css">
|
||||||
<script src="js/drag.js" defer></script>
|
<script src="js/drag.js" defer></script>
|
||||||
<link rel="icon" type="image/x-icon" href="assets/stickers/ecran.png">
|
|
||||||
<title>Camp Interhack</title>
|
<title>Camp Interhack</title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,6 @@
|
||||||
<link rel="stylesheet" href="css/poster.css">
|
<link rel="stylesheet" href="css/poster.css">
|
||||||
<link rel="stylesheet" href="css/drag.css">
|
<link rel="stylesheet" href="css/drag.css">
|
||||||
<script src="js/drag.js" defer></script>
|
<script src="js/drag.js" defer></script>
|
||||||
<link rel="icon" type="image/x-icon" href="assets/stickers/ecran.png">
|
|
||||||
<title>Camp Interhack 2026 – Poster</title>
|
<title>Camp Interhack 2026 – Poster</title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue