diff --git a/idp/static/themes/django-montpellier/style.css b/idp/static/themes/django-montpellier/style.css index 6efc53f..def9dc2 100644 --- a/idp/static/themes/django-montpellier/style.css +++ b/idp/static/themes/django-montpellier/style.css @@ -96,7 +96,7 @@ p#legal { } div#content a { - color: #f68423; + color: #ea5b0c; } div#content a:hover { @@ -124,23 +124,15 @@ br.clear { } #content .block h2 { - background: #e87b1c url(Picto-EServices.png) 5px 50% no-repeat; + background: #ea5b0c; font-weight: normal; color: white; text-transform: uppercase; - padding: 6px 10px 6px 50px; + padding: 6px 10px 6px 10px; font-size: 130%; cursor: default; /* someday, perhaps, cursor: move */ } -#content .block h2.feeds { - background-image: url(Picto-Bulle.png); -} - -#content .block h2.newsletters { - background-image: url(Picto-coeur.png); -} - #content .block h3, #content .block p { margin: 1ex 10px; @@ -172,7 +164,7 @@ br.clear { #content .demarches ul a:hover, #content .aq-catgr-plg-link:hover, #content .aq-forms-plg-link:hover { - color: #f68423; + color: #ea5b0c; } #content ul.mes-demarches li, @@ -202,12 +194,12 @@ br.clear { #content .toutes-les-demarches a:hover, .aq-catgr-plg-all-catgrs-link:hover { - color: #f68423; + color: #ea5b0c; } /* Nom des communes en orange */ .aq-catgr-plg-title { - color: #f68423; + color: #ea5b0c; } /* Base templates */ @@ -215,11 +207,10 @@ br.clear { div#single-title { font-size: 130%; padding: 5px; - background: #f68423 url(Picto-EServices.png) 5px 50% no-repeat; - border: 1px solid #f68423; + background: #ea5b0c; + border: 1px solid #ea5b0c; color: white; text-transform: uppercase; - padding-left: 50px; } body.narrow-page #main-content { @@ -260,7 +251,7 @@ body.narrow-page div.right { } body.narrow-page div.right form { - border: 1px solid #f68423; + border: 1px solid #ea5b0c; padding: 1em; } @@ -283,7 +274,7 @@ body.narrow-page div.right form div.form-field-required label:after { body.narrow-page div.right form > input { display: block; margin: 1em auto 0 auto; - background: #f68423; + background: #ea5b0c; color: white; border: none; padding: 3px 1em; @@ -347,7 +338,7 @@ div#login-actions .actions form { float: right; padding: 0 1ex; border: 1px outset #888; - background: #f68423; + background: #ea5b0c; } div#username { @@ -481,7 +472,7 @@ table.announces tbody th { } #agglolinks a.agglo-mon-agglo, #agglolinks a.agglo-mes-e-services { - background: #f68423; + background: #ea5b0c; } #agglolinks a.agglo-connaitre { @@ -497,7 +488,7 @@ table.announces tbody th { } #agglolinks span.agglo-mes-e-services > a { - background: #f68423; + background: #ea5b0c; width: 150px; } @@ -526,7 +517,7 @@ table.announces tbody th { z-index: 1; margin: 0px 10px 0 0; padding: 5px; - background: #f68423; + background: #ea5b0c; border: 5px solid transparent; border-width: 2px 5px; -webkit-transition: all .2s ease-in-out; @@ -581,7 +572,7 @@ table.announces tbody th { width: 160px; z-index: 10; background: rgba(246, 132, 35, 0.5); - border-bottom: 5px solid #f68423; */ + border-bottom: 5px solid #ea5b0c; */ } #menu li ul li { @@ -592,8 +583,8 @@ table.announces tbody th { -webkit-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; transition: all .2s ease-in-out; -/* border-left: 5px solid #f68423; - border-right: 5px solid #f68423; */ +/* border-left: 5px solid #ea5b0c; + border-right: 5px solid #ea5b0c; */ } #menu li ul li:hover { @@ -698,14 +689,14 @@ table.announces tbody th { #help-title { background: #e6e6d6 url(toptitle.png) no-repeat left top; font-weight: bold; - color: #f68423; + color: #ea5b0c; text-transform: uppercase; padding: 6px 10px 6px 50px; font-size: 200%; cursor: default; /* someday, perhaps, cursor: move */ } #help-page-title { - color: #f68423; + color: #ea5b0c; padding-bottom: 20px; } #help-page-title.aide { @@ -723,7 +714,7 @@ table.announces tbody th { float: left; } #help-summary-caption { - background: #f68423; + background: #ea5b0c; color: white; font-size: 150%; font-weith: bold; @@ -731,7 +722,7 @@ table.announces tbody th { padding: 15px 0px; } #help-menu #help-summary-caption-link, #help-menu #help-summary-caption-link:hover { - background: #f68423; + background: #ea5b0c; color: white; text-decoration: none; } @@ -769,7 +760,7 @@ table.announces tbody th { font-size: 80%; } #help-menu-content > li > ul > li.selected { - border-left: solid 4px #f68423; + border-left: solid 4px #ea5b0c; } #help-menu-content li a, #help-menu-content li a:hover { color: rgb(58, 58, 58); @@ -839,7 +830,7 @@ ul.show-user-feeds li.planet { background-image: url(planet.png); } #messages li.warning { border: 1px solid #DB771F; - background: #f68423; + background: #ea5b0c; } #messages li.error { @@ -920,7 +911,7 @@ ul.account-management li { } #federation-management li button { - background: #f68423; + background: #ea5b0c; border: none; color: #fff; } diff --git a/portail-citoyen/static/themes/django-montpellier/style.css b/portail-citoyen/static/themes/django-montpellier/style.css index 949f0c5..185a3e6 100644 --- a/portail-citoyen/static/themes/django-montpellier/style.css +++ b/portail-citoyen/static/themes/django-montpellier/style.css @@ -96,7 +96,7 @@ p#legal { } div#content a { - color: #f68423; + color: #ea5b0c; } div#content a:hover { @@ -124,23 +124,15 @@ br.clear { } #content .block h2 { - background: #e87b1c url(Picto-EServices.png) 5px 50% no-repeat; + background: #ea5b0c; font-weight: normal; color: white; text-transform: uppercase; - padding: 6px 10px 6px 50px; + padding: 6px 10px 6px 10px; font-size: 130%; cursor: default; /* someday, perhaps, cursor: move */ } -#content .block h2.feeds { - background-image: url(Picto-Bulle.png); -} - -#content .block h2.newsletters { - background-image: url(Picto-coeur.png); -} - #content .block h3, #content .block p { margin: 1ex 10px; @@ -171,7 +163,7 @@ br.clear { #content .demarches ul a:hover, #content .aq-catgr-plg-link:hover, #content .aq-forms-plg-link:hover { - color: #f68423; + color: #ea5b0c; } #content ul.mes-demarches li, @@ -201,12 +193,12 @@ br.clear { #content .toutes-les-demarches a:hover, .aq-catgr-plg-all-catgrs-link:hover { - color: #f68423; + color: #ea5b0c; } /* Nom des communes en orange */ .aq-catgr-plg-title { - color: #f68423; + color: #ea5b0c; } /* Base templates */ @@ -214,11 +206,10 @@ br.clear { div#single-title { font-size: 130%; padding: 5px; - background: #f68423 url(Picto-EServices.png) 5px 50% no-repeat; - border: 1px solid #f68423; + background: #ea5b0c; + border: 1px solid #ea5b0c; color: white; text-transform: uppercase; - padding-left: 50px; } body.narrow-page #main-content { @@ -254,7 +245,7 @@ body.narrow-page div.right { } body.narrow-page div.right form { - border: 1px solid #f68423; + border: 1px solid #ea5b0c; padding: 1em; } @@ -277,7 +268,7 @@ body.narrow-page div.right form div.form-field-required label:after { body.narrow-page div.right form > input { display: block; margin: 1em auto 0 auto; - background: #f68423; + background: #ea5b0c; color: white; border: none; padding: 3px 1em; @@ -334,7 +325,7 @@ div.login-actions { float: right; padding: 0 1ex; border: 1px outset #888; - background: #f68423; + background: #ea5b0c; } div#username { @@ -468,7 +459,7 @@ table.announces tbody th { } #agglolinks a.agglo-mon-agglo, #agglolinks a.agglo-mes-e-services { - background: #f68423; + background: #ea5b0c; } #agglolinks a.agglo-connaitre { @@ -484,7 +475,7 @@ table.announces tbody th { } #agglolinks span.agglo-mes-e-services > a { - background: #f68423; + background: #ea5b0c; width: 150px; } @@ -513,7 +504,7 @@ table.announces tbody th { z-index: 1; margin: 0px 10px 0 0; padding: 5px; - background: #f68423; + background: #ea5b0c; border: 5px solid transparent; border-width: 2px 5px; -webkit-transition: all .2s ease-in-out; @@ -568,7 +559,7 @@ table.announces tbody th { width: 160px; z-index: 10; background: rgba(246, 132, 35, 0.5); - border-bottom: 5px solid #f68423; */ + border-bottom: 5px solid #ea5b0c; */ } #menu li ul li { @@ -579,8 +570,8 @@ table.announces tbody th { -webkit-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; transition: all .2s ease-in-out; -/* border-left: 5px solid #f68423; - border-right: 5px solid #f68423; */ +/* border-left: 5px solid #ea5b0c; + border-right: 5px solid #ea5b0c; */ } #menu li ul li:hover { @@ -685,14 +676,14 @@ table.announces tbody th { #help-title { background: #e6e6d6 url(toptitle.png) no-repeat left top; font-weight: bold; - color: #f68423; + color: #ea5b0c; text-transform: uppercase; padding: 6px 10px 6px 50px; font-size: 200%; cursor: default; /* someday, perhaps, cursor: move */ } #help-page-title { - color: #f68423; + color: #ea5b0c; padding-bottom: 20px; } #help-page-title.aide { @@ -710,7 +701,7 @@ table.announces tbody th { float: left; } #help-summary-caption { - background: #f68423; + background: #ea5b0c; color: white; font-size: 150%; font-weith: bold; @@ -718,7 +709,7 @@ table.announces tbody th { padding: 15px 0px; } #help-menu #help-summary-caption-link, #help-menu #help-summary-caption-link:hover { - background: #f68423; + background: #ea5b0c; color: white; text-decoration: none; } @@ -756,7 +747,7 @@ table.announces tbody th { font-size: 80%; } #help-menu-content > li > ul > li.selected { - border-left: solid 4px #f68423; + border-left: solid 4px #ea5b0c; } #help-menu-content li a, #help-menu-content li a:hover { color: rgb(58, 58, 58); @@ -837,7 +828,7 @@ ul.show-user-feeds li.planet { background-image: url(planet.png); } #messages li.warning { border: 1px solid #DB771F; - background: #f68423; + background: #ea5b0c; } #messages li.error { @@ -898,4 +889,4 @@ ul.demarches-agglo li:first-child { text-transform: uppercase; font-weight: bold; border-left: 5px solid #F68423; -} \ No newline at end of file +} diff --git a/wcs/montpellier-commune/wcs.css b/wcs/montpellier-commune/wcs.css index ddf64ba..e2d64ad 100644 --- a/wcs/montpellier-commune/wcs.css +++ b/wcs/montpellier-commune/wcs.css @@ -1038,8 +1038,8 @@ div#idp-links ul li { display: inline; margin: 0 10px 0 0; padding: 5px; - background: #f68423; - border: 5px solid #f68423; + background: #ea5b0c; + border: 5px solid #ea5b0c; border-width: 2px 5px; -webkit-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; diff --git a/wcs/montpellier2/mobile.css b/wcs/montpellier2/mobile.css index 89f87a9..df16e73 100644 --- a/wcs/montpellier2/mobile.css +++ b/wcs/montpellier2/mobile.css @@ -30,8 +30,8 @@ div#services > ul > li.active > ul a { } div#services > ul > li:nth-child(5n) strong, -ul#categories li:nth-child(5n) { background-color: #F68423; } -div#services > ul > li:nth-child(5n) > ul a { border-color: #F68423; } +ul#categories li:nth-child(5n) { background-color: #ea5b0c; } +div#services > ul > li:nth-child(5n) > ul a { border-color: #ea5b0c; } div#services > ul > li:nth-child(5n+1) strong, ul#categories li:nth-child(5n+1) { background-color: #EB590C; } diff --git a/wcs/montpellier2/wcs.css b/wcs/montpellier2/wcs.css index 30b7c08..5ee533f 100644 --- a/wcs/montpellier2/wcs.css +++ b/wcs/montpellier2/wcs.css @@ -211,7 +211,7 @@ hr.clear { float: right; padding: 0 1ex; border: 1px outset #888; - background: #f68423; + background: #ea5b0c; } div#username { @@ -261,7 +261,7 @@ div.large div#rub_service h3, div#centre h3 { background: #e6e6d6 url(toptitle.png) no-repeat left top; font-weight: bold; - color: #f68423; + color: #ea5b0c; text-transform: uppercase; padding: 6px 10px 6px 55px; font-size: 150%; @@ -275,7 +275,7 @@ div#centre ul { div#services-2nd ul strong, div#centre ul strong { - border-bottom: 1px solid #f68423; + border-bottom: 1px solid #ea5b0c; margin-left: 18px; padding: 1px 0 1px 0; } @@ -288,7 +288,7 @@ div#centre ul strong a { div#services-2nd ul strong a:hover, div#centre ul strong a:hover { text-decoration: none; - border-color: #f68423; + border-color: #ea5b0c; } div#services-2nd ul ul, @@ -303,14 +303,14 @@ div#centre ul p { } div#myspace h3 { - background: #f68423; - border-left: 10px solid #f68423; + background: #ea5b0c; + border-left: 10px solid #ea5b0c; padding: 1px 0 1px 6px; } div#consultations h3 { - background: #f68423; - border-left: 10px solid #f68423; + background: #ea5b0c; + border-left: 10px solid #ea5b0c; padding: 1px 0 1px 6px; } @@ -327,8 +327,8 @@ div#consultations li { } div#announces h3 { - background: #f68423; - border-left: 10px solid #f68423; + background: #ea5b0c; + border-left: 10px solid #ea5b0c; padding: 1px 0 1px 6px; } @@ -383,7 +383,7 @@ p.command, a.edit-custom-text, #page div.back-home-button a, div.buttons input { - background: #f68423; + background: #ea5b0c; color: white; font-size: 120%; font-weight: bold; @@ -421,7 +421,7 @@ div.buttons input:focus { form.quixote h3 { padding-top: 1em; - border-bottom: 1px solid #f68423; + border-bottom: 1px solid #ea5b0c; } form.quixote h4 { @@ -542,7 +542,7 @@ div#steps ol li { letter-spacing:1px; padding: 1ex; font-weight: bold; - background: #f68423; + background: #ea5b0c; } div#steps ol li.current { @@ -624,7 +624,7 @@ div#content a { } div#content a:hover { - color: #f68423; + color: #ea5b0c; } li.all-forms { @@ -771,9 +771,9 @@ p.infopratique table tr th { } div.content table thead {} -div.content table thead th {background-color: #f68423; color: white;} +div.content table thead th {background-color: #ea5b0c; color: white;} div.content table thead tr {} -div.content table thead td {background-color: #f68423;} +div.content table thead td {background-color: #ea5b0c;} div.content table tbody {} div.content table tbody th {background-color: #cccccc; color: black; width: 200px; text-align: left; padding-left: 5px;} div.content table tbody tr {background-color: #eeeeee; border-bottom: 1px solid #CCCCCC;} @@ -829,7 +829,7 @@ div.dataview { } div#content #disclose-dataview { - background: #f68423; + background: #ea5b0c; color: white; font-size: 120%; font-weight: normal; @@ -877,8 +877,8 @@ div#links ul li { display: inline; margin: 0 14px 0 0; padding: 5px; - background: #f68423; - border: 5px solid #f68423; + background: #ea5b0c; + border: 5px solid #ea5b0c; border-width: 2px 5px; -webkit-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; @@ -936,7 +936,7 @@ div.TableWidget input { } #agglolinks a.agglo-accueil { - background: #f68423; + background: #ea5b0c; } #agglolinks a.agglo-connaitre { @@ -980,9 +980,9 @@ div#services > ul > li { div#services > ul > li strong { display: block; margin-left: 0; - padding: 6px 1em 6px 47px; + padding: 6px 1em 6px 1em; border: 0; - background: #e87b1c url(Picto-EServices.png) 5px 50% no-repeat; + background: #ea5b0c; margin-bottom: 1ex; font-weight: normal; font-size: 16px;