forked from splitbrain/php-epub-meta
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
93 lines (78 loc) · 1.19 KB
/
style.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
body, td, th, input, textarea {
font-family: "Arial", sans-serif;
color: #333;
font-size: 15px;
}
a {
color: #4183C4;
text-decoration: none;
}
a:hover,
a:active {
background-color: #efefef;
}
#wrapper {
height: 600px;
width: 920px;
margin: auto;
padding: 0;
border: 1px solid #ccc;
}
#booklist {
float: left;
width: 300px;
height: 600px;
overflow: auto;
list-style-type: none;
padding: 0;
margin: 0 25px 0 0;
font-size: 13px;
}
#booklist li {
margin: 5px;
}
#bookpanel {
float: left;
width: 590px;
height: 600px;
overflow: auto;
}
.center {
text-align: center;
}
table th,
table td {
vertical-align: top;
margin: 5px;
padding: 0;
}
table th {
text-align: right;
font-weight: bold;
padding: 3px;
padding-right: 20px;
}
table td textarea,
table td input {
width: 450px;
border: none;
padding: 3px;
margin: 0;
}
table td textarea {
height: 250px;
}
table td p {
margin: 0;
padding: 0;
}
table td p input {
width: 200px;
}
table td textarea:focus,
table td input:focus {
border: 1px solid #4183C4;
}
table th img {
margin-top: 20px;
}