general.css 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142
  1. @CHARSET "UTF-8";
  2. /*
  3. * Copyright (c) 2009 Nokia Corporation.
  4. */
  5. html {
  6. font-family: Lucida Grande, sans-serif;
  7. font-size: 1em;
  8. margin: 0;
  9. padding: 0;
  10. }
  11. body {
  12. /*display: none;*/
  13. margin: 0;
  14. padding: 0;
  15. }
  16. #headerContainer {
  17. width: 35%;
  18. font-size: 100%;
  19. height: 3em;
  20. position: fixed;
  21. top: 0;
  22. left:0;
  23. margin: 0;
  24. padding: 0;
  25. border-right: 0.125em solid black;
  26. border-bottom: 0.125em solid black;
  27. background: -webkit-gradient(linear,
  28. left top,
  29. left bottom,
  30. from(#e0f1cd),
  31. to(#82c53a));
  32. text-align: center;
  33. }
  34. #cartoonReader {
  35. display: inline-block;
  36. clear: none;
  37. font-weight: bold;
  38. font-style: italic;
  39. margin: 0;
  40. padding: 0.4em 0 0.4em 0;
  41. width: auto;
  42. height: 2em;
  43. vertical-align: middle;
  44. line-height: 2em;
  45. font-size: 100%;
  46. line-height: 2em;
  47. }
  48. #cartoonReader img {
  49. max-height: 2em;
  50. text-align: center;
  51. vertical-align: middle;
  52. }
  53. #maemoTaskSwitcher {
  54. font-size: 100%;
  55. float: left;
  56. clear: none;
  57. backround: transparent;
  58. border: 0;
  59. margin: 0;
  60. padding: 0.5em 0 0.5em 0.5em;
  61. height: 3em;
  62. vertical-align: middle;
  63. }
  64. #maemoTaskSwitcher {
  65. background: transparent;
  66. }
  67. #maemoTaskSwitcher img{
  68. max-height: 2em;
  69. }
  70. nav li {
  71. clear: none;
  72. list-style: none;
  73. padding: 0;
  74. margin: 0;
  75. font-size: 100%;
  76. }
  77. nav li button {
  78. font-size: 100%;
  79. font-weight: bold;
  80. padding: 0.375em 1em;
  81. margin: 0 0;
  82. color: #cfcfcf;
  83. background: -webkit-gradient(linear,
  84. left top,
  85. left bottom,
  86. from(#5f5f5f),
  87. to(#262626));
  88. -webkit-border-radius: 7px;
  89. border: 0.125em solid #5e5e5e;
  90. /* It seems that the height for button includes also the border and the padding */
  91. height: 3em;
  92. vertical-align: middle;
  93. }
  94. nav li button img {
  95. text-align: center;
  96. max-height: 2em;
  97. -webkit-user-drag: none;
  98. margin: 0 1em;
  99. vertical-align: text-bottom;
  100. }
  101. nav li button:active {
  102. background: -webkit-gradient(linear,
  103. left top,
  104. left bottom,
  105. from(#262626),
  106. to(#5f5f5f));
  107. }
  108. #topNavigation, #navigation {
  109. width: 58.5%;
  110. position: fixed;
  111. top: 0em;
  112. right: 0em;
  113. margin: 0.125em 0 0;
  114. padding: 0;
  115. }
  116. #topNavigation button {
  117. margin-right: 1em;
  118. float: right;
  119. padding-left: 1em;
  120. padding-right: 1em;
  121. }
  122. .full-stop-div {
  123. width: 100%;
  124. height: 0px;
  125. clear: both;
  126. }