topical media & game development

talk show tell print

lib-flow-example-files-splash.css / css



  
  /* player container */
  div.player {
          height:240px;
          width:320px;
          border:2px solid #fff;
          outline:1px solid #333;
          -moz-outline-radius:4px;
          cursor:pointer;
          float:left;
          text-align:center;
          margin-right:15px;
  }
  
  /* play button */
  div.player img {
          margin-top:67px;
  }
  
  /* info area */
  div.player div.info {
          height:40px;
          background:#000 url(/img/global/gradient/h80.png) repeat-x;
          opacity:0.7;
          color:#fff;
          margin-top:45px;
          text-align:left;
          padding:5px 15px;        
          font-family:"bitstream vera sans","trebuchet ms";
          font-size:12px;
          border-top:1px solid #ccc;
          margin-top:40px;
  }
  
  /* duration data inside info area */
  div.player div.info span {
          color:#99FF99;
          display:block;
          font-weight:bold;
  }
  
  


(C) Æliens 20/2/2008

You may not copy or print any of this material without explicit permission of the author or the publisher. In case of other copyright issues, contact the author.