lodlive.app.css 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692
  1. /* app home page */
  2. input:focus, select:focus, textarea:focus, button:focus {
  3. outline: none;
  4. }
  5. div#logo {
  6. background-position: -785px -400px;
  7. height: 30px;
  8. width: 200px;
  9. clear: right;
  10. margin: 20px 20px 20px 0;
  11. }
  12. div#lang {
  13. position: absolute;
  14. left: 50%;
  15. margin-left: 394px;
  16. width: 80px;
  17. top: 25px;
  18. z-index: 999;
  19. color: #fff;
  20. font-size: 11px;
  21. }
  22. div#lang a {
  23. text-decoration: none;
  24. color: #fff;
  25. font-size: 11px;
  26. }
  27. div#startPanel {
  28. width: 930px;
  29. float: left;
  30. position: absolute;
  31. left: 50%;
  32. margin-left: -470px
  33. }
  34. .spriteHome {
  35. background: url(../img/sprite-home.png) no-repeat
  36. }
  37. .spriteHomeEn {
  38. background: url(../img/sprite-home-eng.png) no-repeat
  39. }
  40. .spriteHomeFr {
  41. background: url(../img/sprite-home-fr.png) no-repeat
  42. }
  43. div.startBox {
  44. width: 300px;
  45. float: left;
  46. border: 0;
  47. background-position: -10px -10px;
  48. color: #575757;
  49. height: 300px;
  50. margin-bottom: 10px;
  51. overflow: auto;
  52. margin-right: 10px;
  53. }
  54. div#boxes {
  55. width: 920px;
  56. overflow: hidden;
  57. float: left;
  58. height: 610px
  59. }
  60. div#firstLineBoxes {
  61. float: left;
  62. height: 310px;
  63. width: 930px;
  64. }
  65. div#boxesCont {
  66. float: left;
  67. height: 305px;
  68. }
  69. #nextPage {
  70. position: absolute;
  71. left: 50%;
  72. margin-left: 460px;
  73. cursor: pointer;
  74. z-index: 900;
  75. width: 20px;
  76. height: 40px;
  77. background-position: -660px -10px;
  78. top: 490px;
  79. display:none;
  80. }
  81. #nextPage:hover {
  82. background-position: -720px -10px;
  83. }
  84. #prevPage {
  85. display: none;
  86. position: absolute;
  87. left: 50%;
  88. margin-left: -500px;
  89. cursor: pointer;
  90. z-index: 900;
  91. width: 20px;
  92. height: 40px;
  93. background-position: -630px -10px;
  94. left: 50%;
  95. margin-left: -500px;
  96. cursor: pointer;
  97. z-index: 900;
  98. width: 20px;
  99. height: 40px;
  100. background-position: -630px -10px;
  101. top: 490px;
  102. }
  103. #prevPage:hover {
  104. background-position: -690px -10px;
  105. }
  106. .startBoxMainText p a {
  107. font-weight: bold;
  108. }
  109. .startBoxMainText {
  110. margin-top: 10px;
  111. line-height: 20px;
  112. font-weight: bold;
  113. font-size: 13px;
  114. width: 295px;
  115. float: left;
  116. border: 0;
  117. color: #000;
  118. height: 175px;
  119. margin-bottom: 10px;
  120. margin-right: 10px;
  121. font-weight: bold;
  122. line-height: 20px;
  123. }
  124. #startPanel p {
  125. padding: 0;
  126. margin: 0
  127. }
  128. .startBoxMainText div {
  129. overflow: hidden;
  130. height: 146px;
  131. }
  132. .startBoxMainTextPlain div {
  133. overflow: hidden;
  134. height: 126px;
  135. }
  136. .startBoxMainText a, .startBoxMainTextPlain a {
  137. font-weight: normal;
  138. color: #000;
  139. }
  140. .startBoxMainTextPlain {
  141. margin-top: 10px;
  142. line-height: 20px;
  143. font-size: 13px;
  144. width: 600px;
  145. float: left;
  146. border: 0;
  147. color: #000;
  148. height: 175px;
  149. margin-bottom: 10px;
  150. margin-right: 10px;
  151. margin-left: 5px;
  152. }
  153. .startBox h1 {
  154. margin: 11px 20px 21px 18px;
  155. overflow: hidden;
  156. font-size: 20px;
  157. font-weight: 300;
  158. line-height: 28px;
  159. display: block;
  160. height: 28px
  161. }
  162. .startBox form {
  163. margin: 10px 0 0 20px;
  164. padding: 0
  165. }
  166. .startBox h2 {
  167. padding-left: 5px;
  168. }
  169. .startBox .select {
  170. width: 260px;
  171. display: block;
  172. border: 0;
  173. height: 20px;
  174. margin-top: 40px;
  175. background: #fff;
  176. cursor: pointer;
  177. overflow: hidden;
  178. }
  179. .selectionList {
  180. background: #fff;
  181. width: 260px;
  182. color: #575757;
  183. border-top: 2px solid #e3e3e3;
  184. overflow: hidden;
  185. -moz-box-shadow: 0 6px 6px -5px rgba(0, 0, 0, 0.5);
  186. -webkit-box-shadow: 0 6px 6px -5px rgba(0, 0, 0, 0.5);
  187. box-shadow: 0 6px 6px -5px rgba(0, 0, 0, 0.5);
  188. }
  189. .slimScrollDiv {
  190. background: #fff;
  191. width: 260px;
  192. color: #575757;
  193. border-top: 2px solid #e3e3e3;
  194. overflow: hidden;
  195. -moz-box-shadow: 0 6px 6px -5px rgba(0, 0, 0, 0.5);
  196. -webkit-box-shadow: 0 6px 6px -5px rgba(0, 0, 0, 0.5);
  197. box-shadow: 0 6px 6px -5px rgba(0, 0, 0, 0.5);
  198. }
  199. .selectionList span {
  200. font-size: 11px;
  201. font-weight: normal;
  202. display: block;
  203. padding-left: 6px;
  204. cursor: pointer;
  205. line-height: 20px
  206. }
  207. .selectionList span:hover {
  208. background: #d0d0d0;
  209. }
  210. .inviaForm {
  211. position: relative;
  212. width: 50px;
  213. z-index: 99;
  214. cursor: pointer;
  215. height: 16px;
  216. left: 0;
  217. top: 140px;
  218. }
  219. .inviaForm2 {
  220. position: relative;
  221. width: 50px;
  222. z-index: 99;
  223. cursor: pointer;
  224. height: 16px;
  225. left: 200px;
  226. top: -20px;
  227. }
  228. .startBox .cerca {
  229. width: 260px;
  230. display: block;
  231. border: 0;
  232. height: 80px;
  233. margin-top: 10px;
  234. }
  235. .startBox .select span, .startBox .cerca span {
  236. font-size: 11px;
  237. font-weight: normal;
  238. color: black;
  239. padding-top: 2px;
  240. display: block;
  241. padding-left: 6px;
  242. float: left;
  243. width: 233px;
  244. overflow: hidden;
  245. }
  246. .cerca .slimScrollDiv .selectEle span {
  247. width: 248px;
  248. word-break: break-all;
  249. line-height: 15px;
  250. padding-bottom: 5px;
  251. }
  252. .endpList .slimScrollDiv .selectEle span {
  253. width: 188px;
  254. word-break: break-all;
  255. line-height: 15px;
  256. padding-bottom: 5px;
  257. }
  258. .cerca .slimScrollDiv .selectionList, .endpList .slimScrollDiv .selectionList {
  259. border-top: 0;
  260. }
  261. .cerca .slimScrollDiv {
  262. border-top: 2px solid #e3e3e3;
  263. z-index: 9999;
  264. }
  265. .endpList .slimScrollDiv {
  266. border-top: 2px solid #8b8b8b;
  267. z-index: 9999;
  268. }
  269. .startBox .select span.arrow, .startBox .cerca span.arrow {
  270. font-size: 11px;
  271. font-weight: normal;
  272. color: #000;
  273. float: right;
  274. background-position: -626px -57px;
  275. width: 10px;
  276. height: 10px;
  277. margin-top: 5px;
  278. margin-right: 2px;
  279. }
  280. .startBox .input {
  281. width: 260px;
  282. display: block;
  283. border: 0;
  284. height: 20px;
  285. line-height: 20px;
  286. margin-top: 10px;
  287. color: #575757;
  288. background-color: #bdbdbd;
  289. overflow: hidden;
  290. }
  291. .startBox .input.textarea {
  292. width: 260px;
  293. display: block;
  294. border: 0;
  295. height: 50px;
  296. line-height: 20px;
  297. margin-top: 10px;
  298. color: #575757;
  299. background-color: #fff;
  300. overflow: hidden;
  301. }
  302. .startBox .input textarea {
  303. padding-top: 0;
  304. padding-left: 5px;
  305. width: 258px;
  306. display: block;
  307. border: 0;
  308. height: 48px;
  309. color: #575757;
  310. background-color: #fff;
  311. font-size: 11px;
  312. font-weight: normal;
  313. }
  314. .startBox .input input {
  315. padding-top: 0;
  316. padding-left: 5px;
  317. width: 251px;
  318. display: block;
  319. border: 0;
  320. height: 18px;
  321. color: #575757;
  322. background-color: #bdbdbd;
  323. font-size: 11px;
  324. font-weight: normal;
  325. }
  326. .startBox .inputClass {
  327. width: 200px;
  328. display: block;
  329. border: 0;
  330. height: 20px;
  331. line-height: 20px;
  332. margin-top: 40px;
  333. color: #575757;
  334. background-color: #bdbdbd;
  335. }
  336. .startBox .inputClass input {
  337. padding-top: 0;
  338. padding-left: 5px;
  339. width: 191px;
  340. display: block;
  341. border: 0;
  342. height: 18px;
  343. color: #575757;
  344. background-color: #bdbdbd;
  345. font-size: 11px;
  346. font-weight: normal;
  347. }
  348. #footer {
  349. float: left;
  350. border-top: 1px solid #b1b1b1;
  351. background: #dcdcdc;
  352. width: 100%;
  353. top: 890px;
  354. position: absolute;
  355. padding-top: 15px;
  356. }
  357. #footer #footerContainer {
  358. width: 930px;
  359. float: left;
  360. position: relative;
  361. left: 50%;
  362. margin-left: -470px;
  363. line-height: 20px;
  364. font-size: 11px;
  365. color: #575757;
  366. }
  367. #footer #footerContainer h2 {
  368. color: #616693;
  369. text-transform: uppercase;
  370. font-size: 11px;
  371. font-weight: bold;
  372. padding: 0;
  373. margin: 0;
  374. }
  375. #footer #footerContainer ul {
  376. padding: 0;
  377. margin: 0;
  378. list-style: none;
  379. }
  380. #footer #footerContainer a {
  381. color: #575757;
  382. text-decoration: none;
  383. }
  384. #footer #footerContainer a:hover {
  385. text-decoration: underline;
  386. }
  387. #footer #footerContainer .browsers {
  388. background-position: -630px -250px;
  389. width: 110px;
  390. height: 22px;
  391. margin-top: 2px;
  392. }
  393. #footer #footerContainer .footerBox {
  394. width: 300px;
  395. float: left;
  396. border: 0;
  397. background-position: -10px -10px;
  398. color: #575757;
  399. margin-bottom: 10px;
  400. overflow: auto;
  401. margin-right: 10px;
  402. }
  403. #footer #footerContainer .best {
  404. border-top: 1px solid #b1b1b1;
  405. width: 920px;
  406. float: left;
  407. height: 80px;
  408. margin-top: 4px;
  409. padding-top: 5px;
  410. }
  411. #footer #footerContainer .best .license {
  412. background-position: -630px -280px;
  413. width: 120px;
  414. height: 22px;
  415. margin-top: 3px;
  416. }
  417. #footer #footerContainer .segnala a {
  418. float: left;
  419. display: block;
  420. width: 16px;
  421. height: 16px;
  422. margin-right: 14px;
  423. margin-top: 4px;
  424. }
  425. #footer #footerContainer .segnala a.tw {
  426. background-position: -660px -190px;
  427. }
  428. #footer #footerContainer .segnala a.fb {
  429. background-position: -690px -190px;
  430. }
  431. #footer #footerContainer .best a {
  432. text-decoration: underline;
  433. }
  434. .hd {
  435. display: none;
  436. }
  437. .text {
  438. z-index: 999;
  439. position: fixed;
  440. width: 510px;
  441. height: 350px;
  442. left: 50%;
  443. top: 50%;
  444. margin-left: -250px;
  445. margin-top: -170px;
  446. background-position: -10px -630px;
  447. cursor: pointer;
  448. }
  449. .text a {
  450. color: #000;
  451. font-size: 11px;
  452. line-height: 20px;
  453. text-decoration: underline;
  454. }
  455. .text h3 {
  456. line-height: 24px;
  457. font-size: 24px;
  458. font-weight: normal;
  459. padding: 20px 20px 0 20px;
  460. margin: 0;
  461. }
  462. .text div.padding {
  463. color: #000;
  464. margin: 20px 30px 20px 20px;
  465. font-size: 11px;
  466. line-height: 20px;
  467. }
  468. .myalert {
  469. z-index: 999;
  470. position: absolute;
  471. width: 286px;
  472. height: 98px;
  473. left: 50%;
  474. top: 50%;
  475. margin-left: -150px;
  476. margin-top: -53px;
  477. background-position: -630px -80px;
  478. cursor: pointer;
  479. position: absolute;
  480. }
  481. .myalert div {
  482. color: #fff;
  483. margin-left: 84px;
  484. margin-top: 30px;
  485. margin-right: 20px;
  486. }
  487. .info {
  488. height: 15px;
  489. width: 8px;
  490. display: block;
  491. background-position: -630px -230px;
  492. margin-top: 7px;
  493. }
  494. h1 span {
  495. float: left;
  496. cursor: pointer;
  497. }
  498. div.startBox.infoHome {
  499. z-index: 900;
  500. display: none;
  501. background: #fff;
  502. color: #575757;
  503. cursor: pointer;
  504. }
  505. div.startBox.endpList {
  506. background-position: -940px -990px;
  507. color: #fff;
  508. display: block;
  509. cursor: auto;
  510. background-color: gray;
  511. }
  512. #startPanel div.startBox.infoHome p {
  513. margin: 0 20px 0 20px;
  514. font-size: 11px;
  515. line-height: 20px;
  516. padding-top: 14px;
  517. }
  518. #boxO {
  519. background-position: -10px -990px;
  520. color: #fff;
  521. display: none;
  522. cursor: auto;
  523. }
  524. #boxO .selectionlist span {
  525. color: #975E1C;
  526. }
  527. #boxO .selectionlist span:hover {
  528. background-color: #dcaf7a;
  529. }
  530. #boxO div.input, #boxO div.input input, #boxO.startBox .inputClass input, #boxO.startBox .inputClass {
  531. background-color: #dcaf7a;
  532. }
  533. #boxO .inputClass input {
  534. width: 251px;
  535. }
  536. #boxO .inputClass {
  537. width: 260px;
  538. margin-top: 60px;
  539. }
  540. #boxO .info, #boxV .info, #boxB .info {
  541. background-position: -640px -230px;
  542. }
  543. #boxO .selectionList {
  544. border-top: 2px solid #c47922;
  545. }
  546. #boxO.startBox .select span, #boxO.startBox .cerca span {
  547. color: #975E1C;
  548. }
  549. #boxV {
  550. background-position: -10px -1300px;
  551. color: #fff;
  552. display: block;
  553. cursor: auto;
  554. }
  555. #boxB {
  556. background-position: -10px -1610px;
  557. color: #fff;
  558. display: block;
  559. cursor: auto;
  560. }
  561. .textBox {
  562. width: 65.5% !important;
  563. height:auto;
  564. background-color: #e3e3e3;
  565. }
  566. .textBox p {
  567. margin: 11px 20px 21px 18px !important;
  568. font-size: 12.5px;
  569. text-align: justify;
  570. overflow: auto;
  571. line-height: 2;
  572. }
  573. .textBox ul li {
  574. font-size:12.5px;
  575. line-height: 2;
  576. }
  577. .textBox h1 {
  578. width: fit-content;
  579. float: left;
  580. }
  581. .exampleBox h2 {
  582. margin: 11px 20px 21px 18px !important;
  583. }
  584. #boxB.startBox .input textarea {
  585. background-color: #fff;
  586. color: #50547c;
  587. }
  588. #boxB.startBox .input {
  589. margin-top: 40px;
  590. background-color: #fff;
  591. }
  592. .endpList .select {
  593. margin-top: 260px;
  594. width: 200px;
  595. }
  596. .endpList .selectionList {
  597. width: 200px;
  598. }
  599. .endpList .select span {
  600. width: 173px;
  601. }