-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.css
executable file
·90 lines (90 loc) · 1.62 KB
/
main.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
body {
background-color: #FFFBF0;
color: #800000;
}
a {
background-color: transparent;
color: #808000;
}
a:visited {
background-color: transparent;
color: #808000;
}
a:hover {
background-color: transparent;
color: #FF0000;
}
h1 {
font-family: tahoma, arial, helvetica, sans-serif;
text-align: center;
color: #800000;
background-color: transparent;
}
div.index {
text-align: center;
}
div.index table {
margin-left: auto;
margin-right: auto;
text-align: center;
}
div.navigation {
text-align: center;
}
div.navigation table {
margin-left: auto;
margin-right: auto;
text-align: center;
}
div.photograph {
text-align: center;
}
div.photograph table {
margin-left: auto;
margin-right: auto;
text-align: center;
}
td.thumbcell {
width: 100px;
}
div.title {
font-weight: bold;
font-family: tahoma, arial, helvetica, sans-serif;
text-align: right;
font-size: 0.8em;
color: #800000;
background-color: transparent;
}
.caption {
font-family: tahoma, arial, helvetica, sans-serif;
text-align: center;
font-size: 0.8em;
color: #800000;
background-color: transparent;
}
.footnote {
font-size: 0.6em;
text-align: right;
font-family: tahoma, arial, helvetica, sans-serif;
}
.textleft {
text-align: left;
font-family: tahoma, arial, helvetica, sans-serif;
font-size: 0.8em;
color: #800000;
background-color: transparent;
}
.textright {
text-align: right;
font-family: tahoma, arial, helvetica, sans-serif;
font-size: 0.8em;
color: #800000;
background-color: transparent;
}
.textcenter {
text-align: center;
font-family: tahoma, arial, helvetica, sans-serif;
font-size: 0.8em;
color: #800000;
background-color: transparent;
}