This commit is contained in:
ceb 2003-04-30 02:12:56 +00:00
parent 63264d2b25
commit 5636a0459e
3 changed files with 13 additions and 8 deletions

View File

@ -73,9 +73,10 @@ a:hover.top_menu,a:link.top_menu_selected,a:active.top_menu_selected,a:visited.t
border-color: #000000; border-color: #000000;
} }
.portal_text a.portal_text,.portal_text
{ {
color: #FFFFFF; color: #FFFFFF;
text-decoration: none;
} }
.row_on,.th_bright,.app_header .row_on,.th_bright,.app_header

View File

@ -104,12 +104,6 @@ table.login
border-style: ridge; border-style: ridge;
} }
.portal_text
{
font-weight: bold;
background: url(../../default/images/bg_filler.png);
}
.small_text .small_text
{ {
font-size: 85%; font-size: 85%;

View File

@ -73,11 +73,21 @@ a:hover.top_menu,a:link.top_menu_selected,a:active.top_menu_selected,a:visited.t
border-color: #000000; border-color: #000000;
} }
.portal_text a.portal_text,.portal_text
{ {
color: #FFFFFF; color: #FFFFFF;
text-decoration: none;
background-color: #000066;
} }
a:hover.portal_text
{
text-decoration: underline;
color: #000066;
background-color: #FFFFFF;
}
.row_on,.th_bright,.app_header .row_on,.th_bright,.app_header
{ {
background-color: #ADADAD; background-color: #ADADAD;