phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] phpgwapi/templates/idots/css login.css, 1.1 base.css,


From: skwashd
Subject: [Phpgroupware-cvs] phpgwapi/templates/idots/css login.css, 1.1 base.css, 1.1
Date: Thu, 24 Feb 2005 15:57:28 -0000

Update of phpgwapi/templates/idots/css

Added Files:
     Branch: MAIN
            login.css 
            base.css 

Log Message:
new xhtml login template and some css

====================================================
Index: login.css
body
{
        background: #fff url('../../base/images/logo-large.png') no-repeat 
fixed top left;
        color: #069;
}

/* 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: #e5e5e5;
        border: 1px solid #069;
        margin: 0px auto;
        width: 450px;
}

#logintitle
{
        background-image: url(../images/boxbg.png);
        border-bottom: 1px solid #069;
        color: #000;
        font-weight: bold;
        margin-bottom: 25px;
        padding: 5px;
        text-align: center;
}

#loginmsg, #loginmsg a, #testjs, #testjs a
{
        margin: 25px auto;
        text-align: center;
        width: 700px;
}

#testjs
{
        font-weight: bold;
}

#version
{
        text-align: right;
}

====================================================
Index: base.css
body, div, input, p, select, textarea
{
        color: #069;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
}

a
{
        color: #f93;
        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
{
        display: block;
        float: left;
        margin-bottom: 8px;
}

input[type=text], input[type=password], select
{
        width: 250px;
}

label
{
        text-align: right;
        width: 150px;
        padding-right: 10px;
        font-weight: bold;
}

br
{
        clear: left;
}

thead
{
        background-color: #d3dce3;
        font-weight: bold;
        text-align: center;
}

.button_group
{
        text-align: center;
}

.msg
{
        color: #f00;
        font-weight: bold;
        text-align: center;
}






reply via email to

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