[jboss-cvs] jboss-seam/examples/groovybooking/view/css ...

Emmanuel Bernard emmanuel.bernard at jboss.com
Wed Apr 18 02:40:06 EDT 2007


  User: ebernard
  Date: 07/04/18 02:40:06

  Added:       examples/groovybooking/view/css    date.css
                        trailblazer_main.css screen.css
  Log:
  JBSEAM-1199 Support for .groovy deployment in WEB-INF/dev Cannot be used to write EJB 3 Groovy session beans
  JBSEAM-1200 Support for Groovy in the seam-gen environment
  
  Revision  Changes    Path
  1.1      date: 2007/04/18 06:40:06;  author: ebernard;  state: Exp;jboss-seam/examples/groovybooking/view/css/date.css
  
  Index: date.css
  ===================================================================
  div.seam-date 
  {
    margin-top: 5px;
    border: 1px solid #AAAAAA;
    background: #fff url(../img/input.bg.gif) 0 0 repeat-x;
    background-color: #FFFFFF;  
    color: #505050;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 12px;
  }
  
  table.seam-date td {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-weight: 11px; 
  }
  
  .seam-date-monthNames
  {
    width: 70px;
    border: 1px solid #dddddd;
    border-right: 3px solid #444444;
    border-bottom: 3px solid #444444;
    background-color: #ffffff; 
    font-size: 12px;
    cursor: pointer;	
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-weight: normal;
  }
  
  a.seam-date-monthNameLink, a.seam-date-monthNameLink:visited
  {
    text-align: center;
    display: block;
    color: #555555;  
  }
  
  a.seam-date-monthNameLink:hover
  { 
    background-color: #CCCCCC;
    color: red;  
  }
  
  .seam-date-years
  {
    height: 10em;
    overflow: auto;
    width: 60px;
    border: 1px solid #dddddd;
    border-right: 3px solid #444444;
    border-bottom: 3px solid #444444;
    background-color: #ffffff; 
    font-size: 12px;
    cursor: pointer;	
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-weight: normal;
  }
  
  a.seam-date-yearLink, a.seam-date-yearLink:visited
  {
    text-align: center;
    display: block;
    color: #555555;    
  }
  
  a.seam-date-yearLink:hover
  {
    background-color: #CCCCCC;
    color: red;    
  }  
  
  tr.seam-date-header
  {
    padding: 2px 0px 2px 0px;
  }
    
  td.seam-date-header
  {
    padding: 0px 8px 0px 8px;
    text-align: center;
    color: gray;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 12px;  
  }
  
  td.seam-date-header-prevMonth
  {
    background-image: url("../img/cal-prev.png");
    background-repeat: no-repeat;
    background-position: center;
    padding: 0px 2px 0px 2px;
    width: 17px;
    height: 16px;
    margin-left: 2px;
  }
  
  td.seam-date-header-nextMonth
  {
    background-image: url("../img/cal-next.png");
    background-repeat: no-repeat;
    background-position: center;
    padding: 0px 2px 0px 2px;
    width: 17px;
    height: 16px;
    margin-right: 2px;
  }
  
  tr.seam-date-headerDays
  {
    color: white;
    font-weight: normal;
  }
  
  tr.seam-date-headerDays > td
  {
    background-color: #CCCCCC;
    border: 1px solid #AAAAAA;
    color: white;
    text-align: center;
    width: 26px;   
  }
  
  tr.seam-date-footer
  {
    background-color: white; 
    color: #505050;
    font-weight: bold;
  }
  
  tr.seam-date-footer > td
  {
    text-align: center;
  }
  
  td.seam-date-inMonth
  {
    background-color: white; 
    color: black;
    font-weight: normal;
    cursor: pointer;
    border: 1px solid #ece9d8;
  }
  
  td.seam-date-outMonth
  {
    background-color: white; 
    color: #999999;
    font-weight: normal;
    cursor: pointer;
    border: 1px solid #ece9d8;
  }
  
  td.seam-date-selected
  {
    background-color: #CCCCCC;        
    border: 1px solid #AAAAAA; 
    color: black;
    font-weight: normal;
  }
  
  td.seam-date-dayOff-inMonth
  {
    background-color: #efefef;
    color: black;
    font-weight: normal;
    cursor: pointer;
    border: 1px solid #ece9d8;
  }
  
  td.seam-date-dayOff-outMonth
  {
    background-color: #efefef;
    color: #999999;
    font-weight: normal;
    cursor: pointer;
    border: 1px solid #ece9d8;
  }
  
  td.seam-date-hover 
  {
    background-color: #CCCCCC;
    border: 1px solid #AAAAAA;
    cursor: pointer;
    color: red;
  }
  
  
  1.1      date: 2007/04/18 06:40:06;  author: ebernard;  state: Exp;jboss-seam/examples/groovybooking/view/css/trailblazer_main.css
  
  Index: trailblazer_main.css
  ===================================================================
  * {
      margin:  0px; 
      padding: 0px; 
      border:  none;
  }
  
  body {
      font: 1em verdana, arial, sans-serif;
      background: #CCCCCC;
  }
  
  div#main {
      margin-left:  0px;
      width: 751px;
      background: #ecefdf;
  }
  
  div#top,div#pictures{
  }
  
  div#pictures img {
      float:left;
  }
  
  img#head1 {
      margin-right: 3px;
  } 
  
  img#head2 {
      margin-right: 4px;
  } 
  
  div.trail {
      clear:both;     
      margin-left:  50px;
      margin-top:   0px;
      margin-right: 50px
  }
  
  div.foot {
      margin-left:  50px;
      margin-right: 50px;
      margin-top:   50px;
      text-align:   center;
      font-size:    .5em;
      height: 36px;
  }
  
  div.trail h1 {
      margin-top:   -30px;
      margin-left:  -50px;
      font-size:    1.2em;   
      font-weight:  bold;
      padding-left: .4em;
  }
  
  div.trail h2 { 
      float:        left;
      font-size:    1em;   
      font-weight:  bold;
      padding-left: .4em;
  }
  
  div.trail h3 { 
      float:        left;
      font-size:    .8em;   
      font-weight:  bold;
      margin-left: -1.4em;
      margin-bottom: 1em;
  }
  
  
  div.trail p {
      clear:      both;
      margin-top: 20px;
      font-size: .8em;
      text-decoration: none;
  }
  
  div#next_trail {
      margin-left: 36px;
  }
  
  div.numbox {
      border: thin solid black; 
      margin-left: -.8em;
      float:   left;
      background: #ffffff;
      padding: .2em .35em .3em;
      font-style: normal;
      font-weight: bold;
      font-size: 1.4em;
  }
  
  div.figure {
      text-align: center;
      font-size: .6em;
      margin-top: 30px;
  }
  
  div.figure img {
      display: block;
      margin-right: auto;
      margin-left: auto;
  }
  
  code {
      font: 1.1em "Courier New", Courier, mono;
  }
  
  code.block {
      white-space: pre;
      font: 10pt "Courier New", Courier, mono;
      display: block;
      border-style: dashed;
      border-width: thin;
      padding: .5em;
      background: #ffffff;
      margin: 20px;
  }
  
  div.foot_image {
     float: left;
     height: 86px;
  }
  
  a:active {
      color : #666666;
      text-decoration: none;
  }
  
  a:hover {
      color : #000000;
      background-color : #D6E0FE;
      text-decoration: none;
  }
  
  a:link {
      color : #005EB6;
      text-decoration: none;
  }
  
  a:visited {
      color : #888888;
      text-decoration: none;
  }
  
  
  
  
  
  1.1      date: 2007/04/18 06:40:06;  author: ebernard;  state: Exp;jboss-seam/examples/groovybooking/view/css/screen.css
  
  Index: screen.css
  ===================================================================
  /* Setup defaults since variable in browsers
  ----------------------------------------------- */
  body, div, dd, dt, dl, img, ul, ol, li, p, h1, h2, h3, h4, h5, form, hr, fieldset {
  	margin: 0;
  	padding: 0;
  }
  /* Element Defaults
  ----------------------------------------------- */
  html {
  	height: 100%;
  	background-color: #DBD4C6;
  }
  img {
  	border: 0;
  }
  body {
  	font-family: Verdana, Arial, Helvetica, sans-serif;
  	font-size: small;
  	line-height: 1.25em;
  	color: #362F2D;
  	position: relative;
  	width: 760px;
  	height: 100%;
  	margin-left: auto;
  	margin-right: auto;
  }
  label {
  	font-weight: bold;
  	color: #5E5147;
  }
  input {
  	border: 1px solid #C3BBB6;
  	padding: 4px;
  	margin: 5px 0;
  	background: #fff url(../img/input.bg.gif) 0 0 repeat-x;
  }
  select {
  	border: 1px solid #C3BBB6;
  	padding: 4px;
  	margin: 5px 0;
  	background: #fff url(../img/input.bg.gif) 0 0 repeat-x;
  }ol, ul {
  	margin: 10px 0px 10px 6px;
  }
  li {
  	margin: 10px 12px;
  }
  fieldset {
  	border: 0;
  }
  /* Layout
  ----------------------------------------------- */
  #document {
  	padding: 0 1px;
  	background: #fff url(../img/bg.gif) 0 0 repeat-y;
  	float: left;
  	border-bottom: 1px solid #C3BBB6;
  }
  #header {
  	float: left;
  	width: 758px;
  	height: 46px;
  	background: url(../img/hdr.bg.gif) 0 0 repeat-x;
  }
  #container {
  	float: left;
  	width: 758px;
  	background: url(../img/hdr.bar.jpg) 0 0 repeat-x;
  }
  #sidebar {
  	float: left;
  	width: 190px;
  	margin-top: 96px;
  	padding: 20px 10px 0 10px;
  	background: url(../img/sdb.bg.gif) 0 0 no-repeat;
  }
  #content {
  	float: left;
  	width: 548px;
  	margin-top: 75px;
  	padding-top: 5px;
  	background: #fff url(../img/cnt.bg.gif) 0 0 repeat-x;
  }
  #footer {
  	clear: both;
  	margin-top: 40px;
  	float: left;
  	padding: 20px;
  	border-top: 1px solid #C3BBB6;
  	background-color: #fff;
  	width: 718px;
  	text-align: right;
  }
  /* General
  ----------------------------------------------- */
  input[type="submit"], input[type="button"] {
  	font-weight: bold;
  	color: #fff;
  	border: 1px solid #5D1414;
  	height: 26px;
  	background: #fff url(../img/btn.bg.gif) 0 0 repeat-x;
  	border-style: none;
  }
  .center {
  	text-align: center;
  }
  .entry {
  	clear: both;
  	padding-top: 10px;
  }
  .entry .label {
  	float: left;
  	padding-top: 10px;
  	padding-right: 5px;
  	font-weight: bold;
  	width: 150px;
  	text-align: right;
  }
  .entry .output {
  	float: left;
  	width: 250px;
  	padding-top: 10px;
  	text-align: left;
  }
  .entry .input {
  	float: left;
  	width: 250px;
  	text-align: left;
  }
  /* Sidebar
  ----------------------------------------------- */
  .notes {
  	text-align: center;
  	font-size: small;
  }
  .errors {
  	font-size: small;
  	font-weight: bold;
  	text-align: center;
  	color: #600;
  }
  .errors div {
  	text-align: left;
  }
  .errors input {
  	border: 1px solid #600;
  }
  .errors ul {
  	list-style: none;
  }
  .buttonBox {
  	text-align: center;
  	padding: 5px 0;
  }
  #sidebar p {
  	font-size: small;
  	color: #8B7869;
  	line-height: 150%;
  	padding-bottom: 10px;
  }
  #sidebar li {
  	font-size: small;
  	color: #8B7869;
  }
  #sidebar h1 {
  	line-height: normal;
  	font-weight: bold;
  	font-size: small;
  }
  /*
  #sidebar p:hover {
  	color: #362F2D;
  }
  */
  /* Content
  ----------------------------------------------- */
  #content .section {
  	float: left;
  	width: 518px;
  	padding: 15px 15px 0 15px;
  }
  #content .section h1 {
  	font-family: "Trebuchet MS", Arial, sans-serif;
  	line-height: normal;
  	font-weight: normal;
  	font-size: large;
  }
  #content .section p {
  	line-height: 150%;
  	padding: 10px 0;
  	font-size: small;
  }
  #content table {
  	width: 100%;
  	border: 1px solid #D2C9C4;
  	border-collapse: collapse;
  }
  #content table caption {
  	padding-bottom: 6px;
  	text-align: left;
  	font-weight: bold;
  }
  #content table thead th {
  	border-left: 1px solid #D2C9C4;
  	background: #fff url(../img/th.bg.gif) 0 100% repeat-x;	
  	border-bottom: 1px solid #D2C9C4;
  	padding: 6px;
  	text-align: left;
  	font-size: small;
  }
  #content table tbody td {
  	border-left: 1px solid #E4DBD5;
  	padding: 4px;
  	border-bottom: 1px solid #D2C9C4;
  	font-size: small;
  }
  #content dt {
  	font-weight: bold;
  	float: left;
  	width: 33%;
  }
  #content dd {
  	padding-left: 10px;
  	float: left;
  	width: 66%;
  }
  #radio table {
  	border: 0px;
  }
  #radio table tr td {
  	border: 0px;
  	border-left: 0px;
  	border-bottom: 0px;
  }
  /* Header
  ----------------------------------------------- */
  #title {
  	float: left;
  	padding: 1px 0 6px 15px;
  }
  #status {
  	color: #C7B299;
  	float: right;
  	font-family: Verdana, Arial, Helvetica, sans-serif;
  	font-weight: bold;
  	font-size: x-small;
  	text-align: right;
  	padding-top: 14px;
  	padding-right: 15px;
  }
  #status a {
  	color: #C7B299;
  	text-decoration: none;
  }
  /* Homepage Modifications
  ----------------------------------------------- */
  #pgHome #container {
  	background: url(../img/hdr.ad.jpg) 0 0 repeat-x;
  }
  #pgHome #sidebar {
  	margin-top: 207px;
  }
  #pgHome #content {
  	margin-top: 183px;
  }
  #pgHome input[type="submit"] {
  	height: 30px;
  }
  
  
  



More information about the jboss-cvs-commits mailing list