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

Christian Bauer christian.bauer at jboss.com
Tue Feb 27 08:21:45 EST 2007


  User: cbauer  
  Date: 07/02/27 08:21:45

  Modified:    examples/wiki/view/themes/default/css  template.css
  Log:
  Implemented conversational navigation (not perfect, open JIRA issues)
  
  Revision  Changes    Path
  1.7       +86 -6     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.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- template.css	23 Feb 2007 01:32:34 -0000	1.6
  +++ template.css	27 Feb 2007 13:21:45 -0000	1.7
  @@ -97,10 +97,24 @@
       background-color: #362f2d;
       text-align: right;
       vertical-align:bottom;
  -    border-bottom: 1px solid #fff;
  +}
  +
  +#controlLeft {
  +    float: left;
  +    padding-left: 15%;
  +    white-space: nowrap;
  +}
  +
  +#controlRight {
       padding-right: 15px;
   }
   
  +#controlSeparator {
  +    clear:both;
  +    background-color:#fff;
  +    height:1px;
  +}
  +
   #content {}
   
   #footer {
  @@ -208,7 +222,6 @@
   }
   
   .linkNavigation {
  -	color: #fff;
       text-decoration:none;
       font-size: 85%;
       font-weight: bold;
  @@ -219,10 +232,43 @@
       margin: 0 5px 0 5px;
   }
   
  -.linkNavigation:link {color: #fff}     /* unvisited link */
  -.linkNavigation:visited {color: #fff}  /* visited link */
  -.linkNavigation:hover {color: #ccc}   /* mouse over link */
  -.linkNavigation:active {color: #aaa}   /* selected link */
  +.linkTab {
  +    color: #fff;
  +    text-decoration:none;
  +    font-size: 85%;
  +    font-weight: bold;
  +    font-family: Verdana, Arial, Helvetica, sans-serif;
  +    background: #fff url(../img/th.bg.gif) 0 0 repeat-x;
  +    border: 1px solid #fff;
  +    padding: 2px 5px 2px 5px;
  +    margin-right: 10px;
  +}
  +
  +.linkTabActive {
  +    text-decoration:none;
  +    font-size: 85%;
  +    font-weight: bold;
  +    font-family: Verdana, Arial, Helvetica, sans-serif;
  +    background: #fff url(../img/th.bg.inverse.gif) 0 0 repeat-x;
  +    border: 1px solid #fff;
  +    padding: 2px 5px 2px 5px;
  +    margin-right: 10px;
  +}
  +
  +.linkTab:link {color: #555}
  +.linkTab:visited {color: #555}
  +.linkTab:hover {color: #000}
  +.linkTab:active {color: #aaa}
  +
  +.linkTabActive:link {color: #555}
  +.linkTabActive:visited {color: #555}
  +.linkTabActive:hover {color: #000}
  +.linkTabActive:active {color: #aaa}
  +
  +.linkNavigation:link {color: #fff}
  +.linkNavigation:visited {color: #fff}
  +.linkNavigation:hover {color: #ccc}
  +.linkNavigation:active {color: #aaa}
   
   
   /* Forms
  @@ -434,6 +480,8 @@
       margin: 0;
       font-size: 85%;
       border-collapse: separate;
  +    border-left: 1px solid #C3BBB6;
  +    border-bottom: 1px solid #C3BBB6;
   }
   
   .datatable .rowOdd {
  @@ -477,3 +525,35 @@
   .pager .pagerTextColumn {
       width: 60%;
   }
  +
  +/* Workspace switcher
  +-----------------------------------------------*/
  +
  +#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;
  +}
  +
  +
  +
  +
  
  
  



More information about the jboss-cvs-commits mailing list