forked from extern/egroupware
update css
This commit is contained in:
parent
466c33e3b0
commit
87b431ebd2
@ -1,86 +1,26 @@
|
|||||||
|
body,p,td,th,table,input,form,option
|
||||||
|
{
|
||||||
|
color: #000000;
|
||||||
|
}
|
||||||
|
|
||||||
body
|
body
|
||||||
{
|
{
|
||||||
margin-right: 0em;
|
|
||||||
margin-left: 0em;
|
|
||||||
margin-top: 0em;
|
|
||||||
margin-bottom: 0em;
|
|
||||||
background-color: #FFFFFF;
|
background-color: #FFFFFF;
|
||||||
}
|
}
|
||||||
|
|
||||||
table
|
a:link,a:visited
|
||||||
{
|
{
|
||||||
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;
|
color: blue;
|
||||||
font-style: normal;
|
|
||||||
font-weight: normal;
|
|
||||||
line-height: normal;
|
|
||||||
text-decoration: none;
|
|
||||||
letter-spacing: 0em;
|
|
||||||
word-spacing: 0em;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
a:visited
|
a:hover,a:active
|
||||||
{
|
{
|
||||||
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;
|
color: red;
|
||||||
font-style: normal;
|
|
||||||
font-weight: normal;
|
|
||||||
line-height: normal;
|
|
||||||
text-decoration: none;
|
|
||||||
letter-spacing: 0em;
|
|
||||||
word-spacing: 0em;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
a:hover
|
.navbar,.th
|
||||||
{
|
|
||||||
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: #003300;
|
background-color: #003300;
|
||||||
color: #000000;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar:spezial_logo
|
.navbar:spezial_logo
|
||||||
@ -88,9 +28,20 @@ a:hover
|
|||||||
background-image: url(logo_003300.gif);
|
background-image: url(logo_003300.gif);
|
||||||
}
|
}
|
||||||
|
|
||||||
.row_on
|
.login,.portal,.about
|
||||||
{
|
{
|
||||||
background-color: #DDDDDD;
|
background-color: #80BBFF;
|
||||||
|
border-color: #000000;
|
||||||
|
}
|
||||||
|
|
||||||
|
.portal_text
|
||||||
|
{
|
||||||
|
color: #FFFFFF;
|
||||||
|
}
|
||||||
|
|
||||||
|
.row_on,.th_bright,.app_header
|
||||||
|
{
|
||||||
|
background-color: #D3DCE3;
|
||||||
}
|
}
|
||||||
|
|
||||||
.row_off
|
.row_off
|
||||||
@ -98,49 +49,6 @@ a:hover
|
|||||||
background-color: #EEEEEE;
|
background-color: #EEEEEE;
|
||||||
}
|
}
|
||||||
|
|
||||||
.th
|
|
||||||
{
|
|
||||||
background-color: #D3DCE3;
|
|
||||||
}
|
|
||||||
|
|
||||||
.th_bright
|
|
||||||
{
|
|
||||||
background-color: #DDDDDD;
|
|
||||||
}
|
|
||||||
|
|
||||||
.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
|
.cal_today
|
||||||
{
|
{
|
||||||
background-color: #FFFFCC;
|
background-color: #FFFFCC;
|
||||||
|
@ -1,86 +1,26 @@
|
|||||||
|
body,p,td,th,table,input,form,option
|
||||||
|
{
|
||||||
|
color: #000000;
|
||||||
|
}
|
||||||
|
|
||||||
body
|
body
|
||||||
{
|
{
|
||||||
margin-right: 0em;
|
|
||||||
margin-left: 0em;
|
|
||||||
margin-top: 0em;
|
|
||||||
margin-bottom: 0em;
|
|
||||||
background-color: #F5F5F5;
|
background-color: #F5F5F5;
|
||||||
}
|
}
|
||||||
|
|
||||||
table
|
a:link,a:visited,a:active
|
||||||
{
|
{
|
||||||
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;
|
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
|
a:hover
|
||||||
{
|
{
|
||||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
|
||||||
font-size: 10pt;
|
|
||||||
color: #EE0000;
|
color: #EE0000;
|
||||||
font-style: normal;
|
|
||||||
font-weight: normal;
|
|
||||||
line-height: normal;
|
|
||||||
text-decoration: none;
|
|
||||||
letter-spacing: 0em;
|
|
||||||
word-spacing: 0em;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar
|
.navbar
|
||||||
{
|
{
|
||||||
background-color: #AABBCC;
|
background-color: #AABBCC;
|
||||||
color: #000000;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar:spezial_logo
|
.navbar:spezial_logo
|
||||||
@ -88,7 +28,18 @@ a:hover
|
|||||||
background-image: url(logo_003300.gif);
|
background-image: url(logo_003300.gif);
|
||||||
}
|
}
|
||||||
|
|
||||||
.row_on
|
.login,.portal,.about
|
||||||
|
{
|
||||||
|
background-color: #AABBCC;
|
||||||
|
border-color: #000000;
|
||||||
|
}
|
||||||
|
|
||||||
|
.portal_text
|
||||||
|
{
|
||||||
|
color: #FFFFFF;
|
||||||
|
}
|
||||||
|
|
||||||
|
.row_on,.th_bright,.app_header
|
||||||
{
|
{
|
||||||
background-color: #EEEEFF;
|
background-color: #EEEEFF;
|
||||||
}
|
}
|
||||||
@ -103,44 +54,6 @@ a:hover
|
|||||||
background-color: #FFE4C4;
|
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
|
.cal_today
|
||||||
{
|
{
|
||||||
background-color: #D0DCE0;
|
background-color: #D0DCE0;
|
||||||
|
@ -1,84 +1,34 @@
|
|||||||
|
body,p,td,th,table,input,form,option
|
||||||
|
{
|
||||||
|
color: #000000;
|
||||||
|
}
|
||||||
|
|
||||||
body
|
body
|
||||||
{
|
{
|
||||||
margin-right: 0em;
|
|
||||||
margin-left: 0em;
|
|
||||||
margin-top: 0em;
|
|
||||||
margin-bottom: 0em;
|
|
||||||
background-color: #dfdfdf;
|
background-color: #dfdfdf;
|
||||||
}
|
}
|
||||||
|
|
||||||
table
|
table
|
||||||
{
|
{
|
||||||
border-width: 0;
|
|
||||||
color: #222222;
|
color: #222222;
|
||||||
}
|
}
|
||||||
|
|
||||||
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
|
a:link
|
||||||
{
|
{
|
||||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
|
||||||
font-size: 10pt;
|
|
||||||
color: #0000ff;
|
color: #0000ff;
|
||||||
font-style: normal;
|
|
||||||
font-weight: normal;
|
|
||||||
line-height: normal;
|
|
||||||
text-decoration: none;
|
|
||||||
letter-spacing: 0em;
|
|
||||||
word-spacing: 0em;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
a:visited
|
a:visited
|
||||||
{
|
{
|
||||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
|
||||||
font-size: 10pt;
|
|
||||||
color: #5555ff;
|
color: #5555ff;
|
||||||
font-style: normal;
|
|
||||||
font-weight: normal;
|
|
||||||
line-height: normal;
|
|
||||||
text-decoration: none;
|
|
||||||
letter-spacing: 0em;
|
|
||||||
word-spacing: 0em;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
a:active
|
a:active,a:hover
|
||||||
{
|
{
|
||||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
|
||||||
font-size: 10pt;
|
|
||||||
color: black;
|
color: black;
|
||||||
font-style: normal;
|
|
||||||
font-weight: normal;
|
|
||||||
line-height: normal;
|
|
||||||
text-decoration: none;
|
|
||||||
letter-spacing: 0em;
|
|
||||||
word-spacing: 0em;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
a:hover
|
.navbar,.th
|
||||||
{
|
|
||||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
|
||||||
font-size: 10pt;
|
|
||||||
color: black;
|
|
||||||
font-style: normal;
|
|
||||||
font-weight: normal;
|
|
||||||
line-height: normal;
|
|
||||||
text-decoration: none;
|
|
||||||
letter-spacing: 0em;
|
|
||||||
word-spacing: 0em;
|
|
||||||
}
|
|
||||||
|
|
||||||
.navbar
|
|
||||||
{
|
{
|
||||||
background-color: #aaaaaa;
|
background-color: #aaaaaa;
|
||||||
color: #000000;
|
color: #000000;
|
||||||
@ -89,7 +39,18 @@ a:hover
|
|||||||
background-image: url(logo_003300.gif);
|
background-image: url(logo_003300.gif);
|
||||||
}
|
}
|
||||||
|
|
||||||
.row_on
|
.login,.portal,.about
|
||||||
|
{
|
||||||
|
background-color: #aaaaaa;
|
||||||
|
border-color: #000000;
|
||||||
|
}
|
||||||
|
|
||||||
|
.portal_text
|
||||||
|
{
|
||||||
|
color: #FFFFFF;
|
||||||
|
}
|
||||||
|
|
||||||
|
.row_on,.th_bright,.app_header
|
||||||
{
|
{
|
||||||
background-color: #eeeeee;
|
background-color: #eeeeee;
|
||||||
}
|
}
|
||||||
@ -99,49 +60,6 @@ a:hover
|
|||||||
background-color: #cccccc;
|
background-color: #cccccc;
|
||||||
}
|
}
|
||||||
|
|
||||||
.th
|
|
||||||
{
|
|
||||||
background-color: #aaaaaa;
|
|
||||||
}
|
|
||||||
|
|
||||||
.th_bright
|
|
||||||
{
|
|
||||||
background-color: #eeeeee;
|
|
||||||
}
|
|
||||||
|
|
||||||
.th_text
|
|
||||||
{
|
|
||||||
font-style: bold;
|
|
||||||
font-weight: bold;
|
|
||||||
color: #000000;
|
|
||||||
}
|
|
||||||
|
|
||||||
.appheader
|
|
||||||
{
|
|
||||||
font-style: bold;
|
|
||||||
font-weight: bold;
|
|
||||||
background-color: #eeeeee;
|
|
||||||
}
|
|
||||||
|
|
||||||
.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
|
.cal_today
|
||||||
{
|
{
|
||||||
background-color: #FBF1C5;
|
background-color: #FBF1C5;
|
||||||
|
@ -1,94 +1,24 @@
|
|||||||
|
body,p,td,th,table,input,form,option
|
||||||
|
{
|
||||||
|
color: #000000;
|
||||||
|
}
|
||||||
|
|
||||||
body
|
body
|
||||||
{
|
{
|
||||||
margin-right: 0em;
|
|
||||||
margin-left: 0em;
|
|
||||||
margin-top: 0em;
|
|
||||||
margin-bottom: 0em;
|
|
||||||
background-color: #80BBFF;
|
background-color: #80BBFF;
|
||||||
}
|
}
|
||||||
|
|
||||||
table
|
a:link,a:visited
|
||||||
{
|
{
|
||||||
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;
|
|
||||||
}
|
|
||||||
|
|
||||||
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;
|
color: blue;
|
||||||
font-style: normal;
|
|
||||||
font-weight: normal;
|
|
||||||
line-height: normal;
|
|
||||||
text-decoration: none;
|
|
||||||
letter-spacing: 0em;
|
|
||||||
word-spacing: 0em;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
a:visited
|
a:active,a:hover
|
||||||
{
|
{
|
||||||
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;
|
color: red;
|
||||||
font-style: normal;
|
|
||||||
font-weight: normal;
|
|
||||||
line-height: normal;
|
|
||||||
text-decoration: none;
|
|
||||||
letter-spacing: 0em;
|
|
||||||
word-spacing: 0em;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
a:hover
|
.navbar,.th
|
||||||
{
|
|
||||||
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: #7090FF;
|
background-color: #7090FF;
|
||||||
}
|
}
|
||||||
@ -98,7 +28,18 @@ a:hover
|
|||||||
background-image: url(logo_003300.gif);
|
background-image: url(logo_003300.gif);
|
||||||
}
|
}
|
||||||
|
|
||||||
.row_on
|
.login,.portal,.about
|
||||||
|
{
|
||||||
|
background-color: #7090FF;
|
||||||
|
border-color: #000000;
|
||||||
|
}
|
||||||
|
|
||||||
|
.portal_text
|
||||||
|
{
|
||||||
|
color: #FFFFFF;
|
||||||
|
}
|
||||||
|
|
||||||
|
.row_on,.th_bright,.app_header
|
||||||
{
|
{
|
||||||
background-color: #D3DCE3;
|
background-color: #D3DCE3;
|
||||||
}
|
}
|
||||||
@ -108,49 +49,6 @@ a:hover
|
|||||||
background-color: #EEEEEE;
|
background-color: #EEEEEE;
|
||||||
}
|
}
|
||||||
|
|
||||||
.th
|
|
||||||
{
|
|
||||||
background-color: #7090FF;
|
|
||||||
}
|
|
||||||
|
|
||||||
.th_bright
|
|
||||||
{
|
|
||||||
background-color: #EEEEEE;
|
|
||||||
}
|
|
||||||
|
|
||||||
.th_text
|
|
||||||
{
|
|
||||||
font-style: bold;
|
|
||||||
font-weight: bold;
|
|
||||||
color: #000000;
|
|
||||||
}
|
|
||||||
|
|
||||||
.appheader
|
|
||||||
{
|
|
||||||
font-style: bold;
|
|
||||||
font-weight: bold;
|
|
||||||
background-color: #D3DCE3;
|
|
||||||
}
|
|
||||||
|
|
||||||
.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
|
.cal_today
|
||||||
{
|
{
|
||||||
background-color: #FFFFCC;
|
background-color: #FFFFCC;
|
||||||
|
@ -1,83 +1,24 @@
|
|||||||
|
body,p,td,th,table,input,form,option
|
||||||
|
{
|
||||||
|
color: #000000;
|
||||||
|
}
|
||||||
|
|
||||||
body
|
body
|
||||||
{
|
{
|
||||||
margin-right: 0em;
|
|
||||||
margin-left: 0em;
|
|
||||||
margin-top: 0em;
|
|
||||||
margin-bottom: 0em;
|
|
||||||
background-color: #FFFFFF;
|
background-color: #FFFFFF;
|
||||||
}
|
}
|
||||||
|
|
||||||
table
|
a:link,a:visited
|
||||||
{
|
{
|
||||||
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;
|
color: blue;
|
||||||
font-style: normal;
|
|
||||||
font-weight: normal;
|
|
||||||
line-height: normal;
|
|
||||||
text-decoration: none;
|
|
||||||
letter-spacing: 0em;
|
|
||||||
word-spacing: 0em;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
a:visited
|
a:active,a:hover
|
||||||
{
|
{
|
||||||
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;
|
color: red;
|
||||||
font-style: normal;
|
|
||||||
font-weight: normal;
|
|
||||||
line-height: normal;
|
|
||||||
text-decoration: none;
|
|
||||||
letter-spacing: 0em;
|
|
||||||
word-spacing: 0em;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
a:hover
|
.navbar,.th
|
||||||
{
|
|
||||||
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: #486591;
|
background-color: #486591;
|
||||||
}
|
}
|
||||||
@ -87,7 +28,18 @@ a:hover
|
|||||||
background-image: url(logo_486591.gif);
|
background-image: url(logo_486591.gif);
|
||||||
}
|
}
|
||||||
|
|
||||||
.row_on
|
.login,.portal,.about
|
||||||
|
{
|
||||||
|
background-color: #486591;
|
||||||
|
border-color: #000000;
|
||||||
|
}
|
||||||
|
|
||||||
|
.portal_text
|
||||||
|
{
|
||||||
|
color: #FFFFFF;
|
||||||
|
}
|
||||||
|
|
||||||
|
.row_on,.th_bright,.app_header
|
||||||
{
|
{
|
||||||
background-color: #D3DCE3;
|
background-color: #D3DCE3;
|
||||||
}
|
}
|
||||||
@ -97,49 +49,6 @@ a:hover
|
|||||||
background-color: #EEEEEE;
|
background-color: #EEEEEE;
|
||||||
}
|
}
|
||||||
|
|
||||||
.th
|
|
||||||
{
|
|
||||||
background-color: #486591;
|
|
||||||
}
|
|
||||||
|
|
||||||
.th_bright
|
|
||||||
{
|
|
||||||
background-color: #EEEEEE;
|
|
||||||
}
|
|
||||||
|
|
||||||
.th_text
|
|
||||||
{
|
|
||||||
font-style: bold;
|
|
||||||
font-weight: bold;
|
|
||||||
color: #000000;
|
|
||||||
}
|
|
||||||
|
|
||||||
.appheader
|
|
||||||
{
|
|
||||||
font-style: bold;
|
|
||||||
font-weight: bold;
|
|
||||||
background-color: #D3DCE3;
|
|
||||||
}
|
|
||||||
|
|
||||||
.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
|
.cal_today
|
||||||
{
|
{
|
||||||
background-color: #FFFFCC;
|
background-color: #FFFFCC;
|
||||||
|
@ -1,83 +1,24 @@
|
|||||||
|
body,p,td,th,table,input,form,option
|
||||||
|
{
|
||||||
|
color: #000000;
|
||||||
|
}
|
||||||
|
|
||||||
body
|
body
|
||||||
{
|
{
|
||||||
margin-right: 0em;
|
|
||||||
margin-left: 0em;
|
|
||||||
margin-top: 0em;
|
|
||||||
margin-bottom: 0em;
|
|
||||||
background-color: #FFFFFF;
|
background-color: #FFFFFF;
|
||||||
}
|
}
|
||||||
|
|
||||||
table
|
a:link,a:visited
|
||||||
{
|
{
|
||||||
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;
|
color: blue;
|
||||||
font-style: normal;
|
|
||||||
font-weight: normal;
|
|
||||||
line-height: normal;
|
|
||||||
text-decoration: none;
|
|
||||||
letter-spacing: 0em;
|
|
||||||
word-spacing: 0em;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
a:visited
|
a:active,a:hover
|
||||||
{
|
{
|
||||||
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;
|
color: red;
|
||||||
font-style: normal;
|
|
||||||
font-weight: normal;
|
|
||||||
line-height: normal;
|
|
||||||
text-decoration: none;
|
|
||||||
letter-spacing: 0em;
|
|
||||||
word-spacing: 0em;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
a:hover
|
.navbar,.th
|
||||||
{
|
|
||||||
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;
|
background-color: #885522;
|
||||||
}
|
}
|
||||||
@ -87,7 +28,18 @@ a:hover
|
|||||||
background-image: url(logo_885522.gif);
|
background-image: url(logo_885522.gif);
|
||||||
}
|
}
|
||||||
|
|
||||||
.row_on
|
.login,.portal,.about
|
||||||
|
{
|
||||||
|
background-color: #885522;
|
||||||
|
border-color: #000000;
|
||||||
|
}
|
||||||
|
|
||||||
|
.portal_text
|
||||||
|
{
|
||||||
|
color: #FFFFFF;
|
||||||
|
}
|
||||||
|
|
||||||
|
.row_on,.th_bright,.app_header
|
||||||
{
|
{
|
||||||
background-color: #DDDDDD;
|
background-color: #DDDDDD;
|
||||||
}
|
}
|
||||||
@ -97,49 +49,6 @@ a:hover
|
|||||||
background-color: #EEEEEE;
|
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
|
.cal_today
|
||||||
{
|
{
|
||||||
background-color: #FFFFCC;
|
background-color: #FFFFCC;
|
||||||
|
@ -1,86 +1,26 @@
|
|||||||
|
body,p,td,th,table,input,form,option
|
||||||
|
{
|
||||||
|
color: #000000;
|
||||||
|
}
|
||||||
|
|
||||||
body
|
body
|
||||||
{
|
{
|
||||||
margin-right: 0em;
|
|
||||||
margin-left: 0em;
|
|
||||||
margin-top: 0em;
|
|
||||||
margin-bottom: 0em;
|
|
||||||
background-color: #FFFFFF;
|
background-color: #FFFFFF;
|
||||||
}
|
}
|
||||||
|
|
||||||
table
|
a:link,a:visited,a:active
|
||||||
{
|
{
|
||||||
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: maroon;
|
color: maroon;
|
||||||
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: maroon;
|
|
||||||
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: maroon;
|
|
||||||
font-style: normal;
|
|
||||||
font-weight: normal;
|
|
||||||
line-height: normal;
|
|
||||||
text-decoration: none;
|
|
||||||
letter-spacing: 0em;
|
|
||||||
word-spacing: 0em;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
a:hover
|
a:hover
|
||||||
{
|
{
|
||||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
|
||||||
font-size: 10pt;
|
|
||||||
color: red;
|
color: red;
|
||||||
font-style: normal;
|
|
||||||
font-weight: normal;
|
|
||||||
line-height: normal;
|
|
||||||
text-decoration: none;
|
|
||||||
letter-spacing: 0em;
|
|
||||||
word-spacing: 0em;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar
|
.navbar
|
||||||
{
|
{
|
||||||
background-color: #967FF4;
|
background-color: #967FF4;
|
||||||
color: #000000;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar:spezial_logo
|
.navbar:spezial_logo
|
||||||
@ -88,7 +28,18 @@ a:hover
|
|||||||
background-image: url(logo_967FF4.gif);
|
background-image: url(logo_967FF4.gif);
|
||||||
}
|
}
|
||||||
|
|
||||||
.row_on
|
.login,.portal,.about
|
||||||
|
{
|
||||||
|
background-color: #967FF4;
|
||||||
|
border-color: #000000;
|
||||||
|
}
|
||||||
|
|
||||||
|
.portal_text
|
||||||
|
{
|
||||||
|
color: #FFFFFF;
|
||||||
|
}
|
||||||
|
|
||||||
|
.row_on,.th_bright,.app_header
|
||||||
{
|
{
|
||||||
background-color: #CCCCFF;
|
background-color: #CCCCFF;
|
||||||
}
|
}
|
||||||
@ -103,44 +54,6 @@ a:hover
|
|||||||
background-color: #9999FF;
|
background-color: #9999FF;
|
||||||
}
|
}
|
||||||
|
|
||||||
.th_bright
|
|
||||||
{
|
|
||||||
background-color: #CCCCFF;
|
|
||||||
}
|
|
||||||
|
|
||||||
.th_text
|
|
||||||
{
|
|
||||||
font-style: bold;
|
|
||||||
font-weight: bold;
|
|
||||||
color: #000000;
|
|
||||||
}
|
|
||||||
|
|
||||||
.appheader
|
|
||||||
{
|
|
||||||
font-style: bold;
|
|
||||||
font-weight: bold;
|
|
||||||
background-color: #CCCCFF;
|
|
||||||
}
|
|
||||||
|
|
||||||
.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
|
.cal_today
|
||||||
{
|
{
|
||||||
background-color: #FFFFCC;
|
background-color: #FFFFCC;
|
||||||
|
@ -1,80 +1,21 @@
|
|||||||
|
body,p,td,th,table,input,form,option
|
||||||
|
{
|
||||||
|
color: #FFFFFF;
|
||||||
|
}
|
||||||
|
|
||||||
body
|
body
|
||||||
{
|
{
|
||||||
margin-right: 0em;
|
|
||||||
margin-left: 0em;
|
|
||||||
margin-top: 0em;
|
|
||||||
margin-bottom: 0em;
|
|
||||||
background-color: #000000;
|
background-color: #000000;
|
||||||
}
|
}
|
||||||
|
|
||||||
table
|
a:link,a:visited,a:active
|
||||||
{
|
{
|
||||||
border-width: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
td
|
|
||||||
{
|
|
||||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
|
||||||
font-size: 10pt;
|
|
||||||
font-style: normal;
|
|
||||||
font-weight: normal;
|
|
||||||
line-height: normal;
|
|
||||||
color: #FFFFFF;
|
|
||||||
text-decoration: none;
|
|
||||||
letter-spacing: 0em;
|
|
||||||
word-spacing: 0em;
|
|
||||||
}
|
|
||||||
|
|
||||||
a:link
|
|
||||||
{
|
|
||||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
|
||||||
font-size: 10pt;
|
|
||||||
color: #0000FF;
|
color: #0000FF;
|
||||||
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: #0000FF;
|
|
||||||
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: #0000FF;
|
|
||||||
font-style: normal;
|
|
||||||
font-weight: normal;
|
|
||||||
line-height: normal;
|
|
||||||
text-decoration: none;
|
|
||||||
letter-spacing: 0em;
|
|
||||||
word-spacing: 0em;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
a:hover
|
a:hover
|
||||||
{
|
{
|
||||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
|
||||||
font-size: 10pt;
|
|
||||||
color: #00FF33;
|
color: #00FF33;
|
||||||
font-style: normal;
|
|
||||||
font-weight: normal;
|
|
||||||
line-height: normal;
|
|
||||||
text-decoration: none;
|
|
||||||
letter-spacing: 0em;
|
|
||||||
word-spacing: 0em;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar
|
.navbar
|
||||||
@ -88,7 +29,18 @@ a:hover
|
|||||||
background-image: url(logo_885522.gif);
|
background-image: url(logo_885522.gif);
|
||||||
}
|
}
|
||||||
|
|
||||||
.row_on
|
.login,.portal,.about
|
||||||
|
{
|
||||||
|
background-color: #00FF33;
|
||||||
|
border-color: #909090;
|
||||||
|
}
|
||||||
|
|
||||||
|
.portal_text
|
||||||
|
{
|
||||||
|
color: #FFFFFF;
|
||||||
|
}
|
||||||
|
|
||||||
|
.row_on,.th_bright,.app_header
|
||||||
{
|
{
|
||||||
background-color: #909090;
|
background-color: #909090;
|
||||||
}
|
}
|
||||||
@ -104,44 +56,11 @@ a:hover
|
|||||||
color: #00FF33;
|
color: #00FF33;
|
||||||
}
|
}
|
||||||
|
|
||||||
.th_bright
|
|
||||||
{
|
|
||||||
background-color: #909090;
|
|
||||||
}
|
|
||||||
|
|
||||||
.th_text
|
.th_text
|
||||||
{
|
{
|
||||||
font-style: bold;
|
|
||||||
font-weight: bold;
|
|
||||||
color: #00FF33;
|
color: #00FF33;
|
||||||
}
|
}
|
||||||
|
|
||||||
.appheader
|
|
||||||
{
|
|
||||||
font-style: bold;
|
|
||||||
font-weight: bold;
|
|
||||||
background-color: #909090;
|
|
||||||
}
|
|
||||||
|
|
||||||
.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: #00FF33;
|
|
||||||
line-height: normal;
|
|
||||||
text-decoration: none;
|
|
||||||
letter-spacing: 0em;
|
|
||||||
word-spacing: 0em;
|
|
||||||
}
|
|
||||||
|
|
||||||
.cal_today
|
.cal_today
|
||||||
{
|
{
|
||||||
background-color: #BFBFBF;
|
background-color: #BFBFBF;
|
||||||
|
@ -50,7 +50,7 @@ table.login
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.login,.portal
|
.login,.portal,.about
|
||||||
{
|
{
|
||||||
border-width: 1px;
|
border-width: 1px;
|
||||||
border-style: ridge;
|
border-style: ridge;
|
||||||
|
@ -1,83 +1,24 @@
|
|||||||
|
body,p,td,th,table,input,form,option
|
||||||
|
{
|
||||||
|
color: #000000;
|
||||||
|
}
|
||||||
|
|
||||||
body
|
body
|
||||||
{
|
{
|
||||||
margin-right: 0em;
|
|
||||||
margin-left: 0em;
|
|
||||||
margin-top: 0em;
|
|
||||||
margin-bottom: 0em;
|
|
||||||
background-color: #E4DFFF;
|
background-color: #E4DFFF;
|
||||||
}
|
}
|
||||||
|
|
||||||
table
|
a:link,a:visited,a:active
|
||||||
{
|
{
|
||||||
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: maroon;
|
color: maroon;
|
||||||
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: maroon;
|
|
||||||
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: maroon;
|
|
||||||
font-style: normal;
|
|
||||||
font-weight: normal;
|
|
||||||
line-height: normal;
|
|
||||||
text-decoration: none;
|
|
||||||
letter-spacing: 0em;
|
|
||||||
word-spacing: 0em;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
a:hover
|
a:hover
|
||||||
{
|
{
|
||||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
|
||||||
font-size: 10pt;
|
|
||||||
color: red;
|
color: red;
|
||||||
font-style: normal;
|
|
||||||
font-weight: normal;
|
|
||||||
line-height: normal;
|
|
||||||
text-decoration: none;
|
|
||||||
letter-spacing: 0em;
|
|
||||||
word-spacing: 0em;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar
|
.navbar,.th
|
||||||
{
|
{
|
||||||
background-color: #663366;
|
background-color: #663366;
|
||||||
}
|
}
|
||||||
@ -87,7 +28,18 @@ a:hover
|
|||||||
background-image: url(logo_663366.gif);
|
background-image: url(logo_663366.gif);
|
||||||
}
|
}
|
||||||
|
|
||||||
.row_on
|
.login,.portal,.about
|
||||||
|
{
|
||||||
|
background-color: #663366;
|
||||||
|
border-color: #000000;
|
||||||
|
}
|
||||||
|
|
||||||
|
.portal_text
|
||||||
|
{
|
||||||
|
color: #FFFFFF;
|
||||||
|
}
|
||||||
|
|
||||||
|
.row_on,.th_bright,.app_header
|
||||||
{
|
{
|
||||||
background-color: #9999FF;
|
background-color: #9999FF;
|
||||||
}
|
}
|
||||||
@ -97,49 +49,6 @@ a:hover
|
|||||||
background-color: #EEEEEE;
|
background-color: #EEEEEE;
|
||||||
}
|
}
|
||||||
|
|
||||||
.th
|
|
||||||
{
|
|
||||||
background-color: #663366;
|
|
||||||
}
|
|
||||||
|
|
||||||
.th_bright
|
|
||||||
{
|
|
||||||
background-color: #9999FF;
|
|
||||||
}
|
|
||||||
|
|
||||||
.th_text
|
|
||||||
{
|
|
||||||
font-style: bold;
|
|
||||||
font-weight: bold;
|
|
||||||
color: #000000;
|
|
||||||
}
|
|
||||||
|
|
||||||
.appheader
|
|
||||||
{
|
|
||||||
font-style: bold;
|
|
||||||
font-weight: bold;
|
|
||||||
background-color: #9999FF;
|
|
||||||
}
|
|
||||||
|
|
||||||
.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
|
.cal_today
|
||||||
{
|
{
|
||||||
background-color: #FFFFCC;
|
background-color: #FFFFCC;
|
||||||
|
@ -1,80 +1,21 @@
|
|||||||
|
body,p,td,th,table,input,form,option
|
||||||
|
{
|
||||||
|
color: #000000;
|
||||||
|
}
|
||||||
|
|
||||||
body
|
body
|
||||||
{
|
{
|
||||||
margin-right: 0em;
|
|
||||||
margin-left: 0em;
|
|
||||||
margin-top: 0em;
|
|
||||||
margin-bottom: 0em;
|
|
||||||
background-color: #ffbab7;
|
background-color: #ffbab7;
|
||||||
}
|
}
|
||||||
|
|
||||||
table
|
a:link,a:visited,a:active
|
||||||
{
|
{
|
||||||
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: #990000;
|
color: #990000;
|
||||||
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: #990000;
|
|
||||||
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: #990000;
|
|
||||||
font-style: normal;
|
|
||||||
font-weight: normal;
|
|
||||||
line-height: normal;
|
|
||||||
text-decoration: none;
|
|
||||||
letter-spacing: 0em;
|
|
||||||
word-spacing: 0em;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
a:hover
|
a:hover
|
||||||
{
|
{
|
||||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
|
||||||
font-size: 10pt;
|
|
||||||
color: red;
|
color: red;
|
||||||
font-style: normal;
|
|
||||||
font-weight: normal;
|
|
||||||
line-height: normal;
|
|
||||||
text-decoration: none;
|
|
||||||
letter-spacing: 0em;
|
|
||||||
word-spacing: 0em;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar
|
.navbar
|
||||||
@ -87,7 +28,18 @@ a:hover
|
|||||||
background-image: url(logo_990000.gif);
|
background-image: url(logo_990000.gif);
|
||||||
}
|
}
|
||||||
|
|
||||||
.row_on
|
.login,.portal,.about
|
||||||
|
{
|
||||||
|
background-color: #990000;
|
||||||
|
border-color: #000000;
|
||||||
|
}
|
||||||
|
|
||||||
|
.portal_text
|
||||||
|
{
|
||||||
|
color: #FFFFFF;
|
||||||
|
}
|
||||||
|
|
||||||
|
.row_on,.th_bright,.app_header
|
||||||
{
|
{
|
||||||
background-color: #DDDDDD;
|
background-color: #DDDDDD;
|
||||||
}
|
}
|
||||||
@ -102,44 +54,6 @@ a:hover
|
|||||||
background-color: #D3DCE3;
|
background-color: #D3DCE3;
|
||||||
}
|
}
|
||||||
|
|
||||||
.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
|
.cal_today
|
||||||
{
|
{
|
||||||
background-color: #FFFFCC;
|
background-color: #FFFFCC;
|
||||||
|
@ -1,83 +1,24 @@
|
|||||||
|
body,p,td,th,table,input,form,option
|
||||||
|
{
|
||||||
|
color: #9d1811;
|
||||||
|
}
|
||||||
|
|
||||||
body
|
body
|
||||||
{
|
{
|
||||||
margin-right: 0em;
|
|
||||||
margin-left: 0em;
|
|
||||||
margin-top: 0em;
|
|
||||||
margin-bottom: 0em;
|
|
||||||
background-color: #ce9592;
|
background-color: #ce9592;
|
||||||
}
|
}
|
||||||
|
|
||||||
table
|
a:link,a:visited,a:active
|
||||||
{
|
{
|
||||||
border-width: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
td
|
|
||||||
{
|
|
||||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
|
||||||
font-size: 10pt;
|
|
||||||
font-style: normal;
|
|
||||||
font-weight: normal;
|
|
||||||
line-height: normal;
|
|
||||||
color: #9d1811;
|
|
||||||
text-decoration: none;
|
|
||||||
letter-spacing: 0em;
|
|
||||||
word-spacing: 0em;
|
|
||||||
}
|
|
||||||
|
|
||||||
a:link
|
|
||||||
{
|
|
||||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
|
||||||
font-size: 10pt;
|
|
||||||
color: #666666;
|
color: #666666;
|
||||||
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: #666666;
|
|
||||||
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: #666666;
|
|
||||||
font-style: normal;
|
|
||||||
font-weight: normal;
|
|
||||||
line-height: normal;
|
|
||||||
text-decoration: none;
|
|
||||||
letter-spacing: 0em;
|
|
||||||
word-spacing: 0em;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
a:hover
|
a:hover
|
||||||
{
|
{
|
||||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
|
||||||
font-size: 10pt;
|
|
||||||
color: red;
|
color: red;
|
||||||
font-style: normal;
|
|
||||||
font-weight: normal;
|
|
||||||
line-height: normal;
|
|
||||||
text-decoration: none;
|
|
||||||
letter-spacing: 0em;
|
|
||||||
word-spacing: 0em;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar
|
.navbar,.th
|
||||||
{
|
{
|
||||||
background-color: #bd524a;
|
background-color: #bd524a;
|
||||||
color: #000000;
|
color: #000000;
|
||||||
@ -88,7 +29,18 @@ a:hover
|
|||||||
background-image: url(logo_990000.gif);
|
background-image: url(logo_990000.gif);
|
||||||
}
|
}
|
||||||
|
|
||||||
.row_on
|
.login,.portal,.about
|
||||||
|
{
|
||||||
|
background-color: #bd524a;
|
||||||
|
border-color: #000000;
|
||||||
|
}
|
||||||
|
|
||||||
|
.portal_text
|
||||||
|
{
|
||||||
|
color: #FFFFFF;
|
||||||
|
}
|
||||||
|
|
||||||
|
.row_on,.th_bright,.app_header
|
||||||
{
|
{
|
||||||
background-color: #DDDDDD;
|
background-color: #DDDDDD;
|
||||||
}
|
}
|
||||||
@ -98,50 +50,6 @@ a:hover
|
|||||||
background-color: #ffbab7;
|
background-color: #ffbab7;
|
||||||
}
|
}
|
||||||
|
|
||||||
.th
|
|
||||||
{
|
|
||||||
color: #9d1811;
|
|
||||||
background-color: #bd524a;
|
|
||||||
}
|
|
||||||
|
|
||||||
.th_bright
|
|
||||||
{
|
|
||||||
background-color: #DDDDDD;
|
|
||||||
}
|
|
||||||
|
|
||||||
.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
|
.cal_today
|
||||||
{
|
{
|
||||||
background-color: #bd524a;
|
background-color: #bd524a;
|
||||||
|
@ -1,89 +1,42 @@
|
|||||||
|
body,p,td,th,table,input,form,option
|
||||||
|
{
|
||||||
|
color: #000000;
|
||||||
|
}
|
||||||
|
|
||||||
body
|
body
|
||||||
{
|
{
|
||||||
margin-right: 0em;
|
|
||||||
margin-left: 0em;
|
|
||||||
margin-top: 0em;
|
|
||||||
margin-bottom: 0em;
|
|
||||||
background-color: #FBF1C5;
|
background-color: #FBF1C5;
|
||||||
}
|
}
|
||||||
|
|
||||||
table
|
a:link,a:visited,a:active
|
||||||
{
|
{
|
||||||
border-width: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
td
|
|
||||||
{
|
|
||||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
|
||||||
font-size: 10pt;
|
|
||||||
font-style: normal;
|
|
||||||
font-weight: normal;
|
|
||||||
line-height: normal;
|
|
||||||
text-decoration: none;
|
|
||||||
letter-spacing: 0em;
|
|
||||||
word-spacing: 0em;
|
|
||||||
}
|
|
||||||
|
|
||||||
a:link
|
|
||||||
{
|
|
||||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
|
||||||
font-size: 10pt;
|
|
||||||
color: maroon;
|
color: maroon;
|
||||||
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: maroon;
|
|
||||||
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: maroon;
|
|
||||||
font-style: normal;
|
|
||||||
font-weight: normal;
|
|
||||||
line-height: normal;
|
|
||||||
text-decoration: none;
|
|
||||||
letter-spacing: 0em;
|
|
||||||
word-spacing: 0em;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
a:hover
|
a:hover
|
||||||
{
|
{
|
||||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
|
||||||
font-size: 10pt;
|
|
||||||
color: #C5AA2B;
|
color: #C5AA2B;
|
||||||
font-style: normal;
|
|
||||||
font-weight: normal;
|
|
||||||
line-height: normal;
|
|
||||||
text-decoration: none;
|
|
||||||
letter-spacing: 0em;
|
|
||||||
word-spacing: 0em;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar
|
.navbar,.th
|
||||||
{
|
{
|
||||||
background-color: #F7E58F;
|
background-color: #F7E58F;
|
||||||
}
|
}
|
||||||
|
|
||||||
.row_on
|
.login,.portal,.about
|
||||||
{
|
{
|
||||||
background-color: #F7E58F;
|
background-color: #F7E58F;
|
||||||
|
border-color: #000000;
|
||||||
|
}
|
||||||
|
|
||||||
|
.portal_text
|
||||||
|
{
|
||||||
|
color: #FFFFFF;
|
||||||
|
}
|
||||||
|
|
||||||
|
.row_on,.th_bright,.app_header
|
||||||
|
{
|
||||||
|
background-color: #C8A63B;
|
||||||
}
|
}
|
||||||
|
|
||||||
.row_off
|
.row_off
|
||||||
@ -91,49 +44,6 @@ a:hover
|
|||||||
background-color: #EAD688;
|
background-color: #EAD688;
|
||||||
}
|
}
|
||||||
|
|
||||||
.th
|
|
||||||
{
|
|
||||||
background-color: #C8A63B;
|
|
||||||
}
|
|
||||||
|
|
||||||
.th_bright
|
|
||||||
{
|
|
||||||
background-color: #F7E58F;
|
|
||||||
}
|
|
||||||
|
|
||||||
.th_text
|
|
||||||
{
|
|
||||||
font-style: bold;
|
|
||||||
font-weight: bold;
|
|
||||||
color: #000000;
|
|
||||||
}
|
|
||||||
|
|
||||||
.appheader
|
|
||||||
{
|
|
||||||
font-style: bold;
|
|
||||||
font-weight: bold;
|
|
||||||
background-color: #F7E58F;
|
|
||||||
}
|
|
||||||
|
|
||||||
.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
|
.cal_today
|
||||||
{
|
{
|
||||||
background-color: #FBF1C5;
|
background-color: #FBF1C5;
|
||||||
@ -147,7 +57,6 @@ a:hover
|
|||||||
.email_folder
|
.email_folder
|
||||||
{
|
{
|
||||||
background-color: #EAD688;
|
background-color: #EAD688;
|
||||||
color: #000000;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.bg01
|
.bg01
|
||||||
|
63
phpgwapi/templates/idsociety/css/fancy.css
Normal file
63
phpgwapi/templates/idsociety/css/fancy.css
Normal file
@ -0,0 +1,63 @@
|
|||||||
|
body,p,td,th,table,input,form,option
|
||||||
|
{
|
||||||
|
color: #000000;
|
||||||
|
}
|
||||||
|
|
||||||
|
a:link,a:active,a:visited
|
||||||
|
{
|
||||||
|
color: #336699;
|
||||||
|
}
|
||||||
|
|
||||||
|
a:hover
|
||||||
|
{
|
||||||
|
color: #cc0000;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.login,.portal,.about
|
||||||
|
{
|
||||||
|
background-color: #FFE4C4;
|
||||||
|
border-color: #000000;
|
||||||
|
}
|
||||||
|
|
||||||
|
.portal_text
|
||||||
|
{
|
||||||
|
background-color: #AABBCC;
|
||||||
|
color: #FFFFFF;
|
||||||
|
}
|
||||||
|
|
||||||
|
.th_bright,.app_header
|
||||||
|
{
|
||||||
|
background-color: #AABBCC;
|
||||||
|
}
|
||||||
|
|
||||||
|
.row_on
|
||||||
|
{
|
||||||
|
background-color: #EEEEFF;
|
||||||
|
}
|
||||||
|
|
||||||
|
.row_off
|
||||||
|
{
|
||||||
|
background-color: #FFFFEE;
|
||||||
|
}
|
||||||
|
|
||||||
|
.th
|
||||||
|
{
|
||||||
|
background-color: #FFE4C4;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cal_today
|
||||||
|
{
|
||||||
|
background-color: #D0DCE0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cal_dayview
|
||||||
|
{
|
||||||
|
background-color: #C0C0C0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.email_folder
|
||||||
|
{
|
||||||
|
background-color: #7090FF;
|
||||||
|
color: #FFFFFF;
|
||||||
|
}
|
@ -51,7 +51,7 @@ table.login
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.login,.portal
|
.login,.portal,.about
|
||||||
{
|
{
|
||||||
border-width: 1px;
|
border-width: 1px;
|
||||||
border-style: ridge;
|
border-style: ridge;
|
||||||
|
84
phpgwapi/templates/justweb/css/phpgw.css
Normal file
84
phpgwapi/templates/justweb/css/phpgw.css
Normal file
@ -0,0 +1,84 @@
|
|||||||
|
body,p,td,th,table,input,form,option
|
||||||
|
{
|
||||||
|
font-family: Verdana,Arial,Helvetica,sans-serif;
|
||||||
|
font-size: 10pt;
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: normal;
|
||||||
|
line-height: normal;
|
||||||
|
text-decoration: none;
|
||||||
|
letter-spacing: 0em;
|
||||||
|
word-spacing: 0em;
|
||||||
|
}
|
||||||
|
|
||||||
|
body
|
||||||
|
{
|
||||||
|
margin-right: 0em;
|
||||||
|
margin-left: 0em;
|
||||||
|
margin-top: 0em;
|
||||||
|
margin-bottom: 0em;
|
||||||
|
}
|
||||||
|
|
||||||
|
table
|
||||||
|
{
|
||||||
|
border-width: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
a:link,a:visited,a:active,a:hover
|
||||||
|
{
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
a.th,a.th_text
|
||||||
|
{
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
|
table.portal
|
||||||
|
{
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
table.about
|
||||||
|
{
|
||||||
|
width: 70%;
|
||||||
|
}
|
||||||
|
|
||||||
|
table.login
|
||||||
|
{
|
||||||
|
margin-top: 130px;
|
||||||
|
width: 40%;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.login,.portal,.about
|
||||||
|
{
|
||||||
|
border-width: 1px;
|
||||||
|
border-style: ridge;
|
||||||
|
}
|
||||||
|
|
||||||
|
.portal_text
|
||||||
|
{
|
||||||
|
font-weight: bold;
|
||||||
|
background: url(../images/bg_filler.png);
|
||||||
|
}
|
||||||
|
|
||||||
|
.small_text
|
||||||
|
{
|
||||||
|
font-size: 80%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.header_text
|
||||||
|
{
|
||||||
|
font-size: 110%;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
|
.th_text,.app_header_text
|
||||||
|
{
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
|
.app_header,.th
|
||||||
|
{
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
@ -1,86 +1,40 @@
|
|||||||
body,p,td,th,table,input,form,option
|
body,p,td,th,table,input,form,option
|
||||||
{
|
{
|
||||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
|
||||||
font-size: 10pt;
|
|
||||||
color: #000000;
|
color: #000000;
|
||||||
font-style: normal;
|
|
||||||
font-weight: normal;
|
|
||||||
line-height: normal;
|
|
||||||
text-decoration: none;
|
|
||||||
letter-spacing: 0em;
|
|
||||||
word-spacing: 0em;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
body
|
body
|
||||||
{
|
{
|
||||||
margin-right: 0em;
|
|
||||||
margin-left: 0em;
|
|
||||||
margin-top: 0em;
|
|
||||||
margin-bottom: 0em;
|
|
||||||
background-color: #FFFFFF;
|
background-color: #FFFFFF;
|
||||||
}
|
}
|
||||||
|
|
||||||
table
|
|
||||||
{
|
|
||||||
border-width: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
a:link,a:visited,a:active
|
a:link,a:visited,a:active
|
||||||
{
|
{
|
||||||
color: mediumblue;
|
color: mediumblue;
|
||||||
text-decoration: none;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
a:hover
|
a:hover
|
||||||
{
|
{
|
||||||
color: #cc0000;
|
color: #cc0000;
|
||||||
text-decoration: none;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.portal
|
.navbar,.th
|
||||||
|
{
|
||||||
|
background-color: #80BBFF;
|
||||||
|
}
|
||||||
|
|
||||||
|
.login,.portal,.about
|
||||||
{
|
{
|
||||||
background-color: #80BBFF;
|
background-color: #80BBFF;
|
||||||
border-width: 1px;
|
|
||||||
border-color: #000000;
|
border-color: #000000;
|
||||||
border-style: ridge;
|
|
||||||
width: 100%;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.portal_text
|
.portal_text
|
||||||
{
|
{
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
font-weight: bold;
|
|
||||||
background: url(../../default/images/bg_filler.png);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.whitetext
|
.row_on,.th_bright,.app_header
|
||||||
{
|
|
||||||
color: #FFFFFF;
|
|
||||||
}
|
|
||||||
|
|
||||||
.small_text
|
|
||||||
{
|
|
||||||
font-size: 80%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.headertext
|
|
||||||
{
|
|
||||||
font-size: 110%;
|
|
||||||
font-weight: bold;
|
|
||||||
color: #FFFFFF;
|
|
||||||
}
|
|
||||||
|
|
||||||
.inputtext
|
|
||||||
{
|
|
||||||
background-color: #FFFFFF;
|
|
||||||
}
|
|
||||||
|
|
||||||
.button_text,.linktext,.cal_dayview
|
|
||||||
{
|
|
||||||
background-color: #c0c0c0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.row_on,.th_bright
|
|
||||||
{
|
{
|
||||||
background-color: #CCEEFF;
|
background-color: #CCEEFF;
|
||||||
}
|
}
|
||||||
@ -90,27 +44,16 @@ a:hover
|
|||||||
background-color: #DDF0FF;
|
background-color: #DDF0FF;
|
||||||
}
|
}
|
||||||
|
|
||||||
.th
|
|
||||||
{
|
|
||||||
background-color: #80BBFF;
|
|
||||||
}
|
|
||||||
|
|
||||||
.th_text,.app_header_text
|
|
||||||
{
|
|
||||||
font-weight: bold;
|
|
||||||
}
|
|
||||||
|
|
||||||
.app_header
|
|
||||||
{
|
|
||||||
font-weight: bold;
|
|
||||||
background-color: #CCEEFF;
|
|
||||||
}
|
|
||||||
|
|
||||||
.cal_today
|
.cal_today
|
||||||
{
|
{
|
||||||
background-color: #FFFFCC;
|
background-color: #FFFFCC;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.cal_dayview
|
||||||
|
{
|
||||||
|
background-color: #C0C0C0;
|
||||||
|
}
|
||||||
|
|
||||||
.email_folder
|
.email_folder
|
||||||
{
|
{
|
||||||
background-color: #7090FF;
|
background-color: #7090FF;
|
||||||
|
84
phpgwapi/templates/linux-at-work.de/css/phpgw.css
Normal file
84
phpgwapi/templates/linux-at-work.de/css/phpgw.css
Normal file
@ -0,0 +1,84 @@
|
|||||||
|
body,p,td,th,table,input,form,option
|
||||||
|
{
|
||||||
|
font-family: Verdana,Arial,Helvetica,sans-serif;
|
||||||
|
font-size: 10pt;
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: normal;
|
||||||
|
line-height: normal;
|
||||||
|
text-decoration: none;
|
||||||
|
letter-spacing: 0em;
|
||||||
|
word-spacing: 0em;
|
||||||
|
}
|
||||||
|
|
||||||
|
body
|
||||||
|
{
|
||||||
|
margin-right: 0em;
|
||||||
|
margin-left: 0em;
|
||||||
|
margin-top: 0em;
|
||||||
|
margin-bottom: 0em;
|
||||||
|
}
|
||||||
|
|
||||||
|
table
|
||||||
|
{
|
||||||
|
border-width: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
a:link,a:visited,a:active,a:hover
|
||||||
|
{
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
a.th,a.th_text
|
||||||
|
{
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
|
table.portal
|
||||||
|
{
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
table.about
|
||||||
|
{
|
||||||
|
width: 70%;
|
||||||
|
}
|
||||||
|
|
||||||
|
table.login
|
||||||
|
{
|
||||||
|
margin-top: 130px;
|
||||||
|
width: 40%;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.login,.portal,.about
|
||||||
|
{
|
||||||
|
border-width: 1px;
|
||||||
|
border-style: ridge;
|
||||||
|
}
|
||||||
|
|
||||||
|
.portal_text
|
||||||
|
{
|
||||||
|
font-weight: bold;
|
||||||
|
background: url(../images/bg_filler.png);
|
||||||
|
}
|
||||||
|
|
||||||
|
.small_text
|
||||||
|
{
|
||||||
|
font-size: 80%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.header_text
|
||||||
|
{
|
||||||
|
font-size: 110%;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
|
.th_text,.app_header_text
|
||||||
|
{
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
|
.app_header,.th
|
||||||
|
{
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
@ -1,86 +1,40 @@
|
|||||||
body,p,td,th,table,input,form,option
|
body,p,td,th,table,input,form,option
|
||||||
{
|
{
|
||||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
|
||||||
font-size: 10pt;
|
|
||||||
color: #000000;
|
color: #000000;
|
||||||
font-style: normal;
|
|
||||||
font-weight: normal;
|
|
||||||
line-height: normal;
|
|
||||||
text-decoration: none;
|
|
||||||
letter-spacing: 0em;
|
|
||||||
word-spacing: 0em;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
body
|
body
|
||||||
{
|
{
|
||||||
margin-right: 0em;
|
|
||||||
margin-left: 0em;
|
|
||||||
margin-top: 0em;
|
|
||||||
margin-bottom: 0em;
|
|
||||||
background-color: #FFFFFF;
|
background-color: #FFFFFF;
|
||||||
}
|
}
|
||||||
|
|
||||||
table
|
|
||||||
{
|
|
||||||
border-width: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
a:link,a:visited,a:active
|
a:link,a:visited,a:active
|
||||||
{
|
{
|
||||||
color: mediumblue;
|
color: mediumblue;
|
||||||
text-decoration: none;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
a:hover
|
a:hover
|
||||||
{
|
{
|
||||||
color: #cc0000;
|
color: #cc0000;
|
||||||
text-decoration: none;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.portal
|
.navbar,.th
|
||||||
|
{
|
||||||
|
background-color: #80BBFF;
|
||||||
|
}
|
||||||
|
|
||||||
|
.login,.portal,.about
|
||||||
{
|
{
|
||||||
background-color: #80BBFF;
|
background-color: #80BBFF;
|
||||||
border-width: 1px;
|
|
||||||
border-color: #000000;
|
border-color: #000000;
|
||||||
border-style: ridge;
|
|
||||||
width: 100%;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.portal_text
|
.portal_text
|
||||||
{
|
{
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
font-weight: bold;
|
|
||||||
background: url(../../default/images/bg_filler.png);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.whitetext
|
.row_on,.th_bright,.app_header
|
||||||
{
|
|
||||||
color: #FFFFFF;
|
|
||||||
}
|
|
||||||
|
|
||||||
.small_text
|
|
||||||
{
|
|
||||||
font-size: 80%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.headertext
|
|
||||||
{
|
|
||||||
font-size: 110%;
|
|
||||||
font-weight: bold;
|
|
||||||
color: #FFFFFF;
|
|
||||||
}
|
|
||||||
|
|
||||||
.inputtext
|
|
||||||
{
|
|
||||||
background-color: #FFFFFF;
|
|
||||||
}
|
|
||||||
|
|
||||||
.button_text,.linktext,.cal_dayview
|
|
||||||
{
|
|
||||||
background-color: #c0c0c0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.row_on,.th_bright
|
|
||||||
{
|
{
|
||||||
background-color: #CCEEFF;
|
background-color: #CCEEFF;
|
||||||
}
|
}
|
||||||
@ -90,27 +44,16 @@ a:hover
|
|||||||
background-color: #DDF0FF;
|
background-color: #DDF0FF;
|
||||||
}
|
}
|
||||||
|
|
||||||
.th
|
|
||||||
{
|
|
||||||
background-color: #80BBFF;
|
|
||||||
}
|
|
||||||
|
|
||||||
.th_text,.app_header_text
|
|
||||||
{
|
|
||||||
font-weight: bold;
|
|
||||||
}
|
|
||||||
|
|
||||||
.app_header
|
|
||||||
{
|
|
||||||
font-weight: bold;
|
|
||||||
background-color: #CCEEFF;
|
|
||||||
}
|
|
||||||
|
|
||||||
.cal_today
|
.cal_today
|
||||||
{
|
{
|
||||||
background-color: #FFFFCC;
|
background-color: #FFFFCC;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.cal_dayview
|
||||||
|
{
|
||||||
|
background-color: #C0C0C0;
|
||||||
|
}
|
||||||
|
|
||||||
.email_folder
|
.email_folder
|
||||||
{
|
{
|
||||||
background-color: #7090FF;
|
background-color: #7090FF;
|
||||||
|
84
phpgwapi/templates/verdilak/css/phpgw.css
Normal file
84
phpgwapi/templates/verdilak/css/phpgw.css
Normal file
@ -0,0 +1,84 @@
|
|||||||
|
body,p,td,th,table,input,form,option
|
||||||
|
{
|
||||||
|
font-family: Verdana,Arial,Helvetica,sans-serif;
|
||||||
|
font-size: 10pt;
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: normal;
|
||||||
|
line-height: normal;
|
||||||
|
text-decoration: none;
|
||||||
|
letter-spacing: 0em;
|
||||||
|
word-spacing: 0em;
|
||||||
|
}
|
||||||
|
|
||||||
|
body
|
||||||
|
{
|
||||||
|
margin-right: 0em;
|
||||||
|
margin-left: 0em;
|
||||||
|
margin-top: 0em;
|
||||||
|
margin-bottom: 0em;
|
||||||
|
}
|
||||||
|
|
||||||
|
table
|
||||||
|
{
|
||||||
|
border-width: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
a:link,a:visited,a:active,a:hover
|
||||||
|
{
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
a.th,a.th_text
|
||||||
|
{
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
|
table.portal
|
||||||
|
{
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
table.about
|
||||||
|
{
|
||||||
|
width: 70%;
|
||||||
|
}
|
||||||
|
|
||||||
|
table.login
|
||||||
|
{
|
||||||
|
margin-top: 130px;
|
||||||
|
width: 40%;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.login,.portal,.about
|
||||||
|
{
|
||||||
|
border-width: 1px;
|
||||||
|
border-style: ridge;
|
||||||
|
}
|
||||||
|
|
||||||
|
.portal_text
|
||||||
|
{
|
||||||
|
font-weight: bold;
|
||||||
|
background: url(../images/bg_filler.png);
|
||||||
|
}
|
||||||
|
|
||||||
|
.small_text
|
||||||
|
{
|
||||||
|
font-size: 80%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.header_text
|
||||||
|
{
|
||||||
|
font-size: 110%;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
|
.th_text,.app_header_text
|
||||||
|
{
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
|
.app_header,.th
|
||||||
|
{
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
@ -1,86 +1,40 @@
|
|||||||
body,p,td,th,table,input,form,option
|
body,p,td,th,table,input,form,option
|
||||||
{
|
{
|
||||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
|
||||||
font-size: 10pt;
|
|
||||||
color: #000000;
|
color: #000000;
|
||||||
font-style: normal;
|
|
||||||
font-weight: normal;
|
|
||||||
line-height: normal;
|
|
||||||
text-decoration: none;
|
|
||||||
letter-spacing: 0em;
|
|
||||||
word-spacing: 0em;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
body
|
body
|
||||||
{
|
{
|
||||||
margin-right: 0em;
|
|
||||||
margin-left: 0em;
|
|
||||||
margin-top: 0em;
|
|
||||||
margin-bottom: 0em;
|
|
||||||
background-color: #FFFFFF;
|
background-color: #FFFFFF;
|
||||||
}
|
}
|
||||||
|
|
||||||
table
|
|
||||||
{
|
|
||||||
border-width: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
a:link,a:visited,a:active
|
a:link,a:visited,a:active
|
||||||
{
|
{
|
||||||
color: mediumblue;
|
color: mediumblue;
|
||||||
text-decoration: none;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
a:hover
|
a:hover
|
||||||
{
|
{
|
||||||
color: #cc0000;
|
color: #cc0000;
|
||||||
text-decoration: none;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.portal
|
.navbar,.th
|
||||||
|
{
|
||||||
|
background-color: #80BBFF;
|
||||||
|
}
|
||||||
|
|
||||||
|
.login,.portal,.about
|
||||||
{
|
{
|
||||||
background-color: #80BBFF;
|
background-color: #80BBFF;
|
||||||
border-width: 1px;
|
|
||||||
border-color: #000000;
|
border-color: #000000;
|
||||||
border-style: ridge;
|
|
||||||
width: 100%;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.portal_text
|
.portal_text
|
||||||
{
|
{
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
font-weight: bold;
|
|
||||||
background: url(../../default/images/bg_filler.png);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.whitetext
|
.row_on,.th_bright,.app_header
|
||||||
{
|
|
||||||
color: #FFFFFF;
|
|
||||||
}
|
|
||||||
|
|
||||||
.small_text
|
|
||||||
{
|
|
||||||
font-size: 80%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.headertext
|
|
||||||
{
|
|
||||||
font-size: 110%;
|
|
||||||
font-weight: bold;
|
|
||||||
color: #FFFFFF;
|
|
||||||
}
|
|
||||||
|
|
||||||
.inputtext
|
|
||||||
{
|
|
||||||
background-color: #FFFFFF;
|
|
||||||
}
|
|
||||||
|
|
||||||
.button_text,.linktext,.cal_dayview
|
|
||||||
{
|
|
||||||
background-color: #c0c0c0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.row_on,.th_bright
|
|
||||||
{
|
{
|
||||||
background-color: #CCEEFF;
|
background-color: #CCEEFF;
|
||||||
}
|
}
|
||||||
@ -90,27 +44,16 @@ a:hover
|
|||||||
background-color: #DDF0FF;
|
background-color: #DDF0FF;
|
||||||
}
|
}
|
||||||
|
|
||||||
.th
|
|
||||||
{
|
|
||||||
background-color: #80BBFF;
|
|
||||||
}
|
|
||||||
|
|
||||||
.th_text,.app_header_text
|
|
||||||
{
|
|
||||||
font-weight: bold;
|
|
||||||
}
|
|
||||||
|
|
||||||
.app_header
|
|
||||||
{
|
|
||||||
font-weight: bold;
|
|
||||||
background-color: #CCEEFF;
|
|
||||||
}
|
|
||||||
|
|
||||||
.cal_today
|
.cal_today
|
||||||
{
|
{
|
||||||
background-color: #FFFFCC;
|
background-color: #FFFFCC;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.cal_dayview
|
||||||
|
{
|
||||||
|
background-color: #C0C0C0;
|
||||||
|
}
|
||||||
|
|
||||||
.email_folder
|
.email_folder
|
||||||
{
|
{
|
||||||
background-color: #7090FF;
|
background-color: #7090FF;
|
||||||
|
Loading…
Reference in New Issue
Block a user