egroupware/phpgwapi/templates/justweb/css/submarine.css

67 lines
637 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 18:21:01 +02:00
{
color: #000000;
}
2002-10-06 20:04:05 +02:00
body
2002-09-27 18:21:01 +02:00
{
2002-10-06 20:04:05 +02:00
background-color: #FFFFFF;
2002-09-27 18:21:01 +02:00
}
2002-10-06 20:04:05 +02:00
a:link,a:visited,a:active
2002-09-27 18:21:01 +02:00
{
color: mediumblue;
}
a:hover
{
color: #cc0000;
}
2002-10-20 20:42:15 +02:00
.navbar,.th
2002-09-27 18:21:01 +02:00
{
2002-09-29 04:05:54 +02:00
background-color: #80BBFF;
2002-09-27 18:21:01 +02:00
}
2002-10-20 20:42:15 +02:00
.login,.portal,.about
2002-09-27 18:21:01 +02:00
{
2002-10-20 20:42:15 +02:00
background-color: #80BBFF;
border-color: #000000;
2002-09-27 18:21:01 +02:00
}
2002-10-20 20:42:15 +02:00
.portal_text
2002-09-27 18:21:01 +02:00
{
2002-10-06 20:04:05 +02:00
color: #FFFFFF;
2002-09-27 18:21:01 +02:00
}
2002-10-20 20:42:15 +02:00
.row_on,.th_bright,.app_header
2002-09-27 18:21:01 +02:00
{
background-color: #CCEEFF;
}
.msgbox
{
background-color: #FFFFFF;
}
2002-09-27 18:21:01 +02:00
.row_off
{
background-color: #DDF0FF;
}
2002-10-20 20:42:15 +02:00
.cal_today
2002-09-27 18:21:01 +02:00
{
2002-10-20 20:42:15 +02:00
background-color: #FFFFCC;
2002-09-27 18:21:01 +02:00
}
2002-10-20 20:42:15 +02:00
.cal_dayview
2002-09-27 18:21:01 +02:00
{
2002-10-20 20:42:15 +02:00
background-color: #C0C0C0;
2002-09-27 18:21:01 +02:00
}
2002-09-29 04:05:54 +02:00
.email_folder
2002-09-27 18:21:01 +02:00
{
background-color: #7090FF;
color: #FFFFFF;
}