Skip to content

Commit b6e1d5c

Browse files
committed
Add demo-style.css
1 parent 80f2fd3 commit b6e1d5c

File tree

1 file changed

+113
-0
lines changed

1 file changed

+113
-0
lines changed

docs/demo-style.css

Lines changed: 113 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,113 @@
1+
body {
2+
color: #333;
3+
background-color: #ffffff;
4+
margin-left: 1em;
5+
margin-right: auto;
6+
font-family: 'Ubuntu Mono', sans-serif;
7+
max-width: 50em;
8+
}
9+
10+
body a {
11+
color: blue;
12+
}
13+
14+
h2 {
15+
font-weight: normal;
16+
text-indent: 0;
17+
border-radius: 15px;
18+
background-color: #d6d8ec;
19+
text-align: left;
20+
padding: 3px 3px 3px 3px;
21+
}
22+
23+
kbd {
24+
padding:0.1em 0.6em;
25+
border:1px solid #ccc;
26+
font-size:13px;
27+
font-weight:bold;
28+
font-family:monospace;
29+
background-color:#d6d8ec;
30+
color:#333;
31+
-moz-box-shadow:0 1px 0px rgba(0, 0, 0, 0.2),0 0 0 2px #ffffff inset;
32+
-webkit-box-shadow:0 1px 0px rgba(0, 0, 0, 0.2),0 0 0 2px #ffffff inset;
33+
box-shadow:0 1px 0px rgba(0, 0, 0, 0.2),0 0 0 2px #ffffff inset;
34+
-moz-border-radius:3px;
35+
-webkit-border-radius:3px;
36+
border-radius:3px;
37+
display:inline-block;
38+
margin:0 0.1em;
39+
text-shadow:0 1px 0 #fff;
40+
line-height:1.4;
41+
white-space:nowrap;
42+
}
43+
44+
body a code {
45+
color: black;
46+
}
47+
48+
code {
49+
border: 1px solid Silver;
50+
background-color: #ffffdc;
51+
}
52+
53+
pre {
54+
border: 1px solid Silver;
55+
background-color: #eeeeee;
56+
padding: 3px;
57+
margin-left: 1em;
58+
}
59+
60+
cursor {
61+
color: #fff;
62+
background-color: #000;
63+
overflow: hidden;
64+
}
65+
66+
h3 {
67+
counter-reset: chapter;
68+
}
69+
70+
h4 {
71+
margin-left: auto;
72+
}
73+
74+
table, td, th {
75+
border: 0px;
76+
}
77+
78+
th {
79+
background-color:#d6d8ec;
80+
}
81+
82+
tr:nth-child(odd) {
83+
background-color:#fff;
84+
}
85+
tr:nth-child(even) {
86+
background-color:#d6d8ec;
87+
}
88+
89+
.region {
90+
color: #ffffff;
91+
background-color: #f9b593;
92+
}
93+
94+
/*
95+
FILE ARCHIVED ON 13:07:38 Feb 14, 2025 AND RETRIEVED FROM THE
96+
INTERNET ARCHIVE ON 15:45:25 Apr 24, 2025.
97+
JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.
98+
99+
ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
100+
SECTION 108(a)(3)).
101+
*/
102+
/*
103+
playback timings (ms):
104+
captures_list: 0.691
105+
exclusion.robots: 0.033
106+
exclusion.robots.policy: 0.019
107+
esindex: 0.012
108+
cdx.remote: 72.665
109+
LoadShardBlock: 481.767 (3)
110+
PetaboxLoader3.datanode: 125.735 (4)
111+
PetaboxLoader3.resolve: 445.637 (3)
112+
load_resource: 1736.507
113+
*/

0 commit comments

Comments
 (0)