-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodestyles.css
More file actions
45 lines (38 loc) · 1.08 KB
/
codestyles.css
File metadata and controls
45 lines (38 loc) · 1.08 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
code.codeInText{font-family:courier, "courier new", monospace;
font-weight:bold;}
code.codeForeground {
font-family:courier, "courier new", monosapce; font-weight:bold;
letter-spacing:-0.1em;
display:block;
background-color:#cccccc;
padding:0.5em;
margin-bottom:1em; margin-top:1.5em;}
code.codeBackground {
font-family:courier, "courier new", monosapce; font-weight:bold;
letter-spacing:-0.1em;
display:block;
background-color:#ffffff;
padding:0.5em;
margin-bottom:1em; margin-top:1em;}
.keystroke {
font-family:times, "Times New Roman", serif;
font-style:italic;}
.importantWords {font-weight:bold; }
.boxText {
font-weight:bold;
background-color:#efefef;
width:90%;
padding:1em;
margin-left:3em; margin-right:3em; margin-bottom:1em; margin-top:1.5em;
border-style:solid; border-width:1px; border-color:#000000;}
.background {
font-style:italic;
width:90%;
padding:1em;
margin-left:3em; margin-right:3em; margin-bottom:1em; margin-top:1em;}
body {
color:#000000;
background-color:#ffffff;
font-family:arial, verdana, sans-serif;
font-size:12px;}
p {margin-bottom:1em; margin-top:1.5em;}