-
Notifications
You must be signed in to change notification settings - Fork 0
/
body.css
58 lines (49 loc) · 1.21 KB
/
body.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
html, body {position: relative}
body, .x-body {
border-color: #535353 -moz-use-text-color #535353 #535353;
border-style: solid none none;
border-width: 0 medium medium;
font-family: "Open Sans","Helvetica Neue",sans-serif;
font-size: 13px;
font-style: normal;
font-variant: normal;
font-weight: normal;
height: 100%;
line-height: 15px;
margin: 0;
padding: 0;
top: 0;
}
a:link {
color: #0071FF;
/* font-weight: normal; */
text-decoration: none;
}
.link {
color: #0071ff;
cursor: pointer;
font: 14px tahoma,arial,helvetica,sans-serif;
text-decoration: none;
}
.odd{background-color: #f5f5f5}
.even{background-color: #fff}
.shoppingbasketicon {
background-attachment: scroll;
background-clip: border-box;
background-color: transparent;
background-image: url("images/shoppingcart16.png") !important;
background-origin: padding-box;
background-position: 0 center;
background-repeat: repeat;
background-size: auto auto;
border: 0 none;
cursor: pointer;
display: block;
height: 16px;
margin: 0;
outline: 0 none;
overflow: hidden;
padding: 0;
vertical-align: bottom;
width: 16px;
}