Popup Content
Sizing
Images
Talking to the iPaper API
Rotation/resizing
max-width: 600px;
min-width: 200px;
min-height: 250px;CSS applied
Last updated
max-width: 600px;
min-width: 200px;
min-height: 250px;Last updated
html, body, h1, h2, h3, p {
margin: 0;
padding: 0;
font-family: Verdana, Arial, Sans-Serif;
}
body {
padding: 10px;
-webkit-transform-style: preserve-3d;
-webkit-text-size-adjust: 100%;
}
p {
line-height: 20px;
margin-bottom: 10px;
font-size: 14px;
}
hr {
border: none;
border-top: 1px solid #CCC;
margin-top: 12px;
display: block;
height: 10px;
}
img {
max-width: 100%;
height: auto !important;
}