|
Server IP : 128.199.20.84 / Your IP : 108.162.242.87 Web Server : Apache/2.4.41 (Ubuntu) System : Linux competent-maruti 5.4.0-128-generic #144-Ubuntu SMP Tue Sep 20 11:00:04 UTC 2022 x86_64 User : www-data ( 33) PHP Version : 8.0.20 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 : OFF Directory (0775) : /var/lib/python/../python/../python/../python/../systemd/../../www/html/panel_assets/css/ |
| [ Home ] | [ C0mmand ] | [ Upload File ] |
|---|
body {}
#theArt {
padding: .5em;
overflow: hidden;
background: whitesmoke;
width: 440px;
margin: auto;
}
.artGroup {
display: block;
width: 200px;
height: 200px;
position: relative;
margin: 0 10px 10px 10px;
float: left;
}
.artwork {
display: block;
width: 100%;
height: 100%;
}
.artGroup img {
width: 100%;
height: 100%;
position: absolute;
display: block;
border: 1px solid #333;
}
.artGroup .detail {
display: block;
background: #fff;
width: 100%;
height: 100%;
position: absolute;
}
.artGroup .detail h3 {
font: 300 18px/1.1 'roboto', sans-serif;
text-align: center;
color: orange;
}
.artGroup .detail p {
font: 200 13px/1.2 'roboto', sans-serif;
text-align: left;
padding: 0 0.25em;
}
article {
clear: both;
font: 300 15px/1.2 'roboto', sans-serif;
margin: 2em auto;
max-width: 600px;
}
/* Older Browsers */
.artGroup.slide { overflow: hidden; }
.artGroup.slide .detail { bottom: -364px; }
/* Newer Browsers */
.artGroup.flip {
-webkit-perspective: 800px;
perspective: 800px;
}
.artGroup.flip .artwork {
-webkit-transition: -webkit-transform 1s ease;
transition: transform 1s ease;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.artGroup.flip .detail,
.artGroup.flip .theFlip {
-webkit-transform: rotateY(-180deg);
transform: rotateY(-180deg);
}
.artGroup.flip img,
.artGroup.flip .detail {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}