jquery-sticklr.css 9.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474
  1. @font-face {
  2. font-family: 'Glyphicons Halflings';
  3. src: url("../fonts/glyphicons-halflings-regular.eot");
  4. src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"),
  5. url("../fonts/glyphicons-halflings-regular.woff") format("woff"),
  6. url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"),
  7. url("../fonts/glyphicons-halflings-regular.svg#fontcustom") format("svg");
  8. }
  9. .sticklr .notification-count {
  10. display: block;
  11. width: 12px;
  12. height: 12px;
  13. background: #555;
  14. box-shadow: 0 0 3px #999;
  15. border-radius: 6px;
  16. -moz-border-radius: 6px;
  17. -webkit-border-radius: 6px;
  18. color: #f0f0f0;
  19. cursor: default;
  20. font-size: 10px;
  21. line-height: 12px;
  22. text-indent: 3px;
  23. position: absolute;
  24. top: 2px;
  25. left: 200px;
  26. z-index: 96;
  27. }
  28. .sticklr td {
  29. width: 15px;
  30. padding-left: 50px;
  31. }
  32. .sticklr .calendar td:hover {
  33. /*background: #eaeaea;*/
  34. font-weight: bold;
  35. }
  36. .sticklr,
  37. .sticklr * {
  38. margin: 0;
  39. padding: 0;
  40. border: 0;
  41. outline: 0;
  42. font-family: Helvetica, Arial, sans-serif;
  43. font-size: 13px;
  44. line-height: 18px;
  45. color: #000;
  46. vertical-align: baseline;
  47. }
  48. .sticklr,
  49. .sticklr > li > ul {
  50. list-style-type: none;
  51. }
  52. .sticklr {
  53. position: fixed;
  54. top: 40%;
  55. left: 0;
  56. background-color: #fff;
  57. background-color: rgba(255, 255, 255, 1);
  58. /*border: 1px solid #b7b7b7;*/
  59. border-left: none;
  60. box-shadow: 2px 2px 5px #000;
  61. /*-moz-box-shadow: 0 0 5px #ccc;*/
  62. /*-webkit-box-shadow: 0 0 5px #ccc;*/
  63. width: 25px;
  64. overflow: visible;
  65. z-index: 90;
  66. }
  67. .sticklr-right {
  68. left: auto;
  69. right: 0;
  70. border-right: none;
  71. /*border-left: 1px solid #b7b7b7;*/
  72. }
  73. .sticklr > li {
  74. position: relative;
  75. text-align: center;
  76. }
  77. /*.sticklr > li > a {*/
  78. /*display: block;*/
  79. /*width: 16px;*/
  80. /*height: 16px;*/
  81. /*padding: 4px;*/
  82. /*图标的背景*/
  83. /*background-color: #fff;*/
  84. /*background-color: rgba(255, 255, 255, 1);*/
  85. /*background-position: 4px 4px;*/
  86. /*background-repeat: no-repeat;*/
  87. /*}*/
  88. .sticklr > li > a.notArrow >span{
  89. display: none;
  90. }
  91. .sticklr > li > a:hover{
  92. /*border: 1px solid #868686;*/
  93. /*box-shadow: 0px 0px 2px 2px #ccc inset ;*/
  94. /*-moz-box-shadow:0px 0px 2px 2px #ccc inset ;*/
  95. /*-webkit-box-shadow: 0px 0px 2px 2px #ccc inset ;*/
  96. cursor: pointer;
  97. }
  98. .sticklr > li > input {
  99. display: block;
  100. width: 16px;
  101. height: 16px;
  102. padding: 1px;
  103. /*background-color: #f0f0f0;*/
  104. /*background-color: rgba(240, 240, 240, 0.75);*/
  105. background-position: 4px 4px;
  106. background-repeat: no-repeat;
  107. }
  108. /*边界颜色*/
  109. .sticklr > li {
  110. /*border-bottom: 1px solid #f7f7f7;*/
  111. /*border-right: 1px solid #f7f7f7;*/
  112. /*border-top: 1px solid #ccc;*/
  113. }
  114. .sticklr > li:first-child {
  115. /*border-top: 1px solid #f7f7f7;*/
  116. }
  117. .sticklr > li:last-child {
  118. border-bottom: 1px solid #f7f7f7;
  119. border-bottom: 0px;
  120. }
  121. .sticklr > li > input:hover {
  122. background-color: #eaeaea;
  123. }
  124. .sticklr > li > ul {
  125. display: none;
  126. position: absolute;
  127. left: 26px;
  128. top: -1px;
  129. width: 90px;
  130. overflow: hidden;
  131. background-color: #fff;
  132. background-color: rgba(255, 255, 255, 1);
  133. border: 1px solid #b7b7b7;
  134. border-radius: 2px;
  135. -moz-border-radius: 2px;
  136. -webkit-border-radius: 2px;
  137. box-shadow: 0 0 5px #ccc;
  138. -moz-box-shadow: 0 0 5px #ccc;
  139. -webkit-box-shadow: 0 0 5px #ccc;
  140. z-index: 95;
  141. }
  142. .sticklr-right > li > ul {
  143. left: auto;
  144. right: 25px;
  145. }
  146. .sticklr > li > ul:nth-child(3) {
  147. left: 140px;
  148. }
  149. .sticklr > li > ul:nth-child(4) {
  150. left: 387px;
  151. }
  152. .sticklr > li > ul:nth-child(5) {
  153. left: 568px;
  154. }
  155. .sticklr > li > ul:nth-child(6) {
  156. left: 749px;
  157. }
  158. .sticklr > li > ul:nth-child(7) {
  159. left: 930px;
  160. }
  161. .sticklr-right > li > ul:nth-child(3) {
  162. left: auto;
  163. right: 206px;
  164. }
  165. .sticklr-right > li > ul:nth-child(4) {
  166. left: auto;
  167. right: 387px;
  168. }
  169. .sticklr-right > li > ul:nth-child(5) {
  170. left: auto;
  171. right: 568px;
  172. }
  173. .sticklr-right > li > ul:nth-child(6) {
  174. left: auto;
  175. right: 749px;
  176. }
  177. .sticklr-right > li > ul:nth-child(7) {
  178. left: auto;
  179. right: 930px;
  180. }
  181. .sticklr > li:hover > ul {
  182. display: block;
  183. float: left;
  184. }
  185. .sticklr.sticklr-js > li:hover > ul {
  186. display: none;
  187. }
  188. .sticklr > li > ul > li {
  189. border-bottom: 1px solid #f7f7f7;
  190. border-right: 1px solid #f7f7f7;
  191. border-top: 1px solid #ccc;
  192. width: 90px;
  193. text-shadow: 1px 1px 1px #fff;
  194. padding: 1px;
  195. /*margin: 1px;*/
  196. }
  197. .sticklr > li > ul > li:first-child {
  198. border-top: 1px solid #f7f7f7;
  199. padding:0px;
  200. margin: 0px;
  201. }
  202. .sticklr > li > ul > li:last-child {
  203. border-bottom: 1px solid #f7f7f7;
  204. }
  205. .sticklr > li > ul > li {
  206. border: none !ie;
  207. }
  208. .sticklr > li > ul > li > a {
  209. display: block;
  210. padding: 8px 10px 8px 32px;
  211. background-color: #f0f0f0;
  212. background-color: rgba(240, 240, 240, 0.75);
  213. background-position: 10px;
  214. background-repeat: no-repeat;
  215. color: #555;
  216. min-height: 20px;
  217. text-decoration: none;
  218. white-space: nowrap;
  219. background-color: transparent !ie;
  220. }
  221. .sticklr > li > ul > li > span {
  222. display: block;
  223. padding: 8px 10px 8px 32px;
  224. background-color: #fff;
  225. background-color: rgba(255, 255, 255, 1);
  226. background-position: 10px;
  227. background-repeat: no-repeat;
  228. color: #555;
  229. font-size: 14px;
  230. min-height: 20px;
  231. text-decoration: none;
  232. white-space: nowrap;
  233. background-color: transparent !ie;
  234. }
  235. .sticklr > li > ul > li > input {
  236. display: block;
  237. padding: 8px 10px 8px 32px;
  238. background-color: #fff;
  239. background-color: rgba(255, 255, 255, 1);
  240. background-position: 10px;
  241. background-repeat: no-repeat;
  242. color: #000;
  243. min-height: 18px;
  244. text-decoration: none;
  245. text-align: center;
  246. white-space: nowrap;
  247. background-color: transparent !ie;
  248. }
  249. .sticklr > li > ul > li > a:hover {
  250. background-color: #eaeaea;
  251. }
  252. .sticklr > li > ul > li > input:hover {
  253. background-color: #ffffff;
  254. border-bottom: 1px solid #868686;
  255. /*box-shadow: 0px 0px 2px 2px #ccc inset ;*/
  256. /*-moz-box-shadow:0px 0px 2px 2px #ccc inset ;*/
  257. /*-webkit-box-shadow: 0px 0px 2px 2px #ccc inset ;*/
  258. }
  259. .sticklr > li > ul > li.sticklr-title > a {
  260. padding-left: 10px;
  261. background-color: #e6e6e6;
  262. cursor: default;
  263. font-weight: bold;
  264. background-color: transparent !ie;
  265. }
  266. .sticklr > li > ul > li.sticklr-title > span {
  267. padding-left: 10px;
  268. background-color: rgba(216, 213, 213, 0.9);
  269. cursor: default;
  270. font-weight: bold;
  271. }
  272. .sticklr > li > ul > li.sticklr-title > a:hover {
  273. background-color: #e6e6e6;
  274. background-color: transparent !ie;
  275. }
  276. .sticklr > li > ul > li.sticklr-title > input:hover {
  277. cursor: pointer;
  278. background-color: #e6e6e6;
  279. background-color: transparent !ie;
  280. }
  281. .sticklr > li > ul > li > table {
  282. border-collapse:collapse;
  283. border-spacing: 0;
  284. }
  285. .sticklr > li > ul > li > form {
  286. padding: 8px 10px;
  287. }
  288. .sticklr > li > ul > li input,
  289. .sticklr > li > ul > li select,
  290. .sticklr > li > ul > li textarea,
  291. .sticklr > li > ul > li button {
  292. margin: 4px 0;
  293. padding: 4px;
  294. }
  295. .sticklr-arrow {
  296. position: absolute;
  297. left: 25px;
  298. top: 8px;
  299. width: 0;
  300. height: 0;
  301. border-top: 5px solid transparent;
  302. border-bottom: 5px solid transparent;
  303. border-left: 5px solid #8E8D8D;
  304. border-right: none;
  305. }
  306. .sticklr-right .sticklr-arrow {
  307. left: auto;
  308. right: 25px;
  309. border-right: 5px solid #b7b7b7;
  310. border-left: none;
  311. }
  312. /* icons */
  313. .plotting-lyphicon-save-simulationMap:before {
  314. content: "\e172";
  315. font-size: 18px;
  316. color: rgb(0, 0, 0);
  317. }
  318. .plotting-lyphicon-draw-point:before {
  319. content: "\e204";
  320. font-size: 20px;
  321. color: rgb(68, 58, 58);
  322. }
  323. .plotting-glyphicon-draw-line:before {
  324. content: "\e205";
  325. font-size: 20px;
  326. color: rgb(68, 58, 58);
  327. }
  328. .plotting-glyphicon-draw-polygon:before {
  329. content: "\e206";
  330. font-size: 20px;
  331. color: rgb(0, 0, 0);
  332. }
  333. .plotting-glyphicon-draw-flag:before {
  334. content: "\e301";
  335. font-size: 20px;
  336. color: rgb(0, 0, 0);
  337. }
  338. .plotting-glyphicon-draw-arrow:before {
  339. content: "\e302";
  340. font-size: 20px;
  341. color: rgb(0, 0, 0);
  342. }
  343. .plotting-glyphicon-draw-deactivate:before {
  344. content: "\e303";
  345. font-size: 20px;
  346. color: rgb(0, 0, 0);
  347. }
  348. .plotting-glyphicon-draw-removeAll:before {
  349. content: "\e020";
  350. font-size: 20px;
  351. color: rgb(0, 0, 0);
  352. }
  353. .glyphicon-plus:before {
  354. font-size: 20px;
  355. color: rgb(0, 0, 0);
  356. }
  357. .glyphicon-pencil:before {
  358. font-size: 20px;
  359. color: rgb(0, 0, 0);
  360. }
  361. .glyphicon-edit:before {
  362. font-size: 20px;
  363. color: rgb(0, 0, 0);
  364. }
  365. .glyphicon-lock:before {
  366. font-size: 20px;
  367. color: rgb(0, 0, 0);
  368. }
  369. .glyphicon-check:before {
  370. font-size: 20px;
  371. color: rgb(0, 0, 0);
  372. }
  373. .glyphicon-align-justify:before {
  374. font-size: 20px;
  375. color: rgb(0, 0, 0);
  376. }
  377. .glyphicon-retweet:before {
  378. font-size: 20px;
  379. color: rgb(0, 0, 0);
  380. }
  381. .glyphicon-adjust:before {
  382. font-size: 20px;
  383. color: rgb(0, 0, 0);
  384. }
  385. .glyphicon-gift:before {
  386. font-size: 20px;
  387. color: rgb(0, 0, 0);
  388. }
  389. .glyphicon-cog:before {
  390. font-size: 20px;
  391. color: rgb(0, 0, 0);
  392. }
  393. .glyphicon-arrow-left{
  394. font-size: 18px;
  395. color: rgb(0, 0, 0);
  396. }
  397. .glyphicon-arrow-right{
  398. font-size: 18px;
  399. color: rgb(0, 0, 0);
  400. }
  401. .glyphicon-th-large{
  402. font-size: 18px;
  403. color: rgb(0, 0, 0);
  404. }
  405. .glyphicon-th{
  406. font-size: 18px;
  407. color: rgb(0, 0, 0);
  408. }