generated from CollectionBuilder/collectionbuilder-gh
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_pages.scss
69 lines (60 loc) · 1.38 KB
/
_pages.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
/*
pages - style tweaks related to individual CB pages
although most presentation is controlled by Bootstrap classes, these styles are necessary for default visualization pages to function correctly
*/
/* index */
.carousel-item-title {
background-color: rgba(37, 36, 36, 0.72);
}
/* item page */
.gallery-img {
cursor: pointer;
}
#item-nav {
a {
position: absolute;
top:500px;
}
.previous { left:10px; }
.next{ right:10px; }
}
/* browse */
/* map */
#map { height: 750px; z-index: 98; }
.mapthumb {
height: 100px;
}
.leaflet-fusesearch-panel .header {
padding-bottom: 1.5em;
}
/* timeline */
/* subjects */
.tagcloud0{font-size:0.4em;}
.tagcloud1{font-size:0.5em;}
.tagcloud2{font-size:0.8em;}
.tagcloud3{font-size:1.1em;}
.tagcloud4{font-size:1.4em;}
.tagcloud5{font-size:1.6em;}
.tagcloud6{font-size:1.9em;}
.tagcloud7{font-size:2.2em;}
.tagcloud8{font-size:2.5em;}
.tagcloud9{font-size:2.8em;}
.tagcloud10{font-size:3.0em;}
/* About */
/* creating a narrow text column */
.about-contents > {
h2 {
font-weight: bold;
padding-top: 100px;
border-top: 1px dotted black;
}
h1, h2, h3, h4, h5, h6 {
max-width: 650px;
margin: 1.5rem auto 1rem;
}
p, .about-narrowed-content, .footnotes, ol, ul {
margin-left: auto;
margin-right: auto;
max-width: 650px;
}
}