[jboss-cvs] jboss-seam/examples/wiki/view/themes/default/css ...

Christian Bauer christian at hibernate.org
Tue Mar 20 21:24:47 EDT 2007


  User: cbauer  
  Date: 07/03/20 21:24:47

  Added:       examples/wiki/view/themes/default/css  blogDirectory.css
  Log:
  Basic blog directory plugin
  
  Revision  Changes    Path
  1.1      date: 2007/03/21 01:24:47;  author: cbauer;  state: Exp;jboss-seam/examples/wiki/view/themes/default/css/blogDirectory.css
  
  Index: blogDirectory.css
  ===================================================================
  #blogHeader {
  }
  
  #blogTitle {
      float: left;
      font-size: 145%;
      font-weight: bold;
  }
  
  #blogTotalEntries{
      text-align: right;
      font-size: 85%;
      font-weight: bold;
  }
  
  .blogEntry {
      border: 1px solid #87786e;
      margin-top: 10px;
      margin-bottom: 10px;
  }
  
  .blogEntryHeader {
      background: #c2bcaf;
      padding: 10px;
  }
  
  .blogEntryTitle {
      font-size: 110%;
      font-weight: bold;
  }
  
  .blogEntryCreatedOnText {
      font-size: 85%;
      font-weight: normal;
  }
  
  .blogEntryLinks {
      float: right;
      font-size: 85%;
      font-weight: bold;
  }
  
  .blogEntryBody {
      padding-left: 10px;
      padding-right: 10px;
  }
  
  .blogEntryFooter {
      border-top: 1px solid #87786e;
      padding: 10px;
  }
  
  
  



More information about the jboss-cvs-commits mailing list