-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpandoc.css
76 lines (70 loc) · 1.15 KB
/
pandoc.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
66
67
68
69
70
71
72
73
74
75
76
body {
margin: 0;
padding: 10px;
font-family: monospace;
background: white url('sfmovie-jcvd-guile.jpg') top left;
background-size: 100% auto;
background-attachment: fixed;
}
h1,h2,h3,p,ul {
margin: 0px;
padding: 10px;
width: 640px;
background-color: rgba(255, 255, 255, 0.5);
}
h1,h2 {
padding-top: 30px;
}
p {
line-height: 1.1em;
}
table {
min-width: 660px;
background-color: rgba(255, 255, 255, 0.9);
border-collapse: collapse;
}
/* table tr:nth-child(1) { color: grey; } */
/* table tr:nth-child(2) { color: grey; } */
table tr.header {
background-color: rgba(255, 255, 255, 0.9);
color: black;
font-weight: bold;
}
table tr.odd {
background-color: rgba(220, 220, 220, 0.9);
}
th,td {
border: 0px none;
padding: 1ex;
}
td:first-child {
font-weight: bold;
}
tr.header th {
border-bottom: 1px solid #777;
}
code {
background-color: rgba(255, 255, 255, 0.5);
color: #333;
padding: .3ex;
}
p.yt,p.tv {
text-align: left;
min-width: 640px;
}
ul {
list-style-position: inside;
list-style-type: square;
}
li {
padding: 0px;
}
a.back {
font-size: large;
font-weight: bold;
color: green;
}
a:hover {
background-color: yellow;
cursor: pointer;
}