base_s40.css 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223
  1. body {
  2. background-color: #F7F6F7;
  3. margin: 0px;
  4. }
  5. .show {
  6. display: block;
  7. }
  8. .hide {
  9. display: none;
  10. }
  11. .header {
  12. height: 40px;
  13. background-image:url('../img/header_background.png');
  14. }
  15. .app_name {
  16. color: white;
  17. font-weight: bold;
  18. padding-top: 10px;
  19. padding-bottom: 10px;
  20. padding-left: 30px;
  21. padding-right: 0px;
  22. }
  23. .app_logo {
  24. padding-left: 30px;
  25. padding-right: 0px;
  26. }
  27. .header_search {
  28. text-align: right;
  29. }
  30. .header_table {
  31. height: 40px;
  32. width: 100%;
  33. margin: 0px;
  34. padding: 0px;
  35. }
  36. .header_background {
  37. background-image:url('../img/header_background.png');
  38. }
  39. .app_logo {
  40. width: 43px;
  41. }
  42. .header_search_box_td {
  43. width:50%;
  44. padding-left:30px;
  45. }
  46. .header_search_box {
  47. width: 100px;
  48. }
  49. .header_transition_window {
  50. overflow: hidden;
  51. width: 197px;
  52. }
  53. .strip {
  54. width:394px;
  55. -webkit-transition: margin-left 1.0s linear;
  56. margin-right: 10px;
  57. }
  58. .show_app_name {
  59. margin-left:0px;
  60. }
  61. .show_search_box {
  62. margin-left:-197px;
  63. }
  64. .category {
  65. border-bottom-style: solid;
  66. border-bottom-color: #FFFFFF;
  67. border-bottom-width: 2px;
  68. }
  69. .category_header {
  70. width: 100%;
  71. height: 40px;
  72. color: black;
  73. background-color: #CED3C6;
  74. font-weight: bold;
  75. }
  76. .category_table {
  77. height: 40px;
  78. width: 100%;
  79. margin: 0px;
  80. padding: 0px;
  81. }
  82. .category_arrow {
  83. text-align: right;
  84. }
  85. .category_name {
  86. color: black;
  87. font-weight: bold;
  88. padding-top: 10px;
  89. padding-bottom: 10px;
  90. padding-left: 10px;
  91. padding-right: 0px;
  92. }
  93. .item_container {
  94. background-color: #CED3C6;
  95. padding-top: 5px;
  96. padding-bottom: 5px;
  97. border-top-style: solid;
  98. border-top-color: #B5B2B5;
  99. border-top-width: 2px;
  100. }
  101. .list_item {
  102. height: 30px;
  103. background-color: white;
  104. margin-left: 5px;
  105. margin-right: 5px;
  106. padding-left: 15px;
  107. padding-top: 10px;
  108. font-weight: bold;
  109. border-bottom-style: solid;
  110. border-bottom-color: #e7e7e7;
  111. border-bottom-width: 2px;
  112. }
  113. .list_item_picture {
  114. }
  115. .text_entry {
  116. width: 100%;
  117. height: 40px;
  118. color: black;
  119. background-color: #C6CBCE;
  120. margin-top: 10px;
  121. margin-bottom: 10px;
  122. padding-left: 10px;
  123. padding-right: 10px;
  124. }
  125. .text_entry_with_label {
  126. color: white;
  127. width: 100%;
  128. height: 60px;
  129. background-color: #C6CBCE;
  130. margin-top: 10px;
  131. margin-bottom: 10px;
  132. padding-left: 10px;
  133. padding-right: 10px;
  134. }
  135. .button {
  136. height: 40px;
  137. background-image:url('../img/button_background.png');
  138. color: white;
  139. }
  140. .image_list_item {
  141. height: 30px;
  142. background-color: white;
  143. margin-left: 5px;
  144. margin-right: 5px;
  145. padding-left: 15px;
  146. padding-top: 10px;
  147. font-weight: bold;
  148. border-bottom-style: solid;
  149. border-bottom-color: #e7e7e7;
  150. border-bottom-width: 2px;
  151. }
  152. .image_list_item_text {
  153. padding-left: 10px;
  154. }
  155. .featured_list_item {
  156. height: 30px;
  157. margin: 5px;
  158. background-color: white;
  159. padding-left: 15px;
  160. padding-top: 10px;
  161. vertical-align: middle;
  162. font-weight: bold;
  163. }
  164. .list_item_title_bar {
  165. height: 20px;
  166. background-color: #8FBC84;
  167. color: black;
  168. padding-left: 5px;
  169. font-weight: bold;
  170. width: 100%;
  171. }
  172. .tab_table {
  173. width: 100%;
  174. }
  175. .tab {
  176. height: 40px;
  177. width: 33%;
  178. text-align: center;
  179. border-right: 1px solid grey;
  180. }
  181. .tab_not_selected {
  182. color: grey;
  183. background-image:url('../img/tab_background.png');
  184. }
  185. .tab_selected {
  186. background-color: white;
  187. color: green;
  188. }