Guest User

Untitled

a guest
May 27th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.18 KB | None | 0 0
  1. /* CSS Created by Stanto */
  2.  
  3.  
  4. /*///////////////////////////////////////////////////////////////////////////*/
  5. /*////////////////////////////// Mise en page ///////////////////////////////*/
  6. /*///////////////////////////////////////////////////////////////////////////*/
  7.  
  8.  
  9. /* Ici on defini une couleur bleue pour le fond, une police pour toute la page ainsi qu'une taille */
  10. html {
  11. height : 100%;
  12. }
  13.  
  14. img {
  15. border : 0px;
  16. }
  17.  
  18. img a{
  19. text-decoration : none;
  20. }
  21.  
  22. img a:hover{
  23. text-decoration : none;
  24. }
  25.  
  26. a {
  27. color : #000;
  28. text-decoration : none;
  29. }
  30.  
  31. a:hover {
  32. text-decoration : underline;
  33. }
  34.  
  35.  
  36.  
  37. body{
  38. /*background-color: #597DA2;*/
  39. background-image: url('img/main/fond_page.png');
  40. font-family: "Lucida Grande", Geneva, Arial, Helvetica, sans-serif;
  41. text-align: justify;
  42. color: #707276;
  43. font-size: 10px;
  44. margin-top: 0px;
  45. margin-bottom: 0px;
  46. margin-left : 0px;
  47. margin-right : 0px;
  48. }
  49.  
  50. #backgroundPage{
  51. width: 100%;
  52. min-height: 100%;
  53. background-image: url('img/main/degrade_page.png');
  54. background-repeat: repeat-x;
  55. }
  56.  
  57. textarea{
  58. font-family: "Lucida Grande", Geneva, Arial, Helvetica, sans-serif;
  59. text-align: justify;
  60. color: #000;
  61. font-size: 10px;
  62. }
  63.  
  64.  
  65. /*
  66. a{
  67. color: #0F53BF;
  68. }*/
  69.  
  70. img {
  71. border : 0px;
  72. }
  73.  
  74.  
  75. /* Le conteneur permet de centrer la page et evite que les elements partent dans tous les sens ! Tres important ! */
  76.  
  77. #container{
  78. position: relative;
  79. margin-left : auto;
  80. margin-right : auto;
  81. width: 800px;
  82. min-height: 100%;
  83. padding-left: 40px;
  84. padding-right: 40px;
  85. background-image: url('img/main/fond_principal.png');
  86. }
  87.  
  88. /* Et ca c'est pour remplir la page vu que le footer est fixe en bas...*/
  89. #shadow {
  90. background-image: url('img/main/fond_principal.png');
  91. background-repeat: repeat-y;
  92. background-position: center top;
  93. background-attachment: fixed;
  94. vertical-align: top;
  95. margin-left : auto;
  96. margin-right : auto;
  97. width: 880px;
  98. position: fixed;
  99. visibility: visible;
  100. height: 100%;
  101. padding-left: 40px;
  102. padding-right: 40px;
  103. }
  104.  
  105.  
  106. /* Cela correspond a la banniere.. L'image est en background pour pouvoir ecrire par dessus sans creer un autre div. */
  107.  
  108. #banner{
  109. height: 100px;
  110. width: 800px;
  111. }
  112.  
  113. #menu{
  114. width: 535px;
  115. height : 30px;
  116. background-image : url('img/fr/menu/bg.png');
  117. padding-top : 13px;
  118. padding-left : 28px;
  119.  
  120. }
  121.  
  122. #end_menu{
  123. text-align : right;
  124. float : right;
  125. }
  126.  
  127. #inner {
  128. float: left;
  129. width: 571px;
  130. }
  131.  
  132. #contenu{
  133. padding-left: 35px;
  134. width: 515px;
  135. padding-bottom : 10px;
  136. }
  137.  
  138. #menu{
  139. float: right;
  140. width: 215px;
  141. height: 44px;
  142. padding-left : 14px;
  143. }
  144.  
  145. #menu ul{
  146. padding-left : 14px;
  147. }
  148.  
  149. #menu #haut_colonne{
  150. margin-left : -14px;
  151. margin-bottom : -1px;
  152. }
  153.  
  154. #menu .menu_liens ul{
  155. padding-left : 28px;
  156. list-style-type : none;
  157. }
  158.  
  159. #menu .text img{
  160. padding-right : 6px;
  161. }
  162.  
  163.  
  164. #content{
  165. /*padding-bottom : 90px;*/
  166. }
  167.  
  168.  
  169. #footer {
  170. clear: both;
  171. /*position: absolute;*/
  172. bottom: 0px;
  173. position: fixed;
  174. /*color: #666666;*/
  175. border-top-width: 1px;
  176. border-top-style: solid;
  177. border-top-color: #B2B2B2;
  178. padding-top: 2px;
  179. padding-bottom: 2px;
  180. background-color: #DADADA;
  181. text-align: center;
  182. width: 800px;
  183. }
  184.  
  185. #fixe_fond {
  186. clear: both;
  187. /*position: absolute;*/
  188. bottom: 0px;
  189. /*position: fixed;*/
  190. color: #666666;
  191. padding-top: 1px;
  192. padding-bottom: 1px;
  193. text-align: center;
  194. width: 800px;
  195. }
  196.  
  197. #comptes td{
  198. text-align:center;
  199. font-size: 10px;
  200. }
  201.  
  202. #comptes th{
  203. text-align:center;
  204. font-size: 10px;
  205. }
  206.  
  207. #comptes tr.gris{
  208. background-color: #F2F2F2;
  209. font-weight: bold;
  210. }
  211.  
  212. .black{
  213. color : black;
  214. }
  215.  
  216. .green{
  217. color : green;
  218. }
  219.  
  220. .red{
  221. color : red;
  222. }
  223.  
  224. .bold{
  225. font-weight: bold;
  226. }
  227.  
  228. .italique{
  229. font-style: italic;
  230. font-family: "Lucida Grande", Geneva, Arial, Helvetica, sans-serif;
  231.  
  232. }
  233.  
  234. .shadow{
  235. /*font-weight: bold;
  236. text-shadow: 0.2em 0.2em 0.2em #999;
  237. color : #222;*/
  238. }
  239.  
  240. .hidden{
  241. display : none;
  242. }
  243. /* Partie Detail du logiciel */
  244.  
  245. #top_detail{
  246. font-size: 15px;
  247. color : #000000;
  248. }
  249.  
  250. #top_detail .right{
  251. margin-top : 5px;
  252. }
  253.  
  254. .left {
  255. text-align: left;
  256. float: left;
  257. vertical-align: middle;
  258. width: auto;
  259. }
  260.  
  261. .left img{
  262. vertical-align: middle;
  263. }
  264.  
  265. .left .titre{
  266. width: 208px;
  267. }
  268.  
  269. .right {
  270. text-align: right;
  271. float: right;
  272. vertical-align: bottom;
  273. }
  274.  
  275. .right img{
  276. margin-bottom: 10px;
  277. }
  278.  
  279. .spacer {
  280. clear: both;
  281. }
  282.  
  283. #detail{
  284. /*width: 520px;*/
  285. border: 1px solid #CDCDCD;
  286. }
  287.  
  288. #detail .noir{
  289. color: #444444;
  290. }
  291.  
  292. .texte {
  293. padding-left: 3px;
  294. padding-right: 3px;
  295. padding-top: 2px;
  296. }
  297.  
  298. .titre{
  299. width: auto;
  300. font-size: 10px;
  301. font-weight: bold;
  302. color: #000000;
  303. background-color: #E6E6E6;
  304. display: block;
  305. margin-top: 10px;
  306. padding: 2px 0px 2px 5px;
  307. }
  308.  
  309. .titre:first-child{
  310. margin-top: 0px;
  311. }
  312.  
  313. #remarque{
  314. margin-top: 10px;
  315. margin-bottom: 10px;
  316. font-style: oblique;
  317. }
  318.  
  319. #dot{
  320. width: 100%;
  321. border-bottom: 1px dotted #CDCDCD;
  322. }
  323.  
  324.  
  325. .news{
  326. /*display: block;*/
  327.  
  328. padding : 0px 5px 0px 5px;
  329. }
  330.  
  331. .news .titre_news{
  332. font-weight: bold;
  333. }
  334.  
  335. .news:first-child{
  336. }
  337.  
  338. .del_news {
  339. float: right;
  340. margin-right : -5px;
  341. vertical-align : bottom;
  342. bottom : 0px;
  343. }
  344. .del_news{
  345. vertical-align:text-top;
  346. }
  347.  
  348. .liste_equiv{
  349. margin-left : 20px;
  350. margin-top : 5px;
  351. margin-right : 40px;
  352. padding : 2px 0px 4px 5px;
  353. border : 1px dotted #999;
  354. background-color : #E1E1E1;
  355. }
  356.  
  357. .liste_equiv img{
  358. margin-top : 3px;
  359. margin-bottom : -1px;
  360. border : 0px;
  361. }
  362.  
  363. .initiale{
  364. color : #999;
  365. margin-bottom : 2px;
  366. margin-top : 5px;
  367. }
  368.  
  369. #listeEquivalences{
  370. clear:both;
  371. display : block;
  372. }
  373.  
  374. #listeEquivalences h1{
  375. text-align : center;
  376. color : #333;
  377. font-size : 20px;
  378. margin-bottom : 5px;
  379. /*text-shadow: 0.2em 0.2em 0.2em #999;*/
  380. }
  381.  
  382. #edition_equiv{
  383. text-align : right;
  384. margin-bottom : 20px;
  385. }
  386.  
  387. .liste_eq_left{
  388. float : left;
  389. width : 170px;
  390. }
  391.  
  392. #wiki .spacer{
  393. height : 4px;
  394. }
  395.  
  396. #menu_wiki_global {
  397. /*font: 13px Verdana, sans-serif;*/
  398. text-align : center;
  399. line-height : 20px;
  400.  
  401. }
  402.  
  403. #menu_wiki_global ul {
  404. list-style-type: none;
  405. width: 100%; /* précision pour Opera */
  406. }
  407.  
  408. #menu_wiki li {
  409. float: left;
  410. vertical-align : middle ;
  411. }
  412.  
  413. #menu_wiki a {
  414. margin: 0 2px;
  415. padding : 0 5px;
  416. width: auto;
  417. min-width : 70px;
  418. height: 20px;
  419. display: block;
  420. text-align: center;
  421. border: 1px solid gray;
  422. border-bottom : none;
  423. text-decoration: none;
  424. color: #000;
  425. background: #fff;
  426. }
  427.  
  428. #menu_wiki a:hover {
  429. background: #ccc;
  430. border: 1px solid gray;
  431. border-bottom : none;
  432.  
  433. }
  434.  
  435. #menu_wiki a:active {
  436. background: gray;
  437. border: 1px solid gray;
  438. border-bottom : none;
  439. color: #fff;
  440. }
  441.  
  442. #afficheWiki{
  443. clear:both;
  444. display : block;
  445. border: 1px solid gray;
  446. padding : 10px 10px 10px 10px;
  447. }
  448.  
  449. #listeFreewares{
  450. clear:both;
  451. display : block;
  452. border: 1px solid gray;
  453. padding : 10px 10px 10px 10px;
  454. }
  455.  
  456.  
  457. #afficheWiki textarea{
  458. width : 490px;
  459. height : 490px;
  460. }
  461.  
  462. #wiki_edit_buttons{
  463. text-align : center;
  464. }
  465.  
  466. #wiki h1, h2, h3{
  467. color : #000;
  468. text-align : center;
  469. /*text-shadow: 0.2em 0.2em 0.2em #999*/
  470. }
  471.  
  472. /* Voila tous les styles pour les tableaux.. cest chiant mais bon.. sa se fait.... */
  473.  
  474. table{
  475. margin-top: 10px;
  476. }
  477.  
  478. td.c1 {
  479. padding-left: 16px;
  480. width: 200px;
  481. }
  482.  
  483. td.c2 {
  484. width: 106px;
  485. }
  486.  
  487. td.c3 {
  488. width: 106px;
  489. }
  490.  
  491. td.c4 {
  492. width: 70px;
  493. }
  494.  
  495. td.c5 {
  496. width: 37px;
  497. }
  498.  
  499. td.c6 {
  500. width: 43px;
  501. }
  502. .liste_texte{
  503. color : #666;
  504. }
  505.  
  506. #detail_logiciel p, #liste_freewares p, #listeEquivalences p, #listeNews p, #contact p, #contact_form, #developpers p, #developpers_form, #connexion{
  507. padding-left : 50px;
  508. padding-right : 40px;
  509. clear:both;
  510.  
  511. }
  512.  
  513. #infos_notation p{
  514. margin-top : 2px;
  515. margin-bottom : 2px;
  516. line-height : 15px;
  517.  
  518. }
  519.  
  520.  
  521. #infos{
  522. float:left;
  523. width : 255px;
  524. padding-right : 0px;
  525. margin-left : 0px;
  526. }
  527. #infos p{
  528. padding-right : 5px;
  529. }
  530.  
  531. #telecharger{
  532. float: left;
  533. color : #191B1B;
  534. text-align : center;
  535. width : 60px;
  536. margin-top : 80px;
  537. }
  538.  
  539. #telecharger_texte{
  540. margin-top : -10px;
  541.  
  542. }
  543.  
  544. #telecharger_texte a{
  545. text-decoration : none;
  546. color : #000;
  547. }
  548.  
  549. #telecharger_texte a:hover{
  550. text-decoration : underline;
  551. color : #000;
  552. }
  553.  
  554. #infos img{
  555. }
  556.  
  557. #notation{
  558. float:right;
  559. width : 255px;
  560. padding-left : 0px;
  561. padding-right : 0px;
  562.  
  563. }
  564.  
  565.  
  566.  
  567.  
  568. #notation img{
  569. margin-bottom : -2px;
  570. }
  571.  
  572. #more p{
  573. padding-top : 15px;
  574. margin-top : 2px;
  575. line-height : 12px;
  576. }
  577.  
  578. #more img{
  579. float : left;
  580. padding-right : 5px;
  581. }
  582.  
  583.  
  584. #notation p{
  585. padding-left : 35px;
  586. }
  587.  
  588. #detail_titre, .liste_titre, .news_titre{
  589. color : #000;
  590. font-size : 13px;
  591. padding-left : 10px;
  592. padding-top : 10px;
  593. }
  594.  
  595. .news_titre{
  596. margin-left : 39px;
  597. }
  598.  
  599.  
  600. #detail_titre img, .liste_titre img{
  601. padding-right : 7px;
  602. }
  603.  
  604.  
  605. .titre_logiciel{
  606. float:left;
  607. }
  608.  
  609. .version_logiciel {
  610. float:right;
  611. margin-right : 40px;
  612. }
  613.  
  614. .v_version{
  615. font-size : 10px;
  616. }
  617.  
  618. .titre_logiciel, .version_logiciel{
  619. margin-top : 7px;
  620. }
  621. /*
  622. #telecharger{
  623. color : #191B1B;
  624. clear:both;
  625. width : 101px;
  626. margin-left : auto;
  627. margin-right : auto;
  628. text-align : center;
  629. margin-bottom : -15px;
  630. }*/
  631.  
  632.  
  633. #telecharger img{
  634. }
  635.  
  636. #telecharger p{
  637. }
  638. #infos_notation, #commentaires, #detail_equivalences{
  639. margin-top : 20px;
  640. }
  641. #commentaires p{
  642. z-index : -10;
  643. margin-top : 2px;
  644. margin-bottom : 2px;
  645. }
  646.  
  647. .commentaires_texte{
  648. z-index : -20;
  649. display : block;
  650. top : 0px;
  651. }
  652.  
  653. #bouge div{
  654. padding : 10px 5px 5px 5px;
  655. width : 60px;
  656. height : 55px;
  657. margin : 0px 10px 0px 10px;
  658. text-align : center;
  659.  
  660. display : inline;
  661. }
  662. #bouge a{
  663. text-decoration : none;
  664. }
  665.  
  666. #commentaires p{
  667. padding-bottom : 10px;
  668. }
  669.  
  670. #formulaire_commentaire{
  671. padding-left : 50px;
  672. line-height : 15px;
  673. }
  674.  
  675. #intitule{
  676. float : left;
  677. line-height : 22px;
  678. padding-right : 10px;
  679. color : #000;
  680. }
  681. #champs{
  682. float:left;
  683. line-height : 22px;
  684.  
  685. }
  686.  
  687. .liste_sous_ligne{
  688. padding-left : 50px;
  689. padding-right : 40px;
  690. color : #999;
  691. font-size : 9px;
  692. display : table;
  693. }
  694.  
  695. .liste_sous_ligne div{
  696. display : table-cell;
  697. vertical-align : top;
  698.  
  699. }
  700.  
  701.  
  702.  
  703.  
  704.  
  705. #menu{
  706. line-height: 17px;
  707. }
  708. #menu img{
  709. z-index : 100;
  710. }
  711.  
  712.  
  713. #menu .titre{
  714. font-weight: bold;
  715. line-height: 12px;
  716. margin-top : 0px;
  717. padding-top: 3px;
  718. padding-bottom: 3px;
  719. background-color: #E6E6E6;
  720. text-indent: 6px;
  721. border-top: 1px solid #CDCDCD;
  722. border-bottom: 1px solid #CDCDCD;
  723. }
  724.  
  725.  
  726. #menu .text{
  727. color: #666666;
  728. /*background-color: #F2F2F2;*/
  729. padding-top: 8px;
  730. padding-bottom: 15px;
  731. padding-left: 11px;
  732. }
  733.  
  734. #menu input{
  735. /*background-color : #F5F5F5;*/
  736. }
  737.  
  738. .date{
  739. width : auto;
  740. display : inline;
  741. line-height : 36px;
  742. background-image: url('img/main/fond_date.png');
  743. background-position:left top;
  744. color : #444;
  745. padding-top : 14px;
  746. padding-bottom : 10px;
  747. padding-left : 15px;
  748. }
  749.  
  750. .date img{
  751. padding-left : 4px;
  752. margin-bottom : -15px;
  753. }
  754.  
  755.  
  756. #logCommentaires{
  757. }
  758.  
  759.  
  760. .news{
  761. padding-bottom : 20px;
  762. }
  763.  
  764. #listeNews .news_titrecomplet{
  765. margin-top : 15px;
  766. }
  767.  
  768. #pagination_toutcourt div{
  769. display : table-cell;
  770. padding-bottom : 20px;
  771. line-height : 30px;
  772. padding-top : 10px;
  773. }
  774.  
  775. #pagination{
  776. text-align : center;
  777. vertical-align : top;
  778.  
  779. width : 200px;
  780. }
  781.  
  782. #pagination_allera{
  783. vertical-align : top;
  784. text-align : right;
  785. width : 150px;
  786. padding-right : 40px
  787. }
  788.  
  789. #pagination_par_page{
  790. text-align : left;
  791. vertical-align : top;
  792.  
  793. width : 140px;
  794. padding-left : 50px;
  795. }
  796.  
  797.  
  798. #pagination_current{
  799. /* font-weight: bold;
  800. / color : #000;*/
  801. }
  802.  
  803. #ptit_bouton{
  804. float:right;
  805. }
  806.  
  807. /*.news .news_contenu{
  808. padding-left : 20px;
  809. }*/
  810.  
  811.  
  812.  
  813.  
  814. #contact_form legend {
  815. padding: 0 2px;
  816. font-weight: bold;
  817. }
  818. #contact_form label{
  819. display: inline-block;
  820. display : -moz-inline-box;
  821. line-height: 1.8;
  822. vertical-align: top;
  823. }
  824. #contact_form ol, #connexion ol {
  825. margin: 0;
  826. padding: 0;
  827. }
  828. #contact_form li, #connexion li {
  829. list-style: none;
  830. padding: 2px;
  831. margin: 0;
  832. }
  833.  
  834. #connexion label {
  835. display: inline-block;
  836. display : -moz-inline-box;
  837. line-height: 1.8;
  838. vertical-align: middle;
  839. }
  840.  
  841. #contact_form em {
  842. font-weight: bold;
  843. font-style: normal;
  844. color: #f00;
  845. }
  846. #contact_form label, #connexion label {
  847. width: 120px; /* Width of labels */
  848. }
  849. #contact_form{
  850. color : #000;
  851. padding-top : 10px;
  852. }
  853.  
  854. #connexion{
  855. text-align : center;
  856. background-image: url('img/main/carte.png');
  857. background-repeat : no-repeat;
  858. background-position: center;
  859. padding-top : 65px;
  860. height : 188px;
  861. color : #707276;
  862.  
  863. }
  864.  
  865.  
  866. #retourContact{
  867. padding-left : 10px;
  868. }
Add Comment
Please, Sign In to add comment