mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-08 23:19:04 +01:00
added css
This commit is contained in:
parent
ed81de3f86
commit
b13c5e40e8
@ -1,77 +1,36 @@
|
||||
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;
|
||||
margin-right: 0em;
|
||||
margin-left: 0em;
|
||||
margin-top: 0em;
|
||||
margin-bottom: 0em;
|
||||
}
|
||||
|
||||
table
|
||||
{
|
||||
background-color: #7090FF;
|
||||
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: #80BBFF;
|
||||
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;
|
||||
{
|
||||
border-width: 0;
|
||||
}
|
||||
|
||||
td
|
||||
{
|
||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
||||
font-size: 10pt;
|
||||
color: #000000;
|
||||
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: #CCEEFF;
|
||||
}
|
||||
|
||||
td.row-off
|
||||
{
|
||||
background-color: #DDF0FF;
|
||||
}
|
||||
|
||||
|
||||
a:link
|
||||
{
|
||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
||||
font-size: 10pt;
|
||||
color: blue;
|
||||
font-style: bold;
|
||||
font-weight: bold;
|
||||
color: mediumblue;
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
line-height: normal;
|
||||
text-decoration: none;
|
||||
letter-spacing: 0em;
|
||||
@ -82,9 +41,9 @@ a:visited
|
||||
{
|
||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
||||
font-size: 10pt;
|
||||
color: blue;
|
||||
font-style: bold;
|
||||
font-weight: bold;
|
||||
color: mediumblue;
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
line-height: normal;
|
||||
text-decoration: none;
|
||||
letter-spacing: 0em;
|
||||
@ -95,9 +54,9 @@ a:active
|
||||
{
|
||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
||||
font-size: 10pt;
|
||||
color: red;
|
||||
font-style: bold;
|
||||
font-weight: bold;
|
||||
color: mediumblue;
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
line-height: normal;
|
||||
text-decoration: none;
|
||||
letter-spacing: 0em;
|
||||
@ -108,9 +67,9 @@ a:hover
|
||||
{
|
||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
||||
font-size: 10pt;
|
||||
color: red;
|
||||
font-style: bold;
|
||||
font-weight: bold;
|
||||
color: #cc0000;
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
line-height: normal;
|
||||
text-decoration: none;
|
||||
letter-spacing: 0em;
|
||||
@ -119,10 +78,105 @@ a:hover
|
||||
|
||||
.navbar
|
||||
{
|
||||
background-color: #80CCFF;
|
||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
||||
font-size: 10pt;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.bodytext
|
||||
{
|
||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
||||
font-size: 10pt;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.whitetext
|
||||
{
|
||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
||||
font-size: 10pt;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.headertext
|
||||
{
|
||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
||||
font-size: 11pt;
|
||||
font-weight: bold;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.inputtext
|
||||
{
|
||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
||||
font-size: 10pt;
|
||||
color: #000000;
|
||||
background-color: #ffffff;
|
||||
}
|
||||
|
||||
.buttontext
|
||||
{
|
||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
||||
font-size: 10pt;
|
||||
color: #000000;
|
||||
background-color: #c0c0c0;
|
||||
}
|
||||
|
||||
.linktext
|
||||
{
|
||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
||||
font-size: 10pt;
|
||||
color: #000000;
|
||||
background-color: #c0c0c0;
|
||||
}
|
||||
|
||||
.row_on
|
||||
{
|
||||
background-color: #CCEEFF;
|
||||
}
|
||||
|
||||
.row_off
|
||||
{
|
||||
background-color: #DDF0FF;
|
||||
}
|
||||
|
||||
.th
|
||||
{
|
||||
background-color: #80BBFF;
|
||||
}
|
||||
|
||||
.th_text
|
||||
{
|
||||
font-style: bold;
|
||||
font-weight: bold;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.appheader
|
||||
{
|
||||
font-style: bold;
|
||||
font-weight: bold;
|
||||
background-color: #CCEEFF;
|
||||
}
|
||||
|
||||
.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;
|
||||
}
|
||||
|
||||
.calendar:today
|
||||
{
|
||||
background-color: #FFFFCC;
|
||||
@ -138,53 +192,3 @@ a:hover
|
||||
background-color: #7090FF;
|
||||
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;
|
||||
}
|
||||
|
@ -29,8 +29,8 @@ a:link
|
||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
||||
font-size: 10pt;
|
||||
color: #336699;
|
||||
font-style: bold;
|
||||
font-weight: bold;
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
line-height: normal;
|
||||
text-decoration: none;
|
||||
letter-spacing: 0em;
|
||||
@ -42,8 +42,8 @@ a:visited
|
||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
||||
font-size: 10pt;
|
||||
color: #333366;
|
||||
font-style: bold;
|
||||
font-weight: bold;
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
line-height: normal;
|
||||
text-decoration: none;
|
||||
letter-spacing: 0em;
|
||||
@ -55,8 +55,8 @@ a:active
|
||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
||||
font-size: 10pt;
|
||||
color: #336699;
|
||||
font-style: bold;
|
||||
font-weight: bold;
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
line-height: normal;
|
||||
text-decoration: none;
|
||||
letter-spacing: 0em;
|
||||
@ -68,8 +68,8 @@ a:hover
|
||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
||||
font-size: 10pt;
|
||||
color: #cc0000;
|
||||
font-style: bold;
|
||||
font-weight: bold;
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
line-height: normal;
|
||||
text-decoration: none;
|
||||
letter-spacing: 0em;
|
||||
@ -148,6 +148,7 @@ a:hover
|
||||
{
|
||||
font-style: bold;
|
||||
font-weight: bold;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.appheader
|
||||
|
@ -29,8 +29,8 @@ a:link
|
||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
||||
font-size: 10pt;
|
||||
color: mediumblue;
|
||||
font-style: bold;
|
||||
font-weight: bold;
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
line-height: normal;
|
||||
text-decoration: none;
|
||||
letter-spacing: 0em;
|
||||
@ -41,9 +41,9 @@ a:visited
|
||||
{
|
||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
||||
font-size: 10pt;
|
||||
color: #80BBFF;
|
||||
font-style: bold;
|
||||
font-weight: bold;
|
||||
color: mediumblue;
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
line-height: normal;
|
||||
text-decoration: none;
|
||||
letter-spacing: 0em;
|
||||
@ -55,8 +55,8 @@ a:active
|
||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
||||
font-size: 10pt;
|
||||
color: mediumblue;
|
||||
font-style: bold;
|
||||
font-weight: bold;
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
line-height: normal;
|
||||
text-decoration: none;
|
||||
letter-spacing: 0em;
|
||||
@ -68,8 +68,8 @@ a:hover
|
||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
||||
font-size: 10pt;
|
||||
color: #cc0000;
|
||||
font-style: bold;
|
||||
font-weight: bold;
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
line-height: normal;
|
||||
text-decoration: none;
|
||||
letter-spacing: 0em;
|
||||
@ -148,6 +148,7 @@ a:hover
|
||||
{
|
||||
font-style: bold;
|
||||
font-weight: bold;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.appheader
|
||||
|
194
phpgwapi/templates/justweb/css/submarine.css
Normal file
194
phpgwapi/templates/justweb/css/submarine.css
Normal file
@ -0,0 +1,194 @@
|
||||
body
|
||||
{
|
||||
margin-right: 0em;
|
||||
margin-left: 0em;
|
||||
margin-top: 0em;
|
||||
margin-bottom: 0em;
|
||||
}
|
||||
|
||||
table
|
||||
{
|
||||
border-width: 0;
|
||||
}
|
||||
|
||||
td
|
||||
{
|
||||
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;
|
||||
}
|
||||
|
||||
a:link
|
||||
{
|
||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
||||
font-size: 10pt;
|
||||
color: mediumblue;
|
||||
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: mediumblue;
|
||||
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: mediumblue;
|
||||
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: #cc0000;
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
line-height: normal;
|
||||
text-decoration: none;
|
||||
letter-spacing: 0em;
|
||||
word-spacing: 0em;
|
||||
}
|
||||
|
||||
.navbar
|
||||
{
|
||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
||||
font-size: 10pt;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.bodytext
|
||||
{
|
||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
||||
font-size: 10pt;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.whitetext
|
||||
{
|
||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
||||
font-size: 10pt;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.headertext
|
||||
{
|
||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
||||
font-size: 11pt;
|
||||
font-weight: bold;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.inputtext
|
||||
{
|
||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
||||
font-size: 10pt;
|
||||
color: #000000;
|
||||
background-color: #ffffff;
|
||||
}
|
||||
|
||||
.buttontext
|
||||
{
|
||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
||||
font-size: 10pt;
|
||||
color: #000000;
|
||||
background-color: #c0c0c0;
|
||||
}
|
||||
|
||||
.linktext
|
||||
{
|
||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
||||
font-size: 10pt;
|
||||
color: #000000;
|
||||
background-color: #c0c0c0;
|
||||
}
|
||||
|
||||
.row_on
|
||||
{
|
||||
background-color: #CCEEFF;
|
||||
}
|
||||
|
||||
.row_off
|
||||
{
|
||||
background-color: #DDF0FF;
|
||||
}
|
||||
|
||||
.th
|
||||
{
|
||||
background-color: #80BBFF;
|
||||
}
|
||||
|
||||
.th_text
|
||||
{
|
||||
font-style: bold;
|
||||
font-weight: bold;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.appheader
|
||||
{
|
||||
font-style: bold;
|
||||
font-weight: bold;
|
||||
background-color: #CCEEFF;
|
||||
}
|
||||
|
||||
.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;
|
||||
}
|
||||
|
||||
.calendar:today
|
||||
{
|
||||
background-color: #FFFFCC;
|
||||
}
|
||||
|
||||
.calendar:dayview
|
||||
{
|
||||
background-color: #C0C0C0;
|
||||
}
|
||||
|
||||
.email:folder
|
||||
{
|
||||
background-color: #7090FF;
|
||||
color: #FFFFFF;
|
||||
}
|
194
phpgwapi/templates/linux-at-work.de/css/submarine.css
Normal file
194
phpgwapi/templates/linux-at-work.de/css/submarine.css
Normal file
@ -0,0 +1,194 @@
|
||||
body
|
||||
{
|
||||
margin-right: 0em;
|
||||
margin-left: 0em;
|
||||
margin-top: 0em;
|
||||
margin-bottom: 0em;
|
||||
}
|
||||
|
||||
table
|
||||
{
|
||||
border-width: 0;
|
||||
}
|
||||
|
||||
td
|
||||
{
|
||||
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;
|
||||
}
|
||||
|
||||
a:link
|
||||
{
|
||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
||||
font-size: 10pt;
|
||||
color: mediumblue;
|
||||
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: mediumblue;
|
||||
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: mediumblue;
|
||||
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: #cc0000;
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
line-height: normal;
|
||||
text-decoration: none;
|
||||
letter-spacing: 0em;
|
||||
word-spacing: 0em;
|
||||
}
|
||||
|
||||
.navbar
|
||||
{
|
||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
||||
font-size: 10pt;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.bodytext
|
||||
{
|
||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
||||
font-size: 10pt;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.whitetext
|
||||
{
|
||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
||||
font-size: 10pt;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.headertext
|
||||
{
|
||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
||||
font-size: 11pt;
|
||||
font-weight: bold;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.inputtext
|
||||
{
|
||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
||||
font-size: 10pt;
|
||||
color: #000000;
|
||||
background-color: #ffffff;
|
||||
}
|
||||
|
||||
.buttontext
|
||||
{
|
||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
||||
font-size: 10pt;
|
||||
color: #000000;
|
||||
background-color: #c0c0c0;
|
||||
}
|
||||
|
||||
.linktext
|
||||
{
|
||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
||||
font-size: 10pt;
|
||||
color: #000000;
|
||||
background-color: #c0c0c0;
|
||||
}
|
||||
|
||||
.row_on
|
||||
{
|
||||
background-color: #CCEEFF;
|
||||
}
|
||||
|
||||
.row_off
|
||||
{
|
||||
background-color: #DDF0FF;
|
||||
}
|
||||
|
||||
.th
|
||||
{
|
||||
background-color: #80BBFF;
|
||||
}
|
||||
|
||||
.th_text
|
||||
{
|
||||
font-style: bold;
|
||||
font-weight: bold;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.appheader
|
||||
{
|
||||
font-style: bold;
|
||||
font-weight: bold;
|
||||
background-color: #CCEEFF;
|
||||
}
|
||||
|
||||
.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;
|
||||
}
|
||||
|
||||
.calendar:today
|
||||
{
|
||||
background-color: #FFFFCC;
|
||||
}
|
||||
|
||||
.calendar:dayview
|
||||
{
|
||||
background-color: #C0C0C0;
|
||||
}
|
||||
|
||||
.email:folder
|
||||
{
|
||||
background-color: #7090FF;
|
||||
color: #FFFFFF;
|
||||
}
|
194
phpgwapi/templates/verdilak/css/submarine.css
Normal file
194
phpgwapi/templates/verdilak/css/submarine.css
Normal file
@ -0,0 +1,194 @@
|
||||
body
|
||||
{
|
||||
margin-right: 0em;
|
||||
margin-left: 0em;
|
||||
margin-top: 0em;
|
||||
margin-bottom: 0em;
|
||||
}
|
||||
|
||||
table
|
||||
{
|
||||
border-width: 0;
|
||||
}
|
||||
|
||||
td
|
||||
{
|
||||
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;
|
||||
}
|
||||
|
||||
a:link
|
||||
{
|
||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
||||
font-size: 10pt;
|
||||
color: mediumblue;
|
||||
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: mediumblue;
|
||||
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: mediumblue;
|
||||
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: #cc0000;
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
line-height: normal;
|
||||
text-decoration: none;
|
||||
letter-spacing: 0em;
|
||||
word-spacing: 0em;
|
||||
}
|
||||
|
||||
.navbar
|
||||
{
|
||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
||||
font-size: 10pt;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.bodytext
|
||||
{
|
||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
||||
font-size: 10pt;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.whitetext
|
||||
{
|
||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
||||
font-size: 10pt;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.headertext
|
||||
{
|
||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
||||
font-size: 11pt;
|
||||
font-weight: bold;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.inputtext
|
||||
{
|
||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
||||
font-size: 10pt;
|
||||
color: #000000;
|
||||
background-color: #ffffff;
|
||||
}
|
||||
|
||||
.buttontext
|
||||
{
|
||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
||||
font-size: 10pt;
|
||||
color: #000000;
|
||||
background-color: #c0c0c0;
|
||||
}
|
||||
|
||||
.linktext
|
||||
{
|
||||
font-family: Verdana,Arial,Helvetica,sans-serif;
|
||||
font-size: 10pt;
|
||||
color: #000000;
|
||||
background-color: #c0c0c0;
|
||||
}
|
||||
|
||||
.row_on
|
||||
{
|
||||
background-color: #CCEEFF;
|
||||
}
|
||||
|
||||
.row_off
|
||||
{
|
||||
background-color: #DDF0FF;
|
||||
}
|
||||
|
||||
.th
|
||||
{
|
||||
background-color: #80BBFF;
|
||||
}
|
||||
|
||||
.th_text
|
||||
{
|
||||
font-style: bold;
|
||||
font-weight: bold;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.appheader
|
||||
{
|
||||
font-style: bold;
|
||||
font-weight: bold;
|
||||
background-color: #CCEEFF;
|
||||
}
|
||||
|
||||
.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;
|
||||
}
|
||||
|
||||
.calendar:today
|
||||
{
|
||||
background-color: #FFFFCC;
|
||||
}
|
||||
|
||||
.calendar:dayview
|
||||
{
|
||||
background-color: #C0C0C0;
|
||||
}
|
||||
|
||||
.email:folder
|
||||
{
|
||||
background-color: #7090FF;
|
||||
color: #FFFFFF;
|
||||
}
|
Loading…
Reference in New Issue
Block a user