forked from nijotz/dogebark
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcss.css.css
83 lines (72 loc) · 1.29 KB
/
css.css.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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
@import url(//fonts.googleapis.com/css?family=Raleway:100,300);
@import url(//fonts.googleapis.com/css?family=Source+Code+Pro);
body {
background: #fafafa;
text-align: center;
}
#content {
font-family: "Raleway", sans-serif;
font-weight: 300;
width: 40em;
margin: 0 auto;
}
label {
display: inline;
font-size: 3em;
margin: 10px;
font-weight: 100;
white-space: nowrap;
}
h1 {
border-radius: 5px;
background-color: #393;
padding: 0.25em 0.5em;
}
label {
display: inline-block;
width: 2.5em;
}
.chosen-container {
font-size: 1.3em;
}
select,
input {
font-size: 2em;
padding: 5px;
margin: 5px;
border: 0;
border-radius: 3px;
border-bottom: 3px solid #eee;
box-shadow: 0 0 10px #eee;
font-family: "Raleway", sans-serif;
}
select {
overflow: hidden;
}
button {
font-size: 2em;
font-weight: 300;
font-family: "Raleway", sans-serif;
border: 1px solid #ccc;
border-bottom-width: 3px;
background-color: #eee;
padding: 0.25em 0.5em;
border-radius: 5px;
margin: 1em;
}
#curl2sudo {
padding: 10px;
font-size: 1.4em;
width: 100%;
max-width: 800px;
word-wrap: break-word;
border-radius: 5px;
background-color: #333;
color: #fff;
margin: 0 auto;
font-family: "Source+Code+Pro", monospace;
font-size: 1em;
}
#add-more {
padding: 20px;
}