diff --git a/css/index.css b/css/index.css index 6e3bb7c..49c0ac8 100644 --- a/css/index.css +++ b/css/index.css @@ -86,4 +86,12 @@ position: absolute; left:0%; top: 0%; +} + +.ad-vieux{ + display: none; +} + +.ad-moderne{ + display: none; } \ No newline at end of file diff --git a/css/t2.css b/css/t2.css index fe9dc58..e671811 100644 --- a/css/t2.css +++ b/css/t2.css @@ -50,10 +50,9 @@ td, th { border: 8px solid #fc04fc; } -div.ad{ - visibility: visible; + +.ad-vieux{ display: block !important; - width: 150px; padding: 12px; margin-top: 10px; @@ -61,9 +60,9 @@ div.ad{ border: 1px solid #87bc44; background: #e0ff92; line-height: 1.2; - } -div.ad.adt3{ - visibility: hidden; +} +.ad-vieux .adt3{ + display: none !important; } table.table-magasin{ width: 150px; diff --git a/css/t3.css b/css/t3.css index e5a2c43..ff06dfd 100644 --- a/css/t3.css +++ b/css/t3.css @@ -56,8 +56,7 @@ td { border: 1px solid #ddd; } -div.ad{ - visibility: visible; +.ad-vieux{ display: block !important; float: right; width: 162px; @@ -67,9 +66,10 @@ div.ad{ border: 1px solid #87bc44; background: #e0ff92; line-height: 1.2; - } -div.ad.adt3{ - visibility: visible; +} + +.ad-vieux .adt3{ + display: block; } table.table-magasin{ diff --git a/css/t7.css b/css/t7.css index 92afabb..d5820ed 100644 --- a/css/t7.css +++ b/css/t7.css @@ -27,11 +27,6 @@ main { box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); } - -p { - margin-bottom: 20px; -} - button { padding: 10px 25px; font-size: 16px; @@ -104,27 +99,20 @@ table tr:nth-child(even) { footer { text-align: center; - padding: 10px ; border-radius: 5px; - - background-color: #2c3e50; color: white; - margin-top: 40px; + bottom: 0px !important; + position: fixed !important; + width: 100%; + left: 0px !important; +} + +footer p{ + margin-bottom: 0px; font-size: 14px; + padding: 10px; + background-color: #2c3e50; } -div.card { - background-color: white; - border-radius: 8px; - box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); - padding: 20px; - margin: 20px 0; - transition: transform 0.2s ease, box-shadow 0.3s ease; -} - -div.card:hover { - transform: translateY(-5px); - box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15); -} div.score-button{ diff --git a/css/t8.css b/css/t8.css index f76ea51..5f603cc 100644 --- a/css/t8.css +++ b/css/t8.css @@ -3,9 +3,10 @@ body { font-family: 'Roboto', sans-serif; background-color: #f4f4f9; color: #333; - margin: 0; - padding: 0; + margin: 0px; + padding: 0px; line-height: 1.6; + } main { @@ -15,6 +16,7 @@ main { background-color: white; border-radius: 8px; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); + min-height: 85vh; } output{ @@ -72,12 +74,7 @@ th { table tr:hover { background-color: #f1f1f1; } -/* table.table_magasin{ - width: 150px; - padding: 12px; - margin-top: 10px; - margin-bottom: 10px; -} */ + a{ color: #fda500; @@ -89,24 +86,71 @@ a:visited{ footer { text-align: center; - padding: 10px ; border-radius: 5px; - - background-color: #e74c3c; + align-items: center; color: white; - margin-top: 40px; + bottom: 0px !important; + position: fixed !important; + width: 100%; +} + +footer p{ font-size: 14px; + background-color: #e74c3c; + width: 76%; + margin-left: auto; + margin-right: auto; + margin-bottom: 1vh; + padding: 10px; + border-radius: 5px; } -div.card { - background-color: white; - border-radius: 8px; - box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); - padding: 20px; - margin: 20px 0; - transition: transform 0.2s ease, box-shadow 0.3s ease; + + +.ad-moderne-left { + position: fixed; + left: 0; + top: 0; + bottom: 0; + width: 10vw; + height: fit-content; + background-color: #fff; + display: flex; + flex-direction: column; + align-items: center; + padding: 10px 0; + box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1); + z-index: 10; + } -div.card:hover { - transform: translateY(-5px); - box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15); +.ad-moderne-right { + position: fixed; + right: 0; + top: 0; + bottom: 0; + width: 10vw; + height: fit-content; + background-color: #fff; + display: flex; + flex-direction: column; + align-items: center; + padding: 10px 0; + box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1); + z-index: 10; } + +.ad-container { + margin: 10px 0; + text-align: center; +} + +.ad-moderne img { + max-width: 100%; + height: auto; + display: block; + z-index: 11; +} + +.ad-moderne{ + display: block !important; +} \ No newline at end of file diff --git a/css/t9.css b/css/t9.css index 51cefb8..7ee4993 100644 --- a/css/t9.css +++ b/css/t9.css @@ -19,6 +19,7 @@ main { background-color: white; border-radius: 8px; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); + min-height: 50vw; } button { @@ -83,8 +84,6 @@ th { text-transform: uppercase; } - - a{ color: #fda500; } @@ -116,24 +115,76 @@ div.score-button:hover { footer { text-align: center; - padding: 10px ; border-radius: 5px; - - background-color: #fda500; color: white; - margin-top: 40px; + width: 100%; + margin-top: 0px; + margin-bottom: 0px; + bottom: 0px !important; + position: fixed !important; +} + +footer p{ font-size: 14px; + background-color: #fda500; + width: 90%; + margin-left: auto; + margin-right: auto; + padding: 10px; + border-radius: 5px; + margin-bottom: 1vh; } -div.card { - background-color: white; - border-radius: 8px; - box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); - padding: 20px; - margin: 20px 0; - transition: transform 0.2s ease, box-shadow 0.3s ease; + + +/* Left Ads */ +.ad-moderne-left { + position: fixed; + left: 0; + top: 0; + bottom: 0; + width: 10vw; + height: fit-content; + background-color: #fff; + display: flex; + flex-direction: column; + align-items: center; + padding: 10px 0; + box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1); + z-index: 10; + } -div.card:hover { - transform: translateY(-5px); - box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15); +/* Right Ads */ +.ad-moderne-right { + margin-top: 20vw; + position: fixed; + right: 0; + top: 0; + bottom: 0; + width: 10vw; + height: fit-content; + background-color: #fff; + display: flex; + flex-direction: column; + align-items: center; + padding: 10px 0; + box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1); + z-index: 10; } + +/* Ad Content */ +.ad-container { + margin: 10px 0; + text-align: center; +} + +.ad-moderne img { + max-width: 100%; + height: auto; + display: block; + z-index: 11; +} + +.ad-moderne{ + display: block !important; +} \ No newline at end of file diff --git a/img/shrek.webp b/img/shrek.webp new file mode 100644 index 0000000..d919c34 Binary files /dev/null and b/img/shrek.webp differ diff --git a/img/shrek2.jpg b/img/shrek2.jpg new file mode 100644 index 0000000..2144973 Binary files /dev/null and b/img/shrek2.jpg differ diff --git a/img/shrek3.webp b/img/shrek3.webp new file mode 100644 index 0000000..b94ea54 Binary files /dev/null and b/img/shrek3.webp differ diff --git a/img/shrek4.jpg b/img/shrek4.jpg new file mode 100644 index 0000000..6791c2b Binary files /dev/null and b/img/shrek4.jpg differ diff --git a/index.html b/index.html index 12691cd..cc3a137 100644 --- a/index.html +++ b/index.html @@ -83,10 +83,39 @@ -