This commit is contained in:
ceb 2002-10-19 23:09:59 +00:00
parent 2509111b78
commit 8a07a0be5e
3 changed files with 21 additions and 6 deletions

View File

@ -28,6 +28,11 @@ a:link,a:visited,a:active,a:hover
text-decoration: none; text-decoration: none;
} }
a.th,a.th_text
{
font-weight: bold;
}
table.portal table.portal
{ {
width: 100%; width: 100%;
@ -62,18 +67,18 @@ table.login
font-size: 80%; font-size: 80%;
} }
.headertext .header_text
{ {
font-size: 110%; font-size: 110%;
font-weight: bold; font-weight: bold;
} }
.th_text.app_header_text .th_text,.app_header_text
{ {
font-weight: bold; font-weight: bold;
} }
.app_header .app_header,.th
{ {
font-weight: bold; font-weight: bold;
} }

View File

@ -40,6 +40,11 @@ a:hover
background-color: #486591; background-color: #486591;
} }
a.th,a.th_text
{
color: #000000;
}
.cal_dayview .cal_dayview
{ {
background-color: #C0C0C0; background-color: #C0C0C0;

View File

@ -29,6 +29,11 @@ a:link,a:visited,a:active,a:hover
text-decoration: none; text-decoration: none;
} }
a.th,a.th_text
{
font-weight: bold;
}
table.portal table.portal
{ {
width: 100%; width: 100%;
@ -51,6 +56,7 @@ table.login
border-width: 1px; border-width: 1px;
border-style: ridge; border-style: ridge;
} }
.portal_text .portal_text
{ {
font-weight: bold; font-weight: bold;
@ -62,7 +68,7 @@ table.login
font-size: 80%; font-size: 80%;
} }
.headertext .header_text
{ {
font-size: 110%; font-size: 110%;
font-weight: bold; font-weight: bold;
@ -73,8 +79,7 @@ table.login
font-weight: bold; font-weight: bold;
} }
.app_header .app_header,.th
{ {
font-weight: bold; font-weight: bold;
} }