Subversion Repositories wimsdev

Rev

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

  1. .wims_home_list{
  2.     background-color: white;
  3.     margin:0;
  4.     padding:1em;
  5.     overflow: auto;
  6. }
  7. .wims_home_list li {
  8.    /*background-color:#e5e5e5;*/
  9.    list-style:none;
  10.    padding : 3pt 2pt;
  11.    margin-top: 10pt;
  12.    margin-right: 0%;
  13.    margin-bottom: 3pt;
  14. }
  15. .wims_home_list li:nth-child(even) {background-color:#e5e5e5;}
  16.  
  17. .wims_home_form {
  18.    padding: 5px;
  19.    width:150px;
  20. }
  21.  
  22. .wims_home_button {}
  23.  
  24. .wims_home_menu {}
  25.  
  26. .wims_frontpage, .wims_motd{
  27.    padding-right: 10pt;
  28.    padding-left: 10pt;
  29. }
  30.  
  31. .wims_motd { background-color:rgb(232,232,232);}
  32.