egroupware/phpgwapi/templates/default/css/blue.css

62 lines
598 B
CSS
Raw Normal View History

2002-10-20 00:19:11 +02:00
body,p,td,th,table,input,form,option
2002-09-29 04:05:54 +02:00
{
2002-09-02 00:19:36 +02:00
color: #000000;
}
2002-10-20 00:19:11 +02:00
body
2002-09-02 00:19:36 +02:00
{
2002-10-20 00:19:11 +02:00
background-color: #FFFFFF;
2002-09-02 00:19:36 +02:00
}
2002-10-20 00:19:11 +02:00
a:link,a:visited,a:active
2002-09-02 00:19:36 +02:00
{
2002-09-29 04:05:54 +02:00
color: blue;
2002-09-02 00:19:36 +02:00
}
a:hover
{
color: red;
}
.navbar,.th,.bottom
2002-09-02 00:19:36 +02:00
{
2002-09-29 04:05:54 +02:00
background-color: blue;
2002-09-02 00:19:36 +02:00
}
.navbar:spezial_logo
{
background-image: url(logo_967FF4.gif);
}
2002-10-20 00:19:11 +02:00
.login,.portal,.about
2002-09-02 00:19:36 +02:00
{
2002-09-29 04:05:54 +02:00
background-color: blue;
2002-10-20 00:19:11 +02:00
border-color: #000000;
2002-09-02 00:19:36 +02:00
}
2002-10-20 00:19:11 +02:00
.portal_text
2002-09-02 00:19:36 +02:00
{
2002-10-20 00:19:11 +02:00
color: #FFFFFF;
2002-09-02 00:19:36 +02:00
}
.row_on,.th_bright
2002-09-02 00:19:36 +02:00
{
2002-09-29 04:05:54 +02:00
background-color: #CCEEFF;
2002-09-02 00:19:36 +02:00
}
2002-10-20 00:19:11 +02:00
.row_off
2002-09-02 00:19:36 +02:00
{
2002-10-20 00:19:11 +02:00
background-color: #EEEEEE;
2002-09-02 00:19:36 +02:00
}
2002-09-29 04:05:54 +02:00
.cal_today
2002-09-02 00:19:36 +02:00
{
2002-09-29 04:05:54 +02:00
background-color: #FFFFCC;
2002-09-02 00:19:36 +02:00
}
2002-09-29 04:05:54 +02:00
.email_folder
2002-09-02 00:19:36 +02:00
{
2002-09-29 04:05:54 +02:00
background-color: #666699;
color: #FFFFFF;
2002-09-02 00:19:36 +02:00
}