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

Christian Bauer christian at hibernate.org
Mon Jul 9 12:37:39 EDT 2007


  User: cbauer  
  Date: 07/07/09 12:37:39

  Modified:    examples/wiki/view/themes/default/css   blogDirectory.css
  Added:       examples/wiki/view/themes/default/css   dirList.css
  Log:
  Make unit tests run on Embeddable JBoss
  
  Revision  Changes    Path
  1.7       +146 -56   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.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- blogDirectory.css	26 Apr 2007 15:11:51 -0000	1.6
  +++ blogDirectory.css	9 Jul 2007 16:37:39 -0000	1.7
  @@ -1,19 +1,24 @@
  -#blogHeader {
  -    white-space: nowrap;
  -    margin-bottom: 10px;
  -    padding-left: 10px;
  -    padding-right: 10px;
  +#blogDirectoryPlugin\:blogDirectory {
   }
   
  -#blogTitle {
  -    font-size: 145%;
  -    font-weight: bold;
  +#blogDirectoryPlugin\:blogHeader {
  +    display:none;
  +}
  +
  +#blogDirectoryPlugin\:blogFeedSubscribe {
  +   display:none;
  +}
  +
  +#blogDirectoryPlugin\:blogTitle {
  +    display:none;
   }
   
   .blogEntry {
  -    background: #fff url(#{themePath}/img/th.bg.inverse.gif) 0 0 repeat-x;
  -    margin-bottom: 10px;
  -    margin-top: 10px;
  +    background-color: white;
  +}
  +
  +.blogEntrySeparator {
  +    height: 25px;
   }
   
   .blogEntryHeader {
  @@ -21,38 +26,94 @@
       border-top: 1px solid #87786e;
       border-left: 1px solid #87786e;
       border-right: 1px solid #87786e;
  +    background: #fff url(#{themePath}/img/th.bg.inverse.gif) 0 0 repeat-x;
  +    height: 40px;
   }
   
   .blogEntryTitle {
  -    font-size: 110%;
  -    margin-bottom: 5px;
  -    font-weight: bold;
  +    font-size: 120%;
  +    font-style: italic;
  +    padding-left: 15px;
  +    padding-top: 7px;
  +    float:left;
  +    width: 70%;
  +}
  +
  +.blogEntryCreatedOn {
  +    white-space: nowrap;
  +    margin-right: 15px;
  +    text-align: right;
  +    font-size: 80%;
  +    font-weight: normal;
   }
   
   .blogEntryCreatedOnText {
  -    font-size: 85%;
  +}
  +
  +.blogEntryCreatedBy {
  +    white-space: nowrap;
  +    margin-right: 15px;
  +    text-align: right;
  +    font-size: 80%;
       font-weight: normal;
   }
   
  +.blogEntryCreatedByLink {
  +    color: #962325;
  +}
  +
   .blogEntryLinks {
  +    display:none;
       float: right;
  -    font-size: 85%;
  +    font-size: 80%;
       font-weight: bold;
   }
   
   .blogEntryBody {
  -    padding-left: 10px;
  -    padding-right: 10px;
  +    padding-left: 15px;
  +    padding-right: 15px;
  +    line-height: 170%;
  +    text-align:justify;
   }
   
   .blogEntryFooter {
  -    border-left: 1px solid #87786e;
  +    background: white url(#{themePath}/img/th.bg.gif) 0 0 repeat-x;
       border-bottom: 1px solid #87786e;
  +    border-left: 1px solid #87786e;
       border-right: 1px solid #87786e;
  -    padding: 10px;
  -    text-align: right;
  -    font-size: 85%;
  -    font-weight: bold;
  +    padding-top: 10px;
  +    padding-bottom: 5px;
  +    padding-left: 15px;
  +    padding-right: 15px;
  +    font-weight: normal;
  +    font-size: 80%;
  +    color: #962325;
  +	text-decoration: none;
  +}
  +
  +.blogEntryFooterTable {}
  +
  +.blogEntryCommentCount,
  +.blogEntryCommentLink,
  +.blogEntryAttachmentsLink,
  +.blogEntryPermLink,
  +.blogEntryWikiLink {
  +    padding-right: 25px;
  +    text-align:left;
  +}
  +.blogEntryCommentCountText,
  +.blogEntryCommentLinkText,
  +.blogEntryAttachmentsLinkText,
  +.blogEntryPermLinkText,
  +.blogEntryWikiLinkText {
  +    color: #962325;
  +}
  +.blogEntryCommentCountText:hover,
  +.blogEntryCommentLinkText:hover,
  +.blogEntryAttachmentsLinkText:hover,
  +.blogEntryPermLinkText:hover,
  +.blogEntryWikiLinkText:hover {
  +    color: #962325;
   }
   
   .blogPagerTable {
  @@ -76,33 +137,29 @@
   
   .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;
  +    background-color: white;
  +    vertical-align: bottom;
   }
   
   .recentEntriesHeader {
  -    padding: 10px;
  +    text-align: right;
  +    font-size: 100%;
  +    padding-left: 15px;
  +    padding-right: 15px;
  +    padding-top: 5px;
  +    padding-bottom: 15px;
       border-top: 1px solid #87786e;
       border-left: 1px solid #87786e;
       border-right: 1px solid #87786e;
  -    font-weight: bold;
  +    background: white url(#{themePath}/img/th.bg.inverse.gif) 0 0 repeat-x;
  +}
  +
  +.recentEntriesHeaderText {
  +    font-size: 120%;
   }
   
   .recentEntriesDay {
  @@ -111,48 +168,81 @@
   
   .recentEntriesItem {
       padding-left: 10px;
  +    font-style:italic;
   }
   
   .recentEntriesFooter {
  -    border-left: 1px solid #87786e;
  +    background: white url(#{themePath}/img/th.bg.gif) 0 0 repeat-x;
       border-bottom: 1px solid #87786e;
  +    border-left: 1px solid #87786e;
       border-right: 1px solid #87786e;
  -    padding: 10px;
  +    padding-top: 10px;
  +    padding-bottom: 5px;
  +    padding-left: 15px;
  +    padding-right: 15px;
  +    font-weight: normal;
  +    font-size: 80%;
  +    color: #962325;
  +	text-decoration: none;
       text-align: right;
  -    font-size: 85%;
  -    font-weight: bold;
  +}
  +
  +.recentEntriesFooterText {
  +    color: #962325;
  +}
  +
  +.recentEntriesFooterText:hover {
  +    color: #666;
   }
   
   .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;
  +    background-color: white;
   }
   
   .allEntriesHeader {
  -    padding: 10px;
  +    text-align: left;
  +    font-size: 120%;
  +    padding-left: 15px;
  +    padding-right: 15px;
  +    padding-top: 5px;
  +    padding-bottom: 15px;
       border-top: 1px solid #87786e;
       border-left: 1px solid #87786e;
       border-right: 1px solid #87786e;
  -    font-weight: bold;
  +    background: white url(#{themePath}/img/th.bg.inverse.gif) 0 0 repeat-x;
   }
   
   .allEntriesMonth {
       font-weight: bold;
  +    margin-top: 10px;
   }
   
   .allEntriesItem {
       padding-left: 10px;
  +    padding-bottom: 5px;
   }
   
   .allEntriesReturn {
  +    background: white url(#{themePath}/img/th.bg.gif) 0 0 repeat-x;
  +    border-bottom: 1px solid #87786e;
       border-left: 1px solid #87786e;
       border-right: 1px solid #87786e;
  -    padding: 10px;
  -    text-align: right;
  -    font-size: 85%;
  -    font-weight: bold;
  +    padding-top: 10px;
  +    padding-bottom: 5px;
  +    padding-left: 15px;
  +    padding-right: 15px;
  +    font-weight: normal;
  +    font-size: 80%;
  +    color: #962325;
  +	text-decoration: none;
  +    text-align: left;
   }
  +
  +.allEntriesReturnText {
  +    color: #962325;
  +}
  +
  +.allEntriesReturnText:hover {
  +    color: #666;
  +}
  +
  
  
  
  1.1      date: 2007/07/09 16:37:39;  author: cbauer;  state: Exp;jboss-seam/examples/wiki/view/themes/default/css/dirList.css
  
  Index: dirList.css
  ===================================================================
  .dirList {
      background-color: white;
      vertical-align: bottom;
  }
  
  .dirListHeader {
      text-align: right;
      font-size: 100%;
      padding-left: 15px;
      padding-right: 15px;
      padding-top: 5px;
      padding-bottom: 15px;
      border-top: 1px solid #87786e;
      border-left: 1px solid #87786e;
      border-right: 1px solid #87786e;
      background: white url(#{themePath}/img/th.bg.inverse.gif) 0 0 repeat-x;
      width: 100%;
  }
  
  .dirListHeaderSubscribe {
  }
  
  .dirListHeaderSubscribeLink {
      font-size: 80%;
      margin-left: 5px;
      margin-right: 5px;
      color: #962325;
  }
  
  .dirListHeaderSubscribeLink:hover {color: #666}
  
  .dirListHeaderTitle {
      text-align: right;
  }
  
  .dirListHeaderTitleText {
      font-size: 120%;
   }
  
  
  .dirListFooter {
      background: white url(#{themePath}/img/th.bg.gif) 0 0 repeat-x;
      border-bottom: 1px solid #87786e;
      border-left: 1px solid #87786e;
      border-right: 1px solid #87786e;
      padding-top: 5px;
      padding-bottom: 10px;
      padding-left: 15px;
      padding-right: 15px;
      font-weight: normal;
      font-size: 80%;
      color: #962325;
  	text-decoration: none;
      text-align: right;
  }
  
  
  .dirListTable {
      width: 100%;
      border: 0;
      margin: 0;
      padding: 0;
  }
  
  .dirListTable .firstLevelItem {
      padding-left: 10px;
      white-space: nowrap;
  }
  
  .dirListTable .firstLevelItemLink {
      text-decoration: none;
      margin-left: 5px;
      color: #962325;
      font-size: 90%;
  }
  
  .dirListTable .firstLevelItemLink:hover {color: #666}
  
  
  .dirListSubTable {
      width: 90%;
      border: 0;
      margin-left: 20px;
      padding: 0;
  }
  
  .dirListSubTable .secondLevelItem {
      white-space: nowrap;
  }
  
  .dirListSubTable .secondLevelItemLink {
      text-decoration: none;
      margin-left: 5px;
      font-size: 80%;
      color: #962325;
  }
  
  .dirListSubTable .secondLevelItemLink:hover {color: #666}   /* mouse over link */
  
  
  
  



More information about the jboss-cvs-commits mailing list