File: gallery.css

package info (click to toggle)
texlive-base 2012.20120611-5
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 403,288 kB
  • sloc: perl: 37,753; ruby: 4,714; sh: 4,212; makefile: 3,659; xml: 2,387; ansic: 1,731; python: 1,029; tcl: 631; awk: 603; cpp: 549; lisp: 428; java: 32; sed: 8
file content (74 lines) | stat: -rw-r--r-- 1,164 bytes parent folder | download
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;
}