learnpath.css 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217
  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. padding:3px 10px 3px 0;
  81. overflow-x : auto;
  82. overflow-y : scroll;
  83. width:190px;
  84. }
  85. hr {
  86. background:#999999;
  87. border:0;
  88. color:#999999;
  89. height:1px;
  90. margin:10px auto;
  91. width:75%;
  92. }
  93. option.bottom {
  94. border-top:1px solid #999999;
  95. margin-top:2px;
  96. padding-top:2px;
  97. }
  98. option.top {
  99. border-bottom:1px solid #999999;
  100. margin-bottom:2px;
  101. padding-bottom:2px;
  102. }
  103. p.lp_action {
  104. margin:5px 0;
  105. }
  106. p.lp_text {
  107. margin-top:0px;
  108. }
  109. p.lp_title {
  110. font-weight:bold;
  111. margin-top:5px;
  112. padding-left:7px;
  113. }
  114. table.lp_build {
  115. font-size:12px;
  116. height:400px;
  117. width:100%;
  118. }
  119. table.lp_build td {
  120. vertical-align:top;
  121. }
  122. table.lp_build td.tree {
  123. border-right:1px solid #999999;
  124. width:205px;
  125. }
  126. table.lp_build td.workspace {
  127. padding: 0px;
  128. padding-left:5px;
  129. width:auto;
  130. }
  131. table.lp_form {
  132. font-size:12px;
  133. margin:0 10px;
  134. width:auto;
  135. }
  136. table.lp_form td {
  137. height:25px;
  138. padding:5px;
  139. vertical-align:top;
  140. width:auto;
  141. }
  142. table.lp_form td.label {
  143. padding-top:7px;
  144. text-align:right;
  145. }
  146. table.lp_form td.radio {
  147. width:300px;
  148. }
  149. table.lp_form td.exercise {
  150. width:50px;
  151. }
  152. table.lp_form th {
  153. background:#F8F8F8;
  154. border-bottom:1px solid #999999;
  155. border-top:1px solid #999999;
  156. }
  157. table.lp_overview th.exercise {
  158. width:50px;
  159. }
  160. table.lp_form input, table.lp_form select, table.lp_form textarea {
  161. background:#F8F8F8;
  162. border:1px solid #999999;
  163. font-family:Arial, Verdana, Helvetica, sans-serif;
  164. font-size:12px;
  165. padding:1px 2px;
  166. width:300px;
  167. }
  168. table.lp_form td.radio input, table.lp_form td.exercise input {
  169. width:auto;
  170. }
  171. table.lp_form .small_form {
  172. background:#FFFFFF;
  173. }
  174. table.lp_form select {
  175. padding:0;
  176. }
  177. table.lp_form input.button {
  178. width:75px;
  179. }
  180. table.lp_overview {
  181. font-size:12px;
  182. width:100%;
  183. }
  184. table.lp_overview td {
  185. border-bottom:1px solid #999999;
  186. border-top:1px solid #999999;
  187. height:20px;
  188. padding:3px;
  189. vertical-align:middle;
  190. width:auto;
  191. }
  192. table.lp_overview td.title {
  193. width:200px;
  194. }
  195. table.lp_overview td.actions {
  196. text-align:center;
  197. width:100px;
  198. }
  199. table.lp_overview td.move {
  200. text-align:center;
  201. width:50px;
  202. }
  203. table.lp_overview th {
  204. background:#FFFFFF;
  205. padding-left:3px;
  206. text-align:center;
  207. }
  208. table.lp_overview tr {
  209. background:#F8F8F8;
  210. }
  211. table.lp_overview tr:hover {
  212. background:#E5EDF9;
  213. }
  214. table.lp_overview img {
  215. margin-left:3px;
  216. }