@media only screen and (min-width: 600px) {
/* For tablets: */
}
@media only screen and (min-width: 768px) {
/* For desktop: */
}
@media only screen and (min device width: 320px)
and ( webkit min device pixel ratio: 2)
and (orientation: portrait) {
/* For Phone Portrait: */
}
img { max-width: 100%; height: auto; width: auto\9; /* ie8 */ }
Thumbnailsize
ctemsg{font size: 7em;}
.dspCTE{
width:300px;
text align:center;
}
CTEsize background transition
.CTE-target{
60 60 1);
display:none;
border radius:15px;
}
a.CTE-close{
font-size:2em;
... |