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

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

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

revision 1.5, Thu Oct 30 12:01:36 2008 UTC revision 1.6, Sat Nov 1 00:44:10 2008 UTC
# Line 1  Line 1 
1  /* $Id: genesis_SUBTHEME.css,v 1.4 2008/10/25 15:05:15 jmburnz Exp $ */  /* $Id: genesis_SUBTHEME.css,v 1.5 2008/10/30 12:01:36 jmburnz Exp $ */
2    
3  /**  /**
4          * @file genesis_SUBTHEME.css          * @file genesis_SUBTHEME.css
# Line 102  a:hover {} Line 102  a:hover {}
102  a:active  {}  a:active  {}
103  a.active  {}  a.active  {}
104    
105    /* Drupal sets this to black. */
106    li a.active  {}
107    
108    /* Remove borders on linked images. */
109    a img {border: none;}
110    
111    
112  /***********************************************************  /***********************************************************
113   *                    HTML elements   *                    HTML elements
# Line 109  a.active {} Line 115  a.active {}
115  /**  /**
116          * Add any html elements you require. Use type.css as a guide.          * Add any html elements you require. Use type.css as a guide.
117          */          */
118  h1   {}  h1#page-title {}
119  h2   {}  h2   {}
120  h2 a {}  h2 a {}
121  h3   {}  h3   {}
# Line 130  blockquote {} Line 136  blockquote {}
136  #logo          {}  #logo          {}
137    
138  h1#site-name,  h1#site-name,
139  div#site-name  {}  div#site-name  {
140      font-size: 2em ;
141                    line-height: 1.5;
142                    margin: 0;
143                    padding: 0;
144                    font-weight: bold;
145    }
146    
147  #site-name a:link,  #site-name a:link,
148  #site-name a:visited {}  #site-name a:visited {}
# Line 490  tr .block { Line 502  tr .block {
502  /**  /**
503          * Implimentation of comment styles.          * Implimentation of comment styles.
504          */          */
505    /* Comment wrapper */
506    #comments {}
507    
508  div.comment {  div.comment {
509    margin: 0 0 0.375em 0;    margin: 0 0 0.375em 0;
510           padding: 0.375em;           padding: 0.375em;
# Line 552  div.comment.comment-mine {} Line 567  div.comment.comment-mine {}
567    
568    
569  /***********************************************************  /***********************************************************
570     *                   Profile
571     **********************************************************/
572    .profile .picture {
573      float: right;
574                    margin: 2em 0 1em 0.5em; /* LTR */
575    }
576    
577    /* Fix alignment on user profile page*/
578    .profile dt {margin: 1.4em 0 0 0;}
579    
580    
581    /***********************************************************
582   *                     Forum   *                     Forum
583   **********************************************************/   **********************************************************/
584  #forum table {}  #forum table       {width: 100%;}
585  #forum tr td.forum {}  #forum tr td.forum {
586  #forum div.indent  {}    background-position: 5px 5px!important;
587      background-position: 5px 5px;
588      padding-left: 1.67em;
589    }
590    #forum tr td.forum .name {padding-left: 0.375em;}
591    #forum div.indent  {margin-left: 0.5em;}
592    
593    
594  /***********************************************************  /***********************************************************
# Line 569  div.comment.comment-mine {} Line 601  div.comment.comment-mine {}
601  .book-navigation ul {}  .book-navigation ul {}
602  .book-navigation ul li {}  .book-navigation ul li {}
603  .book-navigation ul li a {}  .book-navigation ul li a {}
604  .book-navigation .page-links {}  .book-navigation .page-links {
605      padding: 0.75em;
606      margin-bottom: 1.5em;
607      border: none;
608    }
609  .book-navigation .page-links a {}  .book-navigation .page-links a {}
610  .book-navigation .page-links a.page-up {}  .book-navigation .page-links a.page-up {}
611  .book-navigation .page-links a.page-next {}  .book-navigation .page-links a.page-next {}
612  .book-navigation .page-links a.page-previous {}  .book-navigation .page-links a.page-previous {}
613    .book-navigation .menu {
614      padding: 1.5em 0 0 3em;
615      margin: 0 0 1.5em 0;
616    }
617    
618  /***********************************************************  /***********************************************************
619   *                    Polls   *                    Polls

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

  ViewVC Help
Powered by ViewVC 1.1.2