source: branches/2.0/phpgwapi/templates/default/login.css @ 1863

Revision 1863, 3.2 KB checked in by niltonneto, 14 years ago (diff)

Ticket #830 - Corrigido problema de exibição do link Ajuda no login.

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