template.css 554 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. .nokia-template-container {
  2. position: relative;
  3. overflow: hidden;
  4. }
  5. .nokia-template-header {
  6. height: 60px;
  7. }
  8. .nokia-template-content {
  9. height: 480px;
  10. padding: 10px;
  11. overflow: auto;
  12. font-size: 18px;
  13. }
  14. .nokia-template-footer {
  15. height: 80px;
  16. padding: 10px 0;
  17. }
  18. .nokia-template-header-landscape {
  19. height: 60px;
  20. }
  21. .nokia-template-content-landscape {
  22. height: 280px;
  23. width: 568px;
  24. }
  25. .nokia-template-footer-landscape {
  26. height: 300px;
  27. width: 52px;
  28. padding: 0;
  29. position: absolute;
  30. top: 60px;
  31. right: 0;
  32. }