PageRenderTime 821ms CodeModel.GetById 6ms RepoModel.GetById 0ms app.codeStats 0ms

/admin/css/style.css

http://opixido-ocms.googlecode.com/
CSS | 1600 lines | 1271 code | 268 blank | 61 comment | 0 complexity | 99599d751aad5950bdffec6ddaffa75e MD5 | raw file
Possible License(s): GPL-3.0, Apache-2.0, BSD-3-Clause, LGPL-2.1, GPL-2.0
  1. body, html {
  2. background: #fcfcfc;
  3. padding: 0px;
  4. margin: 0px;
  5. }
  6. a {
  7. color: #000;
  8. }
  9. img {
  10. border: 0;
  11. }
  12. .img_btn {
  13. vertical-align: middle;
  14. }
  15. .caps {
  16. text-transform: uppercase;
  17. }
  18. #contenant {
  19. /* position:absolute;
  20. width:950px;
  21. left:50%;
  22. -margin-left:-475px;
  23. */
  24. border: 0px;
  25. margin: 0px;
  26. padding: 0px;
  27. border: 0px solid;
  28. height: 100%;
  29. }
  30. #bandeau {
  31. }
  32. #logout {
  33. float: none;
  34. position: absolute;
  35. right: 10px;
  36. top: 3px;
  37. padding: 0;
  38. margin: 0;
  39. padding: 5px;
  40. padding-bottom: 2px;
  41. height: 19px;
  42. }
  43. #rmenu {
  44. top:33px;
  45. right:10px;
  46. }
  47. #logo {
  48. background-color: #ffffff;
  49. background: url(../img/logo.gif) no-repeat;
  50. width: auto;
  51. height: 65px;
  52. margin-left: 10px;
  53. }
  54. #logo a h1 {
  55. color: #999;
  56. position: absolute;
  57. left: 50px;
  58. top: 33px;
  59. font-weight: normal;
  60. font-size: 12px;
  61. }
  62. .logoa:hover h1 {
  63. color:black!important;
  64. }
  65. .logoa {
  66. width: 420px;
  67. height: 60px;
  68. position:absolute;
  69. top:0;
  70. left:0;
  71. display: block;
  72. }
  73. #bas {
  74. display: block;
  75. background-color: #fcfcfc;
  76. }
  77. #menug {
  78. width: 320px;
  79. display: inline;
  80. position: absolute;
  81. left: 0;
  82. }
  83. #arbo_actions {
  84. background: url(../img/fond.bloc2.gif) #ccc;
  85. border-right: 1px solid #555;
  86. padding: 5px;
  87. border-bottom: 1px solid #555;
  88. margin-right: 5px;
  89. margin-left: 5px;
  90. }
  91. #arbo_actions img {
  92. vertical-align: middle;
  93. }
  94. #menug h1 {
  95. margin-top: 0px;
  96. /*background:url(../pictos/picto.dossier.gif) no-repeat #bbbbbb ;*/
  97. background: url(../img/fond.bloc2.gif) #bbbbbb;
  98. padding: 4px;
  99. padding-left: 15px;
  100. color: black;
  101. border-right: 1px solid #555;
  102. border-bottom: 1px solid #555;
  103. }
  104. #menug ul {
  105. padding-left: 5px;
  106. margin: 0px;
  107. }
  108. #tools {
  109. margin-bottom: 15px;
  110. display: block;
  111. }
  112. #tools a img {
  113. vertical-align: middle;
  114. }
  115. #menug ul li ul {
  116. padding-left: 20px;
  117. }
  118. #menug li {
  119. list-style-type: none;
  120. list-style-image: none; /* url(../pictos/folder.gif); */
  121. padding-left: 0px;
  122. margin-left: 0px;
  123. }
  124. #menug li.mselected {
  125. list-style-type: none;
  126. list-style-image: none; /* url(../pictos/folder_o.gif);*/
  127. padding-left: 0px;
  128. margin: 0px;
  129. }
  130. #rowlist td {
  131. margin-bottom: 1px;
  132. margin-left: 10px;
  133. padding: 0px;
  134. background-color: #dddddd;
  135. }
  136. #rowlist {
  137. margin: 0px;
  138. padding: 5px;
  139. list-style-type: square;
  140. }
  141. #rowlist a {
  142. display: block;
  143. padding: 5px;
  144. color: #3b2c29;
  145. }
  146. #rowlist a:hover {
  147. background-color: #fff;
  148. }
  149. #menug a {
  150. color: #3b2c29;
  151. font-size: 12px;
  152. font-family: Arial;
  153. }
  154. #contenu {
  155. padding: 0px;
  156. margin-left: 320px;
  157. }
  158. #contenupadd {
  159. margin-top: -5px;
  160. padding-left: 5px;
  161. padding-right: 5px;
  162. display: block;
  163. /*float: left;*/
  164. background-position: -100px -50px;
  165. }
  166. #titre {
  167. display: block;
  168. margin-bottom: 5px;
  169. padding: 10px;
  170. background: url(../img/fond.bloc2.gif) #eee;
  171. /* background:url(/img/base/fond.menu.gif) repeat-x #fcfcfc;*/
  172. border: 0;
  173. border-right: 1px solid #555;
  174. border-bottom: 1px solid #555;
  175. margin-bottom: 10px;
  176. zoom: 1;
  177. }
  178. .input_btn {
  179. background-color: #fcfcfc;
  180. border: 1px solid #aeaeae;
  181. color: #aeaeae;
  182. font-weight: bold;
  183. font-size: 13px;
  184. padding: 4px;
  185. }
  186. .input_btn:hover {
  187. background-color: #bbbbbb;
  188. color: black;
  189. }
  190. a {
  191. text-decoration: none;
  192. }
  193. * {
  194. font-family: Arial, Helvetica, sans-serif;
  195. font-size: 11px;
  196. }
  197. #zegenform {
  198. margin-top: 1px;
  199. border: 0px solid #000;
  200. padding: 10px;
  201. width: 610px;
  202. background-color: #dddddd;
  203. background: url(../img/fond.bloc2.gif) #ddd;
  204. border-right: 1px solid #aeaeae;
  205. border-bottom: 1px solid #aeaeae;
  206. }
  207. label {
  208. font-variant: small-caps;
  209. border-bottom: 0px;
  210. padding: 3px;
  211. margin-right: 10px;
  212. }
  213. /***************** FORM ***************************/
  214. .btnImg {
  215. border: 0px solid;
  216. }
  217. #genform_header {
  218. margin: 0px;
  219. padding: 0px;
  220. display: block;
  221. }
  222. #genform_header tr {
  223. margin: 0px;
  224. border: 0px;
  225. padding: 0px;
  226. }
  227. #genform_header td {
  228. margin: 0px;
  229. border: 0px;
  230. padding: 0px;
  231. }
  232. .genform_neededsymbol {
  233. color: #ff0000;
  234. font-weight: bold;
  235. }
  236. .genform_header_btn {
  237. margin-top: -4px;
  238. position: absolute;
  239. right: 0px;
  240. background: url(../img/fond.bloc2.gif) #eee;
  241. width: 120px;
  242. text-align: center;
  243. border: 0;
  244. border-bottom: 1px solid #555;
  245. border-right: 1px solid #555;
  246. }
  247. #genform_navi {
  248. border: 0px solid red;
  249. height: 23px;
  250. }
  251. .genform_onglet {
  252. margin-right: 2px;
  253. float: left;
  254. display: block;
  255. border-bottom: 0px;
  256. border-right: 1px solid #aeaeae;
  257. border-bottom: 0px;
  258. }
  259. .genform_onglet a {
  260. padding: 5px;
  261. padding-bottom: 3px;
  262. display: block;
  263. color: #555;
  264. }
  265. .genform_onglet a:hover {
  266. color: #000;
  267. /*text-decoration:underline;*/
  268. }
  269. label.disabled {
  270. color:#999;
  271. }
  272. .btnOngletOn {
  273. padding-left: 3px;
  274. padding-right: 3px;
  275. background-color: #dddddd;
  276. margin-bottom: 0px;
  277. text-align: center;
  278. background: url(../img/fond.bloc2.gif) #ddd;
  279. }
  280. .btnOngletOff:hover {
  281. background-color: #f8f8f8;
  282. }
  283. .btnOngletOff {
  284. padding-left: 3px;
  285. padding-right: 3px;
  286. text-align: center;
  287. background: url(../img/fond.bloc2.gif) #eee;
  288. margin-bottom: 0px;
  289. }
  290. .img_move {
  291. /*
  292. border-bottom:0px;
  293. margin-left:5px;
  294. display:block;
  295. text-align:right;
  296. margin-top:-15px;
  297. margin-right:5px;*/
  298. }
  299. li.mselected a {
  300. font-weight: bold;
  301. }
  302. li.mselected ul * {
  303. font-weight: normal;
  304. }
  305. li.mselected ul a {
  306. font-weight: normal;
  307. }
  308. .genform_table {
  309. border: 1px solid #aeaeae;
  310. background-color: #fcfcfc;
  311. /*width:575px;*/
  312. }
  313. .genform_table td {
  314. background-color: #eee;
  315. }
  316. .titreTable {
  317. color: #ccc;
  318. }
  319. .titreListe {
  320. border: 1px solid #aeaeae;
  321. padding: 3px;
  322. }
  323. span.titreListe {
  324. color:#999;
  325. }
  326. .genform_txtres {
  327. font-weight: bold;
  328. text-decoration: underline;
  329. display: inline;
  330. }
  331. .table_resume {
  332. width: 600px;
  333. margin: 0;
  334. padding: 0;
  335. border-collapse: collapse;
  336. border-top: 1px solid #aaa;
  337. margin-left: 1px;
  338. border-left: 1px solid #aaa;
  339. }
  340. .table_resume td {
  341. background: #f8f8f8;
  342. padding: 8px;
  343. }
  344. .resume_empty {
  345. font-style: italic;
  346. color: #bbb;
  347. }
  348. .table_resume td.table_resume_label {
  349. border-right: 1px solid #aaa;
  350. width: 200px;
  351. background: #f0f0f0;
  352. color: #444;
  353. }
  354. .genform_txt {
  355. background: #eee;
  356. border: 1px solid #aeaeae;
  357. border-bottom: 0;
  358. padding-left: 5px;
  359. font-variant: normal !important;
  360. text-transform: uppercase;
  361. padding: 5px;
  362. padding-right: 5px;
  363. margin-bottom: -2px !important;
  364. }
  365. .genform_txt span.petit {
  366. text-transform: none;
  367. font-size: 11px;
  368. color: #555;
  369. }
  370. .genform_txt_error {
  371. background: #cc0000;
  372. border: 1px solid #aeaeae;
  373. color: white;
  374. border-bottom: 0;
  375. padding-left: 5px;
  376. font-variant: normal !important;
  377. text-transform: uppercase !important;
  378. padding: 5px;
  379. padding-right: 5px;
  380. }
  381. .genform_error {
  382. padding: 10px;
  383. margin: 10px;
  384. background: url(../img/fond.bloc2.gif) gray;
  385. color: white;
  386. border-right: 1px solid black;
  387. border-bottom: 1px solid black;
  388. width: 300px;
  389. }
  390. .genform_error h3 {
  391. margin: 0;
  392. }
  393. label.genform_txt {
  394. }
  395. .genform_champ {
  396. margin-top: 2px;
  397. background: #eee;
  398. padding: 2px;
  399. border: 1px solid #aeaeae;
  400. padding: 5px;
  401. line-height: 20px;
  402. }
  403. .genform_champ textarea {
  404. background: #f5f5f5;
  405. }
  406. .genform_champres {
  407. margin-left: 20px;
  408. color: #000;
  409. font-weight: normal;
  410. font-style: italic;
  411. width: 600px;
  412. }
  413. input, select, textarea {
  414. border: 1px solid #aeaeae;
  415. padding: 2px;
  416. }
  417. textarea {
  418. width: 500px;
  419. }
  420. .inputimage {
  421. border: 0px;
  422. vertical-align: middle;
  423. /*background:url(../pictos/boutton.gif);
  424. border:1px solid #dddddd;
  425. border-bottom:3px solid #999999;
  426. border-right:1px solid #999999;
  427. */
  428. }
  429. /*
  430. .inputimage:hover {
  431. border:0px;
  432. vertical-align:middle;
  433. background:url(../pictos/boutton.gif);
  434. border:1px solid #dddddd;
  435. border-bottom:3px solid #bbbbbb;
  436. border-right:1px solid #999999;
  437. }
  438. */
  439. .img_move {
  440. visibility: hidden;
  441. /*
  442. background:url(../pictos/boutton.gif);
  443. border:1px solid #dddddd;
  444. border-bottom:1px solid #999999;
  445. border-right:1px solid #999999;
  446. */
  447. }
  448. .img_move a img {
  449. /*margin:2px;*/
  450. vertical-align: middle;
  451. }
  452. .abutton img, .abutton input {
  453. vertical-align: middle;
  454. margin: 0;
  455. }
  456. .abutton {
  457. display: block;
  458. padding: 2px;
  459. padding-left: 5px;
  460. border: 0;
  461. float: right;
  462. margin: 5px;
  463. color: black;
  464. background: url(../img/fond.btn.gif) no-repeat;
  465. border-right: 1px solid #555;
  466. }
  467. .abutton input {
  468. }
  469. .abuttonnofloat {
  470. float: none;
  471. }
  472. a.abutton {
  473. padding: 8px;
  474. line-height:14px;
  475. float: left;
  476. }
  477. .abutton input {
  478. }
  479. .abutton input {
  480. border: 0;
  481. background: none;
  482. }
  483. .abutton:hover {
  484. }
  485. hr {
  486. border: 0px;
  487. border-top: 1px solid #aeaeae;
  488. }
  489. a:hover {
  490. color: #555;
  491. }
  492. .genform_uploadfile {
  493. padding: 5px;
  494. }
  495. .genform_uploadfile a {
  496. display: block;
  497. padding: 5px;
  498. text-align: center;
  499. border: 1px solid #cccccc;
  500. }
  501. .genform_uploadfile a:hover {
  502. background-color: #dddddd;
  503. }
  504. .genform_uploadfile a img {
  505. vertical-align: middle;
  506. }
  507. .genform_uploadfile a {
  508. font-weight: bold;
  509. }
  510. fieldset {
  511. padding: 10px;
  512. }
  513. #menug {
  514. /*overflow:auto;*/
  515. }
  516. #tooltip {
  517. border: 1px solid #000;
  518. background: #fcfcfc;
  519. padding: 5px;
  520. margin-top: 20px;
  521. position: absolute;
  522. z-index: 125;
  523. visibility: hidden;
  524. }
  525. .clearer {
  526. clear: both;
  527. line-height: 0px;
  528. font-size: 0px;
  529. }
  530. #gen_actions {
  531. display: block;
  532. position: absolute;
  533. right: 15px;
  534. background: #dddddd;
  535. padding-left: 5px;
  536. border: 1px solid #bbbbbb;
  537. text-align: center;
  538. background: url(../img/fond.bloc2.gif) #eee;
  539. border: 0;
  540. border-bottom: 1px solid #555;
  541. border-right: 1px solid #555;
  542. }
  543. #gen_actions a {
  544. padding: 4px;
  545. }
  546. #gen_actions a {
  547. text-align: left;
  548. display: block;
  549. float: none;
  550. }
  551. #gen_actions label {
  552. text-align: left;
  553. display: block;
  554. float: none;
  555. }
  556. #table_cp tr:hover {
  557. background: none !important;
  558. }
  559. /************************************************************
  560. FORMULAIRE CSV
  561. *************************************************************/
  562. #formCsv {
  563. background: #dddddd;
  564. margin: 20px;
  565. border-top: 1px solid #666666;
  566. border-left: 1px solid #666666;
  567. border-bottom: 1px solid #aaaaaa;
  568. border-right: 1px solid #aaaaaa;
  569. padding: 15px;
  570. }
  571. #formCsv .genform_txt {
  572. margin-bottom: -3px;
  573. width: 200px;
  574. }
  575. #formCsv .genform_champ {
  576. width: 520px;
  577. }
  578. #formCsv .valid_form img {
  579. vertical-align: middle;
  580. margin: 0;
  581. }
  582. #formCsv .valid_form {
  583. width: 140px;
  584. padding: 2px;
  585. /* _padding:4px;*/
  586. padding-left: 5px;
  587. border: 0;
  588. margin: 5px;
  589. color: black;
  590. background: url(../img/fond.btn.gif) no-repeat;
  591. border-right: 1px solid #555;
  592. }
  593. /************************************************************
  594. TABLEAU DE BORD
  595. *************************************************************/
  596. #control_panel {
  597. border: 1px solid #aaaaaa;
  598. background: #f9f9f9;
  599. color: #333333;
  600. float: left;
  601. }
  602. #list_valide, #list_attente, #list_create, #list_lexique, #list_publi, #list_site, .list_right {
  603. padding: 5px;
  604. width: 400px;
  605. clear: both;
  606. border: 1px solid #aaaaaa;
  607. }
  608. #list_create, #list_lexique, #list_publi, #list_site, .list_right {
  609. display: none;
  610. }
  611. #recent_info table {
  612. margin: 0;
  613. padding: 0;
  614. width: 100%;
  615. }
  616. #recent_info td {
  617. padding: 2px;
  618. padding-left: 10px;
  619. border: 1px solid #eeeeee;
  620. border-top: 0;
  621. }
  622. #recent_info tr {
  623. cursor: pointer;
  624. }
  625. #recent_info tr:hover {
  626. background: #eeeeee;
  627. }
  628. #recent_info span.onglet {
  629. padding: 3px;
  630. text-align: center;
  631. margin: 0;
  632. border: 1px solid #aaaaaa;
  633. border-bottom: 0;
  634. width: 59px;
  635. cursor: pointer;
  636. float: left;
  637. margin-right: 2px;
  638. color: #333333;
  639. }
  640. #recent_info span.onglet:hover {
  641. color: #333333;
  642. }
  643. #recent_info #onglet_1 {
  644. color: #000000;
  645. background-color: #bbbbbb;
  646. }
  647. #recent_info p.titre_onglet, #txt_infos p.titre_onglet {
  648. font-weight: bold;
  649. padding: 3px;
  650. padding-left: 10px;
  651. margin: 0;
  652. border: 1px solid #dddddd;
  653. border-top: 3px solid #bbbbbb;
  654. background: url(../img/bg_ong_title.gif) repeat-x;
  655. }
  656. #recent_info {
  657. clear: both;
  658. float: right;
  659. padding-top: 10px;
  660. }
  661. #picto_grid {
  662. padding-left: 10px;
  663. }
  664. #picto_grid img {
  665. /*border: 1px solid #aaaaaa;*/
  666. cursor: pointer;
  667. /*margin-left: 4px;
  668. margin-right: 4px;*/
  669. /*
  670. width: 88px;
  671. height: 75px;
  672. */
  673. }
  674. .picto_section img {
  675. vertical-align: middle;
  676. }
  677. .picto_section .fond2 {
  678. float: left;
  679. }
  680. .picto_section .fond2:hover {
  681. background: url(../img/fond.bloc2.gif) no-repeat #ddd;
  682. }
  683. #picto_grid img:hover {
  684. /*border: 1px solid #bbbbbb;*/
  685. }
  686. #picto_grid .picto_section {
  687. padding-top: 10px;
  688. clear: both;
  689. color: #333333;
  690. }
  691. #picto_grid .picto {
  692. float: left;
  693. text-align: center;
  694. }
  695. #picto_grid .picto a {
  696. font-size: 10px;
  697. }
  698. #info_picto {
  699. display: none;
  700. position: absolute;
  701. padding: 5px;
  702. border: 1px solid #aaaaaa;
  703. background: #fcfcfc;
  704. width: 200px;
  705. color: #333333;
  706. }
  707. #recent_info .centre {
  708. text-align: center;
  709. color: #333333;
  710. border: 1px solid #eeeeee;
  711. border-top: 0;
  712. margin: 0;
  713. line-height: 40px;
  714. }
  715. #entete_cp {
  716. margin-top: 5px;
  717. margin-bottom: 5px;
  718. }
  719. #entete_cp span {
  720. font-size: 15px;
  721. font-weight: bold;
  722. color: #333333;
  723. }
  724. #user_info {
  725. color: #333333;
  726. margin-bottom: 10px;
  727. float: right;
  728. padding-top: 10px;
  729. padding-right: 10px;
  730. width: 415px;
  731. }
  732. #user_info #welcome_user {
  733. font-size: 14px;
  734. font-weight: bold;
  735. border: 1px solid #aaaaaa;
  736. border-bottom: 0;
  737. padding: 5px;
  738. padding-left: 30px;
  739. line-height: 25px;
  740. background: url(../img/contact-new.png) no-repeat;
  741. background-position: 3px 1px;
  742. }
  743. #txt_infos table {
  744. margin: 0;
  745. padding: 0;
  746. width: 100%;
  747. border-left: 1px solid #dddddd;
  748. border-top: 1px solid #dddddd;
  749. }
  750. #txt_infos {
  751. border: 1px solid #aaaaaa;
  752. background: #fcfcfc;
  753. padding: 5px;
  754. }
  755. #txt_infos td {
  756. margin: 0;
  757. padding: 2px;
  758. padding-left: 10px;
  759. border-bottom: 1px solid #dddddd;
  760. border-right: 1px solid #dddddd;
  761. }
  762. .genform_inserter {
  763. display: none;
  764. border: 1px solid;
  765. background: #f5f6be;
  766. padding: 2px;
  767. position: absolute;
  768. cursor: pointer;
  769. width: 100px;
  770. }
  771. .genform_inserter a {
  772. display: block;
  773. }
  774. .genform_inserter a:hover {
  775. background: #e8ce67;
  776. }
  777. .filelisting {
  778. border-top: 1px solid #aaaaaa;
  779. border-left: 1px solid #aaaaaa;
  780. border-right: 1px solid #eeeeee;
  781. border-bottom: 1px solid #eeeeee;
  782. background: #dddddd;
  783. width: auto;
  784. }
  785. .filelisting label {
  786. display: block;
  787. }
  788. .filelisting label:hover {
  789. background: #eeeeee;
  790. }
  791. .filelisting label.abutton:hover {
  792. background: url(../img/fond.btn.gif) no-repeat;
  793. }
  794. .lgbtn {
  795. border-right: 1px solid;
  796. border-bottom: 1px solid;
  797. padding: 3px !important;
  798. background: url(../img/fond.bloc2.gif) #bbb no-repeat;
  799. cursor: hand;
  800. margin: 0;
  801. zoom: 1;
  802. }
  803. .lgbtn_on {
  804. border-right: 1px solid;
  805. border-bottom: 1px solid;
  806. padding: 3px !important;
  807. background: url(../img/fond.bloc2.gif) #fcfcfc no-repeat;
  808. margin: 0;
  809. zoom: 1;
  810. }
  811. .lgbtn img, .lgbtn_on img {
  812. margin-top: 1px;
  813. vertical-align: middle;
  814. }
  815. .info {
  816. background: url(../img/fond.bloc2.gif) #ddd;
  817. border-bottom: 1px solid;
  818. border-right: 1px solid;
  819. display: block;
  820. padding: 10px;
  821. }
  822. #table_log_action td {
  823. padding: 2px !important;
  824. background: #e5e5e5;
  825. }
  826. #table_log_action tr.odd td {
  827. background: #eee;
  828. }
  829. #table_log_action tr:hover td {
  830. background: #fcfcfc;
  831. }
  832. .light {
  833. color: #aaa;
  834. }
  835. .plusmoins {
  836. padding: 0 !important;
  837. margin: 0 !important;
  838. line-height: 16px;
  839. padding-right: 2px !important;
  840. background-position: top right;
  841. background-repeat: no-repeat;
  842. display: inline;
  843. }
  844. .plusmoins img {
  845. margin: 0 !important;
  846. padding: 0 !important;
  847. }
  848. .siteroot {
  849. background: url(../pictos_stock/tango/16x16/apps/system-software-update.png) no-repeat;
  850. background-position: 16px 0;
  851. padding-bottom: 1px !important;
  852. }
  853. .menuroot {
  854. background: url(../pictos_stock/tango/16x16/apps/preferences-system-windows.png) no-repeat;
  855. background-position: 16px 0;
  856. padding-bottom: 1px !important;
  857. }
  858. .menulink {
  859. background: url(../pictos_stock/tango/16x16/emblems/emblem-symbolic-link.png) no-repeat;
  860. background-position: 16px 0;
  861. padding-bottom: 1px !important;
  862. }
  863. .menupage {
  864. background: url(../pictos_stock/tango/16x16/actions/document-template.png) no-repeat;
  865. background-position: 16px 0;
  866. }
  867. .icomenufolder {
  868. background: url(../pictos_stock/tango/16x16/places/folder.png) no-repeat;
  869. background-position: 16px 0;
  870. }
  871. #xhrloader {
  872. width: 16px;
  873. height: 16px;
  874. display: none;
  875. position: absolute;
  876. background: url(../img/loading.gif);
  877. z-index: 100000;
  878. }
  879. .pasenligne {
  880. opacity: 0.5;
  881. }
  882. .scrollbox {
  883. height: 300px;
  884. overflow: auto;
  885. border: 1px solid;
  886. }
  887. .fond1 {
  888. background: url(../img/fond.bloc2.gif) #ddd;
  889. border-bottom: 1px solid;
  890. border-right: 1px solid;
  891. margin: 5px;
  892. padding: 5px;
  893. }
  894. .fond2 {
  895. background: url(../img/fond.bloc2.gif) #eee;
  896. border-bottom: 1px solid;
  897. border-right: 1px solid;
  898. margin: 2px;
  899. padding: 3px;
  900. }
  901. tr.even td, tr.row0 td {
  902. background: #eee;
  903. }
  904. tr.odd td, tr.row1 td {
  905. background: #e1e1e1;
  906. }
  907. tr:hover td {
  908. background: #f5f5f5;
  909. }
  910. table#table_cp tr:hover td {
  911. background: none;
  912. }
  913. #gensearch_items .item {
  914. float: left;
  915. text-align: right;
  916. background: url(../img/fond.bloc2.gif) #eee;
  917. border-bottom: 1px solid;
  918. border-right: 1px solid;
  919. margin: 2px;
  920. padding: 5px;
  921. }
  922. #gensearch_items .item span {
  923. display: block;
  924. }
  925. #gensearch_items .item .selector {
  926. display: block;
  927. float: left
  928. }
  929. #gensearch_items .item table th {
  930. background: #ccc;
  931. text-align: center;
  932. }
  933. #gensearch_items .item table td {
  934. background: #ddd;
  935. text-align: center;
  936. }
  937. .bloc {
  938. background: url(../img/fond.bloc.gif) #eee;
  939. margin: 4px;
  940. padding: 5px;
  941. }
  942. .bloc table {
  943. border-collapse: collapse;
  944. background: white;
  945. }
  946. table.bloc td {
  947. }
  948. .bloc table td {
  949. background: #eee;
  950. padding: 2px;
  951. border-collapse: collapse;
  952. margin-bottom: 1px;
  953. text-align: left;
  954. border-bottom: 1px solid white;
  955. }
  956. .bloc table .row1 td {
  957. background: #ddd;
  958. }
  959. #gen_actions table {
  960. width: 250px;
  961. }
  962. #gen_actions table .light {
  963. color: #777;
  964. }
  965. .bloc table tr.selected * {
  966. font-weight: bold;
  967. }
  968. .bloc2 {
  969. background: url(../img/fond.bloc2.gif) #ddd;
  970. border-right: 1px solid;
  971. border-bottom: 1px solid;
  972. margin: 4px;
  973. padding: 5px;
  974. }
  975. a.button {
  976. padding-left:2px;
  977. padding-right:2px;
  978. background: #eee;
  979. border-left: 1px solid #eee;
  980. border-top: 1px solid #eee;
  981. border-right: 1px solid;
  982. border-bottom: 1px solid;
  983. display: inline !important;
  984. float: none !important;
  985. cursor:pointer;
  986. color:#555;
  987. }
  988. .inactive {
  989. display: none !important;
  990. border: 1px solid red;
  991. }
  992. .genform_champ #racine {
  993. margin-left: 0;
  994. padding-left: 0;
  995. }
  996. .ui-datepicker-trigger {
  997. vertical-align: bottom;
  998. }
  999. div.grippie {
  1000. background: #EEEEEE url(../img/grippie.png) no-repeat scroll center 2px;
  1001. border-color: #DDDDDD;
  1002. border-style: solid;
  1003. border-width: 0pt 1px 1px;
  1004. cursor: s-resize;
  1005. height: 9px;
  1006. overflow: hidden;
  1007. }
  1008. .resizable-textarea textarea {
  1009. display: block;
  1010. margin-bottom: 0pt;
  1011. width: 95%;
  1012. height: 35px;
  1013. }
  1014. .fakeSubs li a {
  1015. padding: 1px;
  1016. display: block;
  1017. padding-left: 18px;
  1018. margin-left: 9px;
  1019. background: url(../pictos_stock/tango/16x16/emblems/emblem-readonly.png) no-repeat;
  1020. }
  1021. .fakeSubs li {
  1022. opacity: 0.5;
  1023. }
  1024. table.relinv {
  1025. width: 600px;
  1026. }
  1027. .disabled {
  1028. cursor: default !important;
  1029. opacity: 0.5;
  1030. }
  1031. .ajax_lg_select {
  1032. padding: 0px;
  1033. padding-left: 20px;
  1034. width: 10px;
  1035. }
  1036. .relationSelect {
  1037. background: url(../img/dropdown.gif) center right no-repeat white;
  1038. height: 16px;
  1039. width: 500px;
  1040. cursor: pointer;
  1041. padding: 3px;
  1042. }
  1043. .ulajax li a:hover {
  1044. background: #0a246a;
  1045. color: white;
  1046. }
  1047. .ulajax li a {
  1048. display: block;
  1049. cursor: pointer;
  1050. padding-left: 3px;
  1051. border-bottom: 1px solid #ccc
  1052. }
  1053. .ulajax li {
  1054. list-style-type: none;
  1055. }
  1056. .ulajax {
  1057. max-height: 200px;
  1058. width: 504px;
  1059. overflow: auto;
  1060. border: 1px solid #999;
  1061. margin: 0;
  1062. padding: 1px;
  1063. background: white;
  1064. position: absolute;
  1065. left: 0px;
  1066. top: 25px;
  1067. _margin-top: 20px;
  1068. z-index:1;
  1069. }
  1070. .bigmenus a span {
  1071. display: block;
  1072. color: #555;
  1073. font-weight: bold;
  1074. vertical-align: bottom;
  1075. }
  1076. .bigmenus a:hover {
  1077. background: #ddd;
  1078. }
  1079. .bigmenus a {
  1080. display: block;
  1081. width: 100px;
  1082. height: 80px;
  1083. float: left;
  1084. padding: 5px;
  1085. margin: 2px;
  1086. border: 1px solid #aaa;
  1087. background: #eee;
  1088. text-align: center;
  1089. }
  1090. .ajaxselect {
  1091. position: relative;
  1092. }
  1093. .ajaxselect img {
  1094. vertical-align: middle;
  1095. }
  1096. .home h2 {
  1097. padding: 5px;
  1098. padding-top: 15px;
  1099. display: block;
  1100. width: auto;
  1101. margin: 0;
  1102. text-transform: uppercase;
  1103. }
  1104. .autocomplete-w1 {
  1105. background: url(../img/shadow.png) no-repeat bottom right;
  1106. position: absolute;
  1107. top: 0px;
  1108. left: 0px;
  1109. margin: 6px 0 0 6px; /* IE6 fix: */
  1110. _background: none;
  1111. _margin: 1px 0 0 0;
  1112. }
  1113. .autocomplete {
  1114. width: 300px !important;
  1115. border: 1px solid #999;
  1116. background: #FFF;
  1117. cursor: default;
  1118. text-align: left;
  1119. max-height: 350px;
  1120. overflow: auto;
  1121. margin: -6px 6px 6px -6px; /* IE6 specific: */
  1122. _height: 350px;
  1123. _margin: 0;
  1124. _overflow-x: hidden;
  1125. }
  1126. .autocomplete .selected {
  1127. background: #F0F0F0;
  1128. }
  1129. .autocomplete div {
  1130. padding: 5px 5px;
  1131. white-space: nowrap;
  1132. overflow: hidden;
  1133. font-size: 11px;
  1134. border-bottom: 1px solid #ccc
  1135. }
  1136. .autocomplete strong {
  1137. font-weight: bold;
  1138. color: #ff9600;
  1139. font-size: 11px
  1140. }
  1141. td.dragHandle {
  1142. width: 20px;
  1143. background: url(../img/move_light.png) no-repeat center center #eee !important;
  1144. cursor: move;
  1145. }
  1146. tr.myDragClass td {
  1147. background-color: #ddd !important;
  1148. }
  1149. tr.myDragClass td.dragHandle {
  1150. background: url(../img/move.png) no-repeat center center #eee !important;
  1151. }
  1152. tr.myDragClass {
  1153. }
  1154. #zegenform fieldset {
  1155. border: 1px solid #aaa;
  1156. background: #ccc;
  1157. }
  1158. #zegenform fieldset legend {
  1159. margin: 0;
  1160. padding: 0;
  1161. }
  1162. .fieldclosed legend a, .fieldopen legend a {
  1163. position: relative;
  1164. padding-left: 25px;
  1165. }
  1166. .fieldclosed legend a span {
  1167. background: url(../pictos_stock/tango/16x16/places/folder.png) no-repeat;
  1168. position: absolute;
  1169. width: 20px;
  1170. height: 20px;
  1171. left: 5px;
  1172. }
  1173. .fieldopen legend a span {
  1174. position: absolute;
  1175. background: url(../pictos_stock/tango/16x16/status/folder-open.png) no-repeat;
  1176. width: 20px;
  1177. height: 20px;
  1178. left: 5px;
  1179. }
  1180. .fieldclosed {
  1181. padding: 0;
  1182. padding-left: 10px;
  1183. }
  1184. .rtePreview {
  1185. padding: 5px;
  1186. background: white;
  1187. border: 1px solid;
  1188. cursor: pointer;
  1189. }
  1190. .toolsright {
  1191. float:right;
  1192. }
  1193. .toolsright input {
  1194. vertical-align:middle;
  1195. }
  1196. .toolsright a.bloc2 img{
  1197. vertical-align:middle;
  1198. }
  1199. .toolsright form {
  1200. display:inline;
  1201. }
  1202. /*************************************/
  1203. /** Liste de rĂŠsultats de recherche **/
  1204. /*************************************/
  1205. .colonne_booleen {
  1206. width : 60px;
  1207. text-align : center;
  1208. }
  1209. .colonne_date {
  1210. width : 120px;
  1211. padding-left : 5px;
  1212. }
  1213. .colonne_actions {
  1214. padding-left : 10px;
  1215. }
  1216. .btn_action, .small_form_action {
  1217. text-align : center;
  1218. padding-right : 5px;
  1219. float : left;
  1220. }
  1221. .tr_selected td {
  1222. background : #F5B85A !important;
  1223. }
  1224. .ui-state-active , .ui-state-highlight {
  1225. border:1px solid red;
  1226. }
  1227. #autosave_frame {
  1228. width:10px;
  1229. height:10px;
  1230. }
  1231. .selectMSearch {
  1232. display:block;
  1233. background:url(../pictos_stock/tango/16x16/actions/system-search.png) no-repeat right center;
  1234. }
  1235. .upload_container {
  1236. border:1px solid #ccc;
  1237. }
  1238. .upload_container.hover{
  1239. background:white;
  1240. border:1px dotted #999;
  1241. }
  1242. .tablerelcheckbox {
  1243. width:185px;
  1244. padding:2px;
  1245. border:1px solid #ccc;
  1246. background: #fff;
  1247. margin:2px;
  1248. float:left;
  1249. cursor:pointer;
  1250. }
  1251. .tablerelcheckbox input:checked + span {
  1252. font-weight:bold;
  1253. }
  1254. .tablerelfullarbo, .tablerelfullarbo ul {
  1255. list-style-type: none;
  1256. }
  1257. ul.hide {
  1258. display:none;
  1259. }
  1260. .tablerelfullarbo span {
  1261. display: inline-block;
  1262. width:16px;
  1263. line-height:11px;
  1264. cursor:pointer;
  1265. font-weight: bold;
  1266. font-family: monospace;
  1267. }
  1268. .tablerelfullarbo {
  1269. padding-left:0;
  1270. margin-top:24px;
  1271. }
  1272. .tree_buttons .abutton {
  1273. border-bottom:1px solid #555;
  1274. cursor:pointer;
  1275. }
  1276. .tablerelfullarbo img {
  1277. vertical-align: middle;
  1278. }
  1279. .tablerelfullarbo ul {
  1280. padding-left:10px;
  1281. }
  1282. .tablerelfullarbo input {
  1283. margin:0;
  1284. padding:0;
  1285. vertical-align: middle;
  1286. }
  1287. .tablerelfullarbo > li {
  1288. background:url("../img/fond.bloc2.gif") repeat scroll 0 0 #DDDDDD;
  1289. border-right:1px solid #aaa;
  1290. }
  1291. .tablerelfullarbo li {
  1292. padding:2px;
  1293. color:#333;
  1294. }
  1295. .tablerelfullarbo {
  1296. border-bottom:1px solid #888;
  1297. }
  1298. .upload_filelist {
  1299. font-family:monospace;
  1300. }
  1301. .upload_filelist b {
  1302. display: inline-block;
  1303. width:200px;
  1304. border:1px solid #fff;
  1305. }
  1306. .upload_filelist b span {
  1307. display: inline-block;
  1308. background:#ff9600;
  1309. color:white;
  1310. text-align:center;
  1311. }
  1312. .ajax_table select {
  1313. max-width:400px;
  1314. }
  1315. .genform_champ input[type=text]:focus, .genform_champ textarea:focus {
  1316. background:white;
  1317. border:1px solid #555;
  1318. }
  1319. .flowplayer {
  1320. display:block;
  1321. width:550px;
  1322. height:300px;
  1323. line-height:240px;
  1324. vertical-align: middle;
  1325. text-align: center;
  1326. cursor:pointer;
  1327. }
  1328. .flowplayer img {
  1329. vertical-align: middle;
  1330. }