s40-theme.css 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305
  1. @charset "utf-8";
  2. .red{
  3. background-color:#C00;
  4. }
  5. .green{
  6. background-color: #060;
  7. }
  8. .hide {
  9. display: none;
  10. }
  11. .show {
  12. display: block;
  13. }
  14. *{
  15. margin: 0px;
  16. padding: 0px;
  17. }
  18. body {
  19. font-size:small;
  20. background-color: #F7F6F7;
  21. }
  22. h2{
  23. font-weight:normal;
  24. }
  25. .header_table{
  26. width:100%;
  27. }
  28. .header_table_td_height{
  29. height:40px;
  30. }
  31. .header_table_td_width{
  32. width:40px;
  33. }
  34. .table_td_vertical_align{
  35. vertical-align: top;
  36. }
  37. .ui-hide{
  38. display: none;
  39. }
  40. .ui-show{
  41. display: block;
  42. }
  43. .ui-page {
  44. background-color: #F7F6F7;
  45. }
  46. .ui-subpage{
  47. list-style: none;
  48. padding: 0px;
  49. margin: 0px;
  50. -webkit-transition: margin-left 0.5s linear;
  51. position: relative;
  52. }
  53. .slideRight{
  54. margin-left: -100%;
  55. }
  56. .ui-header {
  57. height: 40px;
  58. overflow: hidden;
  59. background-image: url(../images/title-bar.png);
  60. background-repeat: repeat-x;
  61. background-position: left top;
  62. }
  63. .ui-content {
  64. overflow:hidden;
  65. }
  66. .ui-padding-8px {
  67. padding: 8px;
  68. }
  69. .ui-label {
  70. color: white;
  71. font-size: small;
  72. background-color: #B5B5B5;
  73. padding: 8px;
  74. overflow: hidden;
  75. }
  76. .ui-button {
  77. background-image: url(../images/title-bar.png);
  78. background-repeat: repeat;
  79. background-position: left top;
  80. height: 35px;
  81. padding-right: 8px;
  82. padding-left: 8px;
  83. color: #FFF;
  84. text-decoration: none;
  85. margin: 5px;
  86. border-top-width: 1px;
  87. border-right-width: 1px;
  88. border-bottom-width: 1px;
  89. border-left-width: 1px;
  90. border-top-style: solid;
  91. border-right-style: solid;
  92. border-bottom-style: solid;
  93. border-left-style: solid;
  94. border-top-color: #459c32;
  95. border-right-color: #327025;
  96. border-bottom-color: #327025;
  97. border-left-color: #459c32;
  98. }
  99. .ui-fixed-40px{
  100. width: 40px;
  101. height: 40px;
  102. margin: 0px;
  103. margin-left: 8px;
  104. background-image: url(../images/button-bg_40x40.png);
  105. background-position: left top;
  106. background-repeat: repeat-x;
  107. border-top-width: 1px;
  108. border-right-width: 1px;
  109. border-bottom-width: 1px;
  110. border-left-width: 1px;
  111. border-top-style: solid;
  112. border-right-style: solid;
  113. border-bottom-style: solid;
  114. border-left-style: solid;
  115. border-top-color: #999;
  116. border-right-color: #333;
  117. border-bottom-color: #333;
  118. border-left-color: #999;
  119. font-weight: bold;
  120. }
  121. img{
  122. border:0px;
  123. }
  124. /* icon-buttons */
  125. .refresh-icon, .back-icon, .close-icon, .grid-icon, .search-icon{
  126. height: 40px;
  127. width: 40px;
  128. background-repeat: no-repeat;
  129. background-position: left top;
  130. border: none;
  131. }
  132. .ui-fieldset {
  133. background-color: #FFF;
  134. margin: 8px;
  135. padding: 8px;
  136. }
  137. .ui-fieldset-text-button {
  138. background-color: #FFF;
  139. margin: 8px;
  140. padding-left: 8px;
  141. }
  142. .ui-legend {
  143. color: #6A6B6B;
  144. }
  145. .ui-text-input{
  146. padding: 0px 4px;
  147. width: 94%;
  148. background-color: #F8F8F8;
  149. border-top-width: 1px;
  150. border-right-width: 1px;
  151. border-bottom-width: 1px;
  152. border-left-width: 1px;
  153. border-top-style: solid;
  154. border-right-style: solid;
  155. border-bottom-style: solid;
  156. border-left-style: solid;
  157. border-top-color: #B5B5B5;
  158. border-right-color: #E9E9E9;
  159. border-bottom-color: #E9E9E9;
  160. border-left-color: #B5B5B5;
  161. }
  162. .ui-list {
  163. background-color: #FFF;
  164. margin: 8px;
  165. padding: 8px;
  166. }
  167. .ui-list div.ui-list-item {
  168. height: 30px;
  169. border-bottom-width: 2px;
  170. border-bottom-style: solid;
  171. border-bottom-color: #E4E4E4;
  172. font-size: medium;
  173. }
  174. .ui-category-list {
  175. background-color: #d5e8cf;
  176. }
  177. .ui-category-list-item {
  178. padding-bottom: 0px;
  179. }
  180. .ui-category-list-item-title {
  181. height: 14px;
  182. font-weight: bold;
  183. font-size: small;
  184. background-color: #cdd6ca;
  185. border-bottom: 1px solid #FFF;
  186. padding: 8px;
  187. }
  188. .ui-close {
  189. background-image: url(../images/arrow-open.png);
  190. background-repeat: no-repeat;
  191. background-position: right center;
  192. }
  193. .ui-open {
  194. background-image: url(../images/arrow-close.png);
  195. background-repeat: no-repeat;
  196. background-position: right center;
  197. }
  198. .ui-category-list-item-body {
  199. padding: 8px;
  200. background-color: #FFF;
  201. margin: 0px 4px;
  202. }
  203. /* hack */
  204. .ui-category-list-item-body div.ui-list{
  205. margin: 0px;
  206. padding: 0px;
  207. }
  208. .ui-category-list-item-body div.ui-list > ul > li {
  209. height: 30px;
  210. border-bottom-width: 2px;
  211. border-bottom-style: solid;
  212. border-bottom-color: #E4E4E4;
  213. font-size: small;
  214. }
  215. .ui-tab {
  216. background-image: url(../images/tab_bg.png);
  217. background-repeat: repeat-x;
  218. text-align: center;
  219. height: 40px;
  220. vertical-align: top;
  221. border-right-width: 1px;
  222. border-right-style: solid;
  223. border-right-color: #999;
  224. border-left-width: 1px;
  225. border-left-style: solid;
  226. border-left-color: #FFF;
  227. border-bottom: 1px solid #999;
  228. font-weight: bold;
  229. width:32.5%;
  230. }
  231. .ui-tab-selected{
  232. background-color:#FFF;
  233. color:#090;
  234. background-image: none;
  235. border-bottom-color: #fff;
  236. }
  237. .ui-tab-content-row{
  238. background-color:#FFF;
  239. padding: 8px;
  240. margin: 0px;
  241. }
  242. .ui-text-input-with-adj-button{
  243. padding: 0px 4px;
  244. background-color: #F8F8F8;
  245. border-top-width: 1px;
  246. border-right-width: 1px;
  247. border-bottom-width: 1px;
  248. border-left-width: 1px;
  249. border-top-style: solid;
  250. border-right-style: solid;
  251. border-bottom-style: solid;
  252. border-left-style: solid;
  253. border-top-color: #B5B5B5;
  254. border-right-color: #E9E9E9;
  255. border-bottom-color: #E9E9E9;
  256. border-left-color: #B5B5B5;
  257. }
  258. .inline{
  259. display:inline-block;
  260. }
  261. .ui-showmv{
  262. display: inline-block;
  263. vertical-align:top;
  264. }
  265. h3{
  266. font-weight:normal;
  267. }