-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathstyle.css
63 lines (53 loc) · 765 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
57
58
59
60
61
62
63
html, body {
overflow: hidden;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
width: 100%;
height: 100%;
color: #444444;
overflow-y: scroll;
}
h1 {
width: 100%;
font-size: 24px;
}
h2 {
width: 100%;
font-size: 18px;
margin-bottom: 0px;
}
p {
margin: 0px;
}
a {
color: #0083B7;
}
div .category {
width: 100%;
}
div .thumbnails {
/* display: block; */
float: left;
width: 100%;
padding: 10px;
}
div .thumbnail {
float: left;
width: 220px;
height: 170px;
margin-bottom: 8px;
}
div .thumbnail img {
width: 210px;
height: 140px;
margin-left: 2px;
border-style: solid;
border-width: 1;
border-color: #aaaaaa;
}
div .thumbnail p {
padding-left: 2px;
}
div .thumbnail a {
color: #444444;
}