source: trunk/phpgwapi/templates/default/login.css @ 1151

Revision 1151, 3.1 KB checked in by amuller, 15 years ago (diff)

Ticket #475 - Mudando o nome dos templates azul para default e celepar para classic

  • 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-top: 15px;
116        margin-left:50px;
117}
118.ajuda a {
119        font-family:  Arial, Verdana,Helvetica, sans-serif;
120        font-size:11px;
121        color: #FFF;
122        font-weight:bold;
123        text-decoration:none;
124}
125
126.ajuda a:hover {
127        text-decoration:underline;
128}
129
130.login_Label {
131        font-family: Verdana, Arial, Helvetica, sans-serif;
132        font-size: 11px;
133        color: #000066;
134        padding-top: 0px;
135}
136
137.msgInicial {
138        font-family: Verdana, Arial, Helvetica, sans-serif;
139        height: 15px;
140        font-size: 12px;
141        color: #000066;
142        font-weight: bold;
143        padding-bottom: 13px;
144        padding-left: 0px;
145}
146
147.titulo_login {
148        font-family:  Arial, Verdana,Helvetica, sans-serif;
149        font-size: 14px;
150        color: #85A9CF;
151        font-weight: bold;
152        width:220px;
153        text-transform:uppercase;
154        line-height:22px;
155        padding:2px;
156}
Note: See TracBrowser for help on using the repository browser.