home *** CD-ROM | disk | FTP | other *** search
/ developer.apple.com / developer.apple.com.tar / developer.apple.com / cocoa / coredatatutorial / cocoa_videos_article.css next >
Cascading Style Sheet File  |  2010-08-18  |  1KB  |  28 lines

  1. /* Styles */
  2.  
  3. #main {width: 680px; margin: 0 auto; text-align: left;}
  4.  
  5. .intro { width:430px; float: left;}
  6. .sidebox { width:210px; border: 1px solid #a1a5a9; padding:0 10px; margin: 0; font-size:10px; line-height: 15px; float: right;}
  7. .sidebox h2 { margin:0 -10px 5px -10px; padding:5px 10px; font-size:12px; border-bottom:1px solid #a1a5a9; background:#aeaeae url(images/sidebox_bg_header.jpg) top left repeat-x; }
  8. #main {width: 680px;}
  9. .videoarticle .content {width: 410px; float: left;}
  10.  
  11. div.clearer {clear: both; display: block; margin: 0; padding: 0; height: 0; line-height: 1px; font-size: 1px;}
  12. div.clearer.sectionseparator {border-top: 1px solid #a1a5a9; margin: 20px 0;}
  13.  
  14. .sidebox p, .sidebox li, .sidebox td { font-size:10px;  line-height: 15px;}
  15.  
  16. .note { color:#999; font-size:10px; }
  17.  
  18. .movies {float: right; width: 235px; font-size: 10px;}
  19. .movies img {float: left; margin: 0 8px 10px 0;}
  20. .movies span {color: #76797c;}
  21. .movies strong {display: block; padding-top: 4px;}
  22.  
  23. /* Video Pop-ups */
  24. #content.popup { margin:20px auto; width:680px; }
  25. #content.popup h2 { color:#7f7f7f; margin-bottom:10px; }
  26. #content.popup a.return { background: url(images/popup_returnarrow.gif) no-repeat 0 1px; display:block; padding-left:18px; margin:20px 0 14px 0; }
  27. #content.popup .created { color:#7f7f7f; }
  28.