[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Phpgroupware-cvs] CVS: phpgwapi/templates/funkwerk/css mit2.css,NONE,1.
From: |
Bettina Gille <address@hidden> |
Subject: |
[Phpgroupware-cvs] CVS: phpgwapi/templates/funkwerk/css mit2.css,NONE,1.1phpgw.css,1.7,1.8werft.css,1.5,1.6 |
Date: |
Sat, 03 May 2003 19:24:07 -0400 |
Update of /cvsroot/phpgroupware/phpgwapi/templates/funkwerk/css
In directory subversions:/tmp/cvs-serv8059/funkwerk/css
Modified Files:
funkwerk.css mit.css phpgw.css werft.css
Added Files:
mit2.css
Log Message:
update tpl
--- NEW FILE ---
body,p,td,th,table,input,form,option
{
color: #333333;
}
body
{
background-color: #CCCCCC;
}
.top_top
{
background-color: #999999;
}
.top_bottom
{
background-color: #FFCCCC;
}
td.left
{
background-color: #999999;
}
.left_app
{
background-color: #FF3300;
}
.top_menu
{
background-color: #FF3300;
}
.user_info
{
background-color: #FF3300;
color: #FFFFFF;
}
.date
{
background-color: #ADADAD;
color: #FFFFFF;
}
.admin_info,a:link.admin_info,a:active.admin_info,a:visited.admin_info,a:hover.admin_info
{
background-color: #999999;
color: #FFFFFF;
}
.bottom
{
color: #FFFFFF;
background-color: #999999;
}
a:link,a:active,a:visited,a:hover
{
color: #333333;
}
a:link.bottom,a:active.bottom,a:visited.bottom,a:hover.bottom,a:link.top_menu,a:active.top_menu,a:visited.top_menu,a:link.left,a:active.left,a:visited.left
{
color: #FFFFFF;
}
a:hover.top_menu,a:link.top_menu_selected,a:active.top_menu_selected,a:visited.top_menu_selected,a:hover.top_menu_selected
{
color: #990000;
background-color: #FFFFFF;
}
a:hover.left,a:link.left_selected,a:active.left_selected,a:visited.left_selected,a:hover.left_selected
{
color: #990000;
background-color: #FFFFFF;
}
.login,.portal,.about
{
background-color: #ADADAD;
border-color: #990000;
}
table.left_app
{
border-color: #990000;
}
a.portal_text,.portal_text
{
color: #FFFFFF;
text-decoration: none;
background-color: #990000;
}
a:hover.portal_text
{
text-decoration: underline;
color: #660000;
background-color: #FFFFFF;
}
.row_on,.app_header
{
background-color: #ADADAD;
}
.th_bright
{
background-color: #FFFFFF;
}
.msgbox
{
background-color: #FFFFFF;
}
.row_off
{
background-color: #999999;
}
.th
{
background-color: #FFCCCC;
}
.th_text
{
color: #333333;
}
.cal_today
{
background-color: #ffffcc;
}
.cal_dayview
{
background-color: #C0C0C0;
}
.email_folder
{
background-color: #adadad;
color: #ffffff;
}
Index: funkwerk.css
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/templates/funkwerk/css/funkwerk.css,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** funkwerk.css 3 May 2003 14:17:15 -0000 1.7
--- funkwerk.css 3 May 2003 23:24:05 -0000 1.8
***************
*** 9,12 ****
--- 9,17 ----
}
+ table.left_app
+ {
+ border-color: #660000;
+ }
+
.top_top
{
***************
*** 34,38 ****
}
! .user_info
{
background-color: #FF3300;
--- 39,43 ----
}
! .user_info,.date
{
background-color: #FF3300;
Index: mit.css
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/templates/funkwerk/css/mit.css,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** mit.css 3 May 2003 14:17:15 -0000 1.1
--- mit.css 3 May 2003 23:24:05 -0000 1.2
***************
*** 9,12 ****
--- 9,17 ----
}
+ table.left_app
+ {
+ border-color: #FFCCCC;
+ }
+
.top_top
{
***************
*** 34,38 ****
}
! .user_info
{
background-color: #ADADAD;
--- 39,43 ----
}
! .user_info,.date
{
background-color: #ADADAD;
***************
*** 77,81 ****
{
background-color: #ADADAD;
! border-color: #000000;
}
--- 82,86 ----
{
background-color: #ADADAD;
! border-color: #FF3300;
}
***************
*** 84,88 ****
color: #FFFFFF;
text-decoration: none;
! background-color: #000066;
}
--- 89,93 ----
color: #FFFFFF;
text-decoration: none;
! background-color: #FF3300;
}
Index: phpgw.css
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/templates/funkwerk/css/phpgw.css,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** phpgw.css 30 Apr 2003 02:12:56 -0000 1.7
--- phpgw.css 3 May 2003 23:24:05 -0000 1.8
***************
*** 24,27 ****
--- 24,50 ----
}
+ table.portal
+ {
+ width: 100%;
+ }
+
+ table.about
+ {
+ width: 70%;
+ }
+
+ table.login
+ {
+ margin-top: 130px;
+ width: 40%;
+ text-align: center;
+ }
+
+ table.left_app
+ {
+ border-width: 1px;
+ border-style: solid;
+ }
+
td.alarm
{
***************
*** 29,32 ****
--- 52,61 ----
}
+ td.left
+ {
+ height: 30;
+ width: 131;
+ }
+
a:link,a:visited,a:active
{
***************
*** 70,100 ****
}
- td.left
- {
- height: 30;
- width: 131;
- }
-
.bottom
{
width: 100%;
height: 5%;
- }
-
- table.portal
- {
- width: 100%;
- }
-
- table.about
- {
- width: 70%;
- }
-
- table.login
- {
- margin-top: 130px;
- width: 40%;
- text-align: center;
}
--- 99,106 ----
Index: werft.css
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/templates/funkwerk/css/werft.css,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** werft.css 3 May 2003 14:17:15 -0000 1.5
--- werft.css 3 May 2003 23:24:05 -0000 1.6
***************
*** 9,12 ****
--- 9,17 ----
}
+ table.left_app
+ {
+ border-color: #000000;
+ }
+
.top_top
{
***************
*** 34,38 ****
}
! .user_info
{
background-color: #0000A0;
--- 39,43 ----
}
! .user_info,.date
{
background-color: #0000A0;
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Phpgroupware-cvs] CVS: phpgwapi/templates/funkwerk/css mit2.css,NONE,1.1phpgw.css,1.7,1.8werft.css,1.5,1.6,
Bettina Gille <address@hidden> <=