elegant.css 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  1. @charset "UTF-8";
  2. /* CSS Document */
  3. body{
  4. background-image:;
  5. background-repeat:no-repeat;
  6. background-position:right;
  7. background-position:bottom;
  8. }
  9. #course-content{
  10. min-height:500px;
  11. margin:1em;
  12. }
  13. #course-content h1,h2,h3,h4{
  14. font-family:Arial, Helvetica, sans-serif;
  15. }
  16. #course-content h1 {
  17. border-bottom: solid thin #B7B7B7;
  18. color: #8D8D8D;
  19. border-top: solid thin #B7B7B7;
  20. font-size: x-large;
  21. background-color: #FAFAFA;
  22. font-weight: bold;
  23. padding:0.2em;
  24. }
  25. #course-content h2 {
  26. font-size: large;
  27. font-weight: bold;
  28. padding-left: 10px;
  29. }
  30. #course-Content h3 {
  31. font-weight: bold;
  32. padding-left: 20px;
  33. }
  34. .tip{
  35. -moz-border-radius:1em;
  36. border:1px solid black;
  37. border:1px 2px 2px 1px;
  38. padding:1em;
  39. padding-left:40px;
  40. background:url(../help.png) left;
  41. }
  42. /* TEMPLATES STYLES */
  43. #course-content #cover{
  44. padding:2em 0px;
  45. }
  46. #course-content .dial_horizontal{
  47. border:3px 0px #B7B7B7;
  48. }
  49. #course-content .dial_vert{
  50. border:0px 3px #B7B7B7;
  51. }
  52. /*
  53. #dialogFix{
  54. background-image:url(../images/dialogs/dialog_left_500x500.png);
  55. padding:30px;
  56. padding-left:80px
  57. }*/
  58. #course-content p{
  59. font-size:medium;
  60. }
  61. /* Template cover */
  62. #cover {
  63. padding:1em 0px;
  64. }
  65. /* Modèle Liste à puce */
  66. #boom ul li{
  67. list-style-image:url(img/puce.png);
  68. list-style-type:disc;
  69. font-size:medium;
  70. line-height:20px;
  71. margin-bottom:0.5em;
  72. }
  73. #boom ul li:hover{
  74. list-style-image:url(img/puce_hover.png);
  75. }
  76. #argument_1{
  77. }
  78. #argument_2{
  79. }
  80. #glossary{
  81. padding:0.2em;
  82. }
  83. /*Certificate
  84. You can set your own certificate
  85. */
  86. /*#certificate{
  87. background:url('img/certificate_blue.jpg') no-repeat;
  88. padding:0px 50px 0px;
  89. padding-top:120px;
  90. height:500px;
  91. width:700px;
  92. }*/
  93. #certificate{
  94. background:url('img/certificate_grey.jpg') no-repeat;
  95. padding:0px 00px 00px;
  96. padding-top:20px;
  97. height:500px;
  98. width:700px;
  99. }