source: trunk/phpgwapi/templates/news/login.css @ 5159

Revision 5159, 4.0 KB checked in by niltonneto, 12 years ago (diff)

Ticket #2276 - Resincronizando as revisões deste ticket para o Trunk.

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/news/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/news/images/fundo3.jpg) no-repeat top left;
35        height:340px;
36}
37
38#login {
39        text-align:left;
40        position: relative;
41        top: 49px;
42        left: -186px;
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/news/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        left: 30px;
73        position: relative;
74        float: left;
75        background: url("../../../phpgwapi/templates/news/images/corpo.jpg") repeat-y;
76}
77
78#reflexo {
79        background:url(../../../phpgwapi/templates/news/images/topo_reflexo.jpg) no-repeat center top; 
80}
81
82.button:hover {
83        background:url(../../../phpgwapi/templates/news/images/back_botao_over.jpg) #FD9C0E no-repeat top left;
84        color:#1F4F7E;
85}
86
87#inferior {
88        background: url(../../../phpgwapi/templates/news/images/fundo4.jpg) no-repeat top left;
89        height:146px;
90}
91
92#rodape {
93        text-align:left;
94        width:100%;
95        position: relative;
96        margin:0;
97}
98
99#rodape_login {
100        background: #FFF url("../../../phpgwapi/templates/news/images/rodape.jpg") no-repeat;
101        height: 41px;
102        clear: both;
103}
104
105#rodape table {
106        width:250px;
107        font-family:  Arial, Verdana,Helvetica, sans-serif;
108        font-size:11px;
109        color: #666666;
110        text-align:right;
111        margin-left:108px;
112}
113
114#alterna_login {
115        clear: both;
116        text-align: left;
117        padding-left: 11px;
118        padding-top: 5px;
119}
120
121#alterna_login img {
122        margin-right: 5px;
123        vertical-align: middle;
124}
125
126#alterna_login a {
127        color: #fff;
128        font-family: Arial, Verdana, Helvetica, sans-serif;
129        font-size: 11px;
130        font-weight: bold;
131        text-decoration: none;
132        margin: 0px;
133        padding: 0px;
134}
135
136#alterna_login a:hover {
137        color: #fff !important;
138        text-decoration: underline !important;
139}
140
141.ajuda {
142        text-align: left;
143        padding-left: 11px;
144        padding-top: 9px;
145}
146
147.ajuda img {
148        vertical-align: middle;
149}
150
151.ajuda a {
152        font-family: Arial, Verdana, Helvetica, sans-serif;
153        font-size: 11px;
154        color: #FFF !important;
155        margin-top: 10px;
156        margin-left: 11px;
157        font-weight: bold;
158        text-decoration: none;
159}
160
161.ajuda a:hover {
162        text-decoration:underline;
163}
164
165.login_Label {
166        font-family: Verdana, Arial, Helvetica, sans-serif;
167        font-size: 11px;
168        color: #000066;
169        padding-top: 0px;
170        padding-bottom: 3px;
171}
172
173.msgInicial {
174        font-family: Verdana, Arial, Helvetica, sans-serif;
175        height: 15px;
176        font-size: 12px;
177        color: #000066;
178        font-weight: bold;
179        padding-bottom: 13px;
180        padding-left: 0px;
181}
182
183.titulo_login {
184        font-family:  Arial, Verdana,Helvetica, sans-serif;
185        font-size: 14px;
186        color: #85A9CF;
187        font-weight: bold;
188        width:250px;
189        text-transform:uppercase;
190        line-height:22px;
191        padding:2px;
192}
193#news {
194        position:relative;
195        float:left;     
196        left:400px;     
197        top:95px;               
198        width:250px;   
199}
200#news_block {
201        overflow: hidden;
202        width:250px;
203        height:115px;   
204        font-family:Arial, Helvetica, sans-serif;
205        font-size:12px;
206        text-align:justify;     
207        background: #fff;
208        border:2px solid #71a8eb;               
209}
210#news_subject{
211        margin:7px 0px 0px 7px;
212}
213#news_content{
214        margin:7px 7px 0px 7px;
215}
216.news_button_over{
217        cursor:pointer;
218        border:1px solid white;
219               
220}
221.news_button{           
222        border:1px solid transparent;
223}
Note: See TracBrowser for help on using the repository browser.