-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathneostyle.css
More file actions
executable file
·99 lines (83 loc) · 1.2 KB
/
neostyle.css
File metadata and controls
executable file
·99 lines (83 loc) · 1.2 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
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
/* Neo_Chen's CSS stylesheet
*
* Released to public domain
*/
html {
font-family: monospace;
font-size:12pt;
border-width: 4pt;
border-style: solid;
background-color:#c0c0c0;
color:black;
}
body {
background-color:#c0c0c0;
color:black;
}
h1 {
font-family: Times, serif;
font-size:36pt;
text-align: center;
color:#000000;
border-style: solid;
border-width: 1pt;
background-color:#008;
color:#fff
}
h2 {
font-family: Times, serif;
font-size:20pt;
text-align: left;
color:#000000;
border-style: solid;
border-width: 1pt;
background-color:#808080;
color:#fff
}
.mono, p, code {
font-family: monospace;
font-size:12pt;
}
.msrf {
font-family: Courier,mono;
font-size:9pt;
}
.srf {
font-family: serif;
font-size:9pt;
}
.srfb {
font-family: Times,serif;
font-size:18pt;
}
.srfb {
font-family: Times,serif;
font-size:18pt;
}
a:link {
color: #008;
}
a:visited {
color: #808;
}
a:hover {
color: #000;
background-color: #fff;
}
a:active {
color: #088;
}
table, th, td {
border: 2px solid black;
border-collapse: collapse;
font-family: monospace;
font-size:12pt;
}
.pre {
white-space: pre;
border-style: solid;
border-width: 2px;
}
.whitebg {
background-color: #fff;
}