Subversion Repositories wimsdev

Rev

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

  1. /* ****** SEQUENCE ******** */
  2. .wims_seq, .wims_sheet {
  3.   position: relative;
  4.   /*padding: 2.5em 0 0 1em;*/
  5.   margin:10px;
  6.   border: thin solid;
  7.   border-bottom: 2px solid #888;
  8.   border-right: 2px solid #888;
  9. }
  10.  
  11. .wims_title_seq{
  12.   margin: 0;
  13.   padding:.5em;
  14.   border-bottom:thin solid gray;
  15.   font-size: 1.3em;
  16. }
  17.  
  18. .wims_work_list a {text-decoration: none}
  19. .wims_work_list a:hover {text-decoration:underline}
  20.  
  21. .wims_seq .wims_desc_item {color:#804000}
  22. .wims_seq .wims_status{font-size: 80%}
  23.  
  24. .wims_seq_id{
  25.   font-weight:bold;
  26.   padding-right:.3em;
  27.   border-right:1px solid;
  28. }
  29. .wims_content_seq, .wims_comment_item{
  30.   padding:.5em;
  31. }
  32. .wims_work_legend li{
  33.   padding: 2px .3em;
  34. }
  35.  
  36.  
  37. /* numero pour les item d'une sequence */
  38. .wims_seq_item_n {
  39.     padding: 3px 6px;
  40.     border:1px solid gray;
  41.     border-radius: 20px;
  42. }
  43.  
  44. /* ****** END OF SEQUENCES ******** */
  45.