-
Notifications
You must be signed in to change notification settings - Fork 0
/
optionsUi.css
128 lines (107 loc) · 2.09 KB
/
optionsUi.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
119
120
121
122
123
124
125
126
127
128
/********************************************************************
* Copyright (c) 2012 Amazon.com, Inc. All rights reserved. *
********************************************************************/
/*************************
* Global
*************************/
body, .s2k-shortcut-table {
font-family: Arial, sans-serif;
font-size: 12px;
}
a {
color: #004b91;
text-decoration: none;
}
a:hover {
color: #e47911;
text-decoration: underline;
}
/*************************
* Classes
*************************/
.s2k-setup-header {
width: 297px;
margin: 0 auto;
}
.s2k-setup-banner {
width: 297px;
height: 81px;
/*noinspection CssUnknownTarget*/
background: url("/images/s2k-setup-sprite.png") -396px -329px;
}
.s2k-setup-box {
width: 400px;
margin: 20px auto;
padding: 20px;
border: 1px solid #cdcdcd;
border-radius: 15px;
}
.s2k-setup-section-line {
width: 250px;
height: 1px;
margin: 15px auto;
/*noinspection CssUnknownTarget*/
background: url("/images/s2k-setup-sprite.png") -258px 0;
}
.s2k-setup-section {
}
.s2k-section-left {
float: left;
}
.s2k-section-right {
float: right;
}
.s2k-section-divider {
float: left;
width: 1px;
margin-top: -10px;
margin-left: 15px;
margin-right: 15px;
background-color: #cdcdcd;
}
.s2k-setup-section-header h1 {
font-size: 18px;
margin: 0;
color: #e47911;
}
.s2k-setup-section-header h2 {
font-size: 12px;
}
.s2k-setup-section-detail input {
width: 230px;
height: 2.5em;
border: 1px solid #CACACA;
border-radius: 5px;
text-align: center;
font-weight: bold;
background-color: #fff;
}
.s2k-setup-section-detail input:focus {
border: 1px solid #e47911;
background-color: #e3e3e3;
border-radius: 5px;
outline: 0;
}
.s2k-shortcut-table {
margin: 0 auto;
}
.s2k-shortcut-label {
text-align: right;
font-weight: bold;
}
.s2k-shortcut-spacer {
padding: 0 10px;
}
.s2k-delivery-box {
margin-top: 20px;
text-align: center;
font-size: 14px;
}
.s2k-legal-box {
margin-top: 50px;
font-size: 14px;
text-align: center;
}
.s2k-legal-box span {
margin: 0 10px;
}