forked from IQSS/dataverse-metrics
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathstyles.css
62 lines (57 loc) · 1.03 KB
/
styles.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
.viz {
height: 500px;
margin: 3em;
}
/* http://guides.dataverse.org/en/4.11/style/foundations.html#link-colors */
a {
color: #337AB7;
}
a:hover {
color: #23527C;
}
.button {
float: right;
background-color: aliceblue;
border-radius: 5px;
padding: 0px 3px 0px 3px;
border-color: blue;
border-width: 3px;
border-style: outset;
margin-right: 10px;
z-index: 25;
position: relative;}
.redundant {
float: right;
color: #337AB7;
background-color: aliceblue;
border-radius: 5px;
height:26px;
padding: 0px 3px 0px 3px;
border-color: antiquewhite;
border-width: 2px;
border-style: inset;
margin-right: 10px;
z-index: 25;
position: relative;}
#title, #subtitle {
text-align: center;
}
#dvtree {
background: cornsilk;
max-height: 250px;
overflow-y: auto;
}
#dvselect {
background: aliceblue;
margin: 50px 50px 0px 50px;
}
body {
font-family: AntoniaH2;
}
.panel-default>.panel-heading>.row {
display:flex;
}
.panel-default>.panel-heading .toggle {
margin-left:5px;
margin-right: 10px;
}