-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathstyles.css
84 lines (67 loc) · 1.05 KB
/
styles.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
body {
font-family: helvetica, verdana, tahoma, sans;
text-align: center;
}
table {
margin: 0 auto;
width: auto;
background: #d3d3d3;
}
table td {
padding: 2px 10px;
background: #ffffff;
}
table th {
padding: 2px 10px;
background: #a3a3a3;
cursor: pointer;
}
.positive {
color: #00aa00;
}
.negative {
font-weight: bold;
color: #aa0000;
}
.ears {
margin-right: 5px;
}
#graph {
margin: 10px auto 0;
width: 810px;
}
/*
@font-face {
font-family: "Sketchetik Light";
src: url("fonts/Sketchetik-Light.otf");
}
h1 {
font-family: "Sketchetik Light", sans, Helvetica, Verdana;
font-size: 6em;
margin-bottom: 0.1em;
}
*/
a.jpegg {
display: block;
float: left;
width: 276px;
height: 208px;
margin: 1px;
padding: 10px;
padding-top:18px;
background-color: #DDD;
}
a.jpegg div {
text-overflow: ellipsis;
overflow: hidden;
white-space:nowrap;
}
#colleggtion {
max-width: 900px;
margin:auto;
}
a.jpegg:hover {
}
a.jpegg div img {
border: 0;
}