lodlive.core.css 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742
  1. * {
  2. font-family: 'Open Sans', verdana;
  3. }
  4. body {
  5. padding: 0;
  6. margin: 0;
  7. font-family: 'Open Sans', verdana;
  8. font-size: 10px;
  9. background: #c7c7c7;
  10. }
  11. .spriteLegenda {
  12. background-image: url(../img/sprite-legenda.png);
  13. background-repeat: no-repeat;
  14. background-size: 20px 400px;
  15. }
  16. .sprite {
  17. background-image: url(../img/sprite-balls.png);
  18. background-repeat: no-repeat;
  19. background-size: 2210px 800px;
  20. }
  21. @media only screen and (-webkit-min-device-pixel-ratio: 1.5) , only screen and (min-resolution: 144dppx) {
  22. .sprite {
  23. background-image: url(../img/sprite-balls@2x.png);
  24. }
  25. .spriteLegenda {
  26. background-image: url(../img/sprite-legenda@2x.png);
  27. }
  28. }
  29. #lodlogo {
  30. background-position: -785px -450px;
  31. position: fixed;
  32. z-index: 0;
  33. left: 60px;
  34. top: 29px;
  35. width: 97px;
  36. height: 23px;
  37. }
  38. #controlPanel {
  39. position: absolute;
  40. width: 30px;
  41. }
  42. #controlPanel .panel, #controlPanel .panel2 {
  43. height: 40px;
  44. width: 30px;
  45. margin-top: 10px;
  46. }
  47. #controlPanel .panel.options {
  48. background-position: -655px -400px;
  49. cursor: pointer;
  50. }
  51. #panelContent ul.optionsList {
  52. list-style: none;
  53. margin: 0 0 20px 10px;
  54. padding: 0;
  55. font-size: 11px;
  56. line-height: 20px;
  57. }
  58. #panelContent ul.optionsList li {
  59. list-style: none;
  60. margin: 0;
  61. padding: 0;
  62. font-size: 11px;
  63. line-height: 20px;
  64. cursor: pointer;
  65. display: block;
  66. padding-left: 10px;
  67. }
  68. #panelContent ul.optionsList li span {
  69. display: block;
  70. float: left;
  71. height: 10px;
  72. margin-right: -10px;
  73. margin-top: 6px;
  74. width: 10px;
  75. position: relative;
  76. left: -20px;
  77. }
  78. #panelContent ul.optionsList.legend * {
  79. cursor: auto
  80. }
  81. #panelContent ul.optionsList.legend li span {
  82. display: block;
  83. float: left;
  84. height: 20px;
  85. margin: 0;
  86. width: 20px;
  87. position: relative;
  88. left: -7px;
  89. }
  90. #panelContent ul.optionsList li.reload span {
  91. background-position: -1px -230px;
  92. }
  93. #panelContent ul.optionsList li.check span {
  94. background-position: -1px -240px;
  95. }
  96. #panelContent ul.optionsList li.checked span {
  97. background-position: -1px -250px;
  98. }
  99. #panelContent ul.optionsList li.reload:hover span {
  100. background-position: -11px -230px;
  101. }
  102. #panelContent ul.optionsList li.check:hover span {
  103. background-position: -11px -240px;
  104. }
  105. #panelContent ul.optionsList li.checked:hover span {
  106. background-position: -11px -250px;
  107. }
  108. #controlPanel .panel.legend {
  109. background-position: -700px -400px;
  110. cursor: pointer;
  111. }
  112. #panelContent ul.optionsList.legend {
  113. margin: 0 0 20px -5px;
  114. }
  115. #controlPanel .panel2.images {
  116. background-position: -610px -400px;
  117. cursor: pointer;
  118. }
  119. #mapsCnt {
  120. display: block;
  121. width: 765px;
  122. height: 370px;
  123. margin: 0;
  124. padding: 0
  125. }
  126. #controlPanel .panel2.maps {
  127. background-position: -565px -400px;
  128. cursor: pointer;
  129. }
  130. #controlPanel .panel.help {
  131. background-position: -745px -400px;
  132. cursor: pointer;
  133. }
  134. #panelContent .videoHelp {
  135. display: block;
  136. margin-left: 67px;
  137. background-position: -781px -549px;
  138. cursor: pointer;
  139. width: 56px;
  140. height: 28px;
  141. background-position: -781px -549px;
  142. }
  143. #controlPanel .panel.close2 {
  144. background-position: -565px -500px;
  145. cursor: pointer;
  146. }
  147. #controlPanel .panel.close {
  148. background-position: -655px -500px;
  149. cursor: pointer;
  150. }
  151. #controlPanel div#panelContent {
  152. width: 240px;
  153. background: url(../img/pannelloBlackBackground.png);
  154. color: #fff;
  155. left: 0;
  156. top: 10px;
  157. position: absolute;
  158. font-size: 11px;
  159. line-height: 20px;
  160. }
  161. #controlPanel div#panel2Content {
  162. height: 400px;
  163. background: url(../img/pannelloBlueBackground.png);
  164. background: url(../img/pannelloBlueBackground.png);
  165. color: #fff;
  166. left: 0;
  167. top: 10px;
  168. position: absolute;
  169. font-size: 11px;
  170. line-height: 20px;
  171. overflow: hidden;
  172. color: #fff;
  173. left: 0;
  174. top: 10px;
  175. position: absolute;
  176. font-size: 11px;
  177. line-height: 20px;
  178. overflow: hidden;
  179. }
  180. #imagePanel span#imgesCnt {
  181. background: url(../img/thumbBlueNoFoto.png);
  182. float: left;
  183. width: 100%;
  184. height: 375px;
  185. display: block;
  186. }
  187. #imagePanel a.relatedImage {
  188. background-position: -1825px -395px;
  189. text-decoration: none;
  190. color: #fff;
  191. display: block;
  192. float: left;
  193. width: 113px;
  194. margin-bottom: 15px;
  195. margin-right: 15px;
  196. overflow: hidden;
  197. height: 113px;
  198. }
  199. #imagePanel a.relatedImage span {
  200. display: block;
  201. text-align: left;
  202. }
  203. #imagePanel a.relatedImage span.imgControls {
  204. display: block;
  205. }
  206. #imagePanel a.relatedImage span.imgTitle {
  207. cursor: auto;
  208. margin: 30px 10px 10px 10px;
  209. float: none;
  210. line-height: 13px;
  211. }
  212. #imagePanel a.relatedImage span.imgControls span.imgControlCenter {
  213. cursor: pointer;
  214. margin: -25px 5px 0 2px;
  215. float: right;
  216. width: 13px;
  217. height: 13px;
  218. }
  219. #imagePanel a.relatedImage span.imgControls span.imgControlZoom {
  220. cursor: pointer;
  221. margin: -25px 0 0 0;
  222. float: right;
  223. width: 13px;
  224. height: 13px;
  225. position: relative;
  226. left: -20px;
  227. }
  228. .bullet {
  229. margin-right: 5px;
  230. width: 3px;
  231. height: 5px;
  232. display: block;
  233. float: left;
  234. position: relative;
  235. left: -4px;
  236. top: 8px;
  237. padding-left: 10px;
  238. background-position: -560px -400px;
  239. }
  240. ul.lista {
  241. margin: 0;
  242. padding: 0;
  243. list-style: none;
  244. text-indent: -13px;
  245. padding-left: 8px;
  246. }
  247. #controlPanel div#panelContent div {
  248. padding: 10px 10px 10px 20px;
  249. }
  250. #controlPanel div#panel2Content div#imagePanel {
  251. padding: 15px 0 0 20px;
  252. }
  253. #controlPanel div#panel2Content div#mapPanel {
  254. margin: 0;
  255. padding: 0;
  256. height: 400px;
  257. width: 800px
  258. }
  259. #controlPanel div#panel2Content div span.amsg {
  260. display: block;
  261. cursor: auto;
  262. margin: 30px 30px 10px 10px;
  263. float: none;
  264. line-height: 13px;
  265. }
  266. #controlPanel div#panelContent h2 {
  267. padding: 0 0 20px 0;
  268. color: #fff;
  269. margin: 0;
  270. font-weight: normal;
  271. font-size: 11px;
  272. }
  273. .boxWrapper {
  274. width: 130px;
  275. height: 130px;
  276. position: absolute;
  277. z-index: 97;
  278. }
  279. a.relatedImage {
  280. display: block;
  281. width: 80px;
  282. height: 80px;
  283. text-align: center;
  284. float: left;
  285. overflow: hidden
  286. }
  287. #aSpace {
  288. width: 3000px;
  289. height: 3000px;
  290. }
  291. #docInfo {
  292. position: absolute;
  293. width: 280px;
  294. z-index: 99999;
  295. color: #fff;
  296. font-size: 11px;
  297. line-height: 20px;
  298. font-weight: normal;
  299. margin-top: 10px;
  300. margin-right: 20px
  301. }
  302. #docInfo ul {
  303. padding: 0;
  304. margin: 0;
  305. }
  306. #docInfo ul li a {
  307. display: block;
  308. overflow: hidden;
  309. text-overflow: ellipsis;
  310. white-space: nowrap;
  311. color: #fff;
  312. font-size: 11px;
  313. }
  314. #docInfo .topSection {
  315. background-position: -264px -390px;
  316. height: 20px;
  317. line-height: 20px;
  318. }
  319. #docInfo .topSection span {
  320. display: block;
  321. float: right;
  322. width: 12px;
  323. height: 12px;
  324. cursor: pointer;
  325. }
  326. #docInfo .section {
  327. background: #000;
  328. padding-left: 10px;
  329. padding-right: 10px;
  330. overflow-x: hidden;
  331. }
  332. #docInfo .separ {
  333. background-position: -265px -460px;
  334. height: 20px;
  335. }
  336. #docInfo .separLast {
  337. height: 11px;
  338. background: #c7c7c7;
  339. position: relative;
  340. top: -10px;
  341. }
  342. #docInfo label {
  343. font-size: 11px;
  344. line-height: 20px;
  345. font-weight: 800;
  346. }
  347. .contents p {
  348. display: block;
  349. font-size: 12px;
  350. margin: 5px 0 0 0;
  351. padding: 0 15px 0 0;
  352. }
  353. div.box {
  354. background-position: 0 -390px;
  355. top: 0;
  356. left: 0;
  357. position: absolute;
  358. width: 130px;
  359. height: 130px;
  360. z-index: 99;
  361. text-align: center;
  362. font-size: 11px;
  363. line-height: 12px;
  364. position: absolute;
  365. cursor: move;
  366. }
  367. div.relatedBox {
  368. background-position: -1052px -412px;
  369. cursor: pointer;
  370. position: absolute;
  371. width: 16px;
  372. height: 16px;
  373. border: 0;
  374. z-index: 101;
  375. text-align: center;
  376. }
  377. div.pagePrev {
  378. background-position: -1414px -410px;
  379. cursor: pointer;
  380. position: absolute;
  381. width: 16px;
  382. height: 16px;
  383. border: 0;
  384. z-index: 101;
  385. text-align: center;
  386. }
  387. div.pagePrev:hover {
  388. background-position: -1414px -430px;
  389. }
  390. div.pageNext {
  391. background-position: -1390px -412px;
  392. cursor: pointer;
  393. position: absolute;
  394. width: 16px;
  395. height: 16px;
  396. border: 0;
  397. z-index: 101;
  398. text-align: center;
  399. }
  400. div.pageNext:hover {
  401. background-position: -1390px -432px;
  402. }
  403. div#msg {
  404. position: absolute;
  405. color: #393939;
  406. line-height: 20px;
  407. width: 330px;
  408. font-size: 11px
  409. }
  410. div#msg .endpoint {
  411. padding: 0 0 0 10px;
  412. background: #fff;
  413. font-weight: bold;
  414. }
  415. div#msg .corner {
  416. height: 10px;
  417. background-position: -1030px -500px;
  418. }
  419. div#msg .from {
  420. padding: 6px 10px 0 10px;
  421. background: #fff
  422. }
  423. div#msg .from.upperline {
  424. padding-bottom: 0;
  425. padding-top: 0;
  426. }
  427. div#msg .separline {
  428. height: 21px;
  429. background-position: -1030px -520px;
  430. }
  431. div#msg .separ {
  432. height: 21px;
  433. background-position: -1030px -550px;
  434. width: 330px;
  435. }
  436. div#msg .separ.inverse {
  437. height: 21px;
  438. background-position: -1030px -580px;
  439. width: 330px;
  440. }
  441. .relatedBox.isSameAs {
  442. background-position: -1032px -412px;
  443. }
  444. .groupedRelatedBox.isSameAs {
  445. background-position: -1032px -432px;
  446. }
  447. .relatedBox.isType {
  448. background-position: -1012px -412px;
  449. }
  450. .groupedRelatedBox.isType {
  451. background-position: -1012px -432px;
  452. }
  453. .showGroupedRelated div.relatedBox {
  454. position: static;
  455. display: inline-block;
  456. }
  457. .showGroupedRelated span.relatedBox {
  458. float: right;
  459. font-size: 10px;
  460. line-height: 16px;
  461. }
  462. .groupedRelatedBox {
  463. background-position: -1052px -432px;
  464. cursor: pointer;
  465. position: absolute;
  466. width: 16px;
  467. height: 16px;
  468. z-index: 101;
  469. text-align: center;
  470. height: 16px;
  471. }
  472. .relatedBox.inverse {
  473. background-position: -1052px -452px;
  474. }
  475. .groupedRelatedBox.inverse {
  476. background-position: -1052px -472px;
  477. }
  478. .showGroupedRelated {
  479. width: 150px;
  480. position: absolute;
  481. display: none;
  482. background: #fff;
  483. border-top: 1px solid #ccc;
  484. border-left: 1px solid #ccc;
  485. padding: 5px;
  486. z-index: 101;
  487. }
  488. .actionBox {
  489. cursor: pointer;
  490. position: absolute;
  491. width: 20px;
  492. height: 20px;
  493. border: 0;
  494. z-index: 100;
  495. text-align: center;
  496. font-size: 11px;
  497. line-height: 20px;
  498. }
  499. .actionBox.contents {
  500. left: 97px;
  501. top: 17px;
  502. }
  503. .toolBox .innerActionBox {
  504. cursor: pointer;
  505. display: block;
  506. width: 15px;
  507. height: 15px;
  508. margin-right: 1px;
  509. float: left;
  510. }
  511. .actionBox.tools {
  512. left: 77px;
  513. top: 3px;
  514. }
  515. .toolBox {
  516. background-position: -135px -395px;
  517. height: 23px;
  518. width: 80px;
  519. position: absolute;
  520. z-index: 100;
  521. background-repeat: no-repeat;
  522. }
  523. .box a {
  524. font-size: 11px;
  525. text-decoration: none;
  526. color: #fff;
  527. display: block;
  528. overflow: hidden;
  529. white-space: nowrap;
  530. text-overflow: ellipsis;
  531. }
  532. .box a:hover {
  533. text-decoration: underline;
  534. }
  535. .boxTitle {
  536. color: #fff;
  537. margin-left: 15px;
  538. line-height: 13px;
  539. width: 100px;
  540. overflow: hidden;
  541. }
  542. .boxTitle a span {
  543. width: 10px;
  544. height: 10px;
  545. background-position: -7px -85px;
  546. display: block;
  547. float: left;
  548. }
  549. }
  550. #selectionBox input {
  551. width: 300px;
  552. display: inline;
  553. border: 1px solid #ccc;
  554. }
  555. #selectionBox a {
  556. font-size: 20px;
  557. text-decoration: none;
  558. }
  559. .queryConsole {
  560. position: fixed;
  561. z-index: 999;
  562. width: 630px;
  563. left: 50%;
  564. top: 70px;
  565. margin-left: -315px
  566. }
  567. .queryConsole h3 {
  568. width: 630px;
  569. background-position: -10px -650px;
  570. height: 42px;
  571. margin: 0;
  572. padding: 0;
  573. font-size: 13px;
  574. }
  575. .queryConsole h3 span {
  576. float: left;
  577. padding: 12px 20px 0 20px
  578. }
  579. .queryConsole h3 a {
  580. display: block;
  581. width: 29px;
  582. height: 40px;
  583. cursor: pointer;
  584. float: right;
  585. background-position: -611px -650px;
  586. }
  587. .queryConsole div {
  588. background-color: #fff;
  589. display: none;
  590. width: 598px;
  591. margin-left: 1px;
  592. position: relative;
  593. top: -1px;
  594. }
  595. .queryConsole span {
  596. display: block;
  597. padding: 10px 20px 0 20px
  598. }
  599. .queryConsole div span {
  600. padding: 10px 19px 30px 30px;
  601. }
  602. .queryConsole div span span.contentArea {
  603. padding: 0;
  604. width: 500px;
  605. }
  606. .queryConsole div span span.linkArea {
  607. padding: 0;
  608. float: right;
  609. width: 10px;
  610. height: 10px;
  611. background-position: -610px -600px;
  612. cursor: pointer;
  613. }
  614. .queryConsole strong {
  615. font-weight: normal;
  616. }
  617. .queryConsole h4 {
  618. width: 600px;
  619. background-position: -680px -650px;
  620. height: 40px;
  621. margin: 0;
  622. padding: 0;
  623. cursor: pointer;
  624. }
  625. .queryConsole h4 span {
  626. padding: 12px 20px 0 20px
  627. }
  628. #docInfo .slimScrollDiv {
  629. color: #fff;
  630. border: 0;
  631. background-color:#c7c7c7;
  632. }
  633. /*.ellipsis_text {
  634. max-height: 42px;
  635. overflow: hidden;
  636. display: block;
  637. }*/