forked from CreateJS/SoundJS
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtutorial.css
More file actions
122 lines (104 loc) · 1.67 KB
/
Copy pathtutorial.css
File metadata and controls
122 lines (104 loc) · 1.67 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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
body {
margin: 3em;
padding: 0;
background-color: #eaebee;
font-family: Arial, Verdana, sans-serif;
font-size: 14px;
font-weight: normal;
color: #333;
line-height: 1.4em;
}
article {
width: 55em;
margin-left: auto;
margin-right: auto;
}
a:link, a:visited {
color: #39f;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
header p {
color: #999b9f;
margin: 0;
padding: 0.8em;
line-height: 1.6em;
font-size: 0.9em;
}
header p strong {
color: #808387;
text-transform: uppercase;
}
h1::after {
display: block;
content: "";
background: url('../_shared/createjs-logo-horizontal-gray-lightest.svg') no-repeat;
height:2em;
width: 6em;
margin-top: -0.1em;
float: right;
}
h1, h2 {
color: #FFF;
font-size: 1.6em;
margin-bottom: 0;
padding: 1.5em;
padding-bottom: 1.2em;
background: #374252;
text-transform: uppercase;
}
h1 em {
font-weight: 200;
font-style: normal;
}
h2 {
font-size: 1.3em;
padding: 1em;
padding-bottom: 0.8em;
}
h3 {
background: #e0e1e5;
color: #374252;
font-size: 1.25em;
padding: 0.5em;
margin-top: 1.25em;
margin-bottom: -0.5em;
position: relative;
}
div.demo {
border: solid 2px rgba(255, 255, 255, 0.4);
}
div.demo p {
margin: 0;
padding: 4px;
font-size: 0.9em;
}
textarea {
width: 100%;
height: 60px;
}
div.demo p a {
float: right;
}
iframe.demo {
background-color: rgba(255, 255, 255, 0.25);
border: none;
margin-right: 8px;
}
code {
color: black;
background-color: rgba(255, 230, 0, 0.33);
padding: 1px 3px;
font-family: Courier New, Courier, serif;
font-weight: bold;
}
A code, code A {
color: rgb(0, 0, 172);
}
.highlight {
background-color: rgba(250, 252, 255, 0.7);
margin: 0;
padding: 0.8em;
}