MyAccount: Generate keys+Upload keys Ok [users needs to have account on myslice to...
[myslice.git] / portal / static / css / account_view_html.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 .warning {
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 .warning2 {
158         border: 1px solid red;
159         margin: 20px 60px;
160         padding: 10px 20px;
161         color: red;
162         background-color: #f2dbdb;
163         text-align: center;
164 }
165 .message {
166         border: 1px solid green;
167            max-width : 682px;  /* ADDED July 2012 */
168         margin: 20px 60px;
169         padding: 10px 20px;
170         color: green;
171         font-weight: bold;
172         background-color: #CCFFCC;
173         text-align: center;
174 }
175
176 .tooltip {
177         background-color: #efefef;
178         color: #333;
179         font-size: 10pt;
180         padding: 3px;
181     border: solid 1px #333;
182         z-index:100;
183 }
184
185 ul.errorlist li {
186         color: red;
187         font-weight: normal;
188         font-size: 10pt;
189         background-color: #f2dbdb;
190     padding: 3px;
191     list-style-position: inside;
192 }
193
194 #learn-about-seattle {
195    /* max-width : 70%;*/
196     text-align : center;
197     background-color : #ded;
198     border : 1px solid #0a0;
199     padding : 1em;
200     margin-top : 1em;
201     margin-bottom : 1em;
202     font-size : 1.3em;
203 }
204
205
206
207
208 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}
209 .mytable td, th { padding: 3px 3px .75em 3px; line-height: 1.3em; }
210 .mytable th { background: #839E99; color: #fff; font-weight: bold;  padding-right: .5em; vertical-align: top; text-align:center }
211 .mytable  td {word-wrap: break-word; text-align:center}
212 tr.border_bottom td {border-bottom:1pt solid green;}
213
214
215 /******************************
216 * STYLE FOR PERSONAL DETAILS TABLE
217 *******************************/
218
219 h1 { 
220   font-size: 1.8em; 
221   border-bottom: 1px solid #bbb; 
222   width: 70%; 
223   min-width: 688px;
224 }
225
226 #info {
227   background-color : #ded;
228   border : 1px solid #0a0;
229   padding : 1em;
230   margin-bottom : 1em;
231 }
232
233 #error_msg {
234   background-color : #f2dbdb;
235   border : 1px solid red;
236   padding : 1em;
237   margin-bottom : 1em;
238 }
239
240 ul.errorlist li {
241         font-size: 12pt;
242   padding: 0px;
243 }
244
245 /* ADDED July 27, 2012 to fix the table collapsing on itself when the browser is below a certain size */
246 table.profile {  
247   border-collapse: collapse;
248   border-spacing: 0;
249   width: 70%;
250   min-width: 703px; 
251 }
252
253 table.profile tr td.key {
254   text-align: right;
255   height: 30px;
256         font-size: 16px;
257   font-weight: bold;
258   width: 160px;
259 }
260
261 table.profile tr td.value {
262   padding-left: 20px;   
263     min-width: 500px; /* ADDED July 27, 2012 */
264 }
265
266 table.profile button { 
267   width: 80px;
268   vertical-align: middle;
269   float: right;
270   margin-right: 15px;
271 }
272
273 table.profile span.hide_this{ 
274         display: inline;
275         display: none;
276 }
277
278 table.profile form{ 
279         display:inline;
280 }
281
282 #download {
283   float: right;
284   border: 2px solid #666;
285   background-color: #fff;
286   padding: 10px;
287   margin-right: 0px;
288   text-align: center;
289   font-weight: bold;
290 }
291
292 #download a img {
293   display: block;
294   width: 150px;
295 }
296
297 #download a {
298   color: black;
299 }
300
301 #download_pubkey_form {
302   display : inline;     
303 }
304 /* ADDED(everything below) Aug 14, 2012 */
305 #generate_api {
306   width: 175px;
307 }
308
309 #change_key form {
310   display: inline;
311   width: 688px; 
312 }
313
314 #generate_keypair {
315   position:relative;
316   width: 175px;
317   float: right;
318   margin-right: 15px;
319
320 }
321 #edit_password table {
322  display:inline;
323  margin: auto;
324   border-collapse: collapse;
325   border-spacing: 0;
326   padding-left: 5px;
327   width: 100%;
328 }
329
330 #edit_password td.field {
331   padding-left: 5px;
332
333 }
334
335 .wide_button {
336   width: 175px;
337 }
338
339 .api_cell {
340   color:red;
341 }
342
343 .api_cell:hover {
344   text-decoration: underline; 
345 }
346
347 img.help {
348   position: relative;
349   float: left;
350   left: 162px;
351   display: none;
352   /* when a negative margin is applied to right or bottom
353   it allows the element to overlap
354   */
355   margin-bottom: -50px;
356 }
357
358 #id_email {
359   width: 200px; 
360 }
361
362 #aff_list {
363   width: 200px;
364 }
365 #name {
366   width: 200px;
367 }
368
369 /*Added Sept 2012 to fix long api keys creating a new line*/
370 #api_key {
371   color: red;
372   font-family: courier;
373 }
374
375 #up_arrow {
376   height: 36px;
377   width: 36px;
378   float: right;
379   position: relative;
380   margin-right: 132px;
381   /*when a negative margin is applied to right or bottom
382   it allows the element to overlap
383   */
384   margin-bottom:-50px;
385 }