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

68 lines
674 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
{
color: #9d1811;
2002-09-02 02:09:35 +02:00
}
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: #ce9592;
2002-09-02 02:09:35 +02:00
}
2002-10-20 20:42:15 +02:00
a:link,a:visited,a:active
2002-09-02 02:09:35 +02:00
{
2002-09-29 04:05:54 +02:00
color: #666666;
2002-09-02 02:09:35 +02:00
}
a:hover
{
color: red;
}
2002-10-20 20:42:15 +02:00
.navbar,.th
2002-09-02 02:09:35 +02:00
{
background-color: #bd524a;
2002-09-29 04:05:54 +02:00
color: #000000;
2002-09-02 02:09:35 +02:00
}
.navbar:spezial_logo
{
background-image: url(logo_990000.gif);
}
2002-10-20 20:42:15 +02:00
.login,.portal,.about
2002-09-02 02:09:35 +02:00
{
2002-09-29 04:05:54 +02:00
background-color: #bd524a;
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: #DDDDDD;
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: #ffbab7;
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: #bd524a;
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: #bd542a;
color: #9d1811;
2002-09-02 02:09:35 +02:00
}