-
Notifications
You must be signed in to change notification settings - Fork 1
/
tmkm-amazon-search.css
95 lines (82 loc) · 1.48 KB
/
tmkm-amazon-search.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
@charset "utf-8";
/*
-----------------------------------------------------------------
for WordPress Plugin 'wp-tmkm-amazon'
-----------------------------------------------------------------
Author: tomokame
Author URI: http://tomokame.moo.jp/
Use with:
- wp-tmkm-amazon
*/
body{
background: #FFFFFF;
color: #404040;
font-family: "Optima", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Verdana", Arial, sans-serif;
font-size: 0.9em;
line-height: 180%;
margin: 1.2em;
}
h1 {
font-size: 1.1em;
line-height: 1.5;
}
h2 {
font-size: 100%;
line-height: 1.5;
float: left;
margin-right: 1em;
}
a{
color: #000000;
}
a.pagenation {
border: 1px solid #666666;
background-color: #dcdcdc;
padding: 0.3em 0.6em;
}
a.pagenation:hover {
background-color: #eaeaea;
}
ul.wp-tmkm-amazon-search-guide {
clear: both;
margin: 0;
}
ul.wp-tmkm-amazon-search-guide:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
ul.wp-tmkm-amazon-search-guide li {
display: inline;
float: left;
margin: 0 0.6em;
}
input, textarea {
background-color: #F8F8F8;
border: 1px solid #868686;
padding: 0.3em;
}
#amazon-search-result {
border-top : #666666 solid 1px;
clear: both;
padding: 8px;
margin-top: 8px;
}
#amazon-search-result img {
float: left;
margin-right: 20px;
padding: 3px;
border: #C2C2C2 solid 1px;
}
textarea {
width: 20em;
}
hr {
border: none;
border-bottom: 1px solid #868686;
background-color: #F8F8F8;
height: 1px;
margin: 2em 0;
}