-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfamiliar.css
73 lines (59 loc) · 934 Bytes
/
familiar.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
body {
font-size: 14px;
line-height: 28px;
font-family: 'Lucida Grande', 'Lucida Sans', 'Lucida Sans Unicode', Helvetica, Arial, sans-serif;
/*color: #555;*/
margin: 0;
padding: 0;
background-color: #fff;`
}
h1, h2, h3 {
margin: 0;
padding: 0;
margin-top: 10px;
margin-bottom: 10px;
color: #337ab7;
}
li.context {
text-indent: 10px;
}
li.word {
margin-top: 20px;
}
input {
margin-top: 10px;
margin-right: 5px;
}
a.context {
color: #0000EE;
text-decoration: none;
-webkit-transition: color 0.2s linear;
margin-left: 10px;
}
/*
a:hover {
color: #294266;
}
*/
ul {
margin: 0;
padding: 0;
}
button,
input[type=button],
input[type=submit],
/* CHECKBOX, RADIO */
input[type=checkbox],
input[type=radio] {
margin-left: 0;
margin-right: 5;
position: relative;
top: 1px;
}
input[name=context] {
margin-top: 1px;
}
span.word {
color: #990000;
font-weight: bold;
}