MyAcc: css
[unfold.git] / portal / static / css / account_view.css
1 /*****************************************************************
2 Motivated from Geni clearing house
3 ********************/
4
5 * {
6         margin: 0;
7         padding: 0;
8 }
9
10 fieldset, img {
11         border: 0;
12 }
13
14
15
16 /************************
17 * GENERAL
18 ************************/
19
20 body {
21         background-color: #fff;
22         /* font-family: "Segoe UI", "Lucida Grande", "Helvetica" , sans-serif;
23         font-size: 12pt; */
24         min-width: 1000px; /* ADDED July 2012 */
25         margin: 0px auto; /* ADDED Aug 14, 2012 */
26 }
27
28 ol {
29     list-style-position: inside;
30 }
31
32 a {
33     text-decoration: none;
34     color: #0066FF;
35 }
36
37 code {
38     font-family: "Consolas", "Lucida Console", "Monaco", "Courier New";
39 }
40
41 .odd {
42     background-color: #fff;
43 }
44
45 .even {
46     background-color: #eee;
47 }
48
49
50 /************************
51 * LAYOUT
52 ************************/
53
54 /***** Header *****/
55
56 #header {
57     width: 900px;   /* Edited Aug 14, 2012  prev width:70%*/
58     margin: 30px auto 20px auto;
59 }
60
61 #header #logo {
62     font-size: 42px;  /* Edited Sept 28, 2012  prev value :36pt*/
63     font-weight: bold;
64 }
65
66 #header #logo a {
67     color: #000;
68 }
69
70 #header #caption {
71     margin-left: 20px;
72     font-size: 13.3333px; 
73 }
74
75 #header #caption a {
76         color: #0066FF;
77 }
78
79
80 /***** Navigator *****/
81
82 #navigator {
83     border-bottom: 3px solid #222;
84     width: 100%;
85     margin: 0 auto;  /* ADDED Aug 14, 2012 */
86 }
87
88 #tabs {
89     margin: 0 auto; 
90     width: 900px; /* Editied Aug 14, 2012 prev width: 70% */
91 }
92
93 #meta {
94     float: right;
95     font-size: 13pt;
96     margin: 5px 0;
97 }
98
99 #meta a.logout {
100     color: red;
101 }
102
103 #tabs table {
104     border-collapse: collapse;
105     border-spacing: 0;
106 }
107
108 #tabs table tr td {
109    padding: 5px 15px;
110    font-size: 14pt;
111    border-top: 1px solid #222;
112    border-right: 2px solid #222;
113    border-left: 2px solid #222;
114 }
115
116 #tabs table tr td a {
117     color: #000;
118 }
119
120 #tabs table tr td.active {
121     background-color: #222;
122     color: #fff;
123 }
124
125 #tabs table tr td.active a {
126     color: #fff;
127 }
128
129
130 /***** Main *****/
131
132 #main {
133     width: 100%;
134     height: 400px;
135     padding: 40px 0;
136     background-image: url(../images/bg.png);
137     background-repeat: repeat-x;
138 }
139
140 #middle {
141    margin: 0 auto;
142    width: 900px;  /* Edited Aug 14, 2012 prev width:70% */
143   padding-bottom: 60px;
144 }
145
146
147 /***** Notifications *****/
148
149 .warning2 {
150         border: 1px solid red;
151         margin: 20px 60px;
152         padding: 10px 20px;
153         color: red;
154         background-color: #f2dbdb;
155         text-align: center;
156 }
157 .message {
158         border: 1px solid green;
159            max-width : 682px;  /* ADDED July 2012 */
160         margin: 20px 60px;
161         padding: 10px 20px;
162         color: green;
163         font-weight: normal;
164         background-color: #CCFFCC;
165         text-align: center;
166 }
167
168 .tooltip {
169         background-color: #efefef;
170         color: #333;
171         font-size: 10pt;
172         padding: 3px;
173     border: solid 1px #333;
174         z-index:100;
175 }
176
177 ul.errorlist li {
178         color: red;
179         font-weight: normal;
180         font-size: 10pt;
181         background-color: #f2dbdb;
182     padding: 3px;
183     list-style-position: inside;
184 }
185
186 #learn-about-seattle {
187    /* max-width : 70%;*/
188     text-align : center;
189     background-color : #ded;
190     border : 1px solid #0a0;
191     padding : 1em;
192     margin-top : 1em;
193     margin-bottom : 1em;
194     font-size : 1.3em;
195 }
196
197
198
199
200 table.mytable { border-collapse: collapse; border: 1px solid #839E99;background: #f1f8ee; font: .9em/1.2em Georgia, "Times New Roman", Times, serif; color: #033;  table-layout:fixed; width:870px}
201 .mytable td, th { padding: 3px 3px .75em 3px; line-height: 1.3em; }
202 .mytable th { background: #839E99; color: #fff; font-weight: bold;  padding-right: .5em; vertical-align: top; text-align:center }
203 .mytable  td {word-wrap: break-word; text-align:center}
204 tr.border_bottom td {border-bottom:1pt solid green;}
205
206
207 /******************************
208 * STYLE FOR PERSONAL DETAILS TABLE
209 *******************************/
210
211 h1 { 
212   font-size: 1.8em; 
213   border-bottom: 1px solid #bbb; 
214   width: 70%; 
215   min-width: 688px;
216 }
217
218 #info {
219   background-color : #839E99;
220   border : 1px solid #839E99;
221   padding : 1em;
222   margin-bottom : 1em;
223 }
224
225 #error_msg {
226   background-color : #f2dbdb;
227   border : 1px solid red;
228   padding : 1em;
229   margin-bottom : 1em;
230 }
231
232 ul.errorlist li {
233         font-size: 12pt;
234   padding: 0px;
235 }
236
237 /* ADDED July 27, 2012 to fix the table collapsing on itself when the browser is below a certain size */
238 table.profile {  
239   border-collapse: collapse;
240   border-spacing: 0;
241   width: 70%;
242   min-width: 703px;
243   color: black;  
244 }
245
246 table.profile tr td.key {
247   text-align: right;
248   height: 30px;
249         font-size: 16px;
250   font-weight: bold;
251   width: 160px;
252 }
253
254 table.profile tr td.value {
255   padding-left: 20px;   
256     min-width: 500px; /* ADDED July 27, 2012 */
257 }
258
259 table.profile button { 
260   width: 80px;
261   vertical-align: middle;
262   float: right;
263   margin-right: 15px;
264 }
265
266 #delete {
267   width: 80px;
268   vertical-align: middle;
269   float: right;
270   margin-right: 15px;
271
272 }
273
274 #upload_key {
275   width: 80px;
276   vertical-align: middle;
277   float: right; 
278   margin-right: 15px;
279
280 }
281
282
283
284 table.profile span.hide_this{ 
285         display: inline;
286         display: none;
287 }
288
289 table.profile form{ 
290         display:inline;
291 }
292
293 #download {
294   float: right;
295   border: 2px solid #666;
296   background-color: #fff;
297   padding: 10px;
298   margin-right: 0px;
299   text-align: center;
300   font-weight: bold;
301 }
302
303 #download a img {
304   display: block;
305   width: 150px;
306 }
307
308 #download a {
309   color: black;
310 }
311
312 #download_pubkey_form {
313   display : inline;     
314 }
315 /* ADDED(everything below) Aug 14, 2012 */
316 #generate_api {
317   width: 175px;
318 }
319
320 #change_key form {
321   display: inline;
322   width: 688px; 
323 }
324
325 #generate_keypair {
326   position:relative;
327   width: 175px;
328   float: right;
329   margin-right: 15px;
330
331 }
332 #edit_password table {
333  display:inline;
334  margin: auto;
335   border-collapse: collapse;
336   border-spacing: 0;
337   padding-left: 5px;
338   width: 100%;
339 }
340
341 #edit_password td.field {
342   padding-left: 5px;
343
344 }
345
346 .wide_button {
347   width: 175px;
348 }
349
350 .api_cell {
351   color:red;
352 }
353
354 .api_cell:hover {
355   text-decoration: underline; 
356 }
357
358 img.help {
359   position: relative;
360   float: left;
361   left: 162px;
362   display: none;
363   /* when a negative margin is applied to right or bottom
364   it allows the element to overlap
365   */
366   margin-bottom: -50px;
367 }
368
369 #id_email {
370   width: 200px; 
371 }
372
373 #aff_list {
374   width: 200px;
375 }
376 #name {
377   width: 200px;
378 }
379
380 /*Added Sept 2012 to fix long api keys creating a new line*/
381 #api_key {
382   color: red;
383   font-family: courier;
384 }
385
386 #up_arrow {
387   height: 36px;
388   width: 36px;
389   float: right;
390   position: relative;
391   margin-right: 132px;
392   /*when a negative margin is applied to right or bottom
393   it allows the element to overlap
394   */
395   margin-bottom:-50px;
396 }