Subversion Repositories wimsdev

Rev

Rev 15704 | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1. /* Classes */
  2. /* title of class*/
  3. .wims_classname {
  4.   color: #595959;
  5.   font-weight: bold;
  6.   text-align: center;
  7.   /*margin:1em 0;
  8.   padding: 0 1em;*/
  9. }
  10. /* Class Type*/
  11. .wims_class_typename{font-size: .5em;}
  12.  
  13. /* titles of classes in text */
  14. .wims_classdesc, .wims_institutiondesc{
  15.   color: #595959;
  16.   font-weight: bold;
  17. }
  18. .wims_classdesc {font-size: large;}
  19.  
  20. /* external authentification (adm/class/reguser, adm/class/classes) */
  21. .wims_external_auth {padding:5px;}
  22.  
  23. /*** Class Settings ***/
  24. .class_settings label{
  25.   min-width: 10em;
  26.   display: inline-block;
  27. }
  28. .class_settings li{
  29.   margin: 0;
  30.   padding: 2px 5px;
  31. }
  32. .class_settings li:nth-child(even) {background: #CCC}
  33. .class_settings li:nth-child(odd) {background: #FFF}
  34. .field_required{
  35.   font-size: 1.2em;
  36.   font-weight: bold;
  37.   color: red;
  38. }
  39.  
  40. #userlogo>img{
  41.   padding: 3px;
  42.   background-color: #FFF;
  43.   border: 1px solid #DFDFDF;
  44.   margin-top: 3px;
  45. }
  46.  
  47. /* END of Classes */
  48.