mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
added css files for the themes
This commit is contained in:
parent
977327c207
commit
4f4876df3c
196
phpgwapi/templates/default/css/black.css
Normal file
196
phpgwapi/templates/default/css/black.css
Normal file
@ -0,0 +1,196 @@
|
||||
body
|
||||
{
|
||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
||||
font-size: 10pt;
|
||||
font-style: normal;
|
||||
color: #000000;
|
||||
line-height: normal;
|
||||
font-weight: normal;
|
||||
letter-spacing: 0em;
|
||||
word-spacing: 0em;
|
||||
background-color: #FFFFFF;
|
||||
}
|
||||
|
||||
body.bg01
|
||||
{
|
||||
background-color: #dadada;
|
||||
}
|
||||
|
||||
body.bg02
|
||||
{
|
||||
background-color: #dad0d0;
|
||||
}
|
||||
|
||||
body.bg03
|
||||
{
|
||||
background-color: #dacaca;
|
||||
}
|
||||
|
||||
body.bg04
|
||||
{
|
||||
background-color: #dac0c0;
|
||||
}
|
||||
|
||||
body.bg05
|
||||
{
|
||||
background-color: #dababa;
|
||||
}
|
||||
|
||||
body.bg06
|
||||
{
|
||||
background-color: #dab0b0;
|
||||
}
|
||||
|
||||
body.bg07
|
||||
{
|
||||
background-color: #daaaaa;
|
||||
|
||||
}
|
||||
body.bg08
|
||||
{
|
||||
background-color: #da9090;
|
||||
}
|
||||
|
||||
body.bg09
|
||||
{
|
||||
background-color: #da8a8a;
|
||||
|
||||
}
|
||||
|
||||
body.bg10
|
||||
{
|
||||
background-color: #da7a7a;
|
||||
}
|
||||
|
||||
table
|
||||
{
|
||||
background-color: #9999FF;
|
||||
border: 0px;
|
||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
||||
font-size: 10pt;
|
||||
font-style: normal;
|
||||
line-height: normal;
|
||||
font-weight: normal;
|
||||
color: #000000;
|
||||
text-decoration: none;
|
||||
letter-spacing: 0em;
|
||||
word-spacing: 0em;
|
||||
padding: 2em;
|
||||
}
|
||||
|
||||
th
|
||||
{
|
||||
background-color: #D3DCE3;
|
||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
||||
font-size: 10pt;
|
||||
font-style: normal;
|
||||
line-height: normal;
|
||||
font-weight: normal;
|
||||
color: #000000;
|
||||
text-decoration: none;
|
||||
letter-spacing: 0em;
|
||||
word-spacing: 0em;
|
||||
}
|
||||
|
||||
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;
|
||||
}
|
||||
|
||||
td.row-on
|
||||
{
|
||||
background-color: #DDDDDD;
|
||||
}
|
||||
|
||||
td.row-off
|
||||
{
|
||||
background-color: #EEEEEE;
|
||||
}
|
||||
|
||||
|
||||
a:link
|
||||
{
|
||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
||||
font-size: 10pt;
|
||||
color: blue;
|
||||
font-style: bold;
|
||||
font-weight: bold;
|
||||
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: bold;
|
||||
font-weight: bold;
|
||||
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: bold;
|
||||
font-weight: bold;
|
||||
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: bold;
|
||||
font-weight: bold;
|
||||
line-height: normal;
|
||||
text-decoration: none;
|
||||
letter-spacing: 0em;
|
||||
word-spacing: 0em;
|
||||
}
|
||||
|
||||
.navbar
|
||||
{
|
||||
background-color: #000000;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.navbar:spezial_logo
|
||||
{
|
||||
background-image: url(logo_000000.gif);
|
||||
}
|
||||
|
||||
.calendar:today
|
||||
{
|
||||
background-color: #FFFFCC;
|
||||
}
|
||||
|
||||
.calendar:dayview
|
||||
{
|
||||
background-color: #C0C0C0;
|
||||
}
|
||||
|
||||
.email:folder
|
||||
{
|
||||
background-color: #666699;
|
||||
color: #FFFFFF;
|
||||
}
|
193
phpgwapi/templates/default/css/blue.css
Normal file
193
phpgwapi/templates/default/css/blue.css
Normal file
@ -0,0 +1,193 @@
|
||||
body
|
||||
{
|
||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
||||
font-size: 10pt;
|
||||
font-style: normal;
|
||||
color: #000000;
|
||||
line-height: normal;
|
||||
font-weight: normal;
|
||||
letter-spacing: 0em;
|
||||
word-spacing: 0em;
|
||||
background-color: #FFFFFF;
|
||||
}
|
||||
|
||||
table
|
||||
{
|
||||
background-color: #967FF4;
|
||||
border: 0px;
|
||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
||||
font-size: 10pt;
|
||||
font-style: normal;
|
||||
line-height: normal;
|
||||
font-weight: normal;
|
||||
color: #000000;
|
||||
text-decoration: none;
|
||||
letter-spacing: 0em;
|
||||
word-spacing: 0em;
|
||||
padding: 2em;
|
||||
}
|
||||
|
||||
th
|
||||
{
|
||||
background-color: #9999FF;
|
||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
||||
font-size: 10pt;
|
||||
font-style: normal;
|
||||
line-height: normal;
|
||||
font-weight: normal;
|
||||
color: #000000;
|
||||
text-decoration: none;
|
||||
letter-spacing: 0em;
|
||||
word-spacing: 0em;
|
||||
}
|
||||
|
||||
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;
|
||||
}
|
||||
|
||||
td.row-on
|
||||
{
|
||||
background-color: #CCCCFF;
|
||||
}
|
||||
|
||||
td.row-off
|
||||
{
|
||||
background-color: #E4DFFF;
|
||||
}
|
||||
|
||||
|
||||
a:link
|
||||
{
|
||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
||||
font-size: 10pt;
|
||||
color: blue;
|
||||
font-style: bold;
|
||||
font-weight: bold;
|
||||
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: bold;
|
||||
font-weight: bold;
|
||||
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: bold;
|
||||
font-weight: bold;
|
||||
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: bold;
|
||||
font-weight: bold;
|
||||
line-height: normal;
|
||||
text-decoration: none;
|
||||
letter-spacing: 0em;
|
||||
word-spacing: 0em;
|
||||
}
|
||||
|
||||
.navbar
|
||||
{
|
||||
background-color: #967FF4;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.navbar:spezial_logo
|
||||
{
|
||||
background-image: url(logo_967FF4.gif);
|
||||
}
|
||||
|
||||
.calendar:today
|
||||
{
|
||||
background-color: #FFFFCC;
|
||||
}
|
||||
|
||||
.email:folder
|
||||
{
|
||||
background-color: #666699;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
|
||||
.bg01
|
||||
{
|
||||
background-color: #dadada;
|
||||
}
|
||||
|
||||
.bg02
|
||||
{
|
||||
background-color: #dad0d0;
|
||||
}
|
||||
|
||||
.bg03
|
||||
{
|
||||
background-color: #dacaca;
|
||||
}
|
||||
|
||||
.bg04
|
||||
{
|
||||
background-color: #dac0c0;
|
||||
}
|
||||
|
||||
.bg05
|
||||
{
|
||||
background-color: #dababa;
|
||||
}
|
||||
|
||||
.bg06
|
||||
{
|
||||
background-color: #dab0b0;
|
||||
}
|
||||
|
||||
.bg07
|
||||
{
|
||||
background-color: #daaaaa;
|
||||
|
||||
}
|
||||
.bg08
|
||||
{
|
||||
background-color: #da9090;
|
||||
}
|
||||
|
||||
.bg09
|
||||
{
|
||||
background-color: #da8a8a;
|
||||
|
||||
}
|
||||
|
||||
.bg10
|
||||
{
|
||||
background-color: #da7a7a;
|
||||
}
|
||||
|
||||
|
198
phpgwapi/templates/default/css/brown.css
Normal file
198
phpgwapi/templates/default/css/brown.css
Normal file
@ -0,0 +1,198 @@
|
||||
body
|
||||
{
|
||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
||||
font-size: 10pt;
|
||||
font-style: normal;
|
||||
color: #000000;
|
||||
line-height: normal;
|
||||
font-weight: normal;
|
||||
letter-spacing: 0em;
|
||||
word-spacing: 0em;
|
||||
background-color: #FFFFFF;
|
||||
}
|
||||
|
||||
table
|
||||
{
|
||||
background-color: #9999FF;
|
||||
border: 0px;
|
||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
||||
font-size: 10pt;
|
||||
font-style: normal;
|
||||
line-height: normal;
|
||||
font-weight: normal;
|
||||
color: #000000;
|
||||
text-decoration: none;
|
||||
letter-spacing: 0em;
|
||||
word-spacing: 0em;
|
||||
padding: 2em;
|
||||
}
|
||||
|
||||
th
|
||||
{
|
||||
background-color: #D3DCE3;
|
||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
||||
font-size: 10pt;
|
||||
font-style: normal;
|
||||
line-height: normal;
|
||||
font-weight: normal;
|
||||
color: #000000;
|
||||
text-decoration: none;
|
||||
letter-spacing: 0em;
|
||||
word-spacing: 0em;
|
||||
}
|
||||
|
||||
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;
|
||||
}
|
||||
|
||||
td.row-on
|
||||
{
|
||||
background-color: #DDDDDD;
|
||||
}
|
||||
|
||||
td.row-off
|
||||
{
|
||||
background-color: #EEEEEE;
|
||||
}
|
||||
|
||||
|
||||
a:link
|
||||
{
|
||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
||||
font-size: 10pt;
|
||||
color: blue;
|
||||
font-style: bold;
|
||||
font-weight: bold;
|
||||
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: bold;
|
||||
font-weight: bold;
|
||||
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: bold;
|
||||
font-weight: bold;
|
||||
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: bold;
|
||||
font-weight: bold;
|
||||
line-height: normal;
|
||||
text-decoration: none;
|
||||
letter-spacing: 0em;
|
||||
word-spacing: 0em;
|
||||
}
|
||||
|
||||
.navbar
|
||||
{
|
||||
background-color: #5A0000;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.navbar:spezial_logo
|
||||
{
|
||||
background-image: url(logo_5A0000.gif);
|
||||
}
|
||||
|
||||
.calendar:today
|
||||
{
|
||||
background-color: #FFFFCC;
|
||||
}
|
||||
|
||||
.calendar:dayview
|
||||
{
|
||||
background-color: #C0C0C0;
|
||||
}
|
||||
|
||||
.email:folder
|
||||
{
|
||||
background-color: #666699;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
|
||||
.bg01
|
||||
{
|
||||
background-color: #dadada;
|
||||
}
|
||||
|
||||
.bg02
|
||||
{
|
||||
background-color: #dad0d0;
|
||||
}
|
||||
|
||||
.bg03
|
||||
{
|
||||
background-color: #dacaca;
|
||||
}
|
||||
|
||||
.bg04
|
||||
{
|
||||
background-color: #dac0c0;
|
||||
}
|
||||
|
||||
.bg05
|
||||
{
|
||||
background-color: #dababa;
|
||||
}
|
||||
|
||||
.bg06
|
||||
{
|
||||
background-color: #dab0b0;
|
||||
}
|
||||
|
||||
.bg07
|
||||
{
|
||||
background-color: #daaaaa;
|
||||
|
||||
}
|
||||
.bg08
|
||||
{
|
||||
background-color: #da9090;
|
||||
}
|
||||
|
||||
.bg09
|
||||
{
|
||||
background-color: #da8a8a;
|
||||
|
||||
}
|
||||
|
||||
.bg10
|
||||
{
|
||||
background-color: #da7a7a;
|
||||
}
|
||||
|
||||
|
197
phpgwapi/templates/default/css/darkblue.css
Normal file
197
phpgwapi/templates/default/css/darkblue.css
Normal file
@ -0,0 +1,197 @@
|
||||
body
|
||||
{
|
||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
||||
font-size: 10pt;
|
||||
font-style: normal;
|
||||
color: #000000;
|
||||
line-height: normal;
|
||||
font-weight: normal;
|
||||
letter-spacing: 0em;
|
||||
word-spacing: 0em;
|
||||
background-color: #FFFFFF;
|
||||
}
|
||||
|
||||
table
|
||||
{
|
||||
background-color: #9999FF;
|
||||
border: 0px;
|
||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
||||
font-size: 10pt;
|
||||
font-style: normal;
|
||||
line-height: normal;
|
||||
font-weight: normal;
|
||||
color: #000000;
|
||||
text-decoration: none;
|
||||
letter-spacing: 0em;
|
||||
word-spacing: 0em;
|
||||
padding: 2em;
|
||||
}
|
||||
|
||||
th
|
||||
{
|
||||
background-color: #D3DCE3;
|
||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
||||
font-size: 10pt;
|
||||
font-style: normal;
|
||||
line-height: normal;
|
||||
font-weight: normal;
|
||||
color: #000000;
|
||||
text-decoration: none;
|
||||
letter-spacing: 0em;
|
||||
word-spacing: 0em;
|
||||
}
|
||||
|
||||
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;
|
||||
}
|
||||
|
||||
td.row-on
|
||||
{
|
||||
background-color: #DDDDDD;
|
||||
}
|
||||
|
||||
td.row-off
|
||||
{
|
||||
background-color: #EEEEEE;
|
||||
}
|
||||
|
||||
|
||||
a:link
|
||||
{
|
||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
||||
font-size: 10pt;
|
||||
color: blue;
|
||||
font-style: bold;
|
||||
font-weight: bold;
|
||||
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: bold;
|
||||
font-weight: bold;
|
||||
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: bold;
|
||||
font-weight: bold;
|
||||
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: bold;
|
||||
font-weight: bold;
|
||||
line-height: normal;
|
||||
text-decoration: none;
|
||||
letter-spacing: 0em;
|
||||
word-spacing: 0em;
|
||||
}
|
||||
|
||||
.navbar
|
||||
{
|
||||
background-color: #000099;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.navbar:spezial_logo
|
||||
{
|
||||
background-image: url(logo_000099.gif);
|
||||
}
|
||||
|
||||
.calendar:today
|
||||
{
|
||||
background-color: #FFFFCC;
|
||||
}
|
||||
|
||||
.calendar:dayview
|
||||
{
|
||||
background-color: #C0C0C0;
|
||||
}
|
||||
|
||||
.email:folder
|
||||
{
|
||||
background-color: #666699;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
|
||||
.bg01
|
||||
{
|
||||
background-color: #dadada;
|
||||
}
|
||||
|
||||
.bg02
|
||||
{
|
||||
background-color: #dad0d0;
|
||||
}
|
||||
|
||||
.bg03
|
||||
{
|
||||
background-color: #dacaca;
|
||||
}
|
||||
|
||||
.bg04
|
||||
{
|
||||
background-color: #dac0c0;
|
||||
}
|
||||
|
||||
.bg05
|
||||
{
|
||||
background-color: #dababa;
|
||||
}
|
||||
|
||||
.bg06
|
||||
{
|
||||
background-color: #dab0b0;
|
||||
}
|
||||
|
||||
.bg07
|
||||
{
|
||||
background-color: #daaaaa;
|
||||
|
||||
}
|
||||
.bg08
|
||||
{
|
||||
background-color: #da9090;
|
||||
}
|
||||
|
||||
.bg09
|
||||
{
|
||||
background-color: #da8a8a;
|
||||
|
||||
}
|
||||
|
||||
.bg10
|
||||
{
|
||||
background-color: #da7a7a;
|
||||
}
|
||||
|
196
phpgwapi/templates/default/css/darkgreen.css
Normal file
196
phpgwapi/templates/default/css/darkgreen.css
Normal file
@ -0,0 +1,196 @@
|
||||
body
|
||||
{
|
||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
||||
font-size: 10pt;
|
||||
font-style: normal;
|
||||
color: #000000;
|
||||
line-height: normal;
|
||||
font-weight: normal;
|
||||
letter-spacing: 0em;
|
||||
word-spacing: 0em;
|
||||
background-color: #FFFFFF;
|
||||
}
|
||||
|
||||
table
|
||||
{
|
||||
background-color: #9999FF;
|
||||
border: 0px;
|
||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
||||
font-size: 10pt;
|
||||
font-style: normal;
|
||||
line-height: normal;
|
||||
font-weight: normal;
|
||||
color: #000000;
|
||||
text-decoration: none;
|
||||
letter-spacing: 0em;
|
||||
word-spacing: 0em;
|
||||
padding: 2em;
|
||||
}
|
||||
|
||||
th
|
||||
{
|
||||
background-color: #D3DCE3;
|
||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
||||
font-size: 10pt;
|
||||
font-style: normal;
|
||||
line-height: normal;
|
||||
font-weight: normal;
|
||||
color: #000000;
|
||||
text-decoration: none;
|
||||
letter-spacing: 0em;
|
||||
word-spacing: 0em;
|
||||
}
|
||||
|
||||
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;
|
||||
}
|
||||
|
||||
td.row-on
|
||||
{
|
||||
background-color: #DDDDDD;
|
||||
}
|
||||
|
||||
td.row-off
|
||||
{
|
||||
background-color: #EEEEEE;
|
||||
}
|
||||
|
||||
|
||||
a:link
|
||||
{
|
||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
||||
font-size: 10pt;
|
||||
color: blue;
|
||||
font-style: bold;
|
||||
font-weight: bold;
|
||||
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: bold;
|
||||
font-weight: bold;
|
||||
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: bold;
|
||||
font-weight: bold;
|
||||
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: bold;
|
||||
font-weight: bold;
|
||||
line-height: normal;
|
||||
text-decoration: none;
|
||||
letter-spacing: 0em;
|
||||
word-spacing: 0em;
|
||||
}
|
||||
|
||||
.navbar
|
||||
{
|
||||
background-color: #003300;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.navbar:spezial_logo
|
||||
{
|
||||
background-image: url(logo_003300.gif);
|
||||
}
|
||||
|
||||
.calendar:today
|
||||
{
|
||||
background-color: #FFFFCC;
|
||||
}
|
||||
|
||||
.calendar:dayview
|
||||
{
|
||||
background-color: #C0C0C0;
|
||||
}
|
||||
|
||||
.email:folder
|
||||
{
|
||||
background-color: #666699;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
|
||||
.bg01
|
||||
{
|
||||
background-color: #dadada;
|
||||
}
|
||||
|
||||
.bg02
|
||||
{
|
||||
background-color: #dad0d0;
|
||||
}
|
||||
|
||||
.bg03
|
||||
{
|
||||
background-color: #dacaca;
|
||||
}
|
||||
|
||||
.bg04
|
||||
{
|
||||
background-color: #dac0c0;
|
||||
}
|
||||
|
||||
.bg05
|
||||
{
|
||||
background-color: #dababa;
|
||||
}
|
||||
|
||||
.bg06
|
||||
{
|
||||
background-color: #dab0b0;
|
||||
}
|
||||
|
||||
.bg07
|
||||
{
|
||||
background-color: #daaaaa;
|
||||
|
||||
}
|
||||
.bg08
|
||||
{
|
||||
background-color: #da9090;
|
||||
}
|
||||
|
||||
.bg09
|
||||
{
|
||||
background-color: #da8a8a;
|
||||
|
||||
}
|
||||
|
||||
.bg10
|
||||
{
|
||||
background-color: #da7a7a;
|
||||
}
|
Loading…
Reference in New Issue
Block a user