home *** CD-ROM | disk | FTP | other *** search
/ PC Pro Reference 11 / DPPROREFSB11.ISO / Labs0803 / styles.css < prev   
Encoding:
Cascading Style Sheet File  |  2003-05-28  |  1.2 KB  |  82 lines

  1. /*
  2.  * Combined style sheet for the index pages and the slide pages.
  3.  */
  4.  
  5. /* Style for all bodies. */
  6. body {
  7.     font-family: Tahoma, Verdana, Arial, sans-serif;
  8.     font-size: 13px;
  9.     background-color: #ffffff;
  10.     color: c0c0c0;
  11. }
  12.  
  13. img {
  14.     border-color: #C0C0C0;
  15. }
  16.  
  17. /* Custom link styles */
  18.  
  19.  
  20. a:link {
  21.     text-decoration: none;
  22.     color: #000000
  23. }
  24.  
  25. .comment {
  26.     color: yellow;
  27.  
  28. }
  29.  
  30. /* Put a border on all generated images */
  31. .image {
  32.     border-width: 2;
  33.     border-style: solid;
  34.     margin: 5;
  35. }
  36.  
  37. /* Align the content of the cells on the index pages to the center and bottom. */
  38. #index td {
  39.     text-align: center;
  40.     vertical-align: bottom;
  41. }
  42.  
  43. /* Style for all table cells. */
  44. td {
  45.     font-family: Tahoma, Verdana, Arial, sans-serif;
  46. }
  47.  
  48. .camera {
  49.     font-size: 10px;
  50. }
  51.  
  52. /* Remove the margin under the images on the index pages. */
  53. #index .image {
  54.     margin-left: 2;
  55.     margin-right: 2;
  56.     margin-bottom: 0;
  57. }
  58.  
  59. /* Don't have margins on the slide pages. */
  60. body#slide {
  61.     margin: 0;
  62. }
  63.  
  64. /* Highlight the image name on the slide pages. */
  65. #slide .name {
  66.     font-weight: bold;
  67.     font-size: 14px;
  68. }
  69.  
  70. /* Header */
  71. h1 {
  72.     font-size: 30px;
  73.     font-weight: bold;
  74. }
  75.  
  76.  
  77. #imageinfo {
  78.  
  79.     font-size: 11px;
  80. }
  81.  
  82.