-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathlive.css
102 lines (102 loc) · 1.5 KB
/
live.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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
body {
font-family: Verdana, Arial, sans-serif;
font-size: 13px;
margin: 8px;
padding: 0;
}
div.grippie {
background:#EEEEEE url(grippie.png) no-repeat scroll center 2px;
border-color:#DDDDDD;
border-style:solid;
border-width:0pt 1px 1px;
cursor:s-resize;
height:9px;
overflow:hidden;
}
.resizable-textarea {
padding-right: 6px;
margin-bottom: 10px;
}
.resizable-textarea textarea {
display: block;
margin-bottom: 0;
width: 100%;
height: 200px;
}
h1 {
display: inline;
font-size: 18px;
margin: 0;
padding: 0;
}
h1 a {
text-decoration: none;
color: black;
}
a {
color: #008;
}
.tool {
display: inline;
margin: 0 0 0 8px;
padding: 0;
}
.tool:before {
content: "<";
margin-right: 1px;
font-size: 50%;
}
.tool:after {
content: ">";
margin-left: 1px;
font-size: 50%;
}
.tool * {
background: none;
border: 0;
margin: 0;
padding: 0;
cursor: pointer;
text-decoration: underline;
color: #008;
font-family: Verdana, Arial, sans-serif;
font-size: 13px;
}
.examples {
display: block;
margin: 0;
padding: 0 0 8px 0;
float: right;
}
.warnings {
clear: both;
font-size: 16px;
}
.warnings p {
background: #fcc;
padding: 4px;
margin: 8px 0;
}
.warnings p:before {
content: "Warning: ";
font-weight: bold;
}
iframe {
border: none;
width: 100%;
}
hr {
border: 0;
height: 1px;
width: 70%;
background-color: #666;
margin: 2em;
}
a[download] {
font-weight: bold;
}
footer {
display: block;
margin-top: 2em;
text-align: center;
}