phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/templates/base/css base.css login.css


From: Sigurd Nes
Subject: [Phpgroupware-cvs] property/templates/base/css base.css login.css
Date: Mon, 30 Oct 2006 10:21:11 +0000

CVSROOT:        /sources/phpgroupware
Module name:    property
Changes by:     Sigurd Nes <sigurdne>   06/10/30 10:21:11

Added files:
        templates/base/css: base.css login.css 

Log message:
        More work on limited version for external users

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/property/templates/base/css/base.css?cvsroot=phpgroupware&rev=1.1
http://cvs.savannah.gnu.org/viewcvs/property/templates/base/css/login.css?cvsroot=phpgroupware&rev=1.1

Patches:
Index: base.css
===================================================================
RCS file: base.css
diff -N base.css
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ base.css    30 Oct 2006 10:21:11 -0000      1.1
@@ -0,0 +1,74 @@
+body, div, input, p, select, textarea
+{
+       font-family: Verdana, Arial, Helvetica, sans-serif;
+       font-size: 11px;
+}
+
+a
+{
+       text-decoration: none;
+}
+
+a:hover, a:active
+{
+       text-decoration: underline;
+}
+
+img
+{
+       border: 0px;
+}
+
+label, input[type=text], input[type=password], input[type=checkbox], 
input[type=radio], select, textarea
+{
+       margin-bottom: 8px;
+}
+
+label, input[type=text], input[type=password], select, textarea
+{
+       display: block;
+       float: left;
+       margin-bottom: 8px;
+       width: 250px;
+}
+
+label
+{
+       text-align: right;
+       width: 150px;
+       padding-right: 10px;
+       font-weight: bold;
+}
+
+textarea
+{
+       white-space: normal;
+}
+
+br
+{
+       clear: left;
+}
+
+thead
+{
+       background-color: #d3dce3;
+       font-weight: bold;
+       text-align: center;
+}
+
+.button_group
+{
+       text-align: center;
+}
+
+.link_group
+{
+       text-align: center;
+}
+.msg
+{
+       color: #f00;
+       font-weight: bold;
+       text-align: center;
+}

Index: login.css
===================================================================
RCS file: login.css
diff -N login.css
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ login.css   30 Oct 2006 10:21:11 -0000      1.1
@@ -0,0 +1,90 @@
+body
+{
+#      background: #537991 url('../images/logo-large.png') no-repeat fixed top 
left;
+#      color: #999
+}
+
+body.MSIE
+{
+       background-image: none;
+       height: 100%;
+       
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='phpgwapi/templates/base/images/logo-large.png',
 sizingMethod='crop');
+}
+
+/* styles for IE 5 Mac */
+#horizon
+{
+       background-color: transparent;
+       position: absolute;
+       top: 100px;
+       left: 175px;
+}
+ 
+/* following rules are invisible to IE 5 \*/
+#horizon
+{
+       top: 50%;
+       left: 0px;
+       width: 100%;
+       margin-top: -175px;
+       min-width: 800px; 
+}
+/* end IE 5 hack */ 
+         
+input[type=text], input[type=password], select
+{
+       width: 100px;
+}
+
+input, select
+{
+       background: #fff;
+       border: 1px solid #537991;
+       color: #537991;
+}
+
+label
+{
+       margin-left: 50px;
+}
+
+#loginbox
+{
+       background-color: #fff;
+       border: 1px solid #999;
+       margin: 0px auto;
+       width: 450px;
+
+       -moz-border-radius: 15px;
+}
+
+#logintitle
+{
+       background-color: #ccc;
+       border-bottom: 1px solid #537991;
+       color: #537991;
+       font-size: large;
+       margin-bottom: 25px;
+       padding: 5px;
+
+       -moz-border-radius-topleft: 15px;
+       -moz-border-radius-topright: 15px;
+}
+
+#loginmsg, #loginmsg a, #testjs, #testjs a
+{
+       color: #fff;
+       margin: 25px auto;
+       text-align: center;
+       width: 700px;
+}
+
+#testjs
+{
+       font-weight: bold;
+}
+
+#version
+{
+       text-align: right;
+}




reply via email to

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