summaryrefslogtreecommitdiffstats
path: root/data/paste.css
blob: 8745f672292c597429b9ac20bbb6057825f67267 (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
* {
  margin:0;
  padding:0;
}

body {
  background: #fff;
}

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

.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;
}

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

a.no {
  text-decoration:none;
}

a.raw_link {
  color: lightblue;
}

table.content .num  { color:#2928ff; }
table.content .esc  { color:#cc3782; }
table.content .str  { color:#3782cc; }
table.content .dstr { color:#818100; }
table.content .slc  { color:#838183; font-style:italic; }
table.content .com  { color:#838183; font-style:italic; }
table.content .dir  { color:#008200; }
table.content .sym  { color:#000000; }
table.content .kwa  { color:#000000; font-weight:bold; }
table.content .kwb  { color:#830000; }
table.content .kwc  { color:#000000; font-weight:bold; }
table.content .kwd  { color:#010181; }
table.content .kwe  { color:#008200; }