forked from ChristopherWelte/DataverseSandbox
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathcustom-stylesheet.css
44 lines (38 loc) · 1.23 KB
/
custom-stylesheet.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
table[id$='resultsTable'] td > div.dataverseResult {
border-width: medium;
}
table[id$='resultsTable'] td > div.datasetResult {
border-width: medium;
}
.rowMargin {
margin-top: 15px;
margin-bottom: 15px;
}
.leadContent .customWell {
background-image: none;
background-color: #fbfbfb;
}
.leadContent h2 {
color: #eb5f0c;
margin-top: 0px;
}
.leadContent a {
text-decoration: underline;
}
.leadContent .collapsedData {
padding-left: 18px;
}
.uvaSearch .searchContainer {
margin: 15px 0;
padding: 30px;
border-top: 1px solid #DADADA;
border-bottom: 1px solid #DADADA;
}
.nouvaSearch .searchContainer {
margin: -50px 0;
padding: 30px;
border-bottom: 1px solid #DADADA;
}
.featuredDataverses {
margin: 50px 0;
}