egroupware/phpgwapi/templates/default/css/default.css

67 lines
633 B
CSS

body,p,td,th,table,input,form,option
{
color: #000000;
}
body
{
background-color: #FFFFFF;
}
a:link,a:visited,a:active
{
color: mediumblue;
}
a:hover
{
color: #cc0000;
}
.navbar,.th,.bottom
{
background-color: #80BBFF;
}
.login,.portal,.about
{
background-color: #80BBFF;
border-color: #000000;
}
.portal_text
{
color: #FFFFFF;
}
.row_on,.th_bright
{
background-color: #CCEEFF;
}
.msgbox
{
background-color: #FFFFFF;
}
.row_off
{
background-color: #DDF0FF;
}
.cal_today
{
background-color: #FFFFCC;
}
.cal_dayview
{
background-color: #C0C0C0;
}
.email_folder
{
background-color: #7090FF;
color: #FFFFFF;
}