-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
61 lines (57 loc) · 952 Bytes
/
styles.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
/*
https://codepen.io/vitapluvia/pen/sADnp?editors=1111
*/
body {
font-family: helvetica;
/*margin:25px;*/
background-color:#444;
color:#fff;
font-size:90%;
}
a, .nolink{
background:#222;
width:90%;
padding:8px 5%;
/*text-indent:8px;*/
display:block;
border-top:1px solid #111;
border-bottom:1px solid #111;
border-radius:8px;
text-align:center;
}
a:link{color:#fff}
a:visited{color:#fff}
a:hover{color:#FF3C00}
.instructions {
margin: auto;
display:block;
padding:25px;
text-align:center;
}
textarea {
width: 80%;
height: 30%;
margin: auto;
display: block;
padding: 4px;
background: #333;
color: #fff;
border: 1px solid #eee;
} textarea:active,textarea:focus {
/*border: 1px solid #FF3300;*/
border: 1px solid #aaa;
}
.create {
margin: auto;
display:block;
background:#333;
color:#fff;
padding:4px;
border-radius:2px;
border:1px solid #aaa;
font-size:110%;
}
#playlistLink {
margin: auto;
display:block;
}