gallery.css 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320
  1. body {
  2. padding: 0px;
  3. margin: 0px;
  4. font-size: 12px;
  5. font-family: '微软雅黑', Trebuchet MS, Verdana, Helvetica, Arial, sans-serif;
  6. background-image: url("../images/gallery_bg.png");
  7. background-repeat: repeat;
  8. }
  9. article,aside,dialog,figure,footer,header,hgroup,nav,section {
  10. display: block;
  11. }
  12. header {
  13. height: 100px;
  14. background-image: url("../images/gallery_t_bg.png");
  15. background-repeat: repeat-x;
  16. }
  17. #gallery_logo {
  18. height: 100px;
  19. width: 200px;
  20. float: left;
  21. background-image: url("../images/gallery_logo.png");
  22. background-repeat: no-repeat;
  23. }
  24. #gallery_watchword {
  25. color: #ffffff;
  26. float: right;
  27. font-size: 30px;
  28. padding-right: 20px;
  29. padding-top: 40px;
  30. }
  31. nav {
  32. background-color: #f3f6f9;
  33. background-image: -moz-linear-gradient(top, #fafafa, #f0f4f8);
  34. /* Firefox */
  35. background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fafafa),
  36. color-stop(1, #f0f4f8) ); /* Saf4+, Chrome */
  37. height: 40px;
  38. border-bottom: 1px solid #ced1da;
  39. -webkit-box-shadow: 0px 1px 2px #f1f1f1;
  40. -moz-box-shadow: 0px 1px 2px #f1f1f1;
  41. box-shadow: 0px 1px 2px #f1f1f1;
  42. }
  43. #gallery_tools{
  44. margin-left:270px;
  45. padding-top:5px;
  46. height: 30px;
  47. line-height:30px;
  48. }
  49. .gallery_tool .gallery_too{
  50. margin:0px 4px;
  51. display:inline-block;
  52. }
  53. .gallery_too a{
  54. text-decoration: none;
  55. }
  56. .gallery_check{
  57. position: relative;
  58. top:2px;
  59. }
  60. .gallery_bg{
  61. width:60px;
  62. height:20px;
  63. position: relative;
  64. display:inline-block;
  65. top:6px;
  66. border: 1px solid #ced1da;
  67. cursor:pointer;
  68. background-color: #FEFEFE;
  69. z-index: 99;
  70. }
  71. .gallery_bg_list{
  72. border: 1px solid #ced1da;
  73. background-color: #FEFEFE;
  74. position: absolute;
  75. display:inline-block;
  76. width:60px;
  77. top:20px;
  78. left:-1px;
  79. margin:0px;
  80. display:none;
  81. -webkit-box-shadow: 2px 1px 1px #eeeeee;
  82. -moz-box-shadow: 2px 1px 1px #eeeeee;
  83. box-shadow: 2px 1px 1px #eeeeee;
  84. }
  85. .gallery_color{
  86. width:54px;
  87. height:20px;
  88. margin:2px 1px;
  89. border: 1px solid #ced1da;
  90. }
  91. .gallery_color_hover{
  92. border-color: #f8c122;
  93. }
  94. #gallery_color_picker{
  95. display: none;
  96. position: absolute;
  97. top:0px;
  98. left:254px;
  99. width:92px;
  100. height:92px;
  101. background-color: #FEFEFE;
  102. border: 1px solid #ced1da;
  103. -webkit-box-shadow: 2px 1px 1px #eeeeee;
  104. -moz-box-shadow: 2px 1px 1px #eeeeee;
  105. box-shadow: 2px 1px 1px #eeeeee;
  106. z-index: 9999;
  107. }
  108. #gallery_color_picker .color{
  109. width:24px;
  110. height:24px;
  111. float: left;
  112. margin:2px;
  113. border: 1px solid #ced1da;
  114. cursor: pointer;
  115. }
  116. #form_tr_temlate{
  117. display:none;
  118. }
  119. #dialog-form{
  120. background-color: #FEFEFE;
  121. position: relative;
  122. display: none;
  123. }
  124. #validateTips{
  125. color:#1987a8;
  126. }
  127. #custom-data,#download{
  128. position: relative;
  129. height:25px;
  130. top:0px;
  131. font-family: '微软雅黑', Trebuchet MS, Verdana, Helvetica, Arial, sans-serif;
  132. font-size:12px;
  133. cursor: pointer;
  134. }
  135. .form_table{
  136. width: 340px;
  137. margin:0px;
  138. border: 1px solid #dadee4;
  139. border-collapse:collapse;
  140. float: left;
  141. }
  142. .dialog-form a:link{
  143. color:#0e708d;
  144. }
  145. .form_table thead{
  146. background-color: #eeeeee;
  147. }
  148. .form_table td{
  149. padding:4px;
  150. border: 1px solid #dadee4;
  151. }
  152. .form_table thead td{
  153. text-align: center;
  154. font-size: 12px;
  155. font-weight: 600;
  156. }
  157. .form_text{
  158. width:80px;
  159. }
  160. .ui-widget {
  161. font-family: '微软雅黑', Trebuchet MS, Verdana, Helvetica, Arial, sans-serif;
  162. font-size:12px;
  163. }
  164. #gallery_container {
  165. height: 450px;
  166. position: relative;
  167. }
  168. #gallery_left_container {
  169. width: 260px;
  170. height: 100%;
  171. }
  172. .gallery_section{
  173. margin: 5px;
  174. border: 1px solid #ced1da;
  175. background-color: #FEFEFE;
  176. -moz-border-radius-topleft:6px;
  177. -moz-border-radius-topright:6px;
  178. -webkit-border-top-left-radius:6px;
  179. -webkit-border-top-right-radius:6px;
  180. -khtml-border-radius-topleft:6px;
  181. -khtml-border-radius-topright:6px;
  182. border-top-left-radius:6px;
  183. border-top-right-radius:6px;
  184. }
  185. .gallery_bar{
  186. border-bottom: 1px solid #ced1da;
  187. height:30px;
  188. line-height: 30px;
  189. background-color: #f3f6f9;
  190. background-image: -moz-linear-gradient(top, #fafafa, #f0f4f8);
  191. /* Firefox */
  192. background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fafafa),
  193. color-stop(1, #f0f4f8) ); /* Saf4+, Chrome */
  194. -moz-border-radius-topleft:6px;
  195. -moz-border-radius-topright:6px;
  196. -webkit-border-top-left-radius:6px;
  197. -webkit-border-top-right-radius:6px;
  198. -khtml-border-radius-topleft:6px;
  199. -khtml-border-radius-topright:6px;
  200. border-top-left-radius:6px;
  201. border-top-right-radius:6px;
  202. color:#393b3c;
  203. font-weight:600;
  204. padding-left:10px;
  205. }
  206. #gallery_ichart {
  207. height: 160px;
  208. }
  209. .gallery_draggable {
  210. width: 48px;
  211. height: 48px;
  212. float:left;
  213. margin:5px;
  214. background-image: url("../images/gallery_chart.png");
  215. border: 1px solid #ced1da;
  216. cursor:pointer;
  217. z-index: 100;
  218. }
  219. .pie2d{
  220. background-position: 0px 0px;
  221. }
  222. .pie3d{
  223. background-position: -48px 0px;
  224. }
  225. .column2d{
  226. background-position: -96px 0px;
  227. }
  228. .column3d{
  229. background-position: -144px 0px;
  230. }
  231. .bar2d{
  232. background-position: -192px 0px;
  233. }
  234. .area2d{
  235. background-position: -240px 0px;
  236. }
  237. .line2d{
  238. background-position: -288px 0px;
  239. }
  240. .sline2d{
  241. background-position: -336px 0px;
  242. }
  243. .gallery_hover{
  244. background-color: #c2e2eb !important;
  245. }
  246. #gallery_data {
  247. height: 288px;
  248. }
  249. .draggable_table{
  250. width: 238px;
  251. margin:8px 5px 0px 5px;
  252. cursor:move;
  253. border: 1px solid #dadee4;
  254. border-collapse:collapse;
  255. z-index:999;
  256. }
  257. .draggable_table thead{
  258. background-color: #eeeeee;
  259. }
  260. .draggable_table td{
  261. padding:2px;
  262. border: 1px solid #dadee4;
  263. }
  264. #gallery_right_container {
  265. position: absolute;
  266. top: 0px;
  267. left: 260px;
  268. }
  269. #canvasDiv{
  270. position: absolute;
  271. top: 20px;
  272. left: 290px;
  273. width:800px;
  274. height:400px;
  275. }
  276. .right_container{
  277. filter:alpha(opacity=50);
  278. -moz-opacity:0.5;
  279. -khtml-opacity: 0.5;
  280. opacity: 0.5;
  281. border: 1px solid #ced1da;
  282. background-color: #FEFEFE;
  283. }
  284. p{
  285. margin: 10px;
  286. }
  287. #ichart-weibo{
  288. position: relative;
  289. top: 8px;
  290. }
  291. footer{
  292. height: 20px;
  293. line-height:20px;
  294. padding-left:5px;
  295. }
  296. footer a:LINK{
  297. color:#114c3f;
  298. text-decoration: none;
  299. }
  300. footer a:VISITED{
  301. color:#114c3f;
  302. }
  303. footer a:HOVER{
  304. color:#359280;
  305. text-decoration:underline;
  306. }
  307. footer a:ACTIVE{
  308. color:#277564;
  309. }