From 560285ce5bebcd8d7335ff414238b9f47aa76650 Mon Sep 17 00:00:00 2001 From: MisterAzix Date: Fri, 30 Oct 2020 23:35:46 +0100 Subject: [PATCH] Add wheel on every pages --- activity.html | 6 ++++++ collections.html | 7 ++++++- exposition.html | 8 +++++--- style/activity.css | 28 ++++++++++++++++++++++++++++ style/collections.css | 19 +++++++++++++++++++ style/exposition.css | 22 +++++++++++++--------- style/shop.css | 2 +- 7 files changed, 78 insertions(+), 14 deletions(-) diff --git a/activity.html b/activity.html index cdd2298..2a91e87 100644 --- a/activity.html +++ b/activity.html @@ -258,6 +258,10 @@

RECHERCHE

+ Weel + Weel + Weel +

ACTIVITÉS

@@ -459,5 +463,7 @@

Recevez nos actualités

+ + diff --git a/collections.html b/collections.html index 1eb3cbc..9eb53e7 100644 --- a/collections.html +++ b/collections.html @@ -254,6 +254,9 @@

RECHERCHE

+ Weel + Weel +

COLLECTIONS

@@ -376,7 +379,7 @@

Le Centre Jean Moulin

- +

"Les Botteleurs", Salon de 1850, d’après Jean-François Millet (1814-1875)
(c) mairie de Bordeaux, photo @@ -535,5 +538,7 @@

Recevez nos actualités

+ + diff --git a/exposition.html b/exposition.html index 459e86c..379b25b 100644 --- a/exposition.html +++ b/exposition.html @@ -254,10 +254,10 @@

RECHERCHE

-

EXPOSITIONS

+ Weel + Weel - Weel - Weel +

EXPOSITIONS

@@ -472,5 +472,7 @@

Recevez nos actualités

+ + diff --git a/style/activity.css b/style/activity.css index e37e00c..e8cef47 100644 --- a/style/activity.css +++ b/style/activity.css @@ -36,11 +36,39 @@ h2 { color: #A32F2F; } +/*==================== SPLITTER ====================*/ + .splitter { display: block; height: 400px; } +/*==================== WHEELS ====================*/ + +.wheel { + position: absolute; + transform-origin: center center; +} + +.wheel-1 { + bottom: -300px; + left: -100px; + width: 500px; +} + +.wheel-2 { + top: 500px; + right: -200px; + width: 400px; +} + + +.wheel-3 { + top: 200px; + left: -100px; + width: 300px; +} + /*============= Section 1 ==============*/ diff --git a/style/collections.css b/style/collections.css index 3da458c..22aee84 100644 --- a/style/collections.css +++ b/style/collections.css @@ -43,6 +43,25 @@ h2 { height: 400px; } +/*==================== WHEELS ====================*/ + +.wheel { + position: absolute; + transform-origin: center center; +} + +.wheel-1 { + bottom: 550px; + left: -100px; + width: 300px; +} + +.wheel-2 { + bottom: 100px; + right: -200px; + width: 400px; +} + /*============= Statue ==============*/ diff --git a/style/exposition.css b/style/exposition.css index 10ec7ed..adcae6a 100644 --- a/style/exposition.css +++ b/style/exposition.css @@ -44,24 +44,27 @@ h2 { height: 400px; } -/*============= Grande Section 1 ==============*/ +/*============= WHEELS ==============*/ -.top-weel { +.wheel { position: absolute; + transform-origin: center center; +} + +.wheel-1 { top: -300px; right: -300px; width: 600px; - transform-origin: center center; } -.bottom-weel { - position: absolute; - bottom: 50px; - left: -400px; - width: 550px; - transform-origin: center center; +.wheel-2 { + bottom: 100px; + left: -200px; + width: 400px; } +/*============= Grande Section 1 ==============*/ + .grande-section-1 { background-color: #FFF8F3; position: relative; @@ -70,6 +73,7 @@ h2 { padding: 200px 0px 50px; overflow: hidden; } + /*============= section 1 ==============*/ diff --git a/style/shop.css b/style/shop.css index 19a20ce..37b2110 100644 --- a/style/shop.css +++ b/style/shop.css @@ -20,7 +20,7 @@ h1 { } .h1-margin-top { - margin-top: 170px; + margin-top: 200px; } h2 {