1 /*****************************************************************
2 Motivated from Geni clearing house
16 /************************
18 ************************/
21 background-color: #fff;
22 /* font-family: "Segoe UI", "Lucida Grande", "Helvetica" , sans-serif;
24 min-width: 1000px; /* ADDED July 2012 */
25 margin: 0px auto; /* ADDED Aug 14, 2012 */
29 list-style-position: inside;
33 text-decoration: none;
38 font-family: "Consolas", "Lucida Console", "Monaco", "Courier New";
42 background-color: #fff;
46 background-color: #eee;
50 /************************
52 ************************/
57 width: 900px; /* Edited Aug 14, 2012 prev width:70%*/
58 margin: 30px auto 20px auto;
62 font-size: 42px; /* Edited Sept 28, 2012 prev value :36pt*/
80 /***** Navigator *****/
83 border-bottom: 3px solid #222;
85 margin: 0 auto; /* ADDED Aug 14, 2012 */
90 width: 900px; /* Editied Aug 14, 2012 prev width: 70% */
104 border-collapse: collapse;
111 border-top: 1px solid #222;
112 border-right: 2px solid #222;
113 border-left: 2px solid #222;
116 #tabs table tr td a {
120 #tabs table tr td.active {
121 background-color: #222;
125 #tabs table tr td.active a {
136 background-image: url(../images/bg.png);
137 background-repeat: repeat-x;
142 width: 900px; /* Edited Aug 14, 2012 prev width:70% */
143 padding-bottom: 60px;
147 /***** Notifications *****/
150 border: 1px solid red;
154 background-color: #f2dbdb;
158 border: 1px solid green;
159 max-width : 682px; /* ADDED July 2012 */
164 background-color: #CCFFCC;
169 background-color: #efefef;
173 border: solid 1px #333;
181 background-color: #f2dbdb;
183 list-style-position: inside;
186 #learn-about-seattle {
187 /* max-width : 70%;*/
189 background-color : #ded;
190 border : 1px solid #0a0;
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;}
207 /******************************
208 * STYLE FOR PERSONAL DETAILS TABLE
209 *******************************/
213 border-bottom: 1px solid #bbb;
219 background-color : #839E99;
220 border : 1px solid #839E99;
226 background-color : #f2dbdb;
227 border : 1px solid red;
237 /* ADDED July 27, 2012 to fix the table collapsing on itself when the browser is below a certain size */
239 border-collapse: collapse;
245 table.profile tr td.key {
253 table.profile tr td.value {
255 min-width: 500px; /* ADDED July 27, 2012 */
258 table.profile button {
260 vertical-align: middle;
267 vertical-align: middle;
275 vertical-align: middle;
283 table.profile span.hide_this{
294 border: 2px solid #666;
295 background-color: #fff;
311 #download_pubkey_form {
314 /* ADDED(everything below) Aug 14, 2012 */
331 #edit_password table {
334 border-collapse: collapse;
340 #edit_password td.field {
354 text-decoration: underline;
362 /* when a negative margin is applied to right or bottom
363 it allows the element to overlap
365 margin-bottom: -50px;
379 /*Added Sept 2012 to fix long api keys creating a new line*/
382 font-family: courier;
391 /*when a negative margin is applied to right or bottom
392 it allows the element to overlap