Added classes for forms

SVN revision: 345
This commit is contained in:
Stefan Ritt 2003-01-29 16:34:22 +00:00
parent ac68f8cc3b
commit 0364042113

View File

@ -14,19 +14,6 @@ a:hover { color:#0000FF; text-decoration:underline }
a:active { color:#0000FF; text-decoration:underline } a:active { color:#0000FF; text-decoration:underline }
a:focus { color:#0000FF; text-decoration:underline } a:focus { color:#0000FF; text-decoration:underline }
/* colors for logbook tabs */
a.sltab:link { color:white };
a.sltab:visited { color:white };
a.sltab:hover { color:white };
a.sltab:active { color:white };
a.sltab:focus { color:white };
a.sgtab:link { color:white };
a.sgtab:visited { color:white };
a.sgtab:hover { color:white };
a.sgtab:active { color:white };
a.sgtab:focus { color:white };
td { td {
color:black; color:black;
font-family:sans-serif; font-family:sans-serif;
@ -46,25 +33,30 @@ td {
/* unselected and selected group tabs */ /* unselected and selected group tabs */
.gtab { .gtab, .gtab a {
background-color:#B0E0B0; background-color:#B0E0B0;
} }
.sgtab { .sgtab, .sgtab a {
background-color:#486090; background-color:#486090;
font-color:white; color:white;
} }
.sgtab a:visited { color:white; } /* buf for IE */
/* unselected and selected logbook tabs */ /* unselected and selected logbook tabs */
.ltab { .ltab, .ltab a {
background-color:#E0E0E0; background-color:#E0E0E0;
} }
.sltab { .sltab, .sltab a {
background-color:#486090; background-color:#486090;
color:white;
} }
.sltab a:visited { color:white; } /* bug for IE */
/* logbook title, left, middle and right cell */ /* logbook title, left, middle and right cell */
.title1 { .title1 {
@ -153,6 +145,13 @@ td {
text-align:center; text-align:center;
} }
/* attachment line */
.attachment {
background-color:#FFFFB0;
text-align:left;
}
/* threaded listing */ /* threaded listing */
.thread { .thread {
background-color:#DDEEBB; background-color:#DDEEBB;
@ -178,7 +177,7 @@ td {
/* message cell in listing */ /* message cell in listing */
.messagelist { .messagelist {
background-color:white; background-color:white;
font-family:'lucida console',courier; font-family:'lucida console',courier,monospace;
font-size:10pt; font-size:10pt;
padding:5px; padding:5px;
} }
@ -192,13 +191,13 @@ td {
} }
.messagepre { .messagepre {
font-family:'lucida console',courier; font-family:'lucida console',courier,monospace;
font-size:10pt; font-size:10pt;
} }
/* attachment size */ /* attachment size */
.bytes { .bytes {
font-family:'lucida console',courier; font-family:'lucida console',courier,monospace;
font-size:10pt; font-size:10pt;
font-weight:bold; font-weight:bold;
} }
@ -206,10 +205,24 @@ td {
/* summary display (threaded mode expand) */ /* summary display (threaded mode expand) */
.summary { .summary {
background-color:white; background-color:white;
font-family:'lucida console',courier; font-family:'lucida console',courier,monospace;
font-size:small; font-size:small;
} }
/* input forms */
.form1 {
border:1px solid #486090;
background-color:#DDEEBB;
padding:3px;
}
.form2 {
border:1px solid #486090;
border-top:0px;
background-color:#DDEEBB;
padding:3px;
}
/* error message */ /* error message */
.errormsg { .errormsg {
border:1px solid #486090; border:1px solid #486090;