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

Christian Bauer christian at hibernate.org
Sat Sep 1 04:42:48 EDT 2007


  User: cbauer  
  Date: 07/09/01 04:42:48

  Modified:    examples/wiki/view/themes/default/css           
                        feedTeasers.css searchControl.css userControl.css
                        blogDirectory.css dirMenu.css mainMenu.css
                        userProfile.css template.css blogRecentEntries.css
                        lastModifiedDocuments.css blogArchive.css
  Log:
  UI improvements
  
  Revision  Changes    Path
  1.3       +19 -8     jboss-seam/examples/wiki/view/themes/default/css/feedTeasers.css
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: feedTeasers.css
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/view/themes/default/css/feedTeasers.css,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- feedTeasers.css	18 Apr 2007 15:34:29 -0000	1.2
  +++ feedTeasers.css	1 Sep 2007 08:42:48 -0000	1.3
  @@ -1,22 +1,33 @@
   .teaserColumn {
  -    padding: 5px;
  +    padding: 10px;
   }
   
   .teaserTitle {
  -    font-weight: bold;
  -    font-size: 100%;
  -    text-decoration:none;
  -    font-family: Verdana, Arial, Helvetica, sans-serif;
  +    font-size: 120%;
  +    font-style: italic;
  +    padding-top: 15px;
  +    padding-bottom: 15px;
   }
   
  -
   .teaserAuthorDate {
  -    text-align:right;
  -    font-size: 95%;
  +    float: right;
  +    font-size: 100%;
  +    text-align: right;
   }
   
   .teaserAuthor {
   }
   
  +.teaserAuthorLink {
  +    color: #962325;
  +    text-decoration: none;
  +}
  +
   .teaserDate {
   }
  \ No newline at end of file
  +
  +.teaserBody {
  +    font-size: 110%;
  +    line-height: 150%;
  +    text-align:justify;
  +}
  \ No newline at end of file
  
  
  
  1.3       +0 -1      jboss-seam/examples/wiki/view/themes/default/css/searchControl.css
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: searchControl.css
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/view/themes/default/css/searchControl.css,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- searchControl.css	18 Mar 2007 15:44:38 -0000	1.2
  +++ searchControl.css	1 Sep 2007 08:42:48 -0000	1.3
  @@ -22,7 +22,6 @@
       background: #fff url(../img/input.bg.gif) 0 0 no-repeat;
       font-size: 75%;
       border: 0;
  -    font-family: Andale Mono, Courier New, monospace;
   }
   
   #searchControl .searchControlLink{
  
  
  
  1.4       +0 -1      jboss-seam/examples/wiki/view/themes/default/css/userControl.css
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: userControl.css
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/view/themes/default/css/userControl.css,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- userControl.css	18 Mar 2007 15:44:38 -0000	1.3
  +++ userControl.css	1 Sep 2007 08:42:48 -0000	1.4
  @@ -17,7 +17,6 @@
       padding: 1px;
       margin: 0;
       border: 0;
  -    font-family: Andale Mono, Courier New, monospace;
   }
   
   #userControl .userControlLink {
  
  
  
  1.9       +7 -15     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.8
  retrieving revision 1.9
  diff -u -b -r1.8 -r1.9
  --- blogDirectory.css	25 Aug 2007 17:59:23 -0000	1.8
  +++ blogDirectory.css	1 Sep 2007 08:42:48 -0000	1.9
  @@ -1,31 +1,19 @@
  -.blogEntry {
  -    background-color: white;
  -}
  -
  -.blogEntrySeparator {
  -    height: 25px;
  -}
  -
   .blogEntryHeader {
       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;
  -}
  -
  -.blogEntryTitle {
       font-size: 120%;
  -    font-family: "Lucida Sans", Arial, sans-serif;
       padding-left: 15px;
       padding-right: 15px;
       padding-top: 5px;
       padding-bottom: 5px;
   }
   
  -.blogEntryCreatenOnAndBy {
  +.blogEntryHeader div {
       text-align: right;
       white-space: nowrap;
  -    font-size: 75%;
  +    font-size: 70%;
       font-weight: normal;
       padding-left: 15px;
       padding-right: 15px;
  @@ -39,7 +27,7 @@
       color: #962325;
   }
   
  -.blogEntryBody {
  +.blogEntryContent {
       padding-left: 15px;
       padding-right: 15px;
       line-height: 150%;
  @@ -86,6 +74,10 @@
       color: #962325;
   }
   
  +.blogEntrySeparator {
  +    height: 25px;
  +}
  +
   .blogPagerTable {
       width: 100%;
       font-size: 85%;
  
  
  
  1.3       +0 -59     jboss-seam/examples/wiki/view/themes/default/css/dirMenu.css
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: dirMenu.css
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/view/themes/default/css/dirMenu.css,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- dirMenu.css	31 Aug 2007 13:38:11 -0000	1.2
  +++ dirMenu.css	1 Sep 2007 08:42:48 -0000	1.3
  @@ -1,58 +1,4 @@
  -.dirMenu {
  -    background-color: white;
  -}
  -
  -.dirMenuHeader {
  -    text-align: right;
  -    font-size: 100%;
  -    padding-left: 10px;
  -    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;
  -}
  -
  -.dirMenuSubscribe {
  -}
  -
  -.dirMenuSubscribeLink {
  -    font-size: 80%;
  -    margin-left: 5px;
  -    margin-right: 5px;
  -    color: #962325;
  -}
  -
  -.dirMenuSubscribeLink:hover {color: #666}
  -
  -.dirMenuTitle {
  -    text-align: right;
  -}
  -
  -.dirMenuTitleText {
  -    font-size: 120%;
  - }
  -
  -
  -.dirMenuFooter {
  -    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: 100%;
  -    color: #962325;
  -	text-decoration: none;
  -}
  -
   .dirMenu .level1 {
  -    margin-left: 10px;
   }
   
   .dirMenu .level1Body {
  @@ -66,7 +12,6 @@
   .dirMenu .level1Link {
       color: #962325;
       font-size: 95%;
  -    font-family: Verdana, Arial, Helvetica, sans-serif;
       text-decoration: none;
   }
   
  @@ -84,13 +29,11 @@
       padding-right: 2px;
       font-size: 80%;
       color: #962325;
  -    font-family: Verdana, Arial, Helvetica, sans-serif;
   }
   
   .dirMenu .level2Link {
       font-size: 80%;
       color: #962325;
  -    font-family: Verdana, Arial, Helvetica, sans-serif;
       text-decoration: none;
       white-space: nowrap;
   }
  @@ -104,13 +47,11 @@
       padding-right: 2px;
       font-size: 80%;
       color: #962325;
  -    font-family: Verdana, Arial, Helvetica, sans-serif;
   }
   
   .dirMenu .level3Link {
       font-size: 80%;
       color: #962325;
  -    font-family: Verdana, Arial, Helvetica, sans-serif;
       text-decoration: none;
       white-space: nowrap;
   }
  
  
  
  1.6       +0 -4      jboss-seam/examples/wiki/view/themes/default/css/mainMenu.css
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: mainMenu.css
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/view/themes/default/css/mainMenu.css,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- mainMenu.css	17 Aug 2007 13:00:31 -0000	1.5
  +++ mainMenu.css	1 Sep 2007 08:42:48 -0000	1.6
  @@ -15,7 +15,6 @@
       font-weight: bold;
       color: #fff;
       font-size: 95%;
  -    font-family: Verdana, Arial, Helvetica, sans-serif;
       text-decoration: none;
       margin-left: 10px;
   }
  @@ -41,7 +40,6 @@
       font-size: 80%;
       font-weight: bold;
       color: #fff;
  -    font-family: Verdana, Arial, Helvetica, sans-serif;
       text-decoration: none;
       white-space: nowrap;
   }
  @@ -55,13 +53,11 @@
       padding-right: 2px;
       font-size: 80%;
       color: #fff;
  -    font-family: Verdana, Arial, Helvetica, sans-serif;
   }
   
   #mainMenu .level3Link {
       font-size: 80%;
       color: #fff;
  -    font-family: Verdana, Arial, Helvetica, sans-serif;
       text-decoration: none;
       white-space: nowrap;
   }
  
  
  
  1.2       +19 -54    jboss-seam/examples/wiki/view/themes/default/css/userProfile.css
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: userProfile.css
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/view/themes/default/css/userProfile.css,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- userProfile.css	17 Aug 2007 13:00:31 -0000	1.1
  +++ userProfile.css	1 Sep 2007 08:42:48 -0000	1.2
  @@ -1,78 +1,43 @@
  -.userProfile {
  -    background-color: white;
  -}
  -
  -.userProfileHeader {
  -    text-align: right;
  -    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;
  -}
  -
  -.userProfileHeaderText {
  -    font-size: 120%;
  - }
  -
   .userProfilePortrait {
  -    border: 1px solid #87786e;
  -    float: right;
       margin-left: 10px;
       margin-right: 10px;
  -    margin-top: 15px;
  +    margin-top: 3px;
  +    margin-bottom: 5px;
  +    float: left;
  +}
  +
  +.userProfilePortraitImage {
  +    border: 1px solid #87786e;
   }
   
   .userProfileBio{
  -    font-size: 90%;
  +    font-size: 75%;
       margin-right: 10px;
       margin-left: 10px;
       color: #000;
       text-align: justify;
  +    line-height: 130%;
   }
   
  -.userProfileEntryLabel {
  -    font-size: 90%;
  -    font-weight: bold;
  +.userProfileEntry {
  +    clear: both;
  +    margin-bottom: 5px;
       margin-left: 10px;
  -    margin-right: 5px;
  +    margin-right: 10px;
  +    font-size: 75%;
       color: #000;
  +    line-height: 140%;
  +}
  +
  +.userProfileEntryLabel {
  +    font-weight: bold;
   }
   
   .userProfileEntryText {
  -    font-size: 90%;
  -    color: #000;
   }
   
   .userProfileEntryLink {
  -    font-size: 90%;
       color: #962325;
   }
   
   .userProfileEntryLink:hover {color: #666}
  -
  -.userProfileNotFound {
  -    font-size: 90%;
  -    margin-right: 10px;
  -    margin-left: 10px;
  -    color: #000;
  -}
  -
  -.userProfileFooter {
  -    margin-top: 10px;
  -    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: 100%;
  -    color: #962325;
  -	text-decoration: none;
  -}
  
  
  
  1.37      +156 -86   jboss-seam/examples/wiki/view/themes/default/css/template.css
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: template.css
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/view/themes/default/css/template.css,v
  retrieving revision 1.36
  retrieving revision 1.37
  diff -u -b -r1.36 -r1.37
  --- template.css	31 Aug 2007 15:18:26 -0000	1.36
  +++ template.css	1 Sep 2007 08:42:48 -0000	1.37
  @@ -175,19 +175,81 @@
   	text-align: right;
   }
   
  -
   /* Header
   ----------------------------------------------- */
   #header .screenname {
  -	font-family: "Trebuchet MS", Arial, sans-serif;
   	font-size: large;
   	color: #fff;
   }
   
  +/* Misc page elements
  +----------------------------------------------- */
  +
  +#searchForm\:searchPager {
  +    margin-top: 15px;
  +}
   
  +#searchForm\:searchOptionsTable {
  +    margin-top: 15px;
  +}
  +
  +#userSearchForm\:userListPager {
  +    margin-top: 15px;
  +}
  +
  +#workspaceBreadcrumb {
  +    display: inline;
  +    text-align:right;
  +}
  +
  +#workspaceBreadcrumb .workspaceBreadcrumbLabel {
  +    color: #000;
  +    font-weight: bold;
  +    font-size: 75%;
  +    text-decoration: none;
  +}
  +
  +#workspaceBreadcrumb .workspaceBreadcrumbLink {
  +    font-weight: bold;
  +    font-size: 75%;
  +	color: #C7B299;
  +	text-decoration: none;
  +}
  +
  +#workspaceBreadcrumb .workspaceBreadcrumbSeparator {
  +    padding-left: 5px;
  +    padding-right: 5px;
  +    color: #000;
  +    font-weight: bold;
  +    font-size: 75%;
  +}
  +
  +#workspaceSwitcher {
  +    display: inline;
  +}
  +
  +#workspaceSwitcher .workspaceSwitcherCombobox {
  +    margin: 0;
  +    border: 0;
  +    padding: 0;
  +    margin-bottom: 1px;
  +    font-size: 70%;
  +    color: #C7B299;
  +    font-weight: normal;
  +    vertical-align: top;
  +    background-color: #362f2d;
  +    font-family: Verdana, Arial, Helvetica, sans-serif;
  +}
  +
  +#workspaceSwitcher .workspaceSwitcherLabel {
  +    color: #fff;
  +    font-weight: bold;
  +    font-size: 75%;
  +    text-decoration: none;
  +    padding-left: 5px;
  +    padding-right: 5px;
  +}
   
  -/* Sidebar
  ------------------------------------------------ */
   
   /* Messages
   ----------------------------------------------- */
  @@ -264,6 +326,15 @@
       font-style: italic;
   }
   
  +.undecoratedLink a {
  +    color: #962325;
  +    text-decoration: none;
  +}
  +.undecoratedLink a:hover {
  +    color: #666;
  +}
  +
  +
   .addedText {
       background-color: lightgreen;
   }
  @@ -288,7 +359,6 @@
       color: #fff;
       font-weight: bold;
       font-size: 85%;
  -    font-family: Verdana, Arial, Helvetica, sans-serif;
       text-decoration:none;
       padding-top: 2px;
       padding-bottom: 2px;
  @@ -298,7 +368,6 @@
       text-decoration:none;
       font-size: 85%;
       font-weight: bold;
  -    font-family: Verdana, Arial, Helvetica, sans-serif;
       background: #5a4d46 url(../img/menu.bg.gif) 0 0 repeat-x;
       border: 1px solid #fff;
       padding: 2px 5px 2px 5px;
  @@ -309,7 +378,6 @@
       text-decoration:none;
       font-size: 85%;
       font-weight: bold;
  -    font-family: Verdana, Arial, Helvetica, sans-serif;
       border: 1px solid #fff;
       padding: 2px 5px 2px 5px;
       margin-right: 10px;
  @@ -349,7 +417,6 @@
       color: #962325;
       font-weight: bold;
       font-size: 85%;
  -    font-family: Verdana, Arial, Helvetica, sans-serif;
   }
   
   /* Forms
  @@ -364,11 +431,11 @@
   }
   
   .form .statusIndicator .statusStart {
  -    background: white;
  +    background: transparent;
   }
   
   .form .statusIndicator .statusStop {
  -    background: white;
  +    background: transparent;
   }
   
   .formListGridColumn {
  @@ -521,7 +588,6 @@
   	font-size: 85%;
   	padding: 2px;
   	border-style: none;
  -    font-family: Verdana, Arial, Helvetica, sans-serif;
       background: #fff url(../img/menu.bg.gif) 0 0 repeat-x;
   }
   
  @@ -530,7 +596,6 @@
   	color: #888;
   	padding: 2px;
    	border-style: none;
  -    font-family: Verdana, Arial, Helvetica, sans-serif;
   }
   
   .directoryEmpty {
  @@ -628,38 +693,41 @@
       font-weight: bold;
   }
   
  -.datatable .defaultColumn {
  +.defaultColumn {
       padding-left: 10px;
       padding-right: 10px;
       white-space: nowrap;
   }
   
  -.datatable .onePercentColumn{
  +.onePercentColumn{
       width: 1%;
       padding-left: 10px;
       padding-right: 10px;
       white-space: nowrap;
   }
   
  -.datatable .fivePercentColumn {
  +.fivePercentColumn {
       width: 5%;
       padding-left: 10px;
       padding-right: 10px;
       white-space: nowrap;
   }
  -.datatable .tenPercentColumn {
  +
  +.tenPercentColumn {
       width: 10%;
       padding-left: 10px;
       padding-right: 10px;
       white-space: nowrap;
   }
  -.datatable .fifteenPercentColumn {
  +
  +.fifteenPercentColumn {
       width: 15%;
       padding-left: 10px;
       padding-right: 10px;
       white-space: nowrap;
   }
  -.datatable .twentyPercentColumn {
  +
  +.twentyPercentColumn {
       width: 20%;
       padding-left: 10px;
       padding-right: 10px;
  @@ -683,61 +751,6 @@
       width: 60%;
   }
   
  -/* Workspace switcher
  ------------------------------------------------*/
  -
  -#workspaceBreadcrumb {
  -    display: inline;
  -    text-align:right;
  -}
  -
  -#workspaceBreadcrumb .workspaceBreadcrumbLabel {
  -    color: #000;
  -    font-weight: bold;
  -    font-size: 75%;
  -    text-decoration: none;
  -}
  -
  -#workspaceBreadcrumb .workspaceBreadcrumbLink {
  -    font-weight: bold;
  -    font-size: 75%;
  -	color: #C7B299;
  -	text-decoration: none;
  -}
  -
  -#workspaceBreadcrumb .workspaceBreadcrumbSeparator {
  -    padding-left: 5px;
  -    padding-right: 5px;
  -    color: #000;
  -    font-weight: bold;
  -    font-size: 75%;
  -}
  -
  -#workspaceSwitcher {
  -    display: inline;
  -}
  -
  -#workspaceSwitcher .workspaceSwitcherCombobox {
  -    margin: 0;
  -    border: 0;
  -    padding: 0;
  -    font-size: 75%;
  -    color: #C7B299;
  -    font-weight: bold;
  -    vertical-align: top;
  -    font-family: Verdana, Arial, Helvetica, sans-serif;
  -    background-color: #362f2d;
  -}
  -
  -#workspaceSwitcher .workspaceSwitcherLabel {
  -    color: #fff;
  -    font-weight: bold;
  -    font-size: 75%;
  -    text-decoration: none;
  -    padding-left: 5px;
  -    padding-right: 5px;
  -}
  -
   /* Comments
   -----------------------------------------------*/
   
  @@ -749,7 +762,6 @@
       font-weight: bold;
       font-size: 100%;
       text-decoration:none;
  -    font-family: Verdana, Arial, Helvetica, sans-serif;
       float: left;
   }
   
  @@ -776,7 +788,7 @@
   /* Document history and diff
   -----------------------------------------------*/
   
  -#diffOutput {
  +.diffOutput {
       margin: 10px;
   }
   
  @@ -861,6 +873,14 @@
   /* Form tabs
   ----------------------------------------------- */
   
  +.formTabs {
  +    background-color: white;
  +}
  +
  +.formTabsTitle {
  +    border-right: 1px solid #d6d5c8;
  +}
  +
   /* Caution! Ensure accessibility in print and other media types... */
   @media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
       .tabs-hide {
  @@ -980,6 +1000,67 @@
       font-size: 85%;
   }
   
  +/* Box on page
  +----------------------------------------------- */
  +
  +.box {
  +    background-color: #fff;
  +}
  +
  +.boxShadowed {
  +    background-color: #fff;
  +}
  +
  +.boxHeader {
  +    text-align: right;
  +    font-size: 100%;
  +    padding-left: 10px;
  +    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(../img/th.bg.inverse.gif) 0 0 repeat-x;
  +}
  +
  +.boxHeader a {
  +    color: #962325;
  +    font-size: 70%;
  +    line-height: 100%;
  +    margin-left: 5px;
  +}
  +
  +.boxHeader a:hover {color: #666}
  +
  +.boxContent {
  +    background-color: #fff;
  +    padding: 10px;
  +}
  +
  +.boxContent a {
  +    color: #962325;
  +    text-decoration: none;
  +}
  +
  +.boxContent a:hover {color: #666}
  +
  +.boxFooter {
  +    background: white url(../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: 10px;
  +    padding-bottom: 5px;
  +    padding-left: 15px;
  +    padding-right: 15px;
  +    font-weight: normal;
  +    font-size: 80%;
  +    color: #962325;
  +	text-decoration: none;
  +    text-align: right;
  +}
  +
   /* Plugin Preferences Editor
   ----------------------------------------------- */
   
  @@ -1030,14 +1111,3 @@
   
   .pluginPreferencesEditorPropertyInput {
   }
  -
  -/* Misc page elements
  ------------------------------------------------ */
  -
  -#searchForm\:searchPager {
  -    margin-top: 15px;
  -}
  -
  -#searchForm\:searchOptionsTable {
  -    margin-top: 15px;
  -}
  
  
  
  1.3       +0 -61     jboss-seam/examples/wiki/view/themes/default/css/blogRecentEntries.css
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: blogRecentEntries.css
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/view/themes/default/css/blogRecentEntries.css,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- blogRecentEntries.css	31 Aug 2007 13:38:11 -0000	1.2
  +++ blogRecentEntries.css	1 Sep 2007 08:42:48 -0000	1.3
  @@ -1,40 +1,3 @@
  -.blogRecentEntries {
  -    background-color: white;
  -}
  -
  -.blogRecentEntriesHeader {
  -    text-align: right;
  -    font-size: 100%;
  -    padding-left: 10px;
  -    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;
  -}
  -
  -.blogRecentEntriesSubscribe {
  -}
  -
  -.blogRecentEntriesSubscribeLink {
  -    font-size: 80%;
  -    margin-left: 5px;
  -    margin-right: 5px;
  -    color: #962325;
  -}
  -
  -.blogRecentEntriesSubscribeLink:hover {color: #666}
  -
  -.blogRecentEntriesTitle {
  -    text-align: right;
  -}
  -
  -.blogRecentEntriesTitleText {
  -    font-size: 120%;
  -}
  -
   .blogRecentEntriesDay {
       font-weight: bold;
   }
  @@ -43,27 +6,3 @@
       padding-left: 10px;
       font-style:italic;
   }
  -
  -.blogRecentEntriesFooter {
  -    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: 10px;
  -    padding-bottom: 5px;
  -    padding-left: 15px;
  -    padding-right: 15px;
  -    font-weight: normal;
  -    font-size: 80%;
  -    color: #962325;
  -	text-decoration: none;
  -    text-align: right;
  -}
  -
  -.blogRecentEntriesFooterText {
  -    color: #962325;
  -}
  -
  -.blogRecentEntriesFooterText:hover {
  -    color: #666;
  -}
  
  
  
  1.3       +4 -0      jboss-seam/examples/wiki/view/themes/default/css/lastModifiedDocuments.css
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: lastModifiedDocuments.css
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/view/themes/default/css/lastModifiedDocuments.css,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- lastModifiedDocuments.css	21 Jun 2007 11:05:49 -0000	1.2
  +++ lastModifiedDocuments.css	1 Sep 2007 08:42:48 -0000	1.3
  @@ -1,3 +1,7 @@
  +#lastModifiedDocumentsPlugin\:lastModifiedDocuments {
  +    width: 100%;
  +}
  +
   .lastModifiedLink:link {color: #962325}
   .lastModifiedLink:visited {color: #962325}
   .lastModifiedLink:hover {color: #000}
  
  
  
  1.3       +0 -38     jboss-seam/examples/wiki/view/themes/default/css/blogArchive.css
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: blogArchive.css
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/view/themes/default/css/blogArchive.css,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- blogArchive.css	31 Aug 2007 13:38:11 -0000	1.2
  +++ blogArchive.css	1 Sep 2007 08:42:48 -0000	1.3
  @@ -1,40 +1,3 @@
  -.blogArchive {
  -    background-color: #fff;
  -}
  -
  -.blogArchiveHeader {
  -    text-align: right;
  -    font-size: 100%;
  -    padding-left: 10px;
  -    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;
  -}
  -
  -.blogArchiveSubscribe {
  -}
  -
  -.blogArchiveSubscribeLink {
  -    font-size: 80%;
  -    margin-left: 5px;
  -    margin-right: 5px;
  -    color: #962325;
  -}
  -
  -.blogArchiveSubscribeLink:hover {color: #666}
  -
  -.blogArchiveTitle {
  -    text-align: right;
  -}
  -
  -.blogArchiveTitleText {
  -    font-size: 120%;
  -}
  -
   .blogArchiveSelector {
       text-align: center;
   }
  @@ -44,7 +7,6 @@
       color: #000;
       font-size: 91%;
       font-weight: normal;
  -    font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
   }
   
   .blogArchiveFooter {
  
  
  



More information about the jboss-cvs-commits mailing list