mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-15 20:44:27 +01:00
159 lines
2.1 KiB
CSS
159 lines
2.1 KiB
CSS
body
|
|
{
|
|
margin-right: 0em;
|
|
margin-left: 0em;
|
|
margin-top: 0em;
|
|
margin-bottom: 0em;
|
|
background-color: #F5F5F5;
|
|
}
|
|
|
|
table
|
|
{
|
|
border-width: 0;
|
|
}
|
|
|
|
td
|
|
{
|
|
font-family: Verdana,Arial,Helvetica,sans-serif;
|
|
font-size: 10pt;
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
line-height: normal;
|
|
color: #000000;
|
|
text-decoration: none;
|
|
letter-spacing: 0em;
|
|
word-spacing: 0em;
|
|
}
|
|
|
|
a:link
|
|
{
|
|
font-family: Verdana,Arial,Helvetica,sans-serif;
|
|
font-size: 10pt;
|
|
color: #EE0000;
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
line-height: normal;
|
|
text-decoration: none;
|
|
letter-spacing: 0em;
|
|
word-spacing: 0em;
|
|
}
|
|
|
|
a:visited
|
|
{
|
|
font-family: Verdana,Arial,Helvetica,sans-serif;
|
|
font-size: 10pt;
|
|
color: #EE0000;
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
line-height: normal;
|
|
text-decoration: none;
|
|
letter-spacing: 0em;
|
|
word-spacing: 0em;
|
|
}
|
|
|
|
a:active
|
|
{
|
|
font-family: Verdana,Arial,Helvetica,sans-serif;
|
|
font-size: 10pt;
|
|
color: #EE0000;
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
line-height: normal;
|
|
text-decoration: none;
|
|
letter-spacing: 0em;
|
|
word-spacing: 0em;
|
|
}
|
|
|
|
a:hover
|
|
{
|
|
font-family: Verdana,Arial,Helvetica,sans-serif;
|
|
font-size: 10pt;
|
|
color: #EE0000;
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
line-height: normal;
|
|
text-decoration: none;
|
|
letter-spacing: 0em;
|
|
word-spacing: 0em;
|
|
}
|
|
|
|
.navbar
|
|
{
|
|
background-color: #AABBCC;
|
|
color: #000000;
|
|
}
|
|
|
|
.navbar:spezial_logo
|
|
{
|
|
background-image: url(logo_003300.gif);
|
|
}
|
|
|
|
.row_on
|
|
{
|
|
background-color: #EEEEFF;
|
|
}
|
|
|
|
.row_off
|
|
{
|
|
background-color: #FFFFEE;
|
|
}
|
|
|
|
.th
|
|
{
|
|
background-color: #FFE4C4;
|
|
}
|
|
|
|
.th_bright
|
|
{
|
|
background-color: #FFFFEE;
|
|
}
|
|
|
|
.th_text
|
|
{
|
|
font-style: bold;
|
|
font-weight: bold;
|
|
color: #000000;
|
|
}
|
|
|
|
.appheader
|
|
{
|
|
font-style: bold;
|
|
font-weight: bold;
|
|
background-color: #FFFFEE;
|
|
}
|
|
|
|
.functionmsg
|
|
{
|
|
font-style: bold;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.forms
|
|
{
|
|
font-family: Verdana,Arial,Helvetica,sans-serif;
|
|
font-size: 10pt;
|
|
color: #000000;
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
line-height: normal;
|
|
text-decoration: none;
|
|
letter-spacing: 0em;
|
|
word-spacing: 0em;
|
|
}
|
|
|
|
.cal_today
|
|
{
|
|
background-color: #D0DCE0;
|
|
}
|
|
|
|
.cal_dayview
|
|
{
|
|
background-color: #C0C0C0;
|
|
}
|
|
|
|
.email_folder
|
|
{
|
|
background-color: #7090FF;
|
|
color: #FFFFFF;
|
|
}
|