-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathG-Pascal.css
More file actions
executable file
·69 lines (57 loc) · 1.05 KB
/
Copy pathG-Pascal.css
File metadata and controls
executable file
·69 lines (57 loc) · 1.05 KB
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
table {
margin-bottom: 24px;
margin-top: 24px;
border-spacing: 0;
border-top: 2px solid black;
}
table th {
padding: 3px 10px;
border: 1px solid darkgray;
background-color: lightcyan;
}
table td {
padding: 3px 10px;
border: 1px solid darkgray;
background-color: whitesmoke;
}
img {
margin-bottom: 10px;
margin-top: 10px;
}
blockquote {
background-color:mistyrose;
width:70%;
border-left: 10px solid #ccc;
margin: 1.5em 3em;
padding: 5px 20px;
}
pre {
background-color: #eaeded;
padding: 5px;
max-width: 70em;
border: 1px solid darkgray;
margin-left: 1em;
border-radius: 6px;
}
.quick_link {
display: inline;
}
.quick_link a {
text-decoration: none;
color:inherit;
padding: 3px;
background-color: #D5D2F6;
border-radius:3px;
border-style: solid;
border-width: 1px ;
border-color: #D5D2F6;
line-height: 2.5em;
margin: 3px;
}
.quick_link a:hover {
color:#958ED8;
}
img {
max-height:800px;
max-width:600px;
}