phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] phpgwapi/templates/simple/css simple.css


From: Dave Hall
Subject: [Phpgroupware-cvs] phpgwapi/templates/simple/css simple.css
Date: Sun, 17 Dec 2006 23:46:40 +0000

CVSROOT:        /sources/phpgwapi
Module name:    phpgwapi
Changes by:     Dave Hall <skwashd>     06/12/17 23:46:40

Added files:
        templates/simple/css: simple.css 

Log message:
        make the css file name consistent and properly formatted

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/phpgwapi/templates/simple/css/simple.css?cvsroot=phpgwapi&rev=1.1

Patches:
Index: simple.css
===================================================================
RCS file: simple.css
diff -N simple.css
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ simple.css  17 Dec 2006 23:46:40 -0000      1.1
@@ -0,0 +1,49 @@
+a, a:visited
+{
+       text-decoration:none;
+       color: blue;
+}
+
+
+a:active, a:hover
+{
+       text-decoration:none;
+       color: red;
+}
+
+body
+{
+       margin-top: 0px;
+       margin-right: 0px;
+       margin-left: 0px;
+       font-family: Arial, Helvetica, san-serif;
+}
+
+.row_on
+{
+       color: #000;
+       background-color: #ddd;
+}
+
+.row_off
+{
+       color: #000;
+       background-color: #eee;
+}
+
+th
+{
+       color: #000;
+       background-color: #d3dce3;
+}
+
+.tablink
+{
+       color: #000000;
+}
+
+img, input[type=image]
+{
+       border: 0px;
+}
+




reply via email to

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