phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] phpgwapi/templates/verdilak/css styles.css


From: Sigurd Nes
Subject: [Phpgroupware-cvs] phpgwapi/templates/verdilak/css styles.css
Date: Mon, 13 Mar 2006 14:12:36 +0000

CVSROOT:        /sources/phpgwapi
Module name:    phpgwapi
Branch:         
Changes by:     Sigurd Nes <address@hidden>     06/03/13 14:12:35

Modified files:
        templates/verdilak/css: styles.css 

Log message:
        

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/phpgwapi/phpgwapi/templates/verdilak/css/styles.css.diff?tr1=1.2&tr2=1.3&r1=text&r2=text

Patches:
Index: phpgwapi/templates/verdilak/css/styles.css
diff -u phpgwapi/templates/verdilak/css/styles.css:1.2 
phpgwapi/templates/verdilak/css/styles.css:1.3
--- phpgwapi/templates/verdilak/css/styles.css:1.2      Sun May 15 14:36:28 2005
+++ phpgwapi/templates/verdilak/css/styles.css  Mon Mar 13 14:12:35 2006
@@ -1,149 +1,174 @@
-body,p,td,th,table,input,form,option
-{
-       background-color: #fff;
-       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
-{
-       color:  #000;
-       margin: 0em;
-}
-
-table
-{
-       border-width: 0;
-}
-
-td.alarm
-{
-       color: #f00;
-}
-
-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;
-}
-
-a:link,a:visited,a:active
-{
-       color: mediumblue;
-}
-
-a:hover
-{
-       color: #c00;
-}
-
-.navbar,.th,.app_header
-{
-       background-color: #80BBFF;
-}
-
-.login,.portal,.about
-{
-       background-color: #80BBFF;
-       border-color: #000000;
-}
-
-.portal_text,.info
-{
-       color: #fff;
-}
-
-.row_on,.th_bright
-{
-       background-color: #cef;
-}
-
-.msgbox
-{
-       background-color: #fff;
-}
-
-.row_off
-{
-       background-color: #DDF0FF;
-}
-
-.cal_today
-{
-       background-color: #ffc;
-}
-
-.cal_dayview
-{
-       background-color: #C0C0C0;
-}
-
-.email_folder
-{
-       background-color: #7090FF;
-       color: #FFFFFF;
-}
-
-a.info,.info
-{
-       font-weight: bold;
-}
-
-
+<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:visted{ 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]