diff --git a/phpgwapi/templates/default/css/fancy.css b/phpgwapi/templates/default/css/fancy.css new file mode 100644 index 0000000000..70121a173f --- /dev/null +++ b/phpgwapi/templates/default/css/fancy.css @@ -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: #F5F5F5; +} + +table +{ + background-color: #F5F5F5; + 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: #FFE4C4; + 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: #EEEEFF; +} + +td.row-off +{ + background-color: #FFFFEE; +} + + +a:link +{ + font-family: Verdana,Arial,Helvetica,sans-serif; + font-size: 10pt; + color: #EE0000; + 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: #EE0000; + 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: #EE0000; + 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: #EE0000; + font-style: bold; + font-weight: bold; + line-height: normal; + text-decoration: none; + letter-spacing: 0em; + word-spacing: 0em; +} + +.navbar +{ + background-color: #AABBCC; + color: #000000; +} + +.navbar:spezial_logo +{ + background-image: url(logo_003300.gif); +} + +.calendar:today +{ + background-color: #D0DCE0; +} + +.calendar:dayview +{ + background-color: #C0C0C0; +} + +.email:folder +{ + 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; +} + diff --git a/phpgwapi/templates/default/css/greys.css b/phpgwapi/templates/default/css/greys.css new file mode 100644 index 0000000000..4b829c17ab --- /dev/null +++ b/phpgwapi/templates/default/css/greys.css @@ -0,0 +1,195 @@ +body +{ + font-family: Verdana,Arial,Helvetica,sans-serif; + font-size: 10pt; + font-style: normal; + color: #222222; + line-height: normal; + font-weight: normal; + letter-spacing: 0em; + word-spacing: 0em; + background-color: #dfdfdf; +} + +table +{ + background-color: #eeeeee; + 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: #eeeeee; + 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: #eeeeee; +} + +td.row-off +{ + background-color: #cccccc; +} + + +a:link +{ + font-family: Verdana,Arial,Helvetica,sans-serif; + font-size: 10pt; + color: #0000ff; + 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: #5555ff; + 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: black; + 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: black; + font-style: bold; + font-weight: bold; + line-height: normal; + text-decoration: none; + letter-spacing: 0em; + word-spacing: 0em; +} + +.navbar +{ + background-color: #aaaaaa; + color: #000000; +} + +.navbar:spezial_logo +{ + background-image: url(logo_003300.gif); +} + +.calendar:today +{ + background-color: #FBF1C5; +} + +.calendar:dayview +{ + background-color: #F9E99F; +} + +.email:folder +{ + background-color: #EAD688; + color: #000000; +} + +.bg01 +{ + background-color: #eeeeee; +} + +.bg02 +{ + background-color: #cccccc; +} + +.bg03 +{ + background-color: #bbbbbb; +} + +.bg04 +{ + background-color: #aaaaaa; +} + +.bg05 +{ + background-color: #999999; +} + +.bg06 +{ + background-color: #888888; +} + +.bg07 +{ + background-color: #777777; + +} +.bg08 +{ + background-color: #666666; +} + +.bg09 +{ + background-color: #555555; +} + +.bg10 +{ + background-color: #444444; +} diff --git a/phpgwapi/templates/default/css/heaven.css b/phpgwapi/templates/default/css/heaven.css new file mode 100644 index 0000000000..341a40bc7a --- /dev/null +++ b/phpgwapi/templates/default/css/heaven.css @@ -0,0 +1,195 @@ +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: #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: #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: #80BBFF; + 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: #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; +} diff --git a/phpgwapi/templates/default/css/lightblue.css b/phpgwapi/templates/default/css/lightblue.css new file mode 100644 index 0000000000..6f5e76cae4 --- /dev/null +++ b/phpgwapi/templates/default/css/lightblue.css @@ -0,0 +1,195 @@ +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: #486591; + color: #000000; +} + +.navbar:spezial_logo +{ + background-image: url(logo_486591.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; +} diff --git a/phpgwapi/templates/default/css/lightbrown.css b/phpgwapi/templates/default/css/lightbrown.css new file mode 100644 index 0000000000..4cf1eabb84 --- /dev/null +++ b/phpgwapi/templates/default/css/lightbrown.css @@ -0,0 +1,195 @@ +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: #885522; + color: #000000; +} + +.navbar:spezial_logo +{ + background-image: url(logo_885522.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; +} diff --git a/phpgwapi/templates/default/css/mojo.css b/phpgwapi/templates/default/css/mojo.css new file mode 100644 index 0000000000..d8e9d75db3 --- /dev/null +++ b/phpgwapi/templates/default/css/mojo.css @@ -0,0 +1,196 @@ +body +{ + font-family: Verdana,Arial,Helvetica,sans-serif; + font-size: 10pt; + font-style: normal; + color: #00FF33; + line-height: normal; + font-weight: normal; + letter-spacing: 0em; + word-spacing: 0em; + background-color: #000000; +} + +table +{ + background-color: #00FF33; + border: 0px; + font-family: Verdana,Arial,Helvetica,sans-serif; + font-size: 10pt; + font-style: normal; + line-height: normal; + font-weight: normal; + color: #FFFFFF; + text-decoration: none; + letter-spacing: 0em; + word-spacing: 0em; + padding: 2em; +} + +th +{ + background-color: #404040; + font-family: Verdana,Arial,Helvetica,sans-serif; + font-size: 10pt; + font-style: normal; + line-height: normal; + font-weight: normal; + color: #00FF33; + 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: #909090; +} + +td.row-off +{ + background-color: #808080; +} + + +a:link +{ + font-family: Verdana,Arial,Helvetica,sans-serif; + font-size: 10pt; + color: #0000FF; + 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: #0000FF; + 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: #999999; + 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: #999999; + font-style: bold; + font-weight: bold; + line-height: normal; + text-decoration: none; + letter-spacing: 0em; + word-spacing: 0em; +} + +.navbar +{ + background-color: #00FF33; + color: #FFFFFF; +} + +.navbar:spezial_logo +{ + background-image: url(logo_885522.gif); +} + +.calendar:today +{ + background-color: #BFBFBF; +} + +.calendar:dayview +{ + background-color: #C0C0C0; +} + +.email:folder +{ + background-color: #808080; + color: #000000; +} + +.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; +} + diff --git a/phpgwapi/templates/default/css/purple.css b/phpgwapi/templates/default/css/purple.css new file mode 100644 index 0000000000..652f1fa814 --- /dev/null +++ b/phpgwapi/templates/default/css/purple.css @@ -0,0 +1,195 @@ +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: #663366; + color: #000000; +} + +.navbar:spezial_logo +{ + background-image: url(logo_663366.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; +} diff --git a/phpgwapi/templates/default/css/red.css b/phpgwapi/templates/default/css/red.css new file mode 100644 index 0000000000..f07464d7e2 --- /dev/null +++ b/phpgwapi/templates/default/css/red.css @@ -0,0 +1,195 @@ +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: #990000; + color: #000000; +} + +.navbar:spezial_logo +{ + background-image: url(logo_990000.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; +} diff --git a/phpgwapi/templates/default/css/rose.css b/phpgwapi/templates/default/css/rose.css new file mode 100644 index 0000000000..9cd9df39f9 --- /dev/null +++ b/phpgwapi/templates/default/css/rose.css @@ -0,0 +1,195 @@ +body +{ + font-family: Verdana,Arial,Helvetica,sans-serif; + font-size: 10pt; + font-style: normal; + color: #9d1811; + line-height: normal; + font-weight: normal; + letter-spacing: 0em; + word-spacing: 0em; + background-color: #ce9592; +} + +table +{ + background-color: #ffbab7; + border: 0px; + font-family: Verdana,Arial,Helvetica,sans-serif; + font-size: 10pt; + font-style: normal; + line-height: normal; + font-weight: normal; + color: #72022a; + text-decoration: none; + letter-spacing: 0em; + word-spacing: 0em; + padding: 2em; +} + +th +{ + background-color: #ce9592; + font-family: Verdana,Arial,Helvetica,sans-serif; + font-size: 10pt; + font-style: normal; + line-height: normal; + font-weight: normal; + color: #9d1811; + 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: red; + 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: pink; + 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: #bd524a; + color: #9d1811; +} + +.navbar:spezial_logo +{ + background-image: url(logo_990000.gif); +} + +.calendar:today +{ + background-color: #bd524a; +} + +.calendar:dayview +{ + background-color: #C0C0C0; +} + +.email:folder +{ + background-color: #bd542a; + color: #9d1811; +} + +.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; +} diff --git a/phpgwapi/templates/default/css/submarine.css b/phpgwapi/templates/default/css/submarine.css new file mode 100644 index 0000000000..98be21577c --- /dev/null +++ b/phpgwapi/templates/default/css/submarine.css @@ -0,0 +1,190 @@ +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: #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; +} + +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: #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; + 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: #80CCFF; + color: #000000; +} + +.calendar:today +{ + background-color: #FFFFCC; +} + +.calendar:dayview +{ + background-color: #C0C0C0; +} + +.email:folder +{ + 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; +} diff --git a/phpgwapi/templates/default/css/yellows.css b/phpgwapi/templates/default/css/yellows.css new file mode 100644 index 0000000000..93d54b4408 --- /dev/null +++ b/phpgwapi/templates/default/css/yellows.css @@ -0,0 +1,190 @@ +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: #FBF1C5; +} + +table +{ + background-color: #EAD688; + border: 0px; + font-family: Verdana,Arial,Helvetica,sans-serif; + font-size: 10pt; + font-style: normal; + line-height: normal; + font-weight: normal; + color: #C5AA2B; + text-decoration: none; + letter-spacing: 0em; + word-spacing: 0em; + padding: 2em; +} + +th +{ + background-color: #C8A63B; + 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: #F7E58F; +} + +td.row-off +{ + background-color: #EAD688; +} + + +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: #F7E58F; + color: #000000; +} + +.calendar:today +{ + background-color: #FBF1C5; +} + +.calendar:dayview +{ + background-color: #F9E99F; +} + +.email:folder +{ + background-color: #EAD688; + color: #000000; +} + +.bg01 +{ + background-color: #FBF4D3; +} + +.bg02 +{ + background-color: #F9EDB3; +} + +.bg03 +{ + background-color: #F5E28B; +} + +.bg04 +{ + background-color: #F0D866; +} + +.bg05 +{ + background-color: #EDCD39; +} + +.bg06 +{ + background-color: #D5B211; +} + +.bg07 +{ + background-color: #CCAB12; + +} +.bg08 +{ + background-color: #C58C13; +} + +.bg09 +{ + background-color: #B69910; +} + +.bg10 +{ + background-color: #AC9010; +}