home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Templates / CSS / gila / gila-print.css next >
Cascading Style Sheet File  |  2007-01-05  |  2KB  |  132 lines

  1. /**********************************
  2.  * TITLE: Gila Print Stylesheet   * 
  3.  * URI  : gila/gila-print.css     *
  4.  * MODIF: 2003-Apr-30 19:09 +0800 *
  5.  **********************************/
  6.  
  7.  
  8. /* ##### Common Styles ##### */
  9.  
  10. body {
  11.   color: black;
  12.   background-color: white;
  13.   font-family: "times new roman", times, roman, serif;
  14.   font-size: 12pt;
  15.   margin: 0;
  16.   padding: 0;
  17. }
  18.  
  19. acronym, .titleTip {
  20.   font-style: italic;
  21.   border-bottom: none;
  22. }
  23.  
  24. acronym:after, .titleTip:after {  /* Prints titles after the acronyms/titletips. Doesn't work in MSIE */
  25.   content: "(" attr(title) ")";
  26.   font-size: 90%;
  27.   font-style: normal;
  28.   padding-left: 1ex;
  29. }
  30.  
  31. .doNotPrint {
  32.   display: none !important;
  33. }
  34.  
  35.  
  36. /* ##### Header ##### */
  37.  
  38. #header {
  39.   margin: 0;
  40.   padding: 0;
  41.   border-bottom: 1px solid black;
  42. }
  43.  
  44. .headerTitle {
  45.   font-size: 200%;
  46.   margin: 0;
  47.   padding: 0 0 0.5ex 0;
  48. }
  49.  
  50. .headerTitle a {
  51.   color: black;
  52.   background-color: transparent;
  53.   font-family: "trebuchet ms", verdana, helvetica, arial, sans-serif;
  54.   font-weight: normal;
  55.   text-decoration: none;
  56. }
  57.  
  58. .subHeader {
  59.   display: none;
  60. }
  61.  
  62.  
  63. /* ##### Side Bars ##### */
  64.  
  65. #side-bar {
  66.   display: none;
  67. }
  68.  
  69.  
  70. /* ##### Main Copy ##### */
  71.  
  72. #main-copy {
  73.   text-align: justify;
  74.   margin: 0;
  75.   padding: 0;
  76. }
  77.  
  78. #main-copy h1 {
  79.   font-family: "trebuchet ms", verdana, helvetica, arial, sans-serif;
  80.   font-size: 120%;
  81.   margin: 2ex 0 1ex 0;
  82.   padding: 0;
  83. }
  84.  
  85. #main-copy a {
  86.   color: black;
  87.   background-color: transparent;
  88.   text-decoration: none;
  89. }
  90.  
  91. #main-copy a:after {  /* Prints the links' URIs after the links' texts. Doesn't work in MSIE */
  92.   content: "<" attr(href) ">";
  93.   font-size: 90%;
  94.   padding-left: 1ex;
  95. }
  96.  
  97. p {
  98.   margin: 0 0 2ex 0;
  99.   padding: 0;
  100. }
  101.  
  102. dl {
  103.   margin: 0;
  104.   padding: 0;
  105. }
  106.  
  107. dt {
  108.   font-weight: bold;
  109.   margin: 0;
  110.   padding: 0 0 1ex 0;
  111. }
  112.  
  113. dd {
  114.   margin: 0 0 2ex 1.5em;
  115.   padding: 0;
  116. }
  117.  
  118.  
  119. /* ##### Footer ##### */
  120.  
  121. #footer {
  122.   margin: 2em 0 0 0;
  123.   padding: 1ex 0 0 0;
  124.   border-top: 1px solid black;
  125. }
  126.  
  127. #footer a {
  128.   color: black;
  129.   background-color: transparent;
  130.   text-decoration: none;
  131. }
  132.