forked from mustache/mustache.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathburt.css
54 lines (46 loc) · 807 Bytes
/
burt.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
body {
font-family: Georgia;
color: #333;
}
#logo {
color: #000;
height: 180px;
width: 200px;
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
transform: rotate(-90deg);
text-align: center;
display: block;
font-size: 250px;
font-family: Georgia;
margin: 0 auto;
line-height: 200px;
margin-bottom: -30px;
}
#content {
width: 600px;
margin: 0 auto;
}
p {
font-size: 30px;
margin-bottom: 20px;
text-align: left;
}
label {
}
textarea, .html {
border: 1px solid #bbb;
padding: 5px;
width: 100%;
height: 350px;
font-size: 18px;
font-family: Inconsolata, monaco, courier;
margin-bottom: 20px;
}
.json {
margin-bottom: 0;
}
.run {
margin-bottom: 20px;
font-size: 130%;
}