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 *
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
12#conteudo {
13        background:url(../../../phpgwapi/templates/default/images/back_pagina.jpg) repeat-x #fff;
14}
15
16#conteudo_corpo{
17        margin:auto 0; width:770px;
18}
19
20#superior {
21        background: url(../../../phpgwapi/templates/default/images/fundo1.jpg) no-repeat top left;
22        height:340px;
23}
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
44.button {
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;
88        margin-top:0px;
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 {
103        font-family: Verdana, Arial, Helvetica, sans-serif;
104        font-size: 11px;
105        color: #000066;
106        padding-top: 0px;
107}
108
109.msgInicial {
110        font-family: Verdana, Arial, Helvetica, sans-serif;
111        height: 15px;
112        font-size: 12px;
113        color: #000066;
114        font-weight: bold;
115        padding-top: 0px;
116        padding-left: 22px;
117}
Note: See TracBrowser for help on using the repository browser.