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

Christian Bauer christian at hibernate.org
Thu Apr 26 11:11:51 EDT 2007


  User: cbauer  
  Date: 07/04/26 11:11:51

  Modified:    examples/wiki/view/themes/default/css  blogDirectory.css
  Log:
  New blog features: recent entries, index of all entries
  
  Revision  Changes    Path
  1.6       +83 -0     jboss-seam/examples/wiki/view/themes/default/css/blogDirectory.css
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: blogDirectory.css
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/view/themes/default/css/blogDirectory.css,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- blogDirectory.css	19 Apr 2007 09:32:06 -0000	1.5
  +++ blogDirectory.css	26 Apr 2007 15:11:51 -0000	1.6
  @@ -73,3 +73,86 @@
   .blogPagerTextColumn {
       width: 60%;
   }
  +
  +.blogColumn {
  +    vertical-align: top;
  +    padding-left: 10px;
  +    padding-right: 10px;
  +    width: 100%;
  +}
  +
  +/* These links are broken when rendering just the blog directory entries, so hide them as best as we can */
  +.blogDirectoryAttachmentLink {
  +    color: #000000;
  +    text-decoration: none;
  +    cursor: default;
  +}
  +.blogDirectoryAttachmentLink:visited {
  +    color: #000000;
  +}
  +
  +.recentEntries {
  +    background: #fff url(#{themePath}/img/th.bg.inverse.gif) 0 0 repeat-x;
  +    margin-bottom: 10px;
  +    margin-top: 10px;
  +}
  +
  +.recentEntriesHeader {
  +    padding: 10px;
  +    border-top: 1px solid #87786e;
  +    border-left: 1px solid #87786e;
  +    border-right: 1px solid #87786e;
  +    font-weight: bold;
  +}
  +
  +.recentEntriesDay {
  +    font-weight: bold;
  +}
  +
  +.recentEntriesItem {
  +    padding-left: 10px;
  +}
  +
  +.recentEntriesFooter {
  +    border-left: 1px solid #87786e;
  +    border-bottom: 1px solid #87786e;
  +    border-right: 1px solid #87786e;
  +    padding: 10px;
  +    text-align: right;
  +    font-size: 85%;
  +    font-weight: bold;
  +}
  +
  +.allEntries {
  +    background: #fff url(#{themePath}/img/th.bg.inverse.gif) 0 0 repeat-x;
  +    margin-bottom: 10px;
  +    margin-top: 10px;
  +    border-bottom: 1px solid #87786e;
  +    margin-left: 10px;
  +    margin-right: 10px;
  +}
  +
  +.allEntriesHeader {
  +    padding: 10px;
  +    border-top: 1px solid #87786e;
  +    border-left: 1px solid #87786e;
  +    border-right: 1px solid #87786e;
  +    font-weight: bold;
  +}
  +
  +.allEntriesMonth {
  +    font-weight: bold;
  +}
  +
  +.allEntriesItem {
  +    padding-left: 10px;
  +}
  +
  +.allEntriesReturn {
  +    border-left: 1px solid #87786e;
  +    border-right: 1px solid #87786e;
  +    padding: 10px;
  +    text-align: right;
  +    font-size: 85%;
  +    font-weight: bold;
  +}
  
  
  



More information about the jboss-cvs-commits mailing list