ÿØÿà JFIF ` ` ÿþxØ
| Server IP : 109.234.164.53 / Your IP : 216.73.216.110 Web Server : Apache System : Linux cervelle.o2switch.net 4.18.0-553.32.1.lve.el8.x86_64 #1 SMP Thu Dec 19 13:14:03 UTC 2024 x86_64 User : computer3 ( 1098) PHP Version : 7.1.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/computer3/z-archives/linstant-massage.fr/cp-admin/ |
Upload File : |
<?php
$coul_1= 'background-color:#671E16 ; color : #EEFF00 ';
$coul_2= 'background-color:#C0E188 ; color : #0000FF ';
$coul_3= 'background-color:#681BAB ; color : #fff ';
$coul_4= 'background-color:#048CF6 ; color : #fff ';
$coul_5= 'background-color:#CF4B1A ; color : #fff ';
$coul_6= 'background-color:#58719D ; color : #EEFF00 ';
$coul_7= 'background-color:#038C06 ; color : #fff ';
$coul_8= 'background-color:#9C7C6D ; color : #fff ';
$coul_9= 'background-color:#E4B304 ; color : #000 ';
$coul_10= 'background-color:#0F8868 ; color : #EEFF00 ';
$coul_11= 'background-color:#184788 ; color : #EEFF00 ';
$coul_12= 'background-color:#AE6374 ; color : #fff ';
$coul_13= 'background-color:#4428A2 ; color : #fff ';
$coul_14= 'background-color:#B2AB79 ; color : #000 ';
$coul_15= 'background-color:#4ABDC7 ; color : #000 ';
$coul_16= 'background-color:#ADCC87 ; color : #000 ';
$coul_17= 'background-color:#993649 ; color : #EEFF00 ';
$coul_18= 'background-color:#EC8A6A ; color : #fff ';
$coul_19= 'background-color:#EC8A6A ; color : #000 ';
$coul_20= 'background-color:#5C035B ; color : #fff ';
$coul_21= 'background-color:#5553BB ; color : #EEFF00 ';
$coul_22= 'background-color:#71E37D ; color : #000 ';
$coul_23= 'background-color:#845B89 ; color : #fff ';
$coul_24= 'background-color:#2C1816 ; color : #EEFF00 ';
$coul_25= 'background-color:#2C1816 ; color : #fff ';
$coul_26= 'background-color:#FDE8B0 ; color : #000 ';
$coul_27= 'background-color:#0495A5 ; color : #fff ';
$coul_28= 'background-color:#83B82E ; color : #fff ';
$coul_29= 'background-color:#6F5140 ; color : #fff ';
$coul_30= 'background-color:#23B58F ; color : #fff ';
function dat_fr($dateus){
$date_explosee = explode("-", $dateus);
$annee = $date_explosee[0];
$mois = $date_explosee[1];
$jour = $date_explosee[2];
$datefce = $jour .'-'.$mois.'-'.$annee;
return $datefce;
}
function dat_us($datefr){
$date_explosee = explode("-", $datefr);
$jour = $date_explosee[0];
$mois = $date_explosee[1];
$annee = $date_explosee[2];
$dateuus = $annee .'-'.$mois.'-'.$jour;
return $dateuus;
}
/*
// Couleurs FOND aleatoires
function randomColor() {
$str = '#';
for($i = 0 ; $i < 6 ; $i++) {
$randNum = rand(0 , 15);
switch ($randNum) {
case 10: $randNum = 'A'; break;
case 11: $randNum = 'B'; break;
case 12: $randNum = 'C'; break;
case 13: $randNum = 'D'; break;
case 14: $randNum = 'E'; break;
case 15: $randNum = 'F'; break;
}
$str .= $randNum;
}
return $str;
}
*/
/*
// Couleur opposee au FOND
function couleur_opposee($couleur)
{
$r = dechex(255 - hexdec(substr($couleur,0,2)));
$r = (strlen($r) > 1) ? $r : '0'.$r;
$g = dechex(255 - hexdec(substr($couleur,2,2)));
$g = (strlen($g) > 1) ? $g : '0'.$g;
$b = dechex(255 - hexdec(substr($couleur,4,2)));
$b = (strlen($b) > 1) ? $b : '0'.$b;
return $r.$g.$b;
}
*/
?>
<style>
.hauteur { }
input[type=radio][disabled]+label,input[type=checkbox][disabled]+label { background-color:transparent }
label { font-weight:400; font-size:12pt;}
input[type=checkbox] { display: none }
input[type="checkbox"] + label span {
border: 1px solid #656565;
background: #f2f2f2;
display: inline-block;
vertical-align: middle;
width: 24px;
height: 24px;
margin: -1px 4px 0 0;
cursor: pointer;
}
input[type=checkbox]:checked+label span {
border-color:#86060e;
background:#b51b34;
background-image:url(images/check.png);
background-position:center;
background-repeat:no-repeat;
box-shadow:0 0 4px 1px #b2b2b2
}
input[type=checkbox]:checked+label span:before {
top:1px!important;
left:3px;
color:#fff;
text-shadow:1px 1px 2px rgba(0,0,0,.75)
}
input[type="radio"], .radio input[type="radio"], .radio-inline input[type="radio"] {
width: 25px;border-color:#666;
height: 17px;
border-radius: 1em;
}
input[type="checkbox"], input[type="radio"] {
padding-top: 1px;
padding-left: 5px;
}
/***********************************
MODULE COMPTE-CLIENT
**********************************/
#volet {
width:95%;
border-radius:0 0 8px 0;border:1px solid #666;
padding: 0;
background:#d9edf7;
z-index:5000
}
#volet a.ouvrir,
#volet a.fermer {
padding: 10px 25px;
background:rgba(96, 90, 88, 0.8);
color: #fff;
text-decoration: none;
}
#volet a.ouvrir {
background:#CC3300
}
#volet {
position: absolute;
left: -95%; /* test fixed + scroll, on retire la position top */
-webkit-transition: all .5s ease-in;
-moz-transition: all .5s ease-in;
transition: all .5s ease-in;
}
#volet a.ouvrir {
position: absolute;
right: -100px;
top: 65px; width:170px; text-align:center; font-size: 20px;
-webkit-transform: rotate(270deg);
-moz-transform: rotate(270deg);
-o-transform: rotate(270deg);
-ms-transform: rotate(270deg);
-moz-radius: 0 0 8px 8px;
border-radius: 0 0 8px 8px;
}
#volet a.fermer {
position: absolute;
right: -106px;
top: 65px; width:170px; text-align:center; font-size: 20px;
-webkit-transform: rotate(270deg);
-moz-transform: rotate(270deg);
-o-transform: rotate(270deg);
-ms-transform: rotate(270deg);
-moz-radius: 0 0 8px 8px;
border-radius: 0 0 8px 8px;
}
#volet a.fermer {
display: none;
}
#volet:target {
left: 0;
}
/* code pour la fermeture */
#volet:target a.fermer {
display: block;
}
#volet:target a.ouvrir {
display: none;
}
#volet_clos:target #volet {
left: -95%;
}
/* test fixed + scroll */
#volet_clos {
position: fixed; width:100%;
top: 120px; left: 0; z-index:5000
}
.fich a { color:#CC0000; font-weight:bold }
</style>