Subversion Repositories wimsdev

Rev

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