-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathstyle.css
92 lines (75 loc) · 1.18 KB
/
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
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
/* Raphael Reitzig, 2012.
MIT license
*/
body {
background-color : #F6F6F6; /* #D3D3D3; */
color : #232323;
font-family : sans-serif;
}
a {
color : #232323;
}
a:hover {
text-decoration : none;
color : #2323DD;
}
div#main {
width : 950px;
text-align : left;
margin : 30px auto 0 auto;
}
h1 {
font-family : sans-serif;
}
h2 {
font-family : sans-serif;
}
div#gallery table {
border-spacing : 3pt;
}
div.entry {
width : 160px;
height : 175px;
padding : 5pt;
border : 1pt solid #333333;
border-radius : 3pt;
background-color : #EAEAEA; /* #F0F0F0; */
}
div.entry p {
margin : 5pt auto 0 auto;
text-align : center;
font-size : small;
}
div.entry p a {
text-decoration : none;
}
div.entry p a:hover {
text-decoration : underline;
}
div.thumbbox {
margin : auto;
width : 150px;
height : 150px;
line-height : 150px;
text-align : center;
display :table;
}
div.thumbbox span {
display:table-cell;
vertical-align:middle;
}
img.thumb {
max-width : 150px;
max-height : 150px;
}
div#readme {
text-align : left;
}
div#license {
text-align : center;
margin : 20px 10px 0 10px;
font-size : small;
}
div#license img {
margin : 5pt;
}