-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprint.css
65 lines (55 loc) · 839 Bytes
/
print.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
#header,
#nav,
#gsHeader,
.block-core-BreadCrumb,
.sidebar-right,
.nav-arrow,
.giInfo-wrapper,
.block-core-GuestPreview,
.item-position,
.indicator,
.noprint {
display: none;
}
.thumbnail-description-wrapper {
position: initial;
}
.thumbnail-wrapper {
border: 1px solid gray;
margin-bottom: 10px;
}
.thumbnail {
margin-bottom: 0;
}
.giTitle.collapsed {
font-size: 1.3em;
}
.sidebar-right {
float: none;
}
@media only print {
.photo-container {
min-height: initial;
}
.sidebar-right {
height: initial;
}
}
body.gallery {
padding: 0;
}
.photo-container {
width: 100%;
border: 0px;
}
#container, #container2, #content {
width: 100%;
margin: 0;
float: none;
}
a:link, a:visited {
color: #781351
}
a[href]:after {
content: none !important;
}