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

Christian Bauer christian at hibernate.org
Mon Apr 2 14:25:07 EDT 2007


  User: cbauer  
  Date: 07/04/02 14:25:07

  Modified:    examples/wiki/view/themes/default/css   mainMenu.css
                        template.css
  Log:
  Totally overengineered but definitely cool system/user/instance wiki preferences architecture
  
  Revision  Changes    Path
  1.3       +43 -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.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- mainMenu.css	22 Feb 2007 11:52:25 -0000	1.2
  +++ mainMenu.css	2 Apr 2007 18:25:07 -0000	1.3
  @@ -3,7 +3,7 @@
       margin: 0;
       padding: 0;
   }
  -#mainMenu .areaMenuTable {
  +#mainMenu .menuTable {
       width: 100%;
       border: 0;
       margin: 0;
  @@ -24,10 +24,10 @@
   }
   
   #mainMenu .firstLevelItemLink {
  -    font-family: Verdana, Arial, Helvetica, sans-serif;
  -    font-size: 90%;
       font-weight: bold;
       color: #fff;
  +    font-size: 90%;
  +    font-family: Verdana, Arial, Helvetica, sans-serif;
       text-decoration: none;
       margin-left: 10px;
   }
  @@ -42,13 +42,52 @@
   }
   
   #mainMenu .secondLevelItemLink {
  -    font-family: Verdana, Arial, Helvetica, sans-serif;
       font-size: 75%;
       font-weight: bold;
       color: #fff;
  +    font-family: Verdana, Arial, Helvetica, sans-serif;
       text-decoration: none;
       margin-left: 10px;
       white-space: nowrap;
   }
   
   #mainMenu .secondLevelItemLink:hover {color: #ccc}   /* mouse over link */
  +
  +#mainMenu .menuTableHeader {
  +    background: #3e3532 url(../img/menu.bg.gif) 0 0 repeat-x;
  +    border-style: none;
  +    padding-top: 3px;
  +    padding-bottom: 3px;
  +    color: #fff;
  +    font-weight: bold;
  +    font-size: 90%;
  +    font-family: Verdana, Arial, Helvetica, sans-serif;
  +    text-decoration: none;
  +}
  +
  +#mainMenu .menuTableItem {
  +    background-color: #3e3532;
  +    border-style: none;
  +    padding-top: 3px;
  +    padding-bottom: 3px;
  +}
  +
  +#mainMenu .menuTableItemLink {
  +    font-size: 75%;
  +    font-weight: bold;
  +    color: #fff;
  +    font-family: Verdana, Arial, Helvetica, sans-serif;
  +    text-decoration: none;
  +    margin-left: 10px;
  +    white-space: nowrap;
  +}
  +
  +#mainMenu .menuTableItemLinkSelected {
  +    font-size: 75%;
  +    font-weight: bold;
  +    color: #fff;
  +    font-family: Verdana, Arial, Helvetica, sans-serif;
  +    text-decoration: underline;
  +    margin-left: 10px;
  +    white-space: nowrap;
  +}
  
  
  
  1.16      +16 -1     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.15
  retrieving revision 1.16
  diff -u -b -r1.15 -r1.16
  --- template.css	20 Mar 2007 18:40:32 -0000	1.15
  +++ template.css	2 Apr 2007 18:25:07 -0000	1.16
  @@ -283,6 +283,10 @@
   .linkNavigation:hover {color: #ccc}
   .linkNavigation:active {color: #aaa}
   
  +.pluginPreferencesBox {
  +    padding: 10px;
  +    background-color: #ded;
  +}
   
   /* Forms
   ----------------------------------------------- */
  @@ -408,13 +412,16 @@
   ----------------------------------------------- */
   
   .datatable {
  -    padding: 0;
       margin: 0;
       font-size: 85%;
       width: 100%;
       border-collapse: separate;
   }
   
  +.datatable input {
  +    font-size: 100%;
  +}
  +
   .topLeftBottomBorder {
       border-top: 1px solid #C3BBB6;
       border-left: 1px solid #C3BBB6;
  @@ -449,6 +456,14 @@
       text-align: left;
   }
   
  +.noPadding {
  +    padding: 0;
  +}
  +
  +.minorPadding {
  +    padding: 5px;
  +}
  +
   .datatable .rowOdd {
       background-color: #fff;
   }
  
  
  



More information about the jboss-cvs-commits mailing list