mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-15 20:44:27 +01:00
158 lines
2.1 KiB
CSS
158 lines
2.1 KiB
CSS
body
|
|
{
|
|
margin-right: 0em;
|
|
margin-left: 0em;
|
|
margin-top: 0em;
|
|
margin-bottom: 0em;
|
|
background-color: #FFFFFF;
|
|
}
|
|
|
|
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: blue;
|
|
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: blue;
|
|
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: red;
|
|
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: red;
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
line-height: normal;
|
|
text-decoration: none;
|
|
letter-spacing: 0em;
|
|
word-spacing: 0em;
|
|
}
|
|
|
|
.navbar
|
|
{
|
|
background-color: #885522;
|
|
}
|
|
|
|
.navbar:spezial_logo
|
|
{
|
|
background-image: url(logo_885522.gif);
|
|
}
|
|
|
|
.row_on
|
|
{
|
|
background-color: #DDDDDD;
|
|
}
|
|
|
|
.row_off
|
|
{
|
|
background-color: #EEEEEE;
|
|
}
|
|
|
|
.th
|
|
{
|
|
background-color: #885522;
|
|
}
|
|
|
|
.th_bright
|
|
{
|
|
background-color: #EEEEEE;
|
|
}
|
|
|
|
.th_text
|
|
{
|
|
font-style: bold;
|
|
font-weight: bold;
|
|
color: #000000;
|
|
}
|
|
|
|
.appheader
|
|
{
|
|
font-style: bold;
|
|
font-weight: bold;
|
|
background-color: #DDDDDD;
|
|
}
|
|
|
|
.functionmsg
|
|
{
|
|
font-style: bold;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.forms
|
|
{
|
|
font-family: Verdana,Arial,Helvetica,sans-serif;
|
|
font-size: 10pt;
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
color: #000000;
|
|
line-height: normal;
|
|
text-decoration: none;
|
|
letter-spacing: 0em;
|
|
word-spacing: 0em;
|
|
}
|
|
|
|
.cal_today
|
|
{
|
|
background-color: #FFFFCC;
|
|
}
|
|
|
|
.cal_dayview
|
|
{
|
|
background-color: #C0C0C0;
|
|
}
|
|
|
|
.email_folder
|
|
{
|
|
background-color: #666699;
|
|
color: #FFFFFF;
|
|
}
|