[jboss-cvs] jboss-seam/examples/hibernate2/view/css ...
Michael Yuan
michael.yuan at jboss.com
Wed Dec 13 01:26:22 EST 2006
User: myuan
Date: 06/12/13 01:26:22
Modified: examples/hibernate2/view/css screen.css
Added: examples/hibernate2/view/css date.css
trailblazer_main.css
Log:
css update for s:selectDate
Revision Changes Path
1.3 +0 -128 jboss-seam/examples/hibernate2/view/css/screen.css
(In the diff below, changes in quantity of whitespace are not shown.)
Index: screen.css
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/examples/hibernate2/view/css/screen.css,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- screen.css 14 Nov 2006 05:51:00 -0000 1.2
+++ screen.css 13 Dec 2006 06:26:22 -0000 1.3
@@ -263,131 +263,3 @@
#pgHome input[type="submit"] {
height: 30px;
}
-/* Date Picker
------------------------------------------------ */
-body {
- font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
- font-size: .8em;
- }
-
-/* the div that holds the date picker calendar */
-.dpDiv {
- }
-
-
-/* the table (within the div) that holds the date picker calendar */
-.dpTable {
- font-family: Tahoma, Arial, Helvetica, sans-serif;
- font-size: 12px;
- text-align: center;
- color: #505050;
- background: #fff url(../img/input.bg.gif) 0 0 repeat-x;
- background-color: #FFFFFF;
- border: 1px solid #AAAAAA;
- margin-top: 5px;
- }
-
-
-/* a table row that holds date numbers (either blank or 1-31) */
-.dpTR {
- }
-
-
-/* the top table row that holds the month, year, and forward/backward buttons */
-.dpTitleTR {
- }
-
-
-/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
-.dpDayTR {
- }
-
-
-/* the bottom table row, that has the "This Month" and "Close" buttons */
-.dpTodayButtonTR {
- }
-
-
-/* a table cell that holds a date number (either blank or 1-31) */
-.dpTD {
- border: 1px solid #ece9d8;
- }
-
-
-/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
-.dpDayHighlightTD {
- background-color: #CCCCCC;
- border: 1px solid #AAAAAA;
- }
-
-
-/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
-.dpTDHover {
- background-color: #CCCCCC;
- border: 1px solid #AAAAAA;
- cursor: pointer;
- color: red;
- font-weight: bold;
- }
-
-
-/* the table cell that holds the name of the month and the year */
-.dpTitleTD {
- }
-
-
-/* a table cell that holds one of the forward/backward buttons */
-.dpButtonTD {
- }
-
-
-/* the table cell that holds the "This Month" or "Close" button at the bottom */
-.dpTodayButtonTD {
- }
-
-
-/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
-.dpDayTD {
- background-color: #CCCCCC;
- border: 1px solid #AAAAAA;
- color: white;
- }
-
-
-/* additional style information for the text that indicates the month and year */
-.dpTitleText {
- font-size: 12px;
- color: gray;
- font-weight: bold;
- }
-
-
-/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */
-.dpDayHighlight {
- color: CCCCCC;
- font-weight: bold;
- }
-
-
-/* the forward/backward buttons at the top */
-.dpButton {
- font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
- font-size: 10px;
- color: gray;
- background: #FFFFFF;
- font-weight: bold;
- padding: 0px;
- border: 1px solid #AAAAAA;
- }
-
-
-/* the "This Month" and "Close" buttons at the bottom */
-.dpTodayButton {
- font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
- font-size: 10px;
- color: gray;
- background: #FFFFFF;
- font-weight: bold;
- border: 1px solid #AAAAAA;
- display:none;
- }
1.1 date: 2006/12/13 06:26:22; author: myuan; state: Exp;jboss-seam/examples/hibernate2/view/css/date.css
Index: date.css
===================================================================
/* Seam Date Picker */
/* the div that holds the date picker calendar */
.seam-date {
}
/* the table (within the div) that holds the date picker calendar */
.seam-date table {
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 12px;
text-align: center;
color: #505050;
background: #fff url(../img/input.bg.gif) 0 0 repeat-x;
background-color: #FFFFFF;
border: 1px solid #AAAAAA;
margin-top: 5px;
}
.seam-date-title div {
font-size: 12px;
color: gray;
font-weight: bold;
}
/* the forward/backward buttons at the top */
.seam-date-title button{
font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
font-size: 10px;
color: gray;
background: #FFFFFF;
font-weight: bold;
padding: 0px;
border: 1px solid #AAAAAA;
}
/* the "This Month" and "Close" buttons at the bottom */
.seam-date-footer {
display: none;
}
.seam-date-footer button {
font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
font-size: 10px;
color: gray;
background: #FFFFFF;
font-weight: bold;
border: 1px solid #AAAAAA;
}
/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.seam-date-header td {
background-color: #CCCCCC;
border: 1px solid #AAAAAA;
color: white;
}
/* a table cell that holds a date number (either blank or 1-31) */
.seam-date-week td.seam-date-day {
border: 1px solid #ece9d8;
}
/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.seam-date-week td.seam-date-hover {
background-color: #CCCCCC;
border: 1px solid #AAAAAA;
cursor: pointer;
color: red;
}
/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */
.seam-date-week td.seam-date-selected {
background-color: #CCCCCC;
border: 1px solid #AAAAAA;
font-weight: bold;
}
1.1 date: 2006/12/13 06:26:22; author: myuan; state: Exp;jboss-seam/examples/hibernate2/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;
}
More information about the jboss-cvs-commits
mailing list