-
Notifications
You must be signed in to change notification settings - Fork 1
/
setting.css
110 lines (98 loc) · 1.39 KB
/
setting.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
103
104
105
106
107
108
109
110
body#setting {
font-size: 13px;
background-color: white;
}
body#options {
font-size: 15px;
}
h1 {
margin-top: 10px;
margin-bottom: 3px;
border: 0;
padding: 0;
font-size: 150%;
}
h2 {
margin-top: 10px;
margin-bottom: 5px;
border: 0;
padding: 0;
font-size: 125%;
}
#highlightSetting p {
margin: 7px 5px 5px 5px;
float: left;
}
textarea {
width: 325px;
margin-bottom:10px;
}
td{
text-align:center;
}
button {
font-size: 115%;
height: 27px;
border-radius: 3px;
width: 45px;
margin-left: 20px;
}
#highlightSetting{
display: inline-block;
height: 210px;
width: 100%;
margin-bottom: 0px;
}
#TermSetting{
display: inline-block;
height: 130px;
width: 100%;
}
img{
float: left;
}
table img{
float: none;
}
.subject2{
float: left;
width: 280px;
text-align: left;
margin-top: 3px;
font-size: 18px;
padding: 12px 0px 1px 11px;
}
.subjectBox{
width: 100%;
margin-bottom: 0px;
}
textarea{
height: 80px;
width: 100%;
border: 1px solid #c1c7c7;
margin: 10px 0;
}
#colorBackground, #buttonSave{
float: right;
}
#buttonSave{
margin-right: 5px;
}
select{
width: 109px;
height: 30px;
padding-left: 8px;
font-size: 13.7px;
background:url(selecarrow.jpg) no-repeat 100% 50%;
border: 1px solid #c1c7c7;
border-radius: 3px;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
margin-left:13px;
text-align: center;
}
option{
text-indent: 5px;
height:30px;
}