summaryrefslogtreecommitdiffstats
path: root/data/paste.css
blob: 124f3405e84fb29895620ef54bb42e8f4e2381ba (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
75
76
77
78
79
80
81
82
83
body {
	background: #fff;
	margin:0;
	padding:0;
}

.numbers a {
	padding-left:4px;
	padding-right:4px;
	left:0;
	color: gray;
}

.numbers a:target {
	background: yellow;
}
div#highlight_line {
	background: yellow;
	display: inline;
	position: absolute;
	z-index: -1;
	left: 0;
	width: 100%;

}

.content {
	padding-left:3px;
}

.top_bar {
	background: #444;
	color: #fff;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 3px double gray;
}

table {
	border-collapse: collapse;
}

table.content {
	min-width: 100%;
	color: #444;
}

table.content td.numbers {
	vertical-align: top;
	text-align:right;
	border-right: 1px solid gray;
	padding-left: 5px;
	padding-bottom: 15px;
}

table.content td.code {
	vertical-align: top;
	padding-left:5px;
	width:100%;
	padding-bottom: 15px;
}

table.content td.markdownrender {
	vertical-align: top;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 15px;
	width: 100%;
}

pre {
	margin-top:1em;
	margin-bottom:2px;
}

a.no {
	text-decoration:none;
}

a.raw_link {
	color: lightblue;
}