[jboss-cvs] jboss-seam/examples/seambay/view/style ...

Shane Bryzak sbryzak at redhat.com
Thu Mar 29 09:55:07 EDT 2007


  User: sbryzak2
  Date: 07/03/29 09:55:07

  Added:       examples/seambay/view/style      common.css home.css
                        search.css
  Removed:     examples/seambay/view/style      seambay_common.css
                        seambay_home.css
  Log:
  ongoing
  
  Revision  Changes    Path
  1.1      date: 2007/03/29 13:55:07;  author: sbryzak2;  state: Exp;jboss-seam/examples/seambay/view/style/common.css
  
  Index: common.css
  ===================================================================
  body {
    font-family: verdana, arial, sans-serif, helvetica;
    background-color: #ffffff;
    font-size:11px;
    margin: 0;
  }
  
  div.seambay-logo {
    float: left;
    background: url(../img/seambay.png) top left no-repeat;
    width: 236px;
    height: 64px;
    margin: 4px 6px 4px 6px;
  }
  
  div.header_tools_top {
    height: 36px;
    background-color: #eeeeee;
    margin: 8px 8px 0px 248px;
  }
  
  div.header_tools_bottom {
    height: 20px;
    background-color: #eeeeee;
    margin: 0px 8px 8px 248px;
    border-bottom: 1px solid #0000aa;
  }
  
  div.header_links {
    float: left;
    margin: 8px 0px 0px 12px;
  }
  
  div.header_search {
    margin: 8px 12px 0px 4px;
    float: right;
  }
  
  a.header_action, a.header_action:visited {
    height: 20px;
    background-color: #ffffff;
    font-family: arial, helvetica;
    font-weight: bold;
    text-decoration: none;
    color: #000000;
    font-size: 14px;
    padding: 4px 16px 4px 16px;
    border: 1px solid #0000aa;
    margin: 0px -1px -1px 0px;
  }
  
  a.header_action:hover {
    background-color: #ffffdd;
  }
  
  a.header_link, a.header_link:visited {
    font-size: normal;
    color: #0000cc;
    padding: 2px 4px 2px 4px;
  }
  
  .clear {
  	clear: both;
  	font-size: 0px;
  }
  
  
  
  1.1      date: 2007/03/29 13:55:07;  author: sbryzak2;  state: Exp;jboss-seam/examples/seambay/view/style/home.css
  
  Index: home.css
  ===================================================================
  div.container {
    width: 780px;
  }
  
  div.banner {
    margin-top: 16px;
    margin-left: 8px;
    background: url(../img/banner.png) top left no-repeat;
    width: 766px;
    height: 43px;
  }
  
  div.categories {
    float: left;
    width: 200px;
    border: 1px solid #ff3636;
    background-color: #fff6f6;
    font-size: 12px;
    margin-top: 8px;
    margin-left: 8px;
    padding-bottom: 4px;
  }
  
  div.categories a, div.categories a:visited {
    display: block;
    margin: 2px 4px 2px 4px;
    padding-left: 4px;
    font-weight: bold;
    color: #0000cc;
  }
  
  div.categories a:hover {
    background-color: #ffdddd;
  }
  
  div.sectionHeader {
    color: #ffffff;
    background: url(../img/grip.png) 6px 6px no-repeat;
    background-color: #ff3636;
    text-align: center;
    padding: 6px 8px 6px 8px;
    font-weight: bold;
  }
  
  #content {
    margin-left: 220px;
    font-size: 12px;;
  }
  
  
  1.1      date: 2007/03/29 13:55:07;  author: sbryzak2;  state: Exp;jboss-seam/examples/seambay/view/style/search.css
  
  Index: search.css
  ===================================================================
  #searchHeader {
    padding: 8px 16px 16px 8px;
    margin: 18px 8px 0px 8px;
    background-color: #ffffbb;
    border-top: 2px solid #ffcc00;
    border-right: 1px solid #ffcc00;
    border-left: 1px solid #ffcc00;
    border-bottom: 1px solid #ffcc00;
  }
  
  input.searchTerm {
    width: 200px;
  }
  
  #searchSidebar {
    width: 180px;
    float: left;
    margin-left: 8px;
    background-color: #ffffbb;
    border: 1px solid #ffcc00;
    padding-bottom: 8px;
  }
  
  #searchSidebar a, #searchSidebar a:visited {
    margin-left: 8px;
    font-weight: bold;
    padding-top: 4px;
    color: #0000cc;
  }
  
  div.sidebarHeading {
    background-color: #ffcc00;
    text-align: center;
    font-weight: bold;
    padding: 4px 8px 4px 8px;
  }
  
  #searchResults {
    margin-left: 200px;
    margin-top: 12px;
    margin-right: 8px;
  }
  
  #searchResults table {
    width: 100%;
  }
  
  #searchResults table th {
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: #d5d5d5;
  }
  
  #searchResults table td {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 12px;
    padding-left: 12px;
    padding-right: 12px;
  }
  
  tr.resultRowOdd {
    background-color: #eeeeee;
  }
  
  tr.resultRowEven {
    background-color: #ffffff;
  }
  
  td.imageColumn {
    width: 90px;
  }
  
  td.itemColumn {
  
  }
  
  td.bidsColumn {
    width: 80px;
    text-align: center;
  }
  
  td.priceColumn {
    width: 80px;
    font-weight: bold;
    text-align: center;
  }
  
  td.timeColumn {
    width: 80px;
    text-align: center;
  }
  
  



More information about the jboss-cvs-commits mailing list