-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
104 lines (86 loc) · 1.21 KB
/
style.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
body {
background-color: #777;
margin:0 auto;
}
a {
text-decoration: none;
}
a:link {
color: #0033FF;
}
a:visited {
color: #0033FF;
}
p {
margin-top: 0px;
margin-bottom: 0px;
font-family: 'opensans-bold', sans-serif;
}
#content {
background-color: #ddd;
width: expression(document.body.clientWidth > 960? "960px": "auto" );
max-width: 960px;
margin-left: auto;
margin-right: auto;
padding: 0;
text-align: center;
}
#one-column {
width: 960px;
border: 0px;
text-align: left;
padding: 0 30px;
}
#two-column {
width: 960px;
border: 0px;
text-align: center;
padding: 0 30px;
}
#left-column {
width: 320px;
margin-left: 10px;
margin-right: 10px;
text-align: left;
}
#right-column {
width: 540px;
margin-left: 10px;
margin-right: 10px;
text-align: left;
}
#name {
color: #111111;
font-size: x-large;
}
#affiliation, #email {
color: #333333;
font-size: medium;
}
#bio {
text-align: justify;
font-size: medium;
}
#section {
margin-top: 50px;
font-size: large;
}
#img-me {
width: 300px;
padding: 50px 0px;
}
#img-pub {
width: 300px;
padding: 20px 0px;
}
#pub-title {
font-weight: bolder;
}
#pub-author {
}
#pub-journal {
font-style: italic;
}
#pub-link {
font-weight: bolder;
}