-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathnice.css
39 lines (39 loc) · 838 Bytes
/
nice.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
body {
background-color: #2d3337;
color: #818181;
font-family: 'Roboto', sans-serif;
font-size: 12px;
margin: 0;
padding: 0;
line-height: 1.5em;
}
a {
text-decoration: none;
color: #C85858;
}
.wrapper {
width: 360px;
margin: 20px auto;
}
#projectNice {
background-color: #374248;
-webkit-box-shadow: 0 5px 19px 0 rgba(0, 0, 0, 0.5);
-moz-box-shadow: 0 5px 19px 0 rgba(0, 0, 0, 0.5);
box-shadow: 0 5px 19px 0 rgba(0, 0, 0, 0.5);
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
height: 640px;
}
#projectNice canvas {
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}
.aboutUs, .currentlyPlaying {
margin-top: 20px;
}
#shareFB {
height: 22px;
float: right;
}