-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.scss
94 lines (68 loc) · 1.4 KB
/
main.scss
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
---
---
@import "bootstrap";
img { margin-bottom: 24px;
margin-top: 17px;
border-radius:2%;
}
body {
padding-top: 70px;
}
figcaption {
text-align: right;
margin-top: -20px;
margin-bottom: 20px;
}
/* Top navigation bar */
p.byline {
text-align: center;
font-size: 18px;
line-height: 36px;
margin-top: -24px;
margin-bottom: 48px;
}
pubtit {
font-weight: bold;
}
firstp {
}
.container-fluid {
margin-right: auto;
margin-left: auto;
max-width: 1000px; /* or 950px */
}
/* Home, News */
#newsid p {
text-align: left;
}
#homeidtmp h1 {
text-align: center;
}
#newsid img {
margin-top: 6px;
margin-bottom: 6px;
}
/* Team & Publications */
#gridid img { margin: 16px 22px 6px 0; border-radius:10%; box-shadow: 2px 2px 5px #888888 }
#homeid img { margin: 0 0 0 0; border-radius:5%; box-shadow: 0px 0px 0px #888888 }
#picid img { margin: 6px 3px 60px 6px; border-radius:1%; box-shadow: 2px 2px 5px #888888 }
#gridid .row { margin-bottom: 24px; }
/* Grid overrides */
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-5, .col-sm-6,
.col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
padding-left: 16px;
padding-right: 16px;
}
/* Grid overrides */
.col-sm-4 {
padding-left: 26px;
padding-right: 26px;
}
/* Carusel */
.carousel {
border-radius: 3px 3px 3px 3px;
margin-bottom: 20px;
margin-top: 20px;
margin-left: 30px;
margin-right: 30px;
}