Commit af2ef0e9 authored by Sven Franck's avatar Sven Franck

css: updated background colors

parent b7ab52b7
...@@ -561,43 +561,56 @@ tbody .large { ...@@ -561,43 +561,56 @@ tbody .large {
} }
/* ================================= CUSTOM CSS =========================== */ /* ================================= CUSTOM CSS =========================== */
.light {
color: #fff !important; html body div.ui-content div.ui-controlbar a.light {
text-shadow: none !important; color: #fff;
border-color: #fff !important; text-shadow: none;
border-color: #fff;
} }
.light:hover { html body div.ui-content div.ui-controlbar a.light:hover,
color: #000 !important; html body div.ui-content div.ui-controlbar a.light:active,
html body div.ui-content div.ui-controlbar a.light.ui-btn-active {
color: #000;
} }
.vert { html body .ui-listview li.vert {
background-color: #79AC21 !important; background-color: #79AC21;
} }
.vert.light, .vert .light { html body div.ui-content div.ui-controlbar a.vert.light,
html body div.ui-content div.ui-controlbar a.vert.light:hover,
html body div.ui-content div.ui-controlbar a.vert.light:active,
html body div.ui-content div.ui-controlbar a.vert.light.ui-btn-active {
background-color: #A3ED24; background-color: #A3ED24;
} }
.rose.background { .rose.background {
background: url("../img/bg-offre02.png") no-repeat scroll center 40px / 70px auto #B01B99; background: url("../img/bg-offre02.png") no-repeat scroll center 40px / 70px auto #B01B99;
} }
.rose { html body .ui-listview li.rose {
background-color: #B01B99 !important; background-color: #B01B99;
} }
.rose .light, .rose.light { html body div.ui-content div.ui-controlbar a.rose.light,
html body div.ui-content div.ui-controlbar a.rose.light:hover,
html body div.ui-content div.ui-controlbar a.rose.light:active,
html body div.ui-content div.ui-controlbar a.rose.light.ui-btn-active
{
background-color: #E156CC; background-color: #E156CC;
} }
.bleu.background { .bleu.background {
background: url("../img/bg-offre03.png") no-repeat scroll center 40px / 80px auto #2296C9; background: url("../img/bg-offre03.png") no-repeat scroll center 40px / 80px auto #2296C9;
} }
.bleu { html body .ui-listview li.bleu {
background-color: #2296C9 !important; background-color: #2296C9;
} }
.bleu .light, .bleu.light { html body div.ui-content div.ui-controlbar a.bleu.light,
html body div.ui-content div.ui-controlbar a.bleu.light:hover,
html body div.ui-content div.ui-controlbar a.bleu.light:active,
html body div.ui-content div.ui-controlbar a.bleu.light.ui-btn-active {
background-color: #5FC2EF; background-color: #5FC2EF;
} }
.violet.background { .violet.background {
background: url("../img/bg-offre01.png") no-repeat scroll center 35px / 50px auto #7B40B8; background: url("../img/bg-offre01.png") no-repeat scroll center 35px / 50px auto #7B40B8;
} }
.violet { html body .ui-listview li.violet {
background-color: #7B40B8 !important; background-color: #7B40B8;
color: #fff; color: #fff;
} }
.violet > *, .violet > *,
...@@ -607,16 +620,22 @@ tbody .large { ...@@ -607,16 +620,22 @@ tbody .large {
.vert > * { .vert > * {
color: #fff; color: #fff;
} }
.violet .light, .violet.light { html body div.ui-content div.ui-controlbar a.violet.light,
html body div.ui-content div.ui-controlbar a.violet.light:hover,
html body div.ui-content div.ui-controlbar a.violet.light:active,
html body div.ui-content div.ui-controlbar a.violet.light.ui-btn-active {
background-color: #B184E0; background-color: #B184E0;
} }
.rouge.background { .rouge.background {
background: url("../img/website-bg-libert-vacances.png") no-repeat scroll center 30px / 70px auto #EB5757; background: url("../img/website-bg-libert-vacances.png") no-repeat scroll center 30px / 70px auto #EB5757;
} }
.rouge { html body .ui-listview li.rouge {
background-color: #EB5757 !important; background-color: #EB5757;
} }
.rouge .light, .rouge.light { html body div.ui-content div.ui-controlbar a.rouge.light,
html body div.ui-content div.ui-controlbar a.rouge.light:hover,
html body div.ui-content div.ui-controlbar a.rouge.light:active,
html body div.ui-content div.ui-controlbar a.rouge.light.ui-btn-active {
background-color: #FC8484; background-color: #FC8484;
} }
.offer.custom_offer { .offer.custom_offer {
...@@ -714,7 +733,7 @@ span.offer_tag { ...@@ -714,7 +733,7 @@ span.offer_tag {
} }
/* collapsible inside panel */ /* collapsible inside panel */
.ui-collapsible-heading-toggle { .ui-collapsible-heading-toggle {
font-size: 1em; font-size: 16px;
} }
/* margin in panel listview */ /* margin in panel listview */
.ui-collapsible-content > .ui-listview{ .ui-collapsible-content > .ui-listview{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment