Skip to content

Commit 5fa00e1

Browse files
committed
Our websites code
0 parents  commit 5fa00e1

21 files changed

+1034
-0
lines changed

css/styles.css

Lines changed: 397 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,397 @@
1+
@charset "utf-8";
2+
/* CSS Document */
3+
4+
/* General */
5+
6+
* {
7+
margin: 0;
8+
padding: 0;
9+
}
10+
body {
11+
font-family: Tahoma, Arial, serifSansSerifMonospace;
12+
font-weight: normal;
13+
font-size: 12px;
14+
line-height: 16px;
15+
color: #333333;
16+
background-image: url(https://github.com/..%3Cspan%20class=pl-c1%3E/%3C/span%3Eimages/stripe-bg.png);/*background-color: #FFFFFF;*/
17+
background-attachment: fixed;
18+
}
19+
/* Links */
20+
21+
a {
22+
outline: none;
23+
color: #333399;
24+
cursor: pointer;
25+
}
26+
a img {
27+
border: none;
28+
}
29+
a:link, a:active, a:visited, a:hover {
30+
text-decoration: none;
31+
}
32+
a:visited {
33+
color: #663333;
34+
}
35+
a:hover {
36+
text-decoration: underline;
37+
color: #0099FF;
38+
}
39+
/* Divs */
40+
41+
div {
42+
position: relative;
43+
}
44+
#general {
45+
margin: 0px auto;
46+
padding: 0px;
47+
width: 1024px;
48+
position: static;
49+
background-color: #FFFFFF;
50+
border-left: 1px #999 solid;
51+
border-right: 1px #999 solid;
52+
}
53+
#top {
54+
width: 819px;
55+
height: 70px;
56+
margin: 0px 0px 0px 205px;
57+
background: url(https://github.com/..%3Cspan%20class=pl-c1%3E/%3C/span%3Eimages/logo-background.jpg) no-repeat;
58+
}
59+
#picture {
60+
width: inherit;
61+
height: 250px;
62+
padding: 0px;
63+
margin: 0px 0px 5px 0px;
64+
background-repeat: no-repeat;
65+
}
66+
.container {
67+
width: 989px;
68+
min-height: 380px;
69+
background: inherit;
70+
padding: 0px 15px 0px 10px;
71+
}
72+
#address-bar {
73+
width: 215px;
74+
float: right;
75+
height: auto;
76+
padding: 40px 0px 0px 15px;
77+
}
78+
#contents-panel {
79+
width: 500px;
80+
height: auto;
81+
float: left;
82+
padding: 5px 25px 15px 0px;
83+
}
84+
.description {
85+
width: 250px;
86+
margin: 0px 20px 50px 0px;
87+
float: left;
88+
}
89+
.links, .links-bar {
90+
width: 150px;
91+
}
92+
.links-bar {
93+
margin: 0px 30px 30px 0px;
94+
position: absolute;
95+
height: auto;
96+
}
97+
.links {
98+
height: auto;
99+
display: inline;
100+
float: left;
101+
position: relative;
102+
}
103+
.links ul, .description ul, .links-bar ul {
104+
margin: 0;
105+
padding: 0;
106+
list-style-type: none;
107+
}
108+
.links li, .description li, .links-bar li {
109+
display: block;
110+
min-height: 25px;
111+
height: auto !important;
112+
width: auto;
113+
border-bottom: #609 dashed 1px;
114+
line-height: 25px;
115+
padding: 0px 0px 0px 10px;
116+
font-size: 12px;
117+
}
118+
.links li a, .links-bar li a {
119+
color: #003;
120+
}
121+
.lang {
122+
width: 162px;
123+
height: 45px;
124+
position: absolute;
125+
left: 585px;
126+
top: 47px;
127+
z-index: 2;
128+
border: 1px solid #999;
129+
}
130+
.gallery {
131+
width: 165px;
132+
height: 55px;
133+
position: absolute;
134+
left: 585px;
135+
top: 95px;
136+
z-index: 3;
137+
}
138+
.row {
139+
width: 770px;
140+
float: left;
141+
}
142+
.visit-card {
143+
float: left;
144+
margin: 20px 25px 20px 0px;
145+
padding: 10px 0px 0px 10px;
146+
width: 220px;
147+
border-left: 1px #999 dotted;
148+
}
149+
.visit-card ul {
150+
display: block;
151+
padding: 10px 0px 20px 0px;
152+
list-style: none;
153+
}
154+
.visit-card li {
155+
padding: 2px 5px 2px 5px;
156+
}
157+
.frame {
158+
float: left;
159+
width: 560px;
160+
border-bottom: 1px #999 dotted;
161+
padding: 35px 0px 0px 0px;
162+
}
163+
.frame iframe {
164+
height: 220px;
165+
width: 100%;
166+
}
167+
#footer {
168+
height: 45px;
169+
width: 969px;
170+
background: #F4F4F4;
171+
text-align: right;
172+
padding: 10px 25px 50px 30px;
173+
}
174+
#footer p {
175+
padding: 10px 0px 0px 0px;
176+
}
177+
/* Fonts */
178+
179+
h1, h2, h3, h4, h5, h6 {
180+
color: #030;
181+
font-weight: normal;
182+
font-family: Georgia, "Times New Roman", Times, serif;
183+
padding: 10px 0px 15px 0px;
184+
}
185+
h1 {
186+
font-size: 48px;
187+
line-height: 50px;
188+
}
189+
h2 {
190+
font-size: 30px;
191+
line-height: 26px;
192+
}
193+
h3 {
194+
font-size: 22px;
195+
line-height: 24px;
196+
}
197+
h4 {
198+
font-size: 18px;
199+
line-height: 22px;
200+
}
201+
h5 {
202+
font-size: 16px;
203+
line-height: 18px;
204+
}
205+
h6 {
206+
font-size: 14px;
207+
line-height: 16px;
208+
}
209+
/* Images */
210+
211+
img {
212+
display: block;
213+
float: left;
214+
padding: 0;
215+
margin: 0;
216+
}
217+
.img-toolbar {
218+
float: right;
219+
position: absolute;
220+
left: 563px;
221+
z-index: 1;
222+
}
223+
#img-mainpic {
224+
margin: 15px 0px 0px 0px;
225+
}
226+
.img-staff, .img-staff-unhide, .img-staff-small {
227+
padding: 5px;
228+
border: 1px #999 solid;
229+
}
230+
.img-staff {
231+
margin: 0px 25px 0px 0px;
232+
}
233+
.img-staff-unhide {
234+
margin: 0px 35px 30px 0px;
235+
float: left;
236+
}
237+
.img-staff-small {
238+
float: none;
239+
margin: 0px 25px 10px 0px;
240+
}
241+
.img-google {
242+
position: absolute;
243+
left: 165px;
244+
z-index: 4;
245+
}
246+
.grayscale img {
247+
filter: grayscale(1);
248+
-webkit-filter: grayscale(1);
249+
-moz-filter: grayscale(1);
250+
-o-filter: grayscale(1);
251+
-ms-filter: grayscale(1);
252+
}
253+
.grayscale img:hover {
254+
filter: grayscale(0);
255+
-webkit-filter: grayscale(0);
256+
-moz-filter: grayscale(0);
257+
-o-filter: grayscale(0);
258+
-ms-filter: grayscale(0);
259+
}
260+
/* Aditional */
261+
262+
.alignment-left {
263+
display: block;
264+
float: left;
265+
text-align: left;
266+
}
267+
.alignment-right {
268+
display: block;
269+
float: right;
270+
text-align: right;
271+
}
272+
.alignment-center {
273+
text-align: center;
274+
}
275+
.no-float {
276+
float: none;
277+
margin: 10px 20px 0px 0px;
278+
}
279+
.ul-0 {
280+
list-style: none;
281+
margin: 0px 0px 0px 20px;
282+
}
283+
.ul-1 {
284+
list-style: disc;
285+
margin: 0px 0px 0px 20px;
286+
}
287+
.ul-2 {
288+
list-style: circle;
289+
margin: 0px 0px 0px 45px;
290+
}
291+
.ul-3 {
292+
list-style: none;
293+
margin: 0px 0px 0px 180px;
294+
padding: 10px 0px 0px 0px;
295+
display: block;
296+
width: 200px;
297+
}
298+
.ul-4 {
299+
list-style: none;
300+
margin: 20px 0px 0px 0px;
301+
}
302+
.ul-4 li {
303+
padding: 2px 5px 2px 5px;
304+
}
305+
.bold {
306+
font-weight: bold;
307+
}
308+
.italic {
309+
font-style: italic;
310+
}
311+
.bold-italic {
312+
font-weight: bold;
313+
font-style: italic;
314+
}
315+
.hidden {
316+
visibility: hidden;
317+
}
318+
.text-journal, .text-no-margin, .text-margin-0, .text-margin, .text-margin-1, .text-margin-2, .column-0, .column-1, .column-2-3 {
319+
display: block;
320+
float: left;
321+
}
322+
.text-no-margin {
323+
margin: 0px;
324+
width: 525px;
325+
padding: 20px 0px 0px 0px;
326+
}
327+
.text-no-margin p {
328+
padding: 35px 0px 0px 0px;
329+
}
330+
.text-no-margin img {
331+
border: none;
332+
}
333+
.text-margin-0 {
334+
width: 560px;
335+
padding: 20px 0px 25px 0px;
336+
margin: 0px 0px 0px 205px;
337+
}
338+
.text-margin {
339+
width: 784px;
340+
padding: 0px 0px 0px 0px;
341+
margin: 0px 0px 0px 205px;
342+
}
343+
.text-margin-1 {
344+
width: 290px;
345+
margin: 0px 0px 0px 205px;
346+
padding: 30px 0px 0px 10px;
347+
}
348+
.text-margin-2 {
349+
width: 240px;
350+
margin: 0px 0px 0px 0px;
351+
padding: 30px 0px 0px 20px;
352+
}
353+
.text-margin-3 {
354+
width: 300px;
355+
margin: 0px 0px 0px 205px;
356+
padding: 5px 0px 0px 0px;
357+
float: none;
358+
}
359+
.column-0, .column-1 {
360+
margin: 0px 0px 0px 205px;
361+
}
362+
.column-0 {
363+
padding: 20px 0px 0px 0px;
364+
width: 180px;
365+
}
366+
.column-1 {
367+
padding: 5px 0px 0px 10px;
368+
width: 240px;
369+
}
370+
.column-2-3 {
371+
padding: 5px 0px 0px 20px;
372+
width: 240px;
373+
}
374+
.li-used {
375+
color: #000000;
376+
background-color: #CDC6E5;
377+
}
378+
.li-top {
379+
border-top: #609 dashed 1px;
380+
}
381+
.li-colored {
382+
background: #F4F4F4;
383+
}
384+
.superscript {
385+
vertical-align: super;
386+
}
387+
.subscript {
388+
vertical-align: sub;
389+
}
390+
.text-journal {
391+
width: 360px;
392+
padding: 0px 0px 0px 0px;
393+
}
394+
.cards {
395+
background: none;
396+
padding: 0px 0px 20px 5px;
397+
}
1.08 MB
Binary file not shown.

favicon.ico

4.19 KB
Binary file not shown.

images/ARALincs-paper-image-v1.png

75.6 KB
Loading

images/HIPSTR-paper-image-v3.png

37.3 KB
Loading

images/SmLINCs_paper-image-v3.png

39.2 KB
Loading

images/gscholar-small.png

3.74 KB
Loading

images/lattes.jpg

7.72 KB
Loading

images/logo-background.jpg

29.3 KB
Loading

images/logo_aparaddise_button.png

11.8 KB
Loading

0 commit comments

Comments
 (0)