forked from CreateJS/SoundJS
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
89 lines (84 loc) · 1.45 KB
/
styles.css
File metadata and controls
89 lines (84 loc) · 1.45 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
body {
font-family: "Times New Roman", Times, serif;
font-size: 14px;
background-attachment: fixed;
background-image: url(img/bg.gif);
background-repeat: repeat;
text-align: center;
}
.content {
background-color: #FFF;
border: 12px solid #111;
margin-top: 50px;
width: 640px;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
-webkit-box-shadow: 0px 3px 32px rgba(0,0,0,0.6);
-moz-box-shadow: 0px 3px 32px rgba(0,0,0,0.6);
box-shadow: 0px 3px 32px rgba(0,0,0,0.6);
padding: 50px;
}
.callout {
background-image: url(img/callout_bg.gif);
background-repeat: repeat;
padding: 8px;
border: solid 1px #EEE;
color: #000;
}
.news {
border: solid 1px #BBB;
padding: 16px;
-webkit-box-shadow: 1px 1px 4px #DDD;
-moz-box-shadow: 1px 1px 4px #DDD;
box-shadow: 1px 1px 4px #DDD;
margin-bottom: 1.8em;
background-color: #F0F7FE;
}
.newstitle {
font-size: 125%;
line-height: 1.5;
}
a {
color: #17B;
}
a:hover {
color: #000;
}
p, ul {
color: #333;
text-align: justify;
line-height: 1.25;
}
ul {
padding-left: 25px;
}
h1 {
font-size: 24px;
font-weight: normal;
margin-top: 10px;
}
h3 {
text-align: left;
margin-bottom: -1em;
font-size: 14px;
color: #000;
}
footer p {
text-align:center;
margin-bottom:0px;
font-size: 11px;
color: #777;
font-family: Arial, Helvetica, sans-serif;
}
strong {
color: #000;
font-size: 115%;
}
pre {
padding: 6px;
border: solid 1px #FFF0EE;
text-align: left;
background-color: #FFFAEA;
color: #000;
}