learnpath.css 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  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{background:#F8F8F8; border-bottom:1px solid #999999; padding:3px;}
  14. div.lp_actions img{margin-right:5px;}
  15. div.lp_small_form{background:#F8F8F8; border:1px solid #999999; padding:10px;}
  16. div.lp_small_form input{font-size:10px;}
  17. div.lp_manipulate{background:#F8F8F8; border-bottom:1px dotted #999999; margin-bottom:0px; padding:3px 0 3px 10px;}
  18. div.lp_manipulate a{padding-right:10px;}
  19. div.lp_message{background:#FEC880; border:1px solid #E28C15; font-size:12px; padding:10px;}
  20. div.lp_resource_header{background:#F0F0F0; border:1px solid #999999; border-bottom:0; font-weight:bold; padding:10px; width:350px;}
  21. div.lp_resource_header_end{background:#F0F0F0; border:1px solid #999999; font-weight:bold; padding:10px; width:350px;}
  22. div.lp_resource_elements{background:#FAFAFA; border:1px solid #999999; border-bottom:0; display:none; padding:5px 10px; width:350px;}
  23. div.lp_resource_elements_end{background:#FAFAFA; border:1px solid #999999; border-top: 0px; display:none; padding:5px 10px; width:350px;}
  24. div.lp_resource_elements div{padding:3px;}
  25. div.lp_tree{height:400px; padding:3px 10px 3px 0; overflow-x : auto; overflow-y : scroll; width:230px;}
  26. hr{background:#999999; border:0; color:#999999; height:1px; margin:10px auto; width:75%;}
  27. option.bottom{border-top:1px solid #999999; margin-top:2px; padding-top:2px;}
  28. option.top{border-bottom:1px solid #999999; margin-bottom:2px; padding-bottom:2px;}
  29. p.lp_action{margin:5px 0;}
  30. p.lp_text{margin-top:0px;}
  31. p.lp_title{
  32. font-weight:bold;
  33. margin-top:0px;
  34. padding-left:7px;
  35. }
  36. table.lp_build{font-size:12px; height:400px; width:100%;}
  37. table.lp_build td{vertical-align:top;}
  38. table.lp_build td.tree{border-right:1px solid #999999; width:240px;}
  39. table.lp_build td.workspace{padding:0; width:auto;}
  40. table.lp_form{font-size:12px; margin:0 10px; width:100%;}
  41. table.lp_form td{height:25px; padding:5px; vertical-align:top; width:auto;}
  42. table.lp_form td.label{padding-top:7px; text-align:right; width:75px;}
  43. table.lp_form td.radio{width:300px;}
  44. table.lp_form td.exercise{width:50px;}
  45. table.lp_form th{background:#F8F8F8; border-bottom:1px solid #999999; border-top:1px solid #999999;}
  46. table.lp_overview th.exercise{width:50px;}
  47. table.lp_form input,
  48. table.lp_form select,
  49. table.lp_form textarea{background:#F8F8F8; border:1px solid #999999; font-family:Arial, Verdana, Helvetica, sans-serif; font-size:12px; padding:1px 2px; width:300px;}
  50. table.lp_form td.radio input,
  51. table.lp_form td.exercise input{width:auto;}
  52. table.lp_form .small_form{background:#FFFFFF;}
  53. table.lp_form select{padding:0;}
  54. table.lp_form input.button{width:75px;}
  55. table.lp_overview{font-size:12px; width:100%;}
  56. table.lp_overview td{border-bottom:1px solid #999999; border-top:1px solid #999999; height:20px; padding:3px; vertical-align:middle; width:auto;}
  57. table.lp_overview td.title{width:200px;}
  58. table.lp_overview td.actions{text-align:center; width:100px;}
  59. table.lp_overview td.move{text-align:center; width:50px;}
  60. table.lp_overview th{background:#FFFFFF; padding-left:3px; text-align:center;}
  61. table.lp_overview tr{background:#F8F8F8;}
  62. table.lp_overview tr:hover{background:#E5EDF9;}
  63. table.lp_overview img{margin-left:3px;}