Subversion Repositories wimsdev

Rev

Rev 7754 | Rev 7921 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1. /***********************
  2.    WIMS CLASSES STYLES
  3. ************************/
  4. .wims_class_motd, .wims_class_pmotd {
  5.    margin:5pt;
  6.    padding: 10pt;
  7.    border: thin solid black;
  8. }
  9.  
  10. .wims_classes_direct {
  11.    padding-top: 5px;
  12.    padding-right: 5px;
  13.    padding-bottom: 10px;
  14.    padding-left: 5px;
  15.    margin-bottom:5px;
  16.    background-color:#FFF;
  17.    text-align:center;
  18. }
  19. .wims_classes_direct_type {
  20.    color:#A52A2A;
  21.    border: thin solid black;
  22.    padding:5px;
  23.    margin-top:5px;
  24. }
  25. .wims_classes_direct_portal {
  26.    background-color:#CFF;
  27.    border: thin solid black;
  28.    padding:5px;
  29.    margin-top:5px;
  30. }
  31. .wims_classes_direct_program {
  32.    background-color:#9FC;
  33.    border: thin solid black;
  34.    padding:5px;
  35.    margin-top:5px;
  36. }
  37. .wims_classes_direct_course {
  38.    background-color:#C9F;
  39.    border: thin solid black;
  40.    padding:5px;
  41.    margin-top:5px;
  42. }
  43. .wims_classes_direct_class {
  44.    background-color:#9CF;
  45.    border: thin solid black;
  46.    padding:5px;
  47.    margin-top:5px;
  48. }
  49. .wims_classes_direct_level {
  50.    background-color:#CFF;
  51.    border: thin solid black;
  52.    padding:5px;
  53.    margin-top:5px;
  54. }
  55. .wims_classes_direct_name {
  56.    padding: 5pt;
  57.    border-bottom: 1px solid gray;
  58.    overflow: scroll;
  59. }
  60.  
  61. .wims_subclasses li {
  62.    list-style:none;
  63.    padding-top: 3pt;
  64.    padding-right: 0;
  65.    padding-bottom: 0;
  66.    padding-left: 5pt;
  67.    margin-top: 10pt;
  68.    margin-right: 10%;
  69.    margin-bottom: 5pt;
  70. }
  71. .wims_subclasses li:before {
  72.     content: "\2192 \0020";
  73.     font-size: 150%;
  74. }
  75.  
  76. .wims_classes_direct_group,
  77. .wims_subclasses .class,
  78. #wims_class_manager_msg {
  79.    background-color:#CFF;
  80. }
  81. .wims_subclasses .program {background-color:#9FC;}
  82. .wims_subclasses .course {background-color:#C9F;}
  83.  
  84. .wims_user_table {
  85.    margin-left:2%;
  86.    padding-top: 5pt;
  87.    border-bottom: 1px solid gray;
  88.    overflow: scroll;
  89.    border-spacing:0;
  90. }
  91. .wims_user_sheet_table,
  92. .wims_user_doc_table,
  93. .wims_user_docp_table,
  94. .wims_user_vote_table {
  95.    width:75%;
  96.    margin-left:2%;
  97.    padding:5pt;
  98.    border-bottom: 1px solid gray;
  99.    border-left: 2px solid gray;
  100.    overflow: scroll;
  101.    margin-right:auto;
  102. }
  103. .wims_user_exam_table {
  104.    width:75%;
  105.    margin-left:2%;
  106.    padding-top: 5pt;
  107.    border-bottom: 1px solid gray;
  108.    border-left: 2px solid gray;
  109.    overflow: scroll;
  110. }
  111.  
  112. /*td.wims_user_sheet_expire {}*/
  113. td.wims_user_sheet_score {
  114.    color:#A52A2A;
  115.    white-space:nowrap;
  116. }
  117. .wims_user_sheet_type {
  118.    text-align:left;
  119.    white-space:nowrap;
  120.    width:120px;
  121.    font-weight: bold;
  122. }
  123.  
  124. tr.wims_user_sheet,
  125. tr.wims_user_vote{
  126.    text-align:left;
  127. }
  128.  
  129. tr.wims_user_doc,
  130. tr.wims_user_docp {
  131.    text-align:left;
  132.    white-space:nowrap;
  133. }
  134.  
  135. td.wims_user_doc_type {width:120px;}
  136. tr.wims_user_exam {text-align:left;}
  137. /*td.wims_user_exam_expire {}*/
  138.  
  139. td.wims_user_exam_type {
  140.    text-align:left;
  141.    white-space:nowrap;
  142.    width:120px;
  143. }
  144.  
  145. td.wims_user_vote_type {
  146.    text-align:left;
  147.    white-space:nowrap;
  148.    width:120px;
  149. }
  150.  
  151. table.wims_user_table {
  152.    background-color: transparent;
  153.    padding: 5pt;
  154.    border-bottom: 1px solid gray;
  155.    overflow: scroll;
  156. }
  157.  
  158. .wims_user_myscore {
  159.    background-color:#FFF;
  160.    text-align:left;
  161.    padding-top: 5pt;
  162.    padding-right: 10pt;
  163.    padding-bottom: 10pt;
  164.    padding-left: 10pt;
  165.    border-bottom: 1px solid gray;
  166.    border-left: 3px solid gray;
  167.    width:100%;
  168. }
  169.  
  170. ul.wims_user_doc, ul.wims_user_docp, ul.wims_user_vote {
  171.    list-style:none;
  172.    padding:0.5em;
  173. }
  174.  
  175. .wims_user_doc .wims_user_info {
  176.  margin-left:30%;
  177. }
  178.  
  179. .wims_user_doc li, .wims_user_docp li, .wims_user_vote li {
  180.         padding:1em;
  181.         border:1px solid gray;
  182.         background-color: #FDFDFD;
  183.         border-radius: 5px;
  184.         margin: 3px;
  185.         display: inline-block;
  186.         width:45%;
  187. }
  188.