-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmain.css
160 lines (133 loc) · 2.15 KB
/
main.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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
/*
* Alexander Conrad Nied's Homepage
* Main Style Sheet
* Designed 2014-01-20
* Converted to BootStrap/JQuery 2015-06-30
*/
/* New organization via Bootstrap */
hr.top {
border: none;
height: 1px;
/* Set the hr color */
color: #333; /* old IE */
background-color: #333; /* Modern Browsers */
}
h2 {
text-align:center;
}
/* Research Navigation */
#research_navbar {
margin: 10px auto 10px auto;
text-align: -webkit-center;
}
#research_navbar ul {
width: 100%;
text-align: center;
vertical-align: middle;
}
#research_navbar ul li {
float: none;
display: inline-block;
}
/* Content */
#projects .row, #potpourri .row {
display: flex;
align-items: stretch;
flex-wrap: wrap;
}
#research_navbar a {
cursor: pointer;
}
.iconlist div.row div {
text-align: center;
/* border: solid 1px #ddd;*/
/* border-radius: 15px;*/
/* margin: 15px;*/
cursor: pointer;
}
.iconlist div.row div:hover {
opacity: 40%;
}
/*
.iconlist img:hover {
cursor: pointer;
}
*/
.iconlist img {
max-height: 200px;
padding-bottom: 20px;
}
.modal-body .affiliation {
float: left;
font-weight: bold;
}
.modal-body .timeperiod {
float: right;
font-weight: bold;
}
.modal-body img {
margin: 0px auto;
padding: 25px;
max-height: 400px;
}
/* Framing */
body {
font-family: Avenir, Verdana, Helvetica, Arial, sans-serif;
background-color: #FFFFFF;/*#DFFFEF;*/
margin: 0 auto 1.5em auto;
padding: 0 2em 2em 2em;
min-height: 240px;
max-width: 950px;
}
a {
color: black;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
p a {
color: skyblue;
}
a.pub {
float:left;
}
a.pub img {
border-width: 5px;
height: 160px;
}
.portrait {
float:left;
padding: 0px 10px 10px 10px;
width:160px;
}
img.link {
border-width: 5px;
}
img.fig {
max-height: 160px;
max-width: 240px;
/*border-width: 0px;*/
padding: 0px 5px 0px 5px;
float: left;
}
figure img {
padding-top: 5px !important;
}
figcaption {
padding-top: 5px;
text-align: center;
font-weight: 500;
}
iframe {
height: 160px;
width: 240px;
border: 0px;
float: left;
padding: 0 5px;
}
br.interrupt {
height: 1px;
content:"";
display:block;
}