home *** CD-ROM | disk | FTP | other *** search
/ Apple Developer Connectio…eloper Series 2005 March / Dev.CD Mar 05.iso / What's New / Technical Notes and Q&As / ADC Reference Library / css / wwdcstyle032504.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2004-03-18  |  3.9 KB  |  267 lines

  1. #body h3 {
  2.     width: 668;
  3.     background: #E1E1E1;
  4.     padding: 2px 5px;
  5.     margin: 25px 0 5px;
  6.     border: 1px solid #bbb;
  7.     }
  8.  
  9.  
  10. #sidebar .graybox td {
  11.     padding-bottom: 0;
  12.     }
  13.  
  14. #sidebar .graybox table.register td {
  15.     vertical-align: middle;
  16.     font-size: 11px;
  17.     padding-bottom: 8px;
  18.     }
  19.  
  20. #sidebar ul.nav {
  21.     margin-bottom: 10px;
  22.     }
  23.  
  24. .graybox td.center {
  25.     text-align: center;
  26.     }
  27.  
  28.  
  29. /* sessions page definitions */
  30. .sessions {
  31.     border: 1px solid #919699;
  32.     margin-bottom: 10px;
  33.     }
  34.  
  35. .sessions th {
  36.     padding: 6px 10px 6px 10px;
  37.     font-size: 10px;
  38.     background: #7E91A4;
  39.     color: #FFF;
  40.     }
  41.  
  42. .sessions td {
  43.     padding: 10px;
  44.     font-size: 12px;
  45.     text-align: left;
  46.     vertical-align: top;
  47.     }
  48.  
  49. .sessions .title td {
  50.     border-top: 1px solid #919699;
  51.     background: #F0F5F9;
  52.     padding: 6px 10px 6px 10px;
  53.     }
  54.  
  55. .sessions .description {
  56.     background: #FFF;
  57.     }
  58.     
  59. .sessions .title td.sortcolumn {
  60.     background: #DCE5EE;
  61.     }
  62.     
  63. .sessions .description td.sortcolumn {
  64.     background: #F5F5F5;
  65.     }
  66.     
  67. .sessions th.sortcolumn {
  68.     background: #334455;
  69.     }
  70.     
  71. .sessionstop {
  72.     border-right: 1px solid #919699;
  73.     background: #E2E2E2;
  74.     }
  75.     
  76. .sessionstop td{
  77.     border-top: 1px solid #919699;
  78.     border-left: 1px solid #919699;
  79.     padding: 10px;
  80.     }
  81.     
  82. /* calendar page definitions */
  83.  
  84. .days { 
  85.     border-top: 1px solid #919699;
  86.     border-right: 1px solid #919699;
  87.     height: 70px;
  88.     }
  89.  
  90. .days td {
  91.     font-size: 10px;
  92.     text-align: center;
  93.     padding: 4px;
  94.     border-bottom: 1px solid #919699;
  95.     border-left: 1px solid #919699;
  96.     }
  97.     
  98. .days td.current {
  99.     background: #f1f1f1;
  100.     font-weight: bold;
  101.     }
  102.  
  103.     /* calendar table */
  104. .calendar {
  105.     border-bottom: 1px solid #919699;
  106.     border-right: 1px solid #919699;
  107.     margin-bottom: 15px;
  108.     vertical-align: top;
  109.     }
  110.     
  111. .calendar td {
  112.     border-left: 1px solid #CCCFD0;
  113.     border-top: 1px solid #CCCFD0;
  114.     padding: 6px 8px;
  115.     font-size: 10px;
  116.     font-weight: bold;
  117.     color: #FFF;
  118.     height: 50px;
  119.     vertical-align: top;
  120.     }
  121.     
  122. .calendar th {
  123.     border-top: 1px solid #919699;
  124.     border-left: 1px solid #CCCFD0;
  125.     background: #EEEFF0;
  126.     padding: 6px 8px;
  127.     font-size: 10px;
  128.     text-align: center;
  129.     }
  130.  
  131. .calendar .empty {
  132.     background: #FFF;
  133.     border-top: none;
  134.     border-left: none;
  135.     }
  136.     
  137. .calendar .location {
  138.     border-left: 1px solid #919699;
  139.     border-top: 1px solid #CCCFD0;
  140.     background: #EEEFF0;
  141.     font-weight: bold;
  142.     color: #000;
  143.     
  144.     }
  145.     
  146. .calendar .first {
  147.     border-top: 1px solid #919699;
  148.     border-left: 1px solid #919699;
  149.     }
  150.     
  151. .calendar .special {
  152.     color: #000;
  153.     font-weight: normal;
  154.     }
  155.     
  156. .calendar .special a:link {
  157.     color: #00f;
  158.     text-decoration: none;
  159.     }
  160.  
  161. .calendar .special a:visited {
  162.     color: #00a;
  163.     text-decoration: none;
  164.     }
  165.  
  166. .calendar .special a:hover, .calendar .special a:active {
  167.     color: #f60;
  168.     text-decoration: underline;
  169.     }
  170.     
  171. .calendar .quicktime {
  172.     background: #92B6E1;
  173.     }
  174.     
  175. .calendar .general {
  176.     background: #9A749C;
  177.     }
  178.  
  179. .calendar .enterprise {
  180.     background: #A9A9A9;
  181.     }
  182.  
  183. .calendar .frameworks {
  184.     background: #B4A851;
  185.     }
  186.  
  187. .calendar .graphics {
  188.     background: #F1AB00;
  189.     }
  190.  
  191. .calendar .core {
  192.     background: #689788;
  193.     }
  194.     
  195. .calendar .hardware {
  196.     background: #587993;
  197.     }
  198.  
  199. .calendar .devtools {
  200.     background: #B75312;
  201.     }
  202.     
  203. .calendar a:link, .calendar a:visited {
  204.     color: #FFF;
  205.     font-weight: bold;
  206.     text-decoration: none;
  207.     }
  208.  
  209. .calendar a:hover, .calendar a:active {
  210.     color: #FFF;
  211.     font-weight: bold;
  212.     text-decoration: underline;
  213.     }
  214.     
  215. .calendar th.middle, .calendar td.middle {
  216.     vertical-align: middle;
  217.     }
  218.     
  219.     /* legend table */
  220. .colorkey {
  221.     border: 1px solid #919699;
  222.     margin-right: 15px; 
  223.     }
  224.     
  225. .colorkey th {
  226.     font-size: 10px;
  227.     font-weight: bold;
  228.     padding: 10px;
  229.     }
  230.     
  231. .colorkey td {
  232.     font-size: 10px;
  233.     padding: 0 10px 10px 10px;
  234.     }
  235.  
  236. .colorkey img {
  237.     vertical-align: middle;
  238.     }
  239.     
  240.     /* promo tables */
  241. .calendarbottom {
  242.     border: 1px solid #919699;
  243.     width: 100%;
  244.     margin-bottom: 15px;
  245.     }
  246.     
  247. .calendarbottom td {
  248.     font-size: 10px;
  249.     padding: 10px
  250.     }
  251.     
  252. .calendarbottom table td {
  253.     padding: 0;
  254.     }
  255.     
  256. .calendarbottom img {
  257.     vertical-align: middle;
  258.     }
  259.     
  260. /* ADA Definitions */
  261.  
  262. .enterbutton {
  263.     text-align: right;
  264.     padding: 8px 0 0 0;
  265.     margin: 15px 0 30px 0;
  266.     border-top: 1px solid #bbb;
  267.     }