-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontents.css
118 lines (112 loc) · 2.21 KB
/
contents.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
111
112
113
114
115
116
117
118
@charset "utf-8";
/* =======================================
ContentsElements
======================================= */
/* textArea
------------------------ */
#textArea {
margin: 10 auto;
width: 370px;
}
#textArea textarea {
position: relative; left: 0px; top: 17px;
padding: 1px;
width: 350px;
height: 85px;
background: #fff;
border: #999 1px solid;
border-radius:5px;
}
#textArea1 textarea {
padding: 1px;
width: 350px;
height: 20px;
background: #fff;
border: #999 1px solid;
border-radius:5px;
}
#textArea2 textarea {
padding: 1px;
width: 350px;
height: 40px;
background: #fff;
border: #999 1px solid;
border-radius:5px;
}
#input,#preview {
/* position: relative; left: 0px; top: 17px;
padding: 1px; */
padding: 1px;
width: 350px;
height: 55px;
background: #fff;
border: #999 1px solid;
border-radius:5px;
}
#before-txt,#after-txt,#before-txt2,#after-txt2,#insert_before-txt,#insert_after-txt {
height: 15px;
/* border-radius:5px; */
padding: 1px;
}
#btn5{
position: absolute; left: 8px; top: 5px
}
#btn4{
position: absolute; left: 40px; top: 5px
}
#btn1{
position: absolute; left: 72px; top: 5px
}
#btn2{
position: absolute; left: 134px; top: 5px
}
#btn7{
position: absolute; left: 179px; top: 5px
}
#btn8{
position: absolute; left: 229px; top: 5px
}
#btn6{
position: absolute; left: 264px; top: 5px
}
#btn3{
position: absolute; left: 306px; top: 5px
}
#count1{ /*文字数*/
position: relative; left: 320px; top: 15px;
}
#submit-button1,#clear-button1{
height: 20px;
padding: 1px;
}
.replaceWord{
/* padding: .05rem; */
margin: .1rem;
}
#check,#check2,#check3,#check4,#check5,#check6,#check7,#check8{
padding: .01rem;
margin: .05rem;
}
#explanation{
margin: 0rem;
line-height:.9;
}
#al-type{
width: 90px;
}
p.dotted-bottom {
border-bottom: dotted;
padding: .05rem;
margin: .1rem;
}
body{
font-family : "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","MS Pゴシック","MS PGothic",Helvetica,Arial,Sans-Serif;
background-color: #EFECE7;
color: #626F5D;
font-size: 14px;
line-height: 1.5;
}
textarea,input,select{
border: 1px solid #ddd;
font-family : "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","MS Pゴシック","MS PGothic",Helvetica,Arial,Sans-Serif;
}