-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
59 lines (50 loc) · 954 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
[v-cloak]{
display:none;
}
#BF, #BF textarea{
font-size : 12px;
font-family: 'Courier New';
}
#BF.container {
width: 500px;
margin: 20px auto;
}
#BF.row {
margin-bottom: 20px;
}
#BF textarea {
width: 100%;
padding: 4px;
box-sizing: border-box;
height: 50px;
margin-bottom: 5px;
}
#BF h2 {
font-size: 14px;
border-bottom: 1px solid #666;
color: #666;
padding: 0 0 4px 0;
letter-spacing: 0.05em;
}
#BF .source span {
padding: 0.2px;
margin-right: 5px;
color: #bbb;
display: inline-block;
cursor: pointer;
border-bottom: 4px solid transparent;
}
#BF .source span.current {
font-weight: bold;
padding: 0.2px;
color: #666;
display: inline-block;
cursor: pointer;
border-bottom: 4px solid #ccc;
}
#BF>.hidden {
display : none;
}
#BF textarea:disabled{
background: #eee;
}