Update for the Nuit
This commit is contained in:
parent
2a9fe02db1
commit
51d34af8c4
5 changed files with 636 additions and 1599 deletions
|
@ -67,14 +67,11 @@ html, body {
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
background-color: #E1A07E;
|
background-color: #362b49;
|
||||||
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
a,
|
a {
|
||||||
a:hover,
|
|
||||||
a:active,
|
|
||||||
a:visited {
|
|
||||||
color: #47132B;
|
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -98,16 +95,17 @@ a:visited {
|
||||||
/*--------------------------------------------------------*/
|
/*--------------------------------------------------------*/
|
||||||
|
|
||||||
#main-header {
|
#main-header {
|
||||||
margin: 0 auto;
|
margin: 0;
|
||||||
max-width: 100vw;
|
min-width: 100%;
|
||||||
height: calc(100vh / 1.5);
|
height: 500px;
|
||||||
|
/* min-height: calc(100vh / 1.4); */
|
||||||
|
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
||||||
background-image: url("../img/ui/header-48h-des-arts-2022-test.svg");
|
background-image: url("../img/ui/header-Nuit-2022.jpg");
|
||||||
|
background-image: linear-gradient(rgba(0,0,0,0) 70%, #362b49 100%), url("../img/ui/header-nuit.jpg");
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size: auto calc(100vh / 1.5);
|
background-position: center 18%;
|
||||||
background-position: center bottom;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (max-width: 1200px) {
|
@media only screen and (max-width: 1200px) {
|
||||||
|
@ -180,8 +178,8 @@ section h2 {
|
||||||
margin-bottom: 25px;
|
margin-bottom: 25px;
|
||||||
padding: 100px 60px 15px 60px;
|
padding: 100px 60px 15px 60px;
|
||||||
|
|
||||||
color: #000000;
|
color: #e43e1c;
|
||||||
text-shadow: 3px 2px 1px #FFC62D, 2px 3px 1px #FFC62D;
|
text-shadow: 3px 2px 1px #dc8c5e, 2px 3px 1px #dc8c5e;
|
||||||
|
|
||||||
font-size: 2.1rem;
|
font-size: 2.1rem;
|
||||||
font-weight: 800;
|
font-weight: 800;
|
||||||
|
@ -215,7 +213,6 @@ section p.stand-out {
|
||||||
|
|
||||||
section > * {
|
section > * {
|
||||||
max-width: 960px;
|
max-width: 960px;
|
||||||
|
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
padding-left: 40px;
|
padding-left: 40px;
|
||||||
|
@ -267,7 +264,7 @@ section p.stand-out {
|
||||||
/* color: #AA473C; */
|
/* color: #AA473C; */
|
||||||
/* color: #47132B; */
|
/* color: #47132B; */
|
||||||
/* color: #000000; */
|
/* color: #000000; */
|
||||||
color: #FFFFFF;
|
color: white;
|
||||||
|
|
||||||
font-size: 1.4rem;
|
font-size: 1.4rem;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
|
@ -395,14 +392,14 @@ table.prices td {
|
||||||
}
|
}
|
||||||
|
|
||||||
table.prices th {
|
table.prices th {
|
||||||
color: #47132B;
|
color: #eb6d3d;
|
||||||
}
|
}
|
||||||
|
|
||||||
table.prices td {
|
table.prices td {
|
||||||
/* background-color: rgba(71, 19, 43, 0.03); */
|
/* background-color: rgba(71, 19, 43, 0.03); */
|
||||||
|
|
||||||
border-top: 2px solid rgba(71, 19, 43, 0.2);
|
border-top: 2px solid rgba(154, 117, 152, 0.3);
|
||||||
border-bottom: 2px solid rgba(71, 19, 43, 0.2);
|
border-bottom: 2px solid rgba(154, 117, 152, 0.3);
|
||||||
}
|
}
|
||||||
|
|
||||||
table.prices tr:nth-child(odd) td {
|
table.prices tr:nth-child(odd) td {
|
||||||
|
|
File diff suppressed because it is too large
Load diff
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 5.2 KiB After Width: | Height: | Size: 5.2 KiB |
BIN
www/img/ui/header-nuit.jpg
Normal file
BIN
www/img/ui/header-nuit.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 442 KiB |
1124
www/index.html
1124
www/index.html
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue