237 lines
5.3 KiB
SCSS
Executable File
237 lines
5.3 KiB
SCSS
Executable File
/* ---------------------------------- */
|
|
/* Variables
|
|
/* ---------------------------------- */
|
|
@import "_commonVars.scss";
|
|
|
|
/*.zoneInfoCss { display:block;clear:both; padding:3px; display:block; margin:0px;}*/
|
|
|
|
#zonePreviewCss {
|
|
display: flex;
|
|
flex-direction:column;
|
|
white-space:normal;
|
|
word-wrap:break-word;
|
|
word-break:break-word;
|
|
text-align:left;
|
|
z-index:0;
|
|
max-width:98%;
|
|
margin:auto;
|
|
word-wrap: break-word;
|
|
overflow-wrap: break-word;
|
|
}
|
|
|
|
.zoneVisuCss{ max-width:800px; min-width:300px; height:100%; margin:auto;border:1px dotted grey;display:block; padding:10px;}
|
|
|
|
.boiteCss {
|
|
display:block;
|
|
color: black;
|
|
background-color:#E5E8E8;
|
|
border: 1 solid grey;
|
|
border-color:grey;
|
|
border-radius: 5px;
|
|
padding:5px;
|
|
margin: 3px;
|
|
vertical-align:middle;
|
|
max-width:100%;
|
|
}
|
|
|
|
.boiteCssTitre {
|
|
display:inline-block;
|
|
text-align:left;
|
|
text-decoration:underline;
|
|
padding:7px;
|
|
padding-right:15px;
|
|
color:#0b4c5f;
|
|
margin-right:10px;
|
|
font-weight:bold;
|
|
}
|
|
|
|
.styleSection {
|
|
box-shadow: 1px 2px #736F6F;
|
|
border:1px solid;
|
|
border-radius: 7px;
|
|
border-color:#F75112;
|
|
font-size: 1rem;
|
|
color: #736F6F;
|
|
text-decoration:none;
|
|
padding:4px 4px 4px 4px;
|
|
margin:10px 10px 5px 10px;
|
|
vertical-align:middle;
|
|
background-color:white;
|
|
width:180px;
|
|
}
|
|
|
|
.styleSection:hover { text-shadow: 2px 2px 4px #D8D8D8; color: #0b4c5f; }
|
|
|
|
/* ------------------------------------------------- */
|
|
/* Modale admin couleur */
|
|
/* ------------------------------------------------- */
|
|
.modaleAdminCoul{
|
|
height: 97%;
|
|
}
|
|
|
|
.popupAdminCoul{
|
|
width: 92%;
|
|
height: 75%;
|
|
}
|
|
|
|
.coulAide {
|
|
width:20%;
|
|
height:70%;
|
|
}
|
|
|
|
.animModale{
|
|
width: 84%;
|
|
height: 70%;
|
|
}
|
|
|
|
/* ------------------------------------------------- */
|
|
/* Modale flex */
|
|
/* ------------------------------------------------- */
|
|
#modaleAdminF{
|
|
/* background: radial-gradient(#fff, #dac4cd); */
|
|
display: none;
|
|
position: fixed;
|
|
top:-70px; right:0; bottom:0; left:0;
|
|
/* background-color: rgba(0, 0, 0, 0.5); */
|
|
z-index: 11;
|
|
width:700px;
|
|
}
|
|
|
|
#modaleAdminF:target{
|
|
//display: block;
|
|
z-index: 20;
|
|
}
|
|
|
|
.popup_blockF{
|
|
/* background: radial-gradient(#fff, #dac4cd); */
|
|
background: rgb(254,254,243);
|
|
background: linear-gradient(0deg, rgba(254,254,243,1) 40%, rgba(246,238,149,1) 71%, rgba(252,182,30,1) 95%, rgba(221,24,10,1) 99%);
|
|
padding: 20px;
|
|
border: 20px solid #ddd;
|
|
position: relative;
|
|
margin: 10% auto;
|
|
box-shadow: 0px 0px 20px #000;
|
|
border-radius: 10px;
|
|
text-align:left;
|
|
align-content:left;
|
|
resize:both;
|
|
overflow:scroll;
|
|
}
|
|
|
|
/* ------------------------------------------------- */
|
|
/* modale grid */
|
|
/* ------------------------------------------------- */
|
|
#modaleAdminG{
|
|
display: none;
|
|
position: fixed;
|
|
top:-70px; right:0; bottom:0; left:0;
|
|
width:50%; height:90%; margin:auto; top:287px;
|
|
z-index: 11;
|
|
}
|
|
|
|
#modaleAdminG:target{
|
|
//display: block;
|
|
z-index:20;
|
|
}
|
|
|
|
.popup_blockG{
|
|
background: rgb(254,254,243);
|
|
background: linear-gradient(0deg, rgba(254,254,243,1) 40%, rgba(246,238,149,1) 71%, rgba(252,182,30,1) 95%, rgba(221,24,10,1) 99%);
|
|
padding: 20px;
|
|
border: 20px solid #ddd;
|
|
position: relative;
|
|
margin: 10% auto;
|
|
box-shadow: 0px 0px 20px #000;
|
|
border-radius: 10px;
|
|
text-align:left;
|
|
align-content:left;
|
|
resize:both;
|
|
overflow:scroll;
|
|
}
|
|
|
|
/* ------------------------------------------------- */
|
|
/* Couleurs generiques */
|
|
/* ------------------------------------------------- */
|
|
.popup_coulGene{
|
|
background: rgb(254,254,243);
|
|
background: linear-gradient(0deg, rgba(254,254,243,1) 40%, rgba(246,238,149,1) 71%, rgba(252,182,30,1) 95%, rgba(221,24,10,1) 99%);
|
|
padding: 20px;
|
|
border: 20px solid #ddd;
|
|
position: relative;
|
|
margin: 10% auto;
|
|
width: 55%;
|
|
height: 45%;
|
|
box-shadow: 0px 0px 20px #000;
|
|
border-radius: 10px;
|
|
text-align:left;
|
|
align-content:left;
|
|
resize:both;
|
|
overflow:scroll;
|
|
}
|
|
|
|
img.coulGene {
|
|
float: right;
|
|
margin: -5px -5px 0 0;
|
|
background: #fff;
|
|
}
|
|
|
|
/* ------------------------------------------------- */
|
|
/* Popup choix bordure */
|
|
/* ------------------------------------------------- */
|
|
#bordureChoix {
|
|
display: none;
|
|
position: fixed;
|
|
left: 16%;
|
|
top:15%;
|
|
width: 55%;
|
|
overflow: hidden;
|
|
clear:both;
|
|
z-index:20;
|
|
}
|
|
|
|
/*#bordureChoix:target {
|
|
display: block;
|
|
position: absolute;
|
|
z-index:14;
|
|
}*/
|
|
|
|
.popup_choixBordure{
|
|
background: linear-gradient(0deg, rgba(254,254,243,1) 40%, rgba(246,238,149,1) 71%, rgba(252,182,30,1) 95%, rgba(221,24,10,1) 99%);
|
|
border: 20px solid #ddd;
|
|
position: relative;
|
|
margin: auto;
|
|
box-shadow: 0px 5px 5px #000;
|
|
border-radius: 10px;
|
|
text-align:left;
|
|
resize:both;
|
|
overflow:auto;
|
|
position: fixed;
|
|
z-index:14;
|
|
left: 50%;
|
|
top:50%;
|
|
transform: translate(-50%, -50%);
|
|
padding:15px;
|
|
}
|
|
|
|
.popup_choixBordure_agencement{
|
|
background: linear-gradient(0deg, rgba(254,254,243,1) 40%, rgba(246,238,149,1) 71%, rgba(252,182,30,1) 95%, rgba(221,24,10,1) 99%);
|
|
border: 10px solid #ddd;
|
|
position: fixed;
|
|
left:-2px;
|
|
margin: 0;
|
|
width:100%;
|
|
box-shadow: 0px 5px 5px #000;
|
|
border-radius: 10px;
|
|
text-align:left;
|
|
resize:both;
|
|
overflow:auto;
|
|
padding:10px;
|
|
}
|
|
/* ------------------------------------------------- */
|
|
/* Icones styles */
|
|
/* ------------------------------------------------- */
|
|
.itemReglage{
|
|
padding:4px;
|
|
font-size: 1rem;
|
|
}
|