templatedefault.css 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. /* Content */
  2. .nokia-template-container .nokia-template-content-no-footer {
  3. width: 100%;
  4. height: 560px;
  5. }
  6. .nokia-template-content-landscape.nokia-template-content-no-footer {
  7. height: 280px;
  8. }
  9. /* Footer */
  10. .nokia-template-footer {
  11. background: url(images/bg_shadows.png) repeat-x;
  12. padding: 0;
  13. }
  14. .nokia-template-footer-landscape {
  15. background: url(images/bg_shadows-horizontal.png) repeat-y 100% 0;
  16. padding: 0px;
  17. width: 66px;
  18. }
  19. /* Iconic Menu */
  20. .nokia-template-footer .nokia-iconicmenu-label {
  21. color: #474747;
  22. }
  23. .nokia-template-footer .nokia-iconicmenu-item {
  24. width: 20%;
  25. padding: 4px 0;
  26. }
  27. .nokia-template-footer-landscape .nokia-iconicmenu-item {
  28. width: 46px;
  29. margin: 8px 0 0 4px;
  30. height: auto;
  31. padding: 0 4px;
  32. }
  33. .nokia-template-footer-landscape .nokia-iconicmenu-label {
  34. display: none;
  35. }
  36. /* Header Icons */
  37. .nokia-template-header .nokia-template-header-icon-back {
  38. background-image: url(images/icon_back.png);
  39. background-position: 0 0;
  40. position: absolute;
  41. right: 5px;
  42. }
  43. .nokia-template-header .nokia-template-header-icon-search {
  44. background-image: url(images/icon_search.png);
  45. background-position: 0 0;
  46. }
  47. .nokia-template-header .nokia-template-header-icon-menu {
  48. background-image: url(images/icon_options.png);
  49. background-position: 0 0;
  50. }
  51. .nokia-template-header .nokia-template-header-icon-menu-hover {
  52. background-position: 0 -60px;
  53. }
  54. .nokia-template-header .nokia-template-header-icon-close {
  55. background-image: url(images/icon_close.png);
  56. background-position: 0 0;
  57. position: absolute;
  58. right: 5px;
  59. }
  60. .nokia-template-header .nokia-template-header-icon-home {
  61. background-image: url(images/icon_home.png);
  62. background-position: 0 0;
  63. }
  64. .nokia-template-header .nokia-template-header-icon-separator {
  65. background-image: url(images/line_vertical.png);
  66. width: 3px;
  67. }
  68. .nokia-template-header .nokia-template-header-title {
  69. color: white;
  70. text-decoration: none;
  71. font-size: 20px;
  72. display: block;
  73. float: left;
  74. margin: 0 5px;
  75. width: 110px;
  76. height: 40px;
  77. padding-top: 20px;
  78. }
  79. .nokia-template-header .nokia-template-header-icon-separator-right {
  80. background-image: url(images/line_vertical.png);
  81. width: 4px;
  82. position: absolute;
  83. right: 58px;
  84. }
  85. .nokia-template-header .nokia-template-header-icon-hover {
  86. background-position: 0 -60px;
  87. }