-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
56 lines (49 loc) · 996 Bytes
/
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
body {
width:320px;
overflow-x:hidden;
margin: auto;
font: 16px "Myriad Pro" , "Helvetica Neue" ,Helvetica,Arial,Sans-Serif;
font-weight: bold;
color: #4D4D4D;
line-height: 1.286;
}
img {
margin:5px 10px;
border:1px solid black;
vertical-align:middle;
width: 300px;
height: 168.75px;
}
div.main {
border-top: 10px solid #444750;
background-color: #EBEBEB;
cursor: pointer;
}
div > div {
border-width: 1px 0 0px 0;
border-color: silver;
border-style: solid;
background-color: #E1E1E1;
padding: 5px 10px 5px 10px;
word-wrap: break-word;
vertical-align: top;
}
div.info div {
text-transform: uppercase;
display: inline-block;
border: 0px;
width: 180px;
text-align: right;
padding: 0;
}
div.info div:first-child {
width: 120px;
text-align: left;
}
div.info div span {
font-size: 0.6em;
}
div.title {
background-color: rgba(153, 153, 153, 0.55);
padding: 20px;
}