-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyle.css
93 lines (82 loc) · 1.79 KB
/
style.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
.test, .test3, .test4, test5 {
font-size: 2em;
color: red;
background-color: #f0c0c0; }
.test-bad-property {
font-size: 2em;
background: linear-gradient(to bottom, #fffaf9, #fff8f7 20%, #fffaf9 50%, white 100%); }
h1 {
font-family: Arial, sans-serif;
font-size: 4em;
font-weight: normal;
color: black;
background-color: white;
margin: 0;
padding: 0; }
h1 .style-adjuster {
background-color: white;
color: #428310;
font-weight: bold; }
h1 a.style-adjuster:hover {
background-color: #ffff94;
color: #337500; }
h2 {
font-family: Arial, sans-serif;
font-size: 2em;
color: #200df2;
background-color: white;
margin: 0.6em 1pt 6px;
padding: 0; }
h3 {
font-family: Arial, sans-serif;
font-size: 1.4em;
color: #5400c2;
background-color: white;
margin: 0.6em 8.5pt -3.5px;
padding: 0; }
p {
font-size: 1.1em;
width: 50em;
line-height: 130%;
font-family: Arial, sans-serif;
margin: 0 0;
padding-left: 1em;
padding-right: 1em; }
p + p {
margin-top: 1em;
margin-bottom: 1em; }
.highlighted {
font-size: 1.2em;
color: red;
background-color: yellow; }
a {
font-weight: bold;
color: #000099;
text-decoration: none;
background-color: #e3e4fc; }
a:hover {
background-color: yellow;
color: black; }
.author {
font-style: italic;
font-size: 0.9em; }
.box {
margin: 0.3em;
padding: 0.2em;
font-size: 2em;
display: inline-block;
border: 8pt solid #244e63; }
.run-it-now {
margin: 2em; }
.run-it-now .label {
font-family: Arial, sans-serif;
font-size: 1.3em;
color: #505050;
margin-right: 0.7em;
vertical-align: middle;
font-weight: bold; }
button.style-adjuster {
vertical-align: middle;
padding: 0.5em 1em; }
button.style-adjuster:hover {
background-color: white; }