elegant.css 1.9 KB

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