egroupware/phpgwapi/templates/idsociety/css/idsociety.css

62 lines
569 B
CSS
Raw Normal View History

2002-10-06 20:04:05 +02:00
body,p,td,th,table,input,form,option
2002-09-27 02:12:52 +02:00
{
color: #000000;
}
2002-10-06 20:04:05 +02:00
a:link,a:active
2002-09-27 02:12:52 +02:00
{
color: #336699;
}
2002-10-06 20:04:05 +02:00
a:visited
2002-09-27 02:12:52 +02:00
{
2002-10-06 20:04:05 +02:00
color: #333366;
2002-09-27 02:12:52 +02:00
}
2002-10-06 20:04:05 +02:00
a:hover
2002-09-27 02:12:52 +02:00
{
2002-10-06 20:04:05 +02:00
color: #cc0000;
2002-09-27 02:12:52 +02:00
}
2002-10-20 00:19:11 +02:00
.login,.portal,.about
2002-10-04 01:33:57 +02:00
{
background-color: #ADADAD;
border-color: #000000;
}
.portal_text
{
color: #FFFFFF;
}
2002-10-20 00:19:11 +02:00
.row_on,.th_bright,.app_header
2002-09-27 02:12:52 +02:00
{
background-color: #DDDDDD;
}
.row_off
{
background-color: #EEEEEE;
}
.th
{
background-color: #ADADAD;
}
2002-10-20 00:19:11 +02:00
.cal_today
2002-09-27 02:12:52 +02:00
{
2002-10-20 00:19:11 +02:00
background-color: #ffffcc;
2002-09-27 02:12:52 +02:00
}
2002-10-20 00:19:11 +02:00
.cal_dayview
2002-09-27 02:12:52 +02:00
{
2002-10-20 00:19:11 +02:00
background-color: #C0C0C0;
2002-09-27 02:12:52 +02:00
}
2002-09-29 04:05:54 +02:00
.email_folder
2002-09-27 02:12:52 +02:00
{
background-color: #adadad;
color: #ffffff;
}