-
Notifications
You must be signed in to change notification settings - Fork 3
/
igal2.css
55 lines (45 loc) · 847 Bytes
/
igal2.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
.center {
text-align: center;
}
.center table {
margin-left: auto;
margin-right: auto;
text-align: center;
}
body {
font-family: verdana, sans-serif;
color: #555555;
background-color: white;
}
a:link, a:visited {
color: #001dd9; text-decoration: none;
background: transparent;
}
a:hover {
color: #00ffd8;
text-decoration: none;
}
.small {
font-size: 75%;
}
.large {
font-size: 200%;
}
.tiled {
background-image: url(".tile.png");
background-repeat: repeat-x;
background-color: black;
padding: 0;
}
.thumb {
background-color: black;
text-align: center;
vertical-align: middle;
}
.slide {
background-color: white;
text-align: center;
vertical-align: middle;
}
#exifinfo { display: none; padding-top: 5px;}
#exifinfo > table, #exifinfo td { border-collapse: collapse; border: 1px solid; }