phpgroupware-cvs
[Top][All Lists]
Advanced

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

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


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

Update of phpgwapi/templates/idsociety/css

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

Log Message:
new xhtml login template and some css

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

/* 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 #ccc;
}

label
{
        margin-left: 50px;
}

#loginbox
{
        background-color: #adadad;
        border: 1px solid #999;
        margin: 0px auto;
        width: 450px;
}

#logintitle
{
        background-color: #ccc;
        border-bottom: 1px solid #ccc;
        color: #525252;
        font-size: large;
        margin-bottom: 25px;
        padding: 5px;
}

#loginmsg, #loginmsg a, #testjs, #testjs a
{
        color: #000;
        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
{
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
}

a
{
        text-decoration: none;
        color: #369;
}

a:hover
{
        color: #c00;
}
a:active
{
        color: #f00;
}

body
{
        background-color: #ccc;
        margin: 0px;
}


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]