mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-15 20:44:27 +01:00
72 lines
702 B
CSS
72 lines
702 B
CSS
body,p,td,th,table,input,form,option
|
|
{
|
|
color: #000000;
|
|
}
|
|
|
|
body
|
|
{
|
|
background-color: #F5F5F5;
|
|
}
|
|
|
|
a:link,a:visited,a:active
|
|
{
|
|
color: #EE0000;
|
|
}
|
|
|
|
a:hover
|
|
{
|
|
color: #EE0000;
|
|
}
|
|
|
|
.navbar,.bottom
|
|
{
|
|
background-color: #AABBCC;
|
|
}
|
|
|
|
.navbar:spezial_logo
|
|
{
|
|
background-image: url(logo_003300.gif);
|
|
}
|
|
|
|
.login,.portal,.about
|
|
{
|
|
background-color: #AABBCC;
|
|
border-color: #000000;
|
|
}
|
|
|
|
.portal_text
|
|
{
|
|
color: #FFFFFF;
|
|
}
|
|
|
|
.row_on,.th_bright,.app_header
|
|
{
|
|
background-color: #EEEEFF;
|
|
}
|
|
|
|
.row_off
|
|
{
|
|
background-color: #FFFFEE;
|
|
}
|
|
|
|
.th
|
|
{
|
|
background-color: #FFE4C4;
|
|
}
|
|
|
|
.cal_today
|
|
{
|
|
background-color: #D0DCE0;
|
|
}
|
|
|
|
.cal_dayview
|
|
{
|
|
background-color: #C0C0C0;
|
|
}
|
|
|
|
.email_folder
|
|
{
|
|
background-color: #7090FF;
|
|
color: #FFFFFF;
|
|
}
|