Subversion Repositories wimsdev

Rev

Rev 9641 | Rev 11999 | 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_visible {color:green}
  12.  
  13. .wims_title_seq{
  14.   /*position: absolute;
  15.   top:0;
  16.   left:0;*/
  17.   padding:.5em;
  18.   border-bottom:thin solid gray;
  19.   border-right:thin solid gray;
  20. }
  21.  
  22. .wims_seq a {
  23.   /*padding: 0;*/
  24.   text-decoration: none;
  25. }
  26. .wims_seq a:hover {text-decoration:underline;}
  27.  
  28. .wims_seq .wims_desc_item {color:#804000;}
  29.  
  30. .wims_comment_item{
  31.   padding:.5em;
  32. }
  33. .wims_title_seq .wims_comment_item {
  34.    margin-top:5px;
  35.    color:#804000;
  36.    display:inline-block;
  37. }
  38. .wims_seq .wims_title_item {font-weight:bold;}
  39.  
  40. /* numero pour les item d'une sequence */
  41. .wims_seq_item_n {
  42.     padding: 3px 6px;
  43.     border:1px solid gray;
  44.     border-radius: 20px;
  45. }
  46.  
  47. /* ****** END OF SEQUENCES ******** */
  48.