diff --git a/static/amiens-metropole/_custom.scss b/static/amiens-metropole/_custom.scss index fc0374f6..9d98db17 100644 --- a/static/amiens-metropole/_custom.scss +++ b/static/amiens-metropole/_custom.scss @@ -11,7 +11,7 @@ a#publik-portal-agent, background-color: $content-background-color; div#rub_service div.category h3, #content div.a2-block h2, #content div.block h2, - div.links-list h2, div#services > ul > li > strong > a, + div.links-list h2, #content div.textcell h2:first-child, #content div.cell h2:first-child, div#tracking-code h3, div#rub_service h2, .form-content--title { diff --git a/static/amiens-metropole/_forms.scss b/static/amiens-metropole/_forms.scss index af7acf12..c3e7f540 100644 --- a/static/amiens-metropole/_forms.scss +++ b/static/amiens-metropole/_forms.scss @@ -125,7 +125,7 @@ } // style for a2 and wcs blocks - div.block, div.a2-block, #rub_service #services { + div.block, div.a2-block { @extend %wcs-form; @extend %default-block; diff --git a/static/armentieres/_combo.scss b/static/armentieres/_combo.scss index 11bd3417..2b35f760 100644 --- a/static/armentieres/_combo.scss +++ b/static/armentieres/_combo.scss @@ -177,7 +177,6 @@ div.links-list > ul > li.external-link { } div#rub_service div.category, -div#services, div#account-management, #columns div.cell:not(.pk-button,.pk-big-button), #columns div.menucell, diff --git a/static/arpajon/_custom.scss b/static/arpajon/_custom.scss index 79d7c2ec..6a8ca7f8 100644 --- a/static/arpajon/_custom.scss +++ b/static/arpajon/_custom.scss @@ -87,7 +87,6 @@ div#rub_service div.category h3, .gru-content div.a2-block h2, .gru-content div.block h2, div.links-list h2, -div#services > ul > li > strong > a, .gru-content div.textcell h2, .gru-content div.textcell h2:first-child, .gru-content div.cell h2:first-child { diff --git a/static/atreal-ideau/_custom.scss b/static/atreal-ideau/_custom.scss index 2d6a741a..5b1e5f79 100644 --- a/static/atreal-ideau/_custom.scss +++ b/static/atreal-ideau/_custom.scss @@ -211,7 +211,6 @@ div.gru-content .cell.text-cell > div { padding-bottom: 0.5rem; } div.a2-continue, -div#services > ul > li, div.a2-block, .gru-content .cell, .block { @@ -226,7 +225,6 @@ div.a2-block, // Links-list div#rub_service div.category ul, -div#services > ul > li > ul, div#account-management ul, div.links-list ul, div.menucell ul, diff --git a/static/avray/_custom.scss b/static/avray/_custom.scss index 75a6697e..1c51c7b0 100644 --- a/static/avray/_custom.scss +++ b/static/avray/_custom.scss @@ -530,7 +530,6 @@ div#rub_service h3 { /* customization des liens dans les catégories de formulaires */ div#rub_service div.category ul, -div#services > ul > li > ul, div#account-management ul, div.links-list ul, div.menucell ul, diff --git a/static/cap-atlantique/_custom.scss b/static/cap-atlantique/_custom.scss index bf387448..0906dfcc 100644 --- a/static/cap-atlantique/_custom.scss +++ b/static/cap-atlantique/_custom.scss @@ -249,7 +249,6 @@ div#rub_service { .gru-content div.a2-block h2, .gru-content .block h2, div.links-list h2, - div#services > ul > li > strong > a, .gru-content div.textcell h2:first-child, .gru-content div.cell h2:first-child { background-color: $gray-dark; diff --git a/static/cci/_combo.scss b/static/cci/_combo.scss index 97e8a68a..f3d454c6 100644 --- a/static/cci/_combo.scss +++ b/static/cci/_combo.scss @@ -152,7 +152,6 @@ div.cell.foldable { // Link lists div#rub_service div.category ul > li > a, -div#services > ul > li, div#account-management, .cell:not(.link-cell) div.links-list, div.wcsformsofcategorycell, diff --git a/static/coprec/_custom.scss b/static/coprec/_custom.scss index a25b7870..9fe6e4b2 100644 --- a/static/coprec/_custom.scss +++ b/static/coprec/_custom.scss @@ -82,7 +82,6 @@ div#rub_service div.category h3, .gru-content div.a2-block h2, .gru-content div.block h2, div.links-list h2, -div#services > ul > li > strong > a, .gru-content div.textcell h2, .gru-content div.textcell h2:first-child, .gru-content div.cell h2:first-child { diff --git a/static/dsfr/_custom.scss b/static/dsfr/_custom.scss index 9874b83d..636744e7 100644 --- a/static/dsfr/_custom.scss +++ b/static/dsfr/_custom.scss @@ -20,7 +20,6 @@ } div.a2-continue, -div#services > ul > li, div.a2-block, .gru-content .cell, .block { diff --git a/static/essonne-cd91-2022/_custom.scss b/static/essonne-cd91-2022/_custom.scss index bf5740ae..c1955d86 100644 --- a/static/essonne-cd91-2022/_custom.scss +++ b/static/essonne-cd91-2022/_custom.scss @@ -98,7 +98,6 @@ div#rub_service div.category h3, .gru-content div.a2-block h2, .gru-content .block h2, div.links-list h2, -div#services > ul > li > strong > a, .gru-content div.textcell h2:first-child, .gru-content div.cell h2:first-child { font-size: $fz-3; diff --git a/static/guerande/_custom.scss b/static/guerande/_custom.scss index 9ea7e255..51e709d0 100644 --- a/static/guerande/_custom.scss +++ b/static/guerande/_custom.scss @@ -122,7 +122,6 @@ div#toplinks { } } -div#services > ul > li, div.a2-block, div.block { box-shadow: 0 0 36px rgba(0,0,0,0.2); diff --git a/static/includes/_cells.scss b/static/includes/_cells.scss index ee22e876..6b6ab537 100644 --- a/static/includes/_cells.scss +++ b/static/includes/_cells.scss @@ -83,7 +83,6 @@ div#sidebar + div#columns { } div.a2-continue, -div#services > ul > li, div.a2-block, .gru-content .cell, .block { @@ -114,8 +113,7 @@ div.a2-block, } } -.gru-content div.cell.categoriescell div div, -div#services > ul > li > strong { +.gru-content div.cell.categoriescell div div { padding: 0; margin: 0; } @@ -135,7 +133,6 @@ div#rub_service div.category h3, .gru-content div.a2-block h2, .gru-content .block h2, div.links-list h2, -div#services > ul > li > strong > a, .gru-content div.textcell h2:first-child, .gru-content div.cell h2:first-child { @extend %title; @@ -260,7 +257,6 @@ div.links-list p { } div#rub_service div.category ul, -div#services > ul > li > ul, div.links-list ul, div.menucell ul, div.wcsformcell, diff --git a/static/includes/wcs/_bulk.scss b/static/includes/wcs/_bulk.scss index 7ee8980a..6d23163c 100644 --- a/static/includes/wcs/_bulk.scss +++ b/static/includes/wcs/_bulk.scss @@ -12,7 +12,6 @@ $form-background: $body-background !default; // hide a bunch of elements div#droite, -div#services > h3, div#sidebox div#links { display: none; } @@ -60,31 +59,6 @@ div#rub_service { } } -// style homepage blocks -div#services > ul { - @include vendor-prefix('column-count', '2'); - padding: 0; - margin: 0; - list-style: none; - @media screen and ($max-mobile-viewport) { - @include vendor-prefix('column-count', '1'); - } -} - -div#services > ul > li { - display: inline-block; -} - -div#services ul li li { - list-style: none; -} - -div#services > ul > li { - margin: 0; - margin-bottom: 10px; - width: 100%; -} - .form-content--title, div#rub_service h2 { @extend #{$form-title-style} !optional; @@ -152,10 +126,6 @@ div#tracking-code { margin-bottom: 1em; } -div#services div.block-custom-text { - margin: 1em; -} - @media screen and ($max-mobile-viewport) { diff --git a/static/malakoff/_custom.scss b/static/malakoff/_custom.scss index f72542f4..96b5fd9f 100644 --- a/static/malakoff/_custom.scss +++ b/static/malakoff/_custom.scss @@ -149,7 +149,6 @@ div#rub_service div.category h3, .gru-content div.a2-block h2, .gru-content div.block h2, div.links-list h2, -div#services > ul > li > strong > a, .gru-content div.textcell h2, .gru-content div.textcell h2:first-child, .gru-content div.cell h2:first-child { diff --git a/static/montpellier/_custom.scss b/static/montpellier/_custom.scss index f40c1293..209ccfef 100644 --- a/static/montpellier/_custom.scss +++ b/static/montpellier/_custom.scss @@ -665,9 +665,7 @@ div#login-actions .actions form { @media screen and ($max-mobile-viewport) { /* limit display to those with the mobile keyword */ - div.categoriescell li, - #services > ul > li, - #services > ul > li li { + div.categoriescell li { &:not([data-keywords~=mobile]) { display: none; } diff --git a/static/publik/_custom.scss b/static/publik/_custom.scss index f534ffad..a6fb65e5 100644 --- a/static/publik/_custom.scss +++ b/static/publik/_custom.scss @@ -64,13 +64,11 @@ div#nav ul { margin: 0; } -div#services > ul > li > strong > a, #content div.textcell h2:first-child, #content div.cell h2:first-child { overflow: hidden; } -div#services > ul > li > strong > a:after, #content div.textcell h2:first-child:after, #content div.cell h2:first-child:after { width: 20%; @@ -87,7 +85,6 @@ div#services > ul > li > strong > a:after, transition: all 0.3s ease 0s } -div#services > ul > li:hover > strong > a:after, #content div.textcell:hover h2:first-child:after, #content div.cell:hover h2:first-child:after { width: 30%; diff --git a/static/roannais-icitoyen/_custom.scss b/static/roannais-icitoyen/_custom.scss index cfe0552b..fd1e44a8 100644 --- a/static/roannais-icitoyen/_custom.scss +++ b/static/roannais-icitoyen/_custom.scss @@ -366,7 +366,6 @@ div.gru-nav { } } } -div#services > ul > li, .column div.a2-block, .gru-content div.cell, .block { diff --git a/static/rouen/_custom.scss b/static/rouen/_custom.scss index 493709b8..c05709b0 100644 --- a/static/rouen/_custom.scss +++ b/static/rouen/_custom.scss @@ -91,7 +91,6 @@ div#rub_service h2 { div#rub_service div.category h3, .gru-content div.a2-block h2, .gru-content div.block h2, div.links-list h2, -div#services > ul > li > strong > a, .gru-content div.textcell h2:first-child, .gru-content div.cell h2:first-child, div#tracking-code h3, div#rub_service h2, #toplinks { diff --git a/static/saint-laurent-du-var/_custom.scss b/static/saint-laurent-du-var/_custom.scss index d4ca81bb..2356b95d 100644 --- a/static/saint-laurent-du-var/_custom.scss +++ b/static/saint-laurent-du-var/_custom.scss @@ -168,7 +168,6 @@ body.has-picture .site-nav::after { } // cells -div#services > ul > li, .gru-content div.cell { border: 1px solid #ccc; } diff --git a/static/saumur/_custom.scss b/static/saumur/_custom.scss index e0ef5480..3f682550 100644 --- a/static/saumur/_custom.scss +++ b/static/saumur/_custom.scss @@ -180,7 +180,6 @@ div.link-cell { div.a2-block h2, .block h2, div.links-list h2, - div#services > ul > li > strong > a, div.textcell h2:first-child, div.cell h2:first-child { background-color: $gray-dark-1; @@ -213,7 +212,6 @@ div.link-cell { div.a2-block h2, .block h2, div.links-list h2, - div#services > ul > li > strong > a, div.textcell h2:first-child, div.cell:not(.has-asset-picture) h2:first-child { @extend %orange-border; diff --git a/static/villeneuve-dascq/_custom.scss b/static/villeneuve-dascq/_custom.scss index 360b0f22..9ee59a19 100644 --- a/static/villeneuve-dascq/_custom.scss +++ b/static/villeneuve-dascq/_custom.scss @@ -198,7 +198,6 @@ div.timetable-widget { line-height: 1.2; } // vertical space -div#services > ul > li, .column div.a2-block, .gru-content div.cell, .block {