/static/june_2007_style/blue/embed_item.css

https://bitbucket.org/cistrome/cistrome-harvard/ · CSS · 18 lines · 18 code · 0 blank · 0 comment · 0 complexity · f9aeb2742dcee3c6d72f509aacec85da MD5 · raw file

  1. .embedded-item{margin-top:0.5em;margin-left:auto;margin-right:auto;width:90%;-moz-border-radius:0.5em;-webkit-border-radius:0.5em;border-radius:0.5em;}
  2. .embedded-item.display {padding: 0.5em;}
  3. .embedded-item.history{background-color:#C1C9E5}
  4. .embedded-item.history p{background:#C1C9E5 no-repeat 2px 2px;margin-top:0;margin-bottom:0;}
  5. .embedded-item.dataset{background-color:#CFC}
  6. .embedded-item.dataset p{background:#CFC no-repeat 2px 2px;margin-top:0;margin-bottom:0;}
  7. .embedded-item.workflow{background-color:#FBDDB3}
  8. .embedded-item.workflow p{background:#FBDDB3 no-repeat 2px 2px;margin-top:0;margin-bottom:0;}
  9. .embedded-item.visualization{background-color:#BBBBBB}
  10. .embedded-item.visualization p{background:#BBBBBB no-repeat 2px 2px;margin-top:0;margin-bottom:0;}
  11. .embedded-item.placeholder{}
  12. .embedded-item .item-content{max-height:25em;overflow:auto;display:none;}
  13. .embedded-item .title{vertical-align:top;text-align:center;font-weight:bold;}
  14. .embedded-item.placeholder .content{padding: 1em 1em;font-style:italic;text-align:center;}
  15. table.annotated-item{width:100%;border-collapse:collapse;}
  16. table.annotated-item td,th{padding:0;}
  17. table.annotated-item .annotation{padding-left:2em;width:40%;}
  18. table.annotated-item td.annotation{vertical-align:text-top;padding-top:1em;}