phpME.css 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369
  1. .body{
  2. margin: 0px;
  3. background-color: #FFFFFF;
  4. overflow: hidden;
  5. }
  6. .report_header{
  7. position: absolute;
  8. left: 0px;
  9. top: 1%;
  10. height: 30px;
  11. width: 100%;
  12. background-color: #45458D;
  13. font-family: Arial;
  14. font-size: 1.4em;
  15. font-weight: bold;
  16. color: #E8EEFF;
  17. z-index: 2;
  18. }
  19. .report_footer{
  20. position: absolute;
  21. bottom: 0%;
  22. left: 0%;
  23. width: 100%;
  24. height: 25px;
  25. z-index: 2;
  26. background-color: #45458D;
  27. }
  28. input{
  29. font-size: 0.8em;
  30. }
  31. .report_title{
  32. position: absolute;
  33. right: 2%;
  34. top: 1%;
  35. height:5%;
  36. width: auto;
  37. font-size: 1.1em;
  38. z-index: 1;
  39. color: #E8EEFF;
  40. font-family: Arial;
  41. z-index: 3;
  42. }
  43. .report_record_buttons{
  44. position: absolute;
  45. right: 0px;
  46. bottom: 0px;
  47. color: #E8EEFF;
  48. width: auto;
  49. font-weight: bold;
  50. font-family: Arial;
  51. font-size: 0.8em;
  52. text-align: right;
  53. z-index: 3;
  54. }
  55. .report_list_buttons{
  56. position: absolute;
  57. right: 0px;
  58. bottom: 0px;
  59. color: #E8EEFF;
  60. width: auto;
  61. font-weight: bold;
  62. font-family: Arial;
  63. font-size: 0.8em;
  64. text-align: right;
  65. z-index: 3;
  66. }
  67. .report_content{
  68. position: absolute;
  69. overflow: auto;
  70. width: 100%;
  71. right: 0%;
  72. top: 17%;
  73. height: 79%;
  74. background-color: #FFFFFF;
  75. border: 2px solid;
  76. border-color: #E8EEFF;
  77. font-family: Arial;
  78. font-size: 0.7em;
  79. z-index: 1;
  80. }
  81. .report_content_header_table{
  82. postition: absolute;
  83. top: 0%;
  84. left: 0%;
  85. height: auto;
  86. font-weight:bold;
  87. width: 100%;
  88. font-family: Arial;
  89. font-size: 8pt;
  90. color: #45458D;
  91. background-color: #E8EEFF;
  92. border: 1px solid;
  93. border-color: #45458D;
  94. table-layout:fixed;
  95. }
  96. .report_content_header{
  97. position: absolute;
  98. width: 100%;
  99. height: auto;
  100. top: 0%;
  101. left: 0%;
  102. overflow: auto;
  103. border: 1px solid;
  104. border-color: #FFFFFF;
  105. overflow:hidden;
  106. }
  107. .report_content_table{
  108. position: absolute;
  109. width: 100%;
  110. height: 93%;
  111. top: 7%;
  112. left: 0%;
  113. overflow: auto;
  114. }
  115. .report_content_table_table{
  116. width: 100%;
  117. font-family: Arial;
  118. font-size: 0.8em;
  119. color: #45458D;
  120. table-layout:fixed;
  121. overflow: auto;
  122. }
  123. .report_gesamt_berechung{
  124. position: absolute;
  125. bottom: 1%;
  126. left: 2%;
  127. width: auto;
  128. height: auto;
  129. font-weight: bold;
  130. font-family: Arial;
  131. font-size: 0.8em;
  132. color: #E8EEFF;
  133. z-index: 20;
  134. }
  135. .report_content_formular_table{
  136. position: absolute;
  137. top: 0%;
  138. width: 100%;
  139. height: auto;
  140. font-family: Arial;
  141. font-size: 1em;
  142. color: #45458D;
  143. }
  144. .report_content_formular_table td{
  145. vertical-align: top;
  146. padding-top: 1px;
  147. padding-bottom: 1px;
  148. padding-right: 3px;
  149. }
  150. select{
  151. font-size: 0.9em;
  152. border: 1px solid;
  153. color: #45458D;
  154. border-color: #E8EEFF;
  155. }
  156. .pme-input--2
  157. {
  158. font-size: 1em;
  159. border: 1px solid;
  160. color: #45458D;
  161. border-color: #E8EEFF;
  162. width: 100%;
  163. }
  164. .report_filter{
  165. position: absolute;
  166. top: 35px;
  167. height: 74px;
  168. left: 0%;
  169. width: 100%;
  170. background-color: #FFFFFF;
  171. overflow: hidden;
  172. font-family: Arial;
  173. font-size: 0.8em;
  174. color: #45458D;
  175. z-index: 5;
  176. border-bottom: 1px solid;
  177. border-bottom-color: #45458D;
  178. }
  179. .report_filter_table{
  180. width: 100%;
  181. height: auto;
  182. font-family: Arial;
  183. font-size: 0.8em;
  184. color: #45458D;
  185. }
  186. .report_filter_table_input_small{
  187. font-size: 0.9em;
  188. width:60px;
  189. border: 1px solid;
  190. border-color: #E8EEFF;
  191. }
  192. .report_filter_table_input_large{
  193. font-size: 0.9em;
  194. width:200px;
  195. border: 1px solid;
  196. border-color: #E8EEFF;
  197. }
  198. .report_calendar{
  199. position: absolute;
  200. display: 'none';
  201. z-index: 20;
  202. font-family: Arial;
  203. font-size: 1ex;
  204. background-color: #FFFFFF;
  205. border: 1px solid #45458D;
  206. }
  207. .report_calendar th{
  208. font-family: Arial;
  209. font-size: 1.2ex;
  210. color: #E8EEFF;
  211. background-color: #45458D;
  212. }
  213. .report_calendar td{
  214. font-family: Arial;
  215. font-size: 1.2ex;
  216. color: #45458D;
  217. }
  218. .pme-add{
  219. background-color: #E8EEFF;
  220. border-left-color: #F4FCFF;
  221. border-top-color: #F4FCFF;
  222. border-right-color: #8AB6FF;
  223. border-bottom-color: #629DFF;
  224. font-size: 0.8em;
  225. color: #45458D;
  226. }
  227. .pme-more{
  228. background-color: #E8EEFF;
  229. border-left-color: #F4FCFF;
  230. border-top-color: #F4FCFF;
  231. border-right-color: #8AB6FF;
  232. border-bottom-color: #629DFF;
  233. font-size: 0.8em;
  234. color: #45458D;
  235. }
  236. .pme-mail{
  237. background-color: #E8EEFF;
  238. border-left-color: #F4FCFF;
  239. border-top-color: #F4FCFF;
  240. border-right-color: #8AB6FF;
  241. border-bottom-color: #629DFF;
  242. font-size: 0.8em;
  243. color: #45458D;
  244. }
  245. .pme-document{
  246. background-color: #E8EEFF;
  247. border-left-color: #F4FCFF;
  248. border-top-color: #F4FCFF;
  249. border-right-color: #8AB6FF;
  250. border-bottom-color: #629DFF;
  251. font-size: 0.8em;
  252. color: #45458D;
  253. }
  254. .pme-pdfgen{
  255. background-color: #E8EEFF;
  256. border-left-color: #F4FCFF;
  257. border-top-color: #F4FCFF;
  258. border-right-color: #8AB6FF;
  259. border-bottom-color: #629DFF;
  260. font-size: 0.8em;
  261. color: #45458D;
  262. }
  263. .pme-rtfgen{
  264. background-color: #E8EEFF;
  265. border-left-color: #F4FCFF;
  266. border-top-color: #F4FCFF;
  267. border-right-color: #8AB6FF;
  268. border-bottom-color: #629DFF;
  269. font-size: 0.8em;
  270. color: #45458D;
  271. }
  272. .pme-rtfgen_detail{
  273. background-color: #E8EEFF;
  274. border-left-color: #F4FCFF;
  275. border-top-color: #F4FCFF;
  276. border-right-color: #8AB6FF;
  277. border-bottom-color: #629DFF;
  278. font-size: 0.8em;
  279. color: #45458D;
  280. }
  281. .pme-rtfgen_detailsc{
  282. background-color: #E8EEFF;
  283. border-left-color: #F4FCFF;
  284. border-top-color: #F4FCFF;
  285. border-right-color: #8AB6FF;
  286. border-bottom-color: #629DFF;
  287. font-size: 0.8em;
  288. color: #45458D;
  289. }
  290. .pme-save{
  291. background-color: #E8EEFF;
  292. border-left-color: #F4FCFF;
  293. border-top-color: #F4FCFF;
  294. border-right-color: #8AB6FF;
  295. border-bottom-color: #629DFF;
  296. font-size: 0.8em;
  297. color: #45458D;
  298. }
  299. .pme-cancel{
  300. background-color: #E8EEFF;
  301. border-left-color: #F4FCFF;
  302. border-top-color: #F4FCFF;
  303. border-right-color: #8AB6FF;
  304. border-bottom-color: #629DFF;
  305. font-size: 0.8em;
  306. color: #FF6266;
  307. }
  308. .pme-first{
  309. background-color: #E8EEFF;
  310. border-left-color: #F4FCFF;
  311. border-top-color: #F4FCFF;
  312. border-right-color: #8AB6FF;
  313. border-bottom-color: #629DFF;
  314. font-size: 0.8em;
  315. color: #45458D;
  316. }
  317. .pme-next{
  318. background-color: #E8EEFF;
  319. border-left-color: #F4FCFF;
  320. border-top-color: #F4FCFF;
  321. border-right-color: #8AB6FF;
  322. border-bottom-color: #629DFF;
  323. font-size: 0.8em;
  324. color: #45458D;
  325. }
  326. .pme-prev{
  327. background-color: #E8EEFF;
  328. border-left-color: #F4FCFF;
  329. border-top-color: #F4FCFF;
  330. border-right-color: #8AB6FF;
  331. border-bottom-color: #629DFF;
  332. font-size: 0.8em;
  333. color: #45458D;
  334. }
  335. .pme-last{
  336. background-color: #E8EEFF;
  337. border-left-color: #F4FCFF;
  338. border-top-color: #F4FCFF;
  339. border-right-color: #8AB6FF;
  340. border-bottom-color: #629DFF;
  341. font-size: 0.8em;
  342. color: #45458D;
  343. }
  344. .pme-goto{
  345. background-color: #E8EEFF;
  346. border-left-color: #F4FCFF;
  347. border-top-color: #F4FCFF;
  348. border-right-color: #8AB6FF;
  349. border-bottom-color: #629DFF;
  350. font-size: 0.8em;
  351. color: #45458D;
  352. }
  353. .pme-filter{
  354. background-color: #E8EEFF;
  355. border-left-color: #F4FCFF;
  356. border-top-color: #F4FCFF;
  357. border-right-color: #8AB6FF;
  358. border-bottom-color: #629DFF;
  359. font-size: 0.9em;
  360. color: #45458D;
  361. }