learnpath.css 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  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{cursor: pointer; background:#F0F0F0; border:1px solid #999999; 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:100%; 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:5px;
  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 {
  40. padding: 0px;
  41. padding-left:5px;
  42. width:auto;
  43. }
  44. table.lp_form{
  45. font-size:12px;
  46. margin:0 10px;
  47. width:auto;
  48. }
  49. table.lp_form td{
  50. height:25px;
  51. padding:5px;
  52. vertical-align:top;
  53. width:auto;
  54. }
  55. table.lp_form td.label
  56. {
  57. padding-top:7px;
  58. text-align:right;
  59. }
  60. table.lp_form td.radio{width:300px;}
  61. table.lp_form td.exercise{width:50px;}
  62. table.lp_form th{background:#F8F8F8; border-bottom:1px solid #999999; border-top:1px solid #999999;}
  63. table.lp_overview th.exercise{width:50px;}
  64. table.lp_form input,table.lp_form select,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;}
  65. table.lp_form td.radio input,
  66. table.lp_form td.exercise input{width:auto;}
  67. table.lp_form .small_form{background:#FFFFFF;}
  68. table.lp_form select{padding:0;}
  69. table.lp_form input.button{width:75px;}
  70. table.lp_overview{font-size:12px; width:100%;}
  71. table.lp_overview td{border-bottom:1px solid #999999; border-top:1px solid #999999; height:20px; padding:3px; vertical-align:middle; width:auto;}
  72. table.lp_overview td.title{width:200px;}
  73. table.lp_overview td.actions{text-align:center; width:100px;}
  74. table.lp_overview td.move{text-align:center; width:50px;}
  75. table.lp_overview th{background:#FFFFFF; padding-left:3px; text-align:center;}
  76. table.lp_overview tr{background:#F8F8F8;}
  77. table.lp_overview tr:hover{background:#E5EDF9;}
  78. table.lp_overview img{margin-left:3px;}