phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] phpgwapi/templates/verdilak css.tpl [Version-0_9_16-b


From: Sigurd Nes
Subject: [Phpgroupware-cvs] phpgwapi/templates/verdilak css.tpl [Version-0_9_16-branch]
Date: Tue, 14 Mar 2006 08:45:51 +0000

CVSROOT:        /sources/phpgwapi
Module name:    phpgwapi
Branch:         Version-0_9_16-branch
Changes by:     Sigurd Nes <address@hidden>     06/03/14 08:45:51

Modified files:
        templates/verdilak: css.tpl 

Log message:
        Some missing definitions

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/phpgwapi/phpgwapi/templates/verdilak/css.tpl.diff?only_with_tag=Version-0_9_16-branch&tr1=1.1.2.2&tr2=1.1.2.3&r1=text&r2=text

Patches:
Index: phpgwapi/templates/verdilak/css.tpl
diff -u phpgwapi/templates/verdilak/css.tpl:1.1.2.2 
phpgwapi/templates/verdilak/css.tpl:1.1.2.3
--- phpgwapi/templates/verdilak/css.tpl:1.1.2.2 Mon Dec 12 01:39:56 2005
+++ phpgwapi/templates/verdilak/css.tpl Tue Mar 14 08:45:51 2006
@@ -1,14 +1,174 @@
-<style type="text/css">
-<!--
-       a { text-decoration:none; color: {link}; }
-       a:active{ text-decoration:none; color: {alink}; }
-       a:hover{ text-decoration:underline; color: {alink}; }
-       a:visited{ text-decoration:none; color: {link}; }
-       body { margin-top: 0px; margin-right: 0px; margin-left: 0px; 
font-family: {font}; }
-       .row_on { color: {row_text}; background-color: {row_on}; }
-       .row_off { color: {row_text}; background-color: {row_off}; }
-       .th { color: {th_text}; background-color: {th_bg}; }
-       .tablink { color: #000000; }
-       {app_css}
--->
-</style>
+<style type="text/css">
+<!--
+       a { text-decoration:none; color: {link}; }
+       a:active{ text-decoration:none; color: {alink}; }
+       a:hover{ text-decoration:underline; color: {alink}; }
+       a:visited{ text-decoration:none; color: {link}; }
+       body { margin-top: 0px; margin-right: 0px; margin-left: 0px; 
font-family: {font}; }
+       .row_on { color: {row_text}; background-color: {row_on}; }
+       .row_off { color: {row_text}; background-color: {row_off}; }
+       .th { color: {th_text}; background-color: {th_bg}; }
+       .tablink { color: #000000; }
+       {app_css}
+
+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;
+}
+
+td.alarm
+{
+       color: #FF0000;
+}
+
+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,.msgbox
+{
+       border-width: 1px;
+       border-style: ridge;
+}
+
+.small_text
+{
+       font-size: 80%;
+}
+
+.header_text
+{
+       font-size: 110%;
+       font-weight: bold;
+}
+
+.th_text,.app_header,.th
+{
+       font-weight: bold;
+}
+
+
+.app_header
+{
+       text-align: center;
+       padding: 2px;
+       padding-top: 5px;
+}
+
+body,p,td,th,table,input,form,option
+{
+       color: #000000;
+}
+
+body
+{
+       background-color: #FFFFFF;
+}
+
+a:link,a:visited,a:active
+{
+       color: mediumblue;
+}
+
+a:hover
+{
+       color: #cc0000;
+}
+
+.navbar,.th,.app_header
+{
+       background-color: #80BBFF;
+}
+
+.login,.portal,.about
+{
+       background-color: #80BBFF;
+       border-color: #000000;
+}
+
+.portal_text,.info
+{
+       color: #FFFFFF;
+}
+
+.row_on,.th_bright
+{
+       background-color: #CCEEFF;
+}
+
+.msgbox
+{
+       background-color: #FFFFFF;
+}
+
+.row_off
+{
+       background-color: #DDF0FF;
+}
+
+.cal_today
+{
+       background-color: #FFFFCC;
+}
+
+.cal_dayview
+{
+       background-color: #C0C0C0;
+}
+
+.email_folder
+{
+       background-color: #7090FF;
+       color: #FFFFFF;
+}
+
+a.info,.info
+{
+       font-weight: bold;
+}
+
+-->
+</style>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]