learnpath.css 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218
  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 : auto;
  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. padding-right: 5px;
  125. width:205px;
  126. }
  127. table.lp_build td.workspace {
  128. padding: 0px;
  129. padding-left:5px;
  130. width:auto;
  131. }
  132. table.lp_form {
  133. font-size:12px;
  134. margin:0 10px;
  135. width:auto;
  136. }
  137. table.lp_form td {
  138. height:25px;
  139. padding:5px;
  140. vertical-align:top;
  141. width:auto;
  142. }
  143. table.lp_form td.label {
  144. padding-top:7px;
  145. text-align:right;
  146. }
  147. table.lp_form td.radio {
  148. width:300px;
  149. }
  150. table.lp_form td.exercise {
  151. width:50px;
  152. }
  153. table.lp_form th {
  154. background:#F8F8F8;
  155. border-bottom:1px solid #999999;
  156. border-top:1px solid #999999;
  157. }
  158. table.lp_overview th.exercise {
  159. width:50px;
  160. }
  161. table.lp_form input, table.lp_form select, table.lp_form textarea {
  162. /* background:#F8F8F8;
  163. border:1px solid #999999;
  164. font-family:Arial, Verdana, Helvetica, sans-serif;
  165. font-size:12px;
  166. padding:1px 2px;
  167. width:300px;*/
  168. }
  169. table.lp_form td.radio input, table.lp_form td.exercise input {
  170. width:auto;
  171. }
  172. table.lp_form .small_form {
  173. background:#FFFFFF;
  174. }
  175. table.lp_form select {
  176. /* padding:0;*/
  177. }
  178. table.lp_form input.button {
  179. width:75px;
  180. }
  181. table.lp_overview {
  182. font-size:12px;
  183. width:100%;
  184. }
  185. table.lp_overview td {
  186. border-bottom:1px solid #999999;
  187. border-top:1px solid #999999;
  188. height:20px;
  189. padding:3px;
  190. vertical-align:middle;
  191. width:auto;
  192. }
  193. table.lp_overview td.title {
  194. width:200px;
  195. }
  196. table.lp_overview td.actions {
  197. text-align:center;
  198. width:100px;
  199. }
  200. table.lp_overview td.move {
  201. text-align:center;
  202. width:50px;
  203. }
  204. table.lp_overview th {
  205. background:#FFFFFF;
  206. padding-left:3px;
  207. text-align:center;
  208. }
  209. table.lp_overview tr {
  210. background:#F8F8F8;
  211. }
  212. table.lp_overview tr:hover {
  213. background:#E5EDF9;
  214. }
  215. table.lp_overview img {
  216. margin-left:3px;
  217. }