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

Revision 1096, 3.0 KB checked in by niltonneto, 15 years ago (diff)

Ticket #475 - Alteração revertida para [1049]. Alterações no login.

  • 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}
[1096]11
12a:link {
13        color: #999;
[1049]14}
[1096]15
[938]16#conteudo {
17        background:url(../../../phpgwapi/templates/default/images/back_pagina.jpg) repeat-x #fff;
[922]18}
[938]19
20#conteudo_corpo{
21        margin:auto 0; width:770px;
[922]22}
[938]23
24#superior {
25        background: url(../../../phpgwapi/templates/default/images/fundo1.jpg) no-repeat top left;
26        height:340px;
[922]27}
[938]28
29#login {
30        text-align:left;
31        position: relative;
[955]32        top: 80px;
[938]33        right:162px;
34}
35
36#login td {
37        text-align:left;
38}
39
40.login_label {
41        font-family:  Arial, Verdana,Helvetica, sans-serif;
42        font-size: 12px;
43        color: #003366;
44        font-weight: bold;
45}
46
47
[922]48.button {
[938]49        background:url(../../../phpgwapi/templates/default/images/back_botao.jpg) #1F4F7E no-repeat scroll left top;
50        color:#fff;
51        font-family: Arial,Verdana, Helvetica, sans-serif;
52        font-size:12px;
53        padding-top:2px 4px 2px 4px;
54        margin:2px 1px 0pt;
55        border: medium none;
56        font-weight: bold;
57        height:31px;
58        width:83px;
59}
60
[963]61#caixa_login {
62        width: 262px;
63        margin-right:10px;                     
64        background: url("../../../phpgwapi/templates/default/images/corpo.jpg") repeat-y;
65}
[938]66
[963]67#reflexo {
68        background:url(../../../phpgwapi/templates/default/images/topo_reflexo.jpg) no-repeat center top;
69}
70
[938]71.button:hover {
72        background:url(../../../phpgwapi/templates/default/images/back_botao_over.jpg) #FD9C0E no-repeat top left;
73        color:#1F4F7E;
74}
75
76#inferior {
77        background: url(../../../phpgwapi/templates/default/images/fundo2.jpg) no-repeat top left;
78        height:146px;
79}
80
81#rodape {
82        text-align:left;
83        width:100%;
84        position: relative;
85        margin:0;
86}
87
[963]88#rodape_login {
89        background: #FFF url("../../../phpgwapi/templates/default/images/rodape.jpg") no-repeat;
90        height: 41px;
91        clear: both;
92}
93
[938]94#rodape table {
95        width:250px;
96        font-family:  Arial, Verdana,Helvetica, sans-serif;
97        font-size:11px;
98        color: #666666;
99        font-weight:bold;
100        text-align:right;
101        margin-left:108px;
102        _margin-left:58px;
103}
104
105.ajuda {
[963]106        text-align:left;
107        position:relative;
108        top: 15px;
109        margin-left:50px;
[938]110}
111.ajuda a {
112        font-family:  Arial, Verdana,Helvetica, sans-serif;
113        font-size:11px;
114        color: #FFF;
115        font-weight:bold;
116        text-decoration:none;
117}
118
119.ajuda a:hover {
120        text-decoration:underline;
121}
122
123.login_Label {
[922]124        font-family: Verdana, Arial, Helvetica, sans-serif;
[938]125        font-size: 11px;
126        color: #000066;
127        padding-top: 0px;
[922]128}
[938]129
130.msgInicial {
[922]131        font-family: Verdana, Arial, Helvetica, sans-serif;
[938]132        height: 15px;
[963]133        font-size: 12px;
[922]134        color: #000066;
[938]135        font-weight: bold;
[963]136        padding-bottom: 13px;
137        padding-left: 0px;
[922]138}
[963]139
140.titulo_login {
141        font-family:  Arial, Verdana,Helvetica, sans-serif;
142        font-size: 14px;
143        color: #85A9CF;
144        font-weight: bold;
145        width:220px;
146        text-transform:uppercase;
147        line-height:22px;
148        padding:2px;
149}
Note: See TracBrowser for help on using the repository browser.