123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- body,
- html{
- text-align: center;
- color: white;
- }
- body{
- background-color: #333;
- font-family: Georgia;
- }
- div.page{
- padding-right:136px;
- position: relative;
- }
- div.pinch-zoom {
- position: relative;
- }
- div.pinch-zoom a{
- color: white;
- position: absolute;
- bottom: 10px;
- right: 10px;
- text-decoration: none;
- background: #333;
- padding: 3px;
- font-size: 11px;
- }
- div.pinch-zoom div.description {
- position: absolute;
- top: 500px;
- left: 210px;
- }
- div.pinch-zoom div.description h1{
- font-size: 40px;
- margin: 0px;
- margin-bottom: 10px;
- }
- div.pinch-zoom div.description p{
- margin: 0px;
- }
- ul{
- margin: 0;
- padding: 0;
- }
|