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

67 lines
654 B
CSS
Raw Normal View History

2002-10-20 20:42:15 +02:00
body,p,td,th,table,input,form,option
2002-09-29 04:05:54 +02:00
{
2002-09-02 02:09:35 +02:00
color: #000000;
}
2002-10-20 20:42:15 +02:00
body
2002-09-02 02:09:35 +02:00
{
2002-10-20 20:42:15 +02:00
background-color: #80BBFF;
2002-09-02 02:09:35 +02:00
}
2002-10-20 20:42:15 +02:00
a:link,a:visited
2002-09-02 02:09:35 +02:00
{
color: blue;
}
2002-10-20 20:42:15 +02:00
a:active,a:hover
2002-09-02 02:09:35 +02:00
{
color: red;
}
2002-10-20 20:42:15 +02:00
.navbar,.th
2002-09-02 02:09:35 +02:00
{
2002-09-29 04:05:54 +02:00
background-color: #7090FF;
2002-09-02 02:09:35 +02:00
}
.navbar:spezial_logo
{
background-image: url(logo_003300.gif);
}
2002-10-20 20:42:15 +02:00
.login,.portal,.about
2002-09-02 02:09:35 +02:00
{
background-color: #7090FF;
2002-10-20 20:42:15 +02:00
border-color: #000000;
2002-09-02 02:09:35 +02:00
}
2002-10-20 20:42:15 +02:00
.portal_text
2002-09-02 02:09:35 +02:00
{
2002-10-20 20:42:15 +02:00
color: #FFFFFF;
2002-09-02 02:09:35 +02:00
}
2002-10-20 20:42:15 +02:00
.row_on,.th_bright,.app_header
2002-09-02 02:09:35 +02:00
{
2002-09-29 04:05:54 +02:00
background-color: #D3DCE3;
2002-09-02 02:09:35 +02:00
}
2002-10-20 20:42:15 +02:00
.row_off
2002-09-02 02:09:35 +02:00
{
2002-10-20 20:42:15 +02:00
background-color: #EEEEEE;
2002-09-02 02:09:35 +02:00
}
2002-09-29 04:05:54 +02:00
.cal_today
2002-09-02 02:09:35 +02:00
{
2002-09-29 04:05:54 +02:00
background-color: #FFFFCC;
2002-09-02 02:09:35 +02:00
}
2002-09-29 04:05:54 +02:00
.cal_dayview
2002-09-02 02:09:35 +02:00
{
2002-09-29 04:05:54 +02:00
background-color: #C0C0C0;
2002-09-02 02:09:35 +02:00
}
2002-09-29 04:05:54 +02:00
.email:folder
2002-09-02 02:09:35 +02:00
{
2002-09-29 04:05:54 +02:00
background-color: #7090FF;
color: #FFFFFF;
2002-09-02 02:09:35 +02:00
}