/[drupal]/contributions/themes/genesis/css/type.css
ViewVC logotype

Diff of /contributions/themes/genesis/css/type.css

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.2, Thu Oct 30 23:12:07 2008 UTC revision 1.3, Sat Nov 1 00:44:10 2008 UTC
# Line 1  Line 1 
1  /* $Id: type.css,v 1.1 2008/10/30 12:01:36 jmburnz Exp $ */  /* $Id: type.css,v 1.2 2008/10/30 23:12:07 jmburnz Exp $ */
2    
3  /**  /**
4    * @file type.css    * @file type.css
# Line 16  Line 16 
16  body {  body {
17    font-size: 75%;    font-size: 75%;
18    font-family: Arial, Helvetica, sans-serif;    font-family: Arial, Helvetica, sans-serif;
19      line-height: 1.5; /* unitless line height */
20  }  }
21    
22  /**  h1 {font-size: 2em  ; line-height: 1; margin: 0 0 0.5em 0; padding: 0;}
  * Headings  
  */  
 h1 {font-size: 2em  ; line-height: 1.5; margin: 0; padding: 0;}  
23  h2 {font-size: 1.5em; line-height: 1  ; margin: 0; padding: 0;}  h2 {font-size: 1.5em; line-height: 1  ; margin: 0; padding: 0;}
24  h3, h4, h5, h6 {font-size: 1em ; margin: 0; padding: 0;}  h3, h4, h5, h6 {font-size: 1em ; margin: 0; padding: 0;}
25    
26  h1 img, h2 img, h3 img,  h1 img, h2 img, h3 img,
27  h4 img, h5 img, h6 img {margin: 0; padding: 0;}  h4 img, h5 img, h6 img {margin: 0; padding: 0;}
28    
29  /**  a             {margin: 0; padding: 0;}
  * Text elements  
  */  
 blockquote {  
   font-style: italic;  /* LTR */  
   margin: 0 0 1.5em 0;  
   padding: 0 0 0 3em;  /* LTR */  
 }  
   
30  p             {margin: 0 0 1.5em; padding: 0;}  p             {margin: 0 0 1.5em; padding: 0;}
31  blockquote p  {margin: 0;}  blockquote p  {margin: 0;}
32  strong        {font-weight: bold;}  strong        {font-weight: bold;}
33  em, dfn       {font-style:  italic;}  em, dfn       {font-style:  italic; margin: 0; padding: 0;}
34  dfn           {font-weight: bold;}  dfn           {font-weight: bold;}
35  sup, sub      {line-height: 0;}  sup, sub      {line-height: 0;}
36  del           {color:#666; }  del           {color:#666; margin: 0; padding: 0;}
37  pre, code     {margin: 1.5em 0; padding: 0; white-space: pre;}  pre, code     {margin: 1.5em 0; padding: 0; white-space: pre;}
38  pre, code, tt {font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5;}  pre, code, tt {font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5;}
39    
# Line 55  sub {vertical-align:text-bottom;} Line 45  sub {vertical-align:text-bottom;}
45  li li, li p, td p, blockquote p {font-size:1em;}  li li, li p, td p, blockquote p {font-size:1em;}
46    
47  /* Remove border bottom */  /* Remove border bottom */
 abbr, acronym {border: none;}  
48    abbr, acronym {border: none;}
49    
50    blockquote, q {
51      font-style: italic;  /* LTR */
52      margin: 0 0 1.5em 0;
53      padding: 0 0 0 3em;  /* LTR */
54    }
55    /* Remove possible quote marks (") from <q>, <blockquote>. */
56    blockquote:before,
57    blockquote:after,
58    q:before, q:after {content: "";}
59    blockquote, q     {quotes: "" "";}

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

  ViewVC Help
Powered by ViewVC 1.1.2