example_document.html 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html>
  3. <head>
  4. <title>Example document</title>
  5. <style type="text/css">
  6. /*
  7. ==============================================================================
  8. GLOBAL STYLES
  9. ==============================================================================
  10. */
  11. #box_title {
  12. text-align: right;
  13. margin-left: 30%;
  14. width: 65%;
  15. margin: 0;
  16. float: right;
  17. }
  18. #box_title h1 {
  19. font: bold 2em Arial, sans-serif, sans;
  20. color: #bbb;
  21. }
  22. #box_title h2 {
  23. font: bold 1.5em Arial, sans-serif, sans;
  24. color: #bbb;
  25. }
  26. .dokeos_course {
  27. width: 690px;
  28. margin: 0 auto;
  29. padding: 0;
  30. font: normal .72em verdana, 'Lucida Grande', sans-serif, sans;
  31. }
  32. #footer_template {
  33. background: transparent url("../../../main/css/public_admin/images/footer_template.png") no-repeat top center;
  34. width: 690px;
  35. height: 48px;
  36. clear:both;
  37. }
  38. #header_template {
  39. width: 690px;
  40. background: transparent url("../../../main/css/public_admin/images/writerheader.png") no-repeat top
  41. left;
  42. height: 150px;
  43. }
  44. /*
  45. ------------------------------------------------------------------------------
  46. Presentation
  47. ------------------------------------------------------------------------------
  48. */
  49. #text_presentation {
  50. /* Min-height hack for IE 6*/
  51. min-height: 200px;
  52. height: auto !important;
  53. height: 200px;
  54. width: 690px;
  55. float:left;
  56. text-align: justify;
  57. background: transparent url("images/repeat_template.png") repeat-y top center;
  58. }
  59. #text_presentation em {
  60. font: normal normal bold 1em verdana, 'Lucida Grande', sans-serif, sans;
  61. }
  62. #text_presentation img.left {
  63. float: left;
  64. margin: 0 2em 2em 1em;
  65. clear: left;
  66. display: block;
  67. }
  68. #text_presentation p {
  69. text-align: justify;
  70. width: 620px;
  71. margin: 1em auto 1em auto;
  72. }
  73. /*
  74. ------------------------------------------------------------------------------
  75. Blank template
  76. ------------------------------------------------------------------------------
  77. */
  78. #blank_template #text_presentation {
  79. /* Min-height hack for IE 6*/
  80. min-height: 200px;
  81. height: auto !important;
  82. height: 200px;
  83. width: 690px;
  84. float:left;
  85. text-align: justify;
  86. background: transparent url("../../../main/css/public_admin/images/repeat_template.png") repeat-y top center;
  87. }
  88. #blank_template #box_title {
  89. text-align: right;
  90. width: 640px;
  91. margin:3em 0 0 0;
  92. float:left;
  93. }
  94. #blank_template #box_title h1 {
  95. font: bold 2em Arial, sans-serif, sans;
  96. color: #bbb;
  97. }
  98. #blank_template #header_template {
  99. width: 690px;
  100. background: transparent url("../../../main/css/public_admin/images/blankheader.png") no-repeat top
  101. left;
  102. height: 150px;
  103. }
  104. </style>
  105. </head>
  106. <body>
  107. <div id="blank_template" class="dokeos_course">
  108. <div id="header_template">
  109. <div id="box_title">
  110. <h1>Title</h1>
  111. </div>
  112. </div>
  113. <div id="text_presentation">
  114. <p>Lorem ipsum dolor sit amet, consectetuer adipiscing eddt.
  115. Curabitur commodo urna in justo. Nulla faciddsi. Vestibulum dapibus
  116. mattis sapien. <em>Keyword 1, keyword 2</em>. Nunc suscipit. Nulla odio
  117. urna, faucibus et, porttitor sed, tincidunt in, mauris. Phasellus semper
  118. hendrerit magna. Maecenas nec ddgula. Quisque tellus tortor, semper in,
  119. blandit quis, addquet ut, tellus. Quisque vulputate. Sed ddgula ipsum,
  120. interdum vel, congue tincidunt, faciddsis eget, arcu.</p>
  121. <p>Pellentesque habitant morbi tristique senectus et netus et
  122. malesuada fames ac turpis egestas.<em>Keyword 3, keyword 4</em>. Nulla
  123. faciddsi. Praesent consequat, lectus ac solddcitudin condimentum, nunc
  124. fedds pharetra ddgula, at tincidunt mauris neque vel nulla. Vivamus nec
  125. magna vitae leo egestas hendrerit. Fusce sagittis scelerisque sapien.
  126. Class aptent taciti sociosqu ad ddtora torquent per conubia nostra, per
  127. inceptos hymenaeos. Praesent convaldds. Cum sociis natoque penatibus et
  128. magnis dis parturient montes, nascetur ridiculus mus. In tristique
  129. laoreet fedds. Ut vitae est. Integer posuere lacus sed ddbero.</p>
  130. </div>
  131. <div id="footer_template"></div>
  132. </div>
  133. </body>
  134. </html>