Commit 26a6ab88 authored by Sven Franck's avatar Sven Franck

css: removed app-specific css

parent f2ebe657
......@@ -563,115 +563,3 @@ tbody .large {
padding: 0;
}
/* ================================= CUSTOM CSS =========================== */
.vert {
background-color: #79AC21;
}
.vert.light {
background-color: #A3ED24;
}
.rose.background {
background: url("../img/bg-offre02.png") no-repeat scroll right 203px #B01B99;
}
.rose {
background-color: #B01B99;
}
.rose .light {
background-color: #E156CC;
}
.bleu.background {
background: url("../img/bg-offre03.png") no-repeat scroll center 197px #2296C9;
}
.bleu {
background-color: #2296C9;
}
.bleu .light {
background-color: #5FC2EF;
}
.violet.background {
background: url("../img/bg-offre01.png") no-repeat scroll center 150px #7B40B8;
}
.violet {
background-color: #7B40B8;
color: #fff;
}
.violet .light {
background-color: #B184E0;
}
.rouge.background {
background: url("../img/website-bg-libert-vacances.png") no-repeat scroll 410px 31px #EB5757;
}
.rouge {
background-color: #EB5757;
}
.rouge .light {
background-color: #FC8484;
}
/* all offers */
.offer > img{
padding: .25em;
}
h3.offer_tag {
font-size: 200%;
font-weight: bold;
}
.ui-header .ui-first-wrap ~ .ui-title-logo {
margin-left: 5em;
}
/* logo in header */
@media (max-width: 24em) {
.ui-header .ui-first-wrap ~ .ui-title-logo {
margin-left: 2.8em;
}
}
/* img in subheader */
.ui-subheader > img{
height: auto;
padding: 0.75em 0.25em;
vertical-align: middle;
}
/* border subheader */
@media (max-width: 60em) {
.ui-header .ui-subheader {
border-top-style: solid;
border-top-width: 1px;
display: block;
}
}
/* collapsible inside panel */
.ui-collapsible-heading-toggle {
font-size: 1em;
}
/* margin in panel listview */
.ui-collapsible-content > .ui-listview{
margin: 0 !important;
}
.ui-collapsible-content > .ui.listview li:first-child {
border-top-width: 0px;
}
.ui-collapsible-content > .ui-listview li:last-child {
border-bottom-width: 1px;
}
.ui-panel .ui-collapsible .ui-collapsible-content > .ui-listview .ui-li-divider {
border: 1px solid red;
}
/* carousel handles */
html body .ui-carousel-handle-right:not(.ui-carousel-handle-inset),
html body .ui-carousel-handle-left:not(.ui-carousel-handle-inset) {
margin-top: -10% !important;
}
.ui-carousel-controls .ui-radio {
background: 0 none;
}
.ui-carousel-controls .ui-radio label {
width: 18px;
height: 18px;
}
.ui-carousel-controls .ui-radio .ui-radio input {
left: 0;
}
html body .ui-controlbar .ui-carousel-controls .ui-btn[class*="ui-icon-"]:after {
margin-top: -8px;
margin-left: -2px;
}
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