styles.css 7.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325
  1. .frreport {
  2. border:/*main-border-width*/0px solid /*main-border-color*/black;
  3. display:-moz-inline-stack;
  4. display:inline-block;
  5. zoom:1;
  6. background-color:/*main-background-color*/white;
  7. color:/*main-text-color*/black;
  8. font-family:Tahoma, Geneva, sans-serif;
  9. font-style:normal;
  10. font-weight:normal;
  11. font-size:/*main-font-size*/10px;
  12. }
  13. .frreport .frtoolbar input {
  14. -webkit-appearance:none;
  15. padding:0;
  16. margin:0;
  17. }
  18. .frreport .frtoolbar input[type="text"]
  19. {
  20. width:auto;
  21. }
  22. .frreport .frtoolbar
  23. {
  24. _border-bottom:/*toolbar-border-width*/1px solid /*toolbar-border-color*/black;
  25. vertical-align:middle;
  26. color:/*toolbar-text-color*/black;
  27. background:/*toolbar-background-color*/#ebebeb /*toolbar-background-url*/url(/Web/Toolbar/ToolbarBackground.gif) center repeat-x;
  28. height:/*toolbar-height*/40px;
  29. width:100%;
  30. }
  31. .frreport .frtoolbar .space {
  32. visibility:hidden;
  33. width:100%;
  34. height:32%;
  35. float:left;
  36. }
  37. .frreport .frtoolbar .input {
  38. border:0;
  39. background:/*toolbar-input-background-color*/#f8f8f8;
  40. font-size:/*toolbar-font-size*/12px;
  41. padding-top:3px;
  42. padding-bottom:3px;
  43. margin-top:-2px;
  44. -moz-border-radius:2px;
  45. -webkit-border-radius:2px;
  46. border-radius:2px;
  47. -khtml-border-radius:2px;
  48. }
  49. .frreport .frtoolbar .delim {
  50. padding:3px 5px 3px 5px!important;
  51. }
  52. .frreport .frtoolbar .input:hover {
  53. background:/*toolbar-input-selected-background-color*/#fff;
  54. }
  55. .frreport .frtoolbar .center {
  56. text-align:center;
  57. }
  58. .frreport .frtoolbar .left {
  59. text-align:left;
  60. }
  61. .frreport .frtoolbar .tr, .frreport .frtoolbar .td {
  62. position:relative;
  63. float:left;
  64. }
  65. .frreport .frtoolbar .td {
  66. text-align:center;
  67. }
  68. .frreport .frtoolbar img {
  69. border:0;
  70. }
  71. .frreport .divider {
  72. width:10px;
  73. }
  74. .frreport .nav {
  75. width:16px;
  76. cursor:pointer;
  77. border:none;
  78. }
  79. .frreport .round {
  80. box-shadow:2px 2px 5px #777;
  81. -webkit-box-shadow:2px 2px 5px #777;
  82. -moz-box-shadow:2px 2px 5px #777;
  83. }
  84. .frreport .frbody {
  85. display: inline-block;
  86. overflow: auto;
  87. width: 100%;
  88. height: /*body-height*/100%;
  89. }
  90. .frreport .frbody .frcontainer {
  91. display: inline-block;
  92. overflow: hidden;
  93. }
  94. .frreport .frtoolbar ul {
  95. list-style:none;
  96. margin:0;
  97. padding:0;
  98. }
  99. .frreport .radio {
  100. list-style:none;
  101. }
  102. .frreport .frtoolbar li ul {
  103. position:absolute;
  104. display:none;
  105. padding:0;
  106. text-align:left;
  107. white-space:nowrap;
  108. border:/*menu-border-width*/1px solid /*menu-border-color*/#888;
  109. background-color:/*menu-background-color*/#f0f0f0;
  110. z-index:100;
  111. }
  112. .frreport .menuitem {
  113. text-align:left;
  114. /*
  115. display:block;
  116. width:240px;*/
  117. }
  118. .frreport .radioitem {
  119. text-align:left;
  120. /*
  121. display:block;
  122. width:120px; */
  123. }
  124. .frreport .checked {
  125. background:/*toolbar-checkbox-url*/url("/Web/Toolbar/Checkbox.gif") no-repeat 8px 60%;
  126. }
  127. .frreport .menutext {
  128. padding:0.4em 1em 0.4em 1em!important;
  129. color:/*menu-text-color*/#444;
  130. cursor:pointer;
  131. font-size:/*toolbar-font-size*/12px;
  132. font-weight:normal;
  133. border:0;
  134. text-align:left;
  135. width:240px;
  136. background-color:/*menu-background-color*/#f0f0f0;
  137. }
  138. .frreport .padleft {
  139. padding-left:2em!important;
  140. }
  141. .frreport .frtoolbar li .menutext:hover {
  142. color:/*menu-selected-text-color*/#fff;
  143. background-color:/*menu-selected-background-color*/#bbbbbb;
  144. }
  145. .frreport .frtoolbar li:hover ul {
  146. display:block;
  147. }
  148. .frreport .export_button {
  149. background:/*toolbar-image-url*/url("/Web/Toolbar/Export.gif") no-repeat;
  150. width:16px;
  151. height:16px;
  152. background-position:-63px 0;
  153. }
  154. .frreport .print_button {
  155. background:/*toolbar-image-url*/url("/Web/Toolbar/Print.gif") no-repeat;
  156. width:16px;
  157. height:16px;
  158. background-position:-79px 0;
  159. }
  160. .frreport .zoom_button {
  161. background:/*toolbar-image-url*/url("/Web/Toolbar/Zoom.gif") no-repeat;
  162. width:16px;
  163. height:16px;
  164. background-position:-127px 0;
  165. }
  166. .frreport .settings_button {
  167. background:/*toolbar-image-url*/url("/Web/Toolbar/Settings.gif") no-repeat;
  168. width:16px;
  169. height:16px;
  170. background-position:-143px 0;
  171. }
  172. .frreport .refresh_button {
  173. background:/*toolbar-image-url*/url("/Web/Toolbar/Refresh.gif") no-repeat;
  174. width:16px;
  175. height:16px;
  176. background-position:-95px 0;
  177. }
  178. .frreport .first_button {
  179. background:/*toolbar-image-url*/url("/Web/Toolbar/First.gif") no-repeat;
  180. width:16px;
  181. height:16px;
  182. background-position:-15px 0;
  183. }
  184. .frreport .prev_button {
  185. background:/*toolbar-image-url*/url("/Web/Toolbar/Prev.gif") no-repeat;
  186. width:16px;
  187. height:16px;
  188. background-position:0px 0;
  189. }
  190. .frreport .next_button {
  191. background:/*toolbar-image-url*/url("/Web/Toolbar/Next.gif") no-repeat;
  192. width:16px;
  193. height:16px;
  194. background-position:-31px 0;
  195. }
  196. .frreport .last_button {
  197. background:/*toolbar-image-url*/url("/Web/Toolbar/Last.gif") no-repeat;
  198. width:16px;
  199. height:16px;
  200. background-position:-47px 0;
  201. }
  202. .frreport .search_button {
  203. background:/*toolbar-image-url*/url("/Web/Toolbar/Search.gif") no-repeat;
  204. width:16px;
  205. height:16px;
  206. background-position:-111px 0;
  207. }
  208. .frreport .back_button {
  209. background:/*toolbar-image-url*/url("/Web/Toolbar/Prev.gif") no-repeat;
  210. width:16px;
  211. height:16px;
  212. background-position:0px 0;
  213. }
  214. .frreport .export_button:disabled {
  215. background:/*toolbar-image-disabled-url*/url("/Web/Toolbar/Export.gif") no-repeat;
  216. background-position:-63px 0;
  217. }
  218. .frreport .print_button:disabled {
  219. background:/*toolbar-image-disabled-url*/url("/Web/Toolbar/Print.gif") no-repeat;
  220. background-position:-79px 0;
  221. }
  222. .frreport .zoom_button:disabled {
  223. background:/*toolbar-image-disabled-url*/url("/Web/Toolbar/Zoom.gif") no-repeat;
  224. background-position:-127px 0;
  225. }
  226. .frreport .settings_button:disabled {
  227. background:/*toolbar-image-disabled-url*/url("/Web/Toolbar/Settings.gif") no-repeat;
  228. background-position:-143px 0;
  229. }
  230. .frreport .refresh_button:disabled {
  231. background:/*toolbar-image-disabled-url*/url("/Web/Toolbar/Refresh.gif") no-repeat;
  232. background-position:-95px 0;
  233. }
  234. .frreport .first_button:disabled {
  235. background:/*toolbar-image-disabled-url*/url("/Web/Toolbar/First.gif") no-repeat;
  236. background-position:-15px 0;
  237. }
  238. .frreport .prev_button:disabled {
  239. background:/*toolbar-image-disabled-url*/url("/Web/Toolbar/Prev.gif") no-repeat;
  240. background-position:0px 0;
  241. }
  242. .frreport .next_button:disabled {
  243. background:/*toolbar-image-disabled-url*/url("/Web/Toolbar/Next.gif") no-repeat;
  244. background-position:-31px 0;
  245. }
  246. .frreport .last_button:disabled {
  247. background:/*toolbar-image-disabled-url*/url("/Web/Toolbar/Last.gif") no-repeat;
  248. background-position:-47px 0;
  249. }
  250. .frreport .search_button:disabled {
  251. background:/*toolbar-image-disabled-url*/url("/Web/Toolbar/Search.gif") no-repeat;
  252. background-position:-111px 0;
  253. }
  254. .frreport .back_button:disabled {
  255. background:/*toolbar-image-disabled-url*/url("/Web/Toolbar/Prev.gif") no-repeat;
  256. background-position:0px 0;
  257. }
  258. .frreport .tab
  259. {
  260. padding:0.2em 1em 0.2em 1em!important;
  261. margin: -0.2em 0.1em 0em 0.3em!important;
  262. color:/*menu-text-color*/#444;
  263. border:/*menu-border-width*/1px solid /*menu-border-color*/#888;
  264. background-color:/*menu-background-color*/#f0f0f0;
  265. font-size: 12px;
  266. font-style:normal;
  267. font-weight:normal;
  268. }
  269. .frreport .tabselector{float:left;}
  270. .frreport .tabclose
  271. {
  272. width:16px;
  273. padding:0.2em 0 0.2em 0!important;
  274. text-align:center;
  275. margin:-0.2em 0 0.1em -0.4em!important;
  276. color:#444;
  277. border-width:1px 1px 1px 0px;
  278. border-style:solid;
  279. border-color:#888;
  280. background-color:#f0f0f0;
  281. font-size: 12px;
  282. font-style:normal;
  283. font-weight:normal;}
  284. .frreport .tabselected, .frreport .tab:hover
  285. {
  286. color:/*menu-selected-text-color*/#fff;
  287. background-color:/*menu-selected-background-color*/#bbbbbb;
  288. }
  289. .gutter {
  290. background-color: #eee;
  291. background-repeat: no-repeat;
  292. background-position: 50%;
  293. }
  294. .gutter.gutter-horizontal {
  295. background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAeCAYAAADkftS9AAAAIklEQVQoU2M4c+bMfxAGAgYYmwGrIIiDjrELjpo5aiZeMwF+yNnOs5KSvgAAAABJRU5ErkJggg==');
  296. cursor: ew-resize;
  297. }
  298. .froutline, .frbody {
  299. -webkit-box-sizing: border-box;
  300. -moz-box-sizing: border-box;
  301. box-sizing: border-box;
  302. }
  303. .froutline {
  304. overflow: auto;
  305. height: /*body-height*/100%;
  306. /*direction: rtl;*/
  307. }
  308. .froutlinecontainer {
  309. /*direction: ltr;*/
  310. /*display: inline-block;*/
  311. }
  312. .froutline, .frbody, .gutter.gutter-horizontal {
  313. float: left;
  314. }