forked from logsem/iris-project
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
75 lines (62 loc) · 1.07 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
dl.ref {
counter-reset: pub-counter-1 pub-counter-2;
padding-left: 50px;
padding-top: 15px;
}
dl.ref > dt:before {
content: "[" counter(pub-counter-1) "] ";
counter-increment: pub-counter-1;
position: relative;
left: -10px;
}
dl.ref > dd:before {
content: "[" counter(pub-counter-2) "] ";
counter-increment: pub-counter-2;
position: relative;
left: -10px;
font-weight: bold;
visibility: hidden;
}
dl.ref > dd {
margin-bottom: 20px;
}
div.entry {
display: inline-block;
}
div.buttons {
margin-top: 5px;
}
img.card-img-top {
height: 75px;
display: block;
margin: 20px auto;
text-align: center;
}
.container-spacing {
margin-top: 1em;
}
.card-title {
font-size: 16pt;
text-align: center;
}
.grants img {
display: block;
margin: 0px auto;
max-height: 75px;
}
.card-subtitle {
text-align: center;
}
.btn-primary {
background-color: #5436c0;
border-color: #5436c0;
}
.btn-primary:hover {
background-color: #291879;
border-color: #5436c0;
}
.abstract {
border : 1px solid #888888;
padding: 10px;
margin-bottom: 4px;
}