-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
executable file
·107 lines (90 loc) · 1.43 KB
/
styles.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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
html {
font-family: Verdana, Geneva, Tahoma, sans-serif;
font-size: 14px;
margin-left: 10px;
}
h1 {
display: inline;
}
h1, h2, h3, h4 {
line-height: 1em;
margin-bottom: 0.25em;
}
.pindent {
text-indent:50px;
}
p {
margin-top: 0;
margin-bottom: 0.5em;
}
table, th, td {
border: 1px solid gray;
border-collapse: collapse;
padding-left: 10px;
padding-right: 10px;
}
.border {
border: 1px solid gray;
border-collapse: collapse;
padding-left: 20px;
}
.emphasized {
font-style: italic;
padding-left: 20px;
}
.func {
color: darkorange;
}
.keywords {
color: blueviolet;
}
.pad-left {
padding-left: 20px;
}
.red {
color: red;
}
.right-links {
float: right;
font-size: 24px;
padding-right: 20px;
}
.tab1 {
line-height: 1em;
padding-left: 20px;
font-family: Monospace;
margin-top: 0.5em;
margin-bottom: 0.5em;
}
.tab2 {
line-height: 1em;
padding-left: 40px;
font-family: Monospace;
margin-top: 0.5em;
margin-bottom: 0.5em;
}
.tab0 {
line-height: 1em;
font-family: Monospace;
margin-top: 0.5em;
margin-bottom: 0.5em;
}
.under {
text-decoration: underline gray;
}
.variable {
color: cornflowerblue;
}
footer {
text-align: center;
padding: 3px;
background-color: lightyellow;
color: black;
}
image {
max-width: 100%;
}
/* img {
width:100%;
max-width:800px;
} */