This commit is contained in:
Michael RICOIS 2017-09-29 14:54:17 +02:00
parent e6225a764a
commit dc4891449c
2 changed files with 7 additions and 9 deletions

View File

@ -343,10 +343,10 @@ position:absolute;top:0;left:0; border:5px solid #000; border-left:none; border-
.champetre {color:#1D1D1B; font-family:"Edwardian", Arial; font-weight:normal; } .champetre {color:#1D1D1B; font-family:"Edwardian", Arial; font-weight:normal; }
.champetre .db-cube2 .bottom { color:#FFFFFF; } .champetre .db-cube2 .bottom { color:#FFFFFF; }
.oriental { color:#CF3C70; font-family:"Aladdin", Arial; font-weight:normal ;} .oriental { color:#632D4F; font-family:"Aladdin", Arial; font-weight:normal ;}
.oriental .db-cube1 .back { color:#CF3C70; } .oriental .db-cube1 .back { color:#632D4F; }
.oriental .flipper, .oriental .flipper,
.oriental .pochette { color:#CF3C70; } .oriental .pochette { color:#632D4F; }
.cinema { color:#000000; font-family:"Didot", Arial; font-weight:normal; } .cinema { color:#000000; font-family:"Didot", Arial; font-weight:normal; }
.container.cinema { font-size:28px; } .container.cinema { font-size:28px; }

View File

@ -37,10 +37,7 @@ function initFaces()
if (theme == "ivoire" || theme == "tendance" || theme == "champetre" || theme == "uv") { if (theme == "ivoire" || theme == "tendance" || theme == "champetre" || theme == "uv") {
$('#custom_elmts .date-holder').clone().appendTo(".container-db .db-cube1 .left"); $('#custom_elmts .date-holder').clone().appendTo(".container-db .db-cube1 .left");
} }
if (theme == "oriental") { if (theme == "enfantin" || theme == "dentellechic" || theme == "oriental") {
$('#custom_elmts .date-holder').clone().appendTo(".container-db .db-cube2 .top");
}
if (theme == "enfantin" || theme == "dentellechic") {
$('#custom_elmts .date-holder').clone().appendTo(".container-db .db-cube2 .front"); $('#custom_elmts .date-holder').clone().appendTo(".container-db .db-cube2 .front");
} }
if (theme == "liberty") { if (theme == "liberty") {
@ -67,7 +64,7 @@ function initFaces()
$('.container-db').addClass(theme); $('.container-db').addClass(theme);
// Faces chocos identiques // Faces chocos identiques
if(theme == "chocolate" || theme == "cinema" || theme == "oriental" || theme == "champetre") { if(theme == "chocolate" || theme == "cinema" || theme == "champetre") {
$('#custom_elmts .noms-holder').clone().appendTo(".chocos-holder .front"); $('#custom_elmts .noms-holder').clone().appendTo(".chocos-holder .front");
$('#custom_elmts .date-holder-line').clone().appendTo(".chocos-holder .back"); $('#custom_elmts .date-holder-line').clone().appendTo(".chocos-holder .back");
} }
@ -85,7 +82,8 @@ function initFaces()
// Specific theme // Specific theme
if(theme == "fleurs" || theme == "tendance" || theme == "uv" || theme == "voyage" || theme == "vintage" if(theme == "fleurs" || theme == "tendance" || theme == "uv" || theme == "voyage" || theme == "vintage"
|| theme == "gourmandise" || theme == "dentellechic" || theme == "enfantin" || theme == "liberty") { || theme == "gourmandise" || theme == "dentellechic" || theme == "enfantin" || theme == "liberty"
|| theme == "oriental") {
$('#custom_elmts .noms-holder').clone().appendTo(".chocos-holder .choco5 .front"); $('#custom_elmts .noms-holder').clone().appendTo(".chocos-holder .choco5 .front");
} }