source: tapas/web/resources/css/TwitterLogin/front.css @ 816

Last change on this file since 816 was 816, checked in by rboipsl, 9 years ago

copy date
One transmission
mise a jour sur champs
changement couleur en demi-deuil

File size: 4.3 KB
Line 
1#content {
2    width: 520px;
3    min-height: 500px;
4}
5
6/*a:link, a:visited {*/
7    /*color: #27b;*/
8    /*text-decoration: none;*/
9/*}*/
10
11/*a:hover {*/
12/*text-decoration: underline;*/
13/*}*/
14
15a img {
16    border-width: 0;
17}
18
19#topnav {
20    /*padding: 10px 0px 12px;*/
21    font-size: 11px;
22    line-height: 23px;
23    text-align: right;
24}
25
26#topnav a.signin {
27
28    padding: 4px 6px 6px;
29    text-decoration: none;
30    font-weight: bold;
31    color: #fff;
32    top: 9px;
33    *background: transparent url("images/signin-nav-bg-ie.png") no-repeat 0 0;
34    *padding: 4px 12px 6px;
35}
36
37#topnav a.signin:hover {
38
39    *background: transparent url("images/signin-nav-bg-hover-ie.png") no-repeat 0 0;
40    *padding: 4px 12px 6px;
41    color: #ff7c25;
42}
43
44#topnav a.signin, #topnav a.signin:hover {
45    *background-position: 0 3px !important;
46    color: #bfafd6;
47}
48
49a.signin {
50    position: relative;
51    margin-left: 3px;
52}
53
54a.signin span {
55    background-image: url("images/toggle_down_light.png");
56    background-repeat: no-repeat;
57    background-position: 100% 50%;
58    padding: 4px 20px 6px 0;
59}
60
61#topnav a.menu-open {
62    -moz-border-radius-topleft: 4px;
63    -moz-border-radius-topright: 4px;
64    background: #59427b !important;
65    color: black !important;
66    outline: none;
67}
68
69#small_signup {
70    display: inline;
71    float: none;
72    line-height: 23px;
73    margin: 25px 0 0;
74    width: 170px;
75}
76
77a.signin.menu-open span {
78    background-image: url("images/toggle_up_dark.png");
79    color: white ;
80}
81
82#signin_menu {
83    -moz-border-radius: 4px;
84    -webkit-border-top-left-radius: 4px;
85    -webkit-border-bottom-left-radius: 4px;
86    -webkit-border-bottom-right-radius: 4px;
87    display: none;
88    background-color: #59427b;
89    position: absolute;
90    width: 210px;
91    z-index: 100;
92    border: 1 ;
93    text-align: left;
94    padding: 16px;
95    top: 24.5px;
96    right: -2px;
97    margin-top: 5px;
98    margin-right: 0px;
99    margin-right: -1px;
100    color: white;
101    font-size: 11px;
102}
103
104#signin_menu input[type=text], #signin_menu input[type=password] {
105    display: block;
106    -moz-border-radius: 4px;
107    -webkit-border-radius: 4px;
108    border: 1px solid #825fb7;
109    font-size: 13px;
110    margin: 0 0 5px;
111    padding: 5px;
112    width: 203px;
113}
114
115#signin_menu p {
116    margin: 0;
117}
118
119/*#signin_menu a {
120    color: #574176;
121} */
122
123#signin_menu label {
124    font-weight: normal;
125}
126
127#signin_menu p.remember {
128    padding: 10px 0;
129}
130
131#signin_menu p.forgot, #signin_menu p.complete, #signin_menu p.inscription {
132    clear: both;
133    margin: 5px 0;
134}
135
136/*#signin_menu a {
137    color: #574176 !important;
138} */
139
140#signin_menu a{
141    color:#c0afd6;
142}
143
144#signin_menu a:hover{
145    color:white;
146}
147
148#signin_submit {
149    -moz-border-radius: 4px;
150    -webkit-border-radius: 4px;
151    background: #825fb7 url('images/bg-btn-blue.png') repeat-x scroll 0 0;
152    border: 1px solid #825fb7;
153    color: #ffffff;
154    padding: 4px 10px 5px;
155    font-size: 11px;
156    margin: 0 5px 0 0;
157    font-weight: bold;
158    border-radius:8px;
159}
160
161#signin_submit::-moz-focus-inner {
162    padding: 0;
163    border: 0;
164}
165
166#signin_submit:hover, #signin_submit:focus {
167    background-position: 0 -5px;
168    cursor: pointer;
169    color: #59427b;
170    border-radius:8px;
171}
172
173.tipsy-inner {
174    padding: 10px 15px;
175    line-height: 1.5em;
176    font-weight: bold;
177}
178
179.tipsy {
180    opacity: .8;
181    filter: alpha(opacity = 80);
182    background-repeat: no-repeat;
183    padding: 5px;
184}
185
186.tipsy-inner {
187    padding: 8px 8px;
188    max-width: 200px;
189    font: 11px 'Lucida Grande', sans-serif;
190    font-weight: bold;
191    -moz-border-radius: 4px;
192    -khtml-border-radius: 4px;
193    -webkit-border-radius: 4px;
194    border-radius: 4px;
195    background-color: black;
196    color: white;
197    text-align: left;
198}
199
200.tipsy-north {
201    background-image: url(images/tipsy-north.gif);
202    background-position: top center;
203}
204
205.tipsy-south {
206    background-image: url(images/tipsy-south.gif);
207    background-position: bottom center;
208}
209
210.tipsy-east {
211    background-image: url(images/tipsy-east.gif);
212    background-position: right center;
213}
214
215.tipsy-west {
216    background-image: url(images/tipsy-west.gif);
217    background-position: left center;
218}
Note: See TracBrowser for help on using the repository browser.