learnpath.css 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252
  1. div.text {
  2. margin-left: 6;
  3. margin-right: 6;
  4. margin-top: 5;
  5. margin-bottom: 5;
  6. text-align: justify;
  7. }
  8. span.messagesmall {
  9. font-style: italic;
  10. color: Red;
  11. }
  12. /* newscorm/learnpath */
  13. div.lp_actions {
  14. background: #F8F8F8;
  15. border-bottom: 1px solid #999999;
  16. padding: 3px;
  17. }
  18. div.lp_actions img {
  19. margin-right: 5px;
  20. }
  21. div.lp_small_form {
  22. background: #F8F8F8;
  23. border: 1px solid #999999;
  24. padding: 10px;
  25. }
  26. div.lp_small_form input {
  27. font-size: 10px;
  28. }
  29. div.lp_manipulate {
  30. background: #F8F8F8;
  31. border-bottom: 1px dotted #999999;
  32. margin-bottom: 0px;
  33. padding: 3px 0 3px 10px;
  34. }
  35. div.lp_manipulate a {
  36. padding-right: 10px;
  37. }
  38. div.lp_message {
  39. background: #FEC880;
  40. border: 1px solid #E28C15;
  41. font-size: 12px;
  42. padding: 10px;
  43. }
  44. div.lp_resource_header {
  45. cursor: pointer;
  46. background: #F0F0F0;
  47. border: 1px solid #999999;
  48. font-weight: bold;
  49. padding: 10px;
  50. width: 350px;
  51. }
  52. div.lp_resource_header_end {
  53. background: #F0F0F0;
  54. border: 1px solid #999999;
  55. font-weight: bold;
  56. padding: 10px;
  57. width: 350px;
  58. }
  59. div.lp_resource_elements {
  60. background: #FAFAFA;
  61. border: 1px solid #999999;
  62. border-bottom: 0;
  63. display: none;
  64. padding: 5px 10px;
  65. width: 350px;
  66. }
  67. div.lp_resource_elements_end {
  68. background: #FAFAFA;
  69. border: 1px solid #999999;
  70. border-top: 0px;
  71. display: none;
  72. padding: 5px 10px;
  73. width: 350px;
  74. }
  75. div.lp_resource_elements div {
  76. padding: 3px;
  77. }
  78. div.lp_tree {
  79. height: 100%;
  80. overflow-x: auto;
  81. overflow-y: auto;
  82. }
  83. option.bottom {
  84. border-top: 1px solid #999999;
  85. margin-top: 2px;
  86. padding-top: 2px;
  87. }
  88. option.top {
  89. border-bottom: 1px solid #999999;
  90. margin-bottom: 2px;
  91. padding-bottom: 2px;
  92. }
  93. p.lp_action {
  94. margin: 5px 0;
  95. }
  96. p.lp_text {
  97. margin-top: 0px;
  98. }
  99. p.lp_title {
  100. font-weight: bold;
  101. margin-top: 5px;
  102. padding-left: 7px;
  103. }
  104. table.lp_build {
  105. font-size: 12px;
  106. height: 400px;
  107. width: 100%;
  108. }
  109. table.lp_build td {
  110. vertical-align: top;
  111. }
  112. table.lp_build td.tree {
  113. /* border-right:1px solid #999999;*/
  114. padding-right: 5px;
  115. width: 205px;
  116. }
  117. table.lp_build td.workspace {
  118. padding: 0px;
  119. padding-left: 5px;
  120. width: auto;
  121. }
  122. table.lp_form {
  123. font-size: 12px;
  124. margin: 0 10px;
  125. width: auto;
  126. }
  127. table.lp_form td {
  128. height: 25px;
  129. padding: 5px;
  130. vertical-align: top;
  131. width: auto;
  132. }
  133. table.lp_form td.label {
  134. padding-top: 7px;
  135. text-align: right;
  136. }
  137. table.lp_form td.radio {
  138. width: 300px;
  139. }
  140. table.lp_form td.exercise {
  141. width: 50px;
  142. }
  143. table.lp_form th {
  144. background: #F8F8F8;
  145. border-bottom: 1px solid #999999;
  146. border-top: 1px solid #999999;
  147. }
  148. table.lp_overview th.exercise {
  149. width: 50px;
  150. }
  151. table.lp_form input, table.lp_form select, table.lp_form textarea {
  152. /* background:#F8F8F8;
  153. border:1px solid #999999;
  154. font-family:Arial, Verdana, Helvetica, sans-serif;
  155. font-size:12px;
  156. padding:1px 2px;
  157. width:300px;*/
  158. }
  159. table.lp_form td.radio input, table.lp_form td.exercise input {
  160. width: auto;
  161. }
  162. table.lp_form .small_form {
  163. background: #FFFFFF;
  164. }
  165. table.lp_form select {
  166. /* padding:0;*/
  167. }
  168. table.lp_form input.button {
  169. width: 75px;
  170. }
  171. table.lp_overview {
  172. font-size: 12px;
  173. width: 100%;
  174. }
  175. table.lp_overview td {
  176. border-bottom: 1px solid #999999;
  177. border-top: 1px solid #999999;
  178. height: 20px;
  179. padding: 3px;
  180. vertical-align: middle;
  181. width: auto;
  182. }
  183. table.lp_overview td.title {
  184. width: 200px;
  185. }
  186. table.lp_overview td.actions {
  187. text-align: center;
  188. width: 100px;
  189. }
  190. table.lp_overview td.move {
  191. text-align: center;
  192. width: 50px;
  193. }
  194. table.lp_overview th {
  195. background: #FFFFFF;
  196. padding-left: 3px;
  197. text-align: center;
  198. }
  199. table.lp_overview tr {
  200. background: #F8F8F8;
  201. }
  202. table.lp_overview tr:hover {
  203. background: #E5EDF9;
  204. }
  205. table.lp_overview img {
  206. margin-left: 3px;
  207. }