| Server IP : 188.114.97.2 / Your IP : 104.23.197.231 Web Server : Apache/2.4.59 (Debian) System : Linux EDL-STRETCH 4.19.0-27-amd64 #1 SMP Debian 4.19.316-1 (2024-06-25) x86_64 User : edlftp ( 1002) PHP Version : 7.4.33 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/nicolasj/www/maisondegaia.be/css/ |
Upload File : |
/* Encodé en UTF-8 */
/*** MESSAGE TOP ***/
#message-top {
font-size: 1.4em;
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 9999;
}
div.ok #message-top-inner {
background: #ebf1ec url('/images/base/ok-bg.png') repeat-x 0 0;
min-height: 100px;
color: #000;
}
div.ok #message-top-inner-inner {
background: url('/images/base/ok-bg-icon.png') no-repeat 24px 24px;
min-height: 100px;
}
div.ok #message-top-inner p {
color: #376a02;
font-family: Arial, Helvetica, sans-serif;
font-size: 1.3em;
font-weight: 700;
padding: 40px 0 0 120px;
}
div.ko #message-top-inner {
background: #ebf1ec url('/images/base/ko-bg.png') repeat-x 0 0;
min-height: 100px;
color: #000;
}
div.ko #message-top-inner-inner {
background: url('/images/base/ko-bg-icon.png') no-repeat 24px 19px;
min-height: 100px;
}
div.ko #message-top-inner p {
color: #910000;
font-family: Arial, Helvetica, sans-serif;
font-size: 1.3em;
font-weight: 700;
padding: 20px 0 0 120px;
}
div.ko #message-top-inner ul {
padding: 10px 0 10px 120px;
}
div.ko #message-top-inner ul li {
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
font-weight: 400;
padding: 5px 0 5px 12px;
color: #000;
list-style: none;
background: url('/images/base/ko-puce.png') no-repeat 0 10px;
}
#message-top #close {
width: 100%;
height: 41px;
display: block;
z-index: 99999;
padding: 0;
}
div.ok #close {
background: url('/images/base/ok-close-bg.png') repeat-x 0 0;
}
div.ko #close {
background: url('/images/base/ko-close-bg.png') repeat-x 0 0;
}
#message-top #close a {
width: 100%;
height: 41px;
display: block;
outline: none;
}
div.ok #close a {
background: url('/images/base/ok-close-a-bg-<?php echo $lang ?>.png') no-repeat 98% 0;
}
div.ko #close a {
background: url('/images/base/ko-close-a-bg-<?php echo $lang ?>.png') no-repeat 98% 0;
}