source: trunk/phpgwapi/templates/azul/login.css @ 939

Revision 939, 2.3 KB checked in by amuller, 15 years ago (diff)

Ticket #475 - Arrumando tela de login do template "azul" futuro default

  • Property svn:executable set to *
RevLine 
[922]1body{
2        margin-top: 0;
3        margin-bottom: 0;
4        margin-left: 0;
5        margin-right: 0;
6        padding-top: 0;
7        padding-bottom: 0;
8        padding-left: 0;
9        padding-right: 0;
10}
11
[938]12#conteudo {
13        background:url(../../../phpgwapi/templates/default/images/back_pagina.jpg) repeat-x #fff;
[922]14}
[938]15
16#conteudo_corpo{
17        margin:auto 0; width:770px;
[922]18}
[938]19
20#superior {
21        background: url(../../../phpgwapi/templates/default/images/fundo1.jpg) no-repeat top left;
22        height:340px;
[922]23}
[938]24
25#login {
26        text-align:left;
27        position: relative;
28        top: 116px;
29        right:162px;
30}
31
32#login td {
33        text-align:left;
34}
35
36.login_label {
37        font-family:  Arial, Verdana,Helvetica, sans-serif;
38        font-size: 12px;
39        color: #003366;
40        font-weight: bold;
41}
42
43
[922]44.button {
[938]45        background:url(../../../phpgwapi/templates/default/images/back_botao.jpg) #1F4F7E no-repeat scroll left top;
46        color:#fff;
47        font-family: Arial,Verdana, Helvetica, sans-serif;
48        font-size:12px;
49        padding-top:2px 4px 2px 4px;
50        margin:2px 1px 0pt;
51        border: medium none;
52        font-weight: bold;
53        height:31px;
54        width:83px;
55}
56
57
58.button:hover {
59        background:url(../../../phpgwapi/templates/default/images/back_botao_over.jpg) #FD9C0E no-repeat top left;
60        color:#1F4F7E;
61}
62
63#inferior {
64        background: url(../../../phpgwapi/templates/default/images/fundo2.jpg) no-repeat top left;
65        height:146px;
66}
67
68#rodape {
69        text-align:left;
70        width:100%;
71        position: relative;
72        margin:0;
73}
74
75#rodape table {
76        width:250px;
77        font-family:  Arial, Verdana,Helvetica, sans-serif;
78        font-size:11px;
79        color: #666666;
80        font-weight:bold;
81        text-align:right;
82        margin-left:108px;
83        _margin-left:58px;
84}
85
86.ajuda {
87        height:20px;
[939]88        margin-top:0px;
[938]89}
90.ajuda a {
91        font-family:  Arial, Verdana,Helvetica, sans-serif;
92        font-size:11px;
93        color: #FFF;
94        font-weight:bold;
95        text-decoration:none;
96}
97
98.ajuda a:hover {
99        text-decoration:underline;
100}
101
102.login_Label {
[922]103        font-family: Verdana, Arial, Helvetica, sans-serif;
[938]104        font-size: 11px;
105        color: #000066;
106        padding-top: 0px;
[922]107}
[938]108
109.msgInicial {
[922]110        font-family: Verdana, Arial, Helvetica, sans-serif;
[938]111        height: 15px;
112        font-size: 12px;
[922]113        color: #000066;
[938]114        font-weight: bold;
115        padding-top: 0px;
116        padding-left: 22px;
[922]117}
Note: See TracBrowser for help on using the repository browser.