summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/pgfplots/gallery/gallery.css
blob: ed34d39ee5366711d73a1931abcbfbf7ad408880 (plain)
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

div.img {
	vertical-align:top;
	margin-top:20px;
	margin-bottom:20px;
}

div img {
	/*
	 * float:left;
	 */
	margin-left:20px;
	margin-right:20px;
}

.img .graphics {
	width:300px;
	display:inline-block;
	text-align:right;
	background-color:#f5f5cc;
	padding-top:10px;
	padding-bottom:10px;
}
.img .largegraphics {
	width:850px;
	display:inline-block;
	text-align:left;
	background-color:#f5f5cc;
	padding:10px;
}
.codeonly {
	display:inline-block;
	white-space:pre;
	font-family:monospace;
	padding:10px;
	background-color:#ccccff;
	width:850px;
}

.img .texlink {
	color:black;
}
.img .pdflink {
	margin-right:15px;
	color:black;
}

.img * {
	vertical-align:top;
	border-spacing:0px;
	border-style:none;
	outline-style:none;
	text-decoration:none;
}
.img a:link { text-decoration:none; }
.img a:visited { text-decoration:none; }
.img a:hover { text-decoration:none; }
.img a:active { text-decoration:none; }
.img a:focus { text-decoration:none; }

.img a:hover {
	border-style:none;
	text-decoration:none;
}

.texsrc {
	margin-left:10px;
	display:inline-block;
	white-space:pre;
	font-family:monospace;
	padding:10px;
	background-color:#ccccff;
	width:530px;
}