-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathstyle.css
68 lines (58 loc) · 1015 Bytes
/
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
@import url('https://fonts.googleapis.com/css?family=Montserrat');
* {
font-family: 'Montserrat', sans-serif;
}
body {
line-height: 70%;
/*background: #27ae60;*/
/*background: #2c3e50;*/
/*background: #3C40C6;*/
background: #0000FF;
/*color: #f1c40f;*/
color: #FAFBFE;
/*background: #1A5542;*/
/*color: #72C0A6;*/
/*color: #9CD4B9;*/
min-width: 300px;
}
#title, #subtitle {
text-align: center;
}
#footer {
display: block;
margin: auto;
text-align: center;
/*background: #341f97;*/
/*padding: 5px;*/
display: block;
margin-left: auto;
margin-right: auto;
}
#link-field {
background: #fff;
color: #2980b9;
font-weight: bold;
width: 250px;
text-align: center;
padding: 5px;
border: none;
border-radius: 5px;
height: 20px;
}
#result {
text-transform: capitalize;
}
#cat {
background: transparent;
}
#nowProcessing a {
color: white;
/*text-decoration: none;*/
}
#megaphone {
position: relative;
bottom: -4px;
}
#link {
color: white;
}