forked from scottyrdc/GenCollectionInterface
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcategories.html
162 lines (127 loc) · 3.57 KB
/
categories.html
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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head profile="http://gmpg.org/xfn/11">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>gen Collection Interface</title>
<link rel="stylesheet" href="css/themes1.css" type="text/css" media="screen" />
<link rel="stylesheet" href="css/colourModStyle.css" type="text/css" media="screen" />
<script type="text/javascript" src="js/prototype.js"></script>
<script type="text/javascript" src="js/scriptaculous.js"></script>
<script type="text/javascript" src="js/prototip.js"></script>
<link rel="stylesheet" type="text/css" href="css/prototip.css" />
<script type="text/javascript" src="js/effects.js"></script>
</head>
<style>
/****************************************/
.booktitle { line-height: 13px; font-size: 11px; }
a{
outline: none;
}
a:active{
outline: none;
}
#sideBar{
text-align:left;
}
#sideBar h2{
color:#FFFFFF;
font-size:110%;
font-family:arial;
margin:10px 10px 10px 10px;
font-weight:bold !important;
}
#sideBar h2 span{
font-size:125%;
font-weight:normal !important;
}
#sideBar ul{
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
}
#sideBar li{
margin:0px 10px 3px 10px;
padding:2px;
list-style-type:none;
display:block;
background-color:#FF5C3E;
width:177px;
color:#FFFFFF;
}
#sideBar li a{
width:100%;
}
#sideBar li a:link,
#sideBar li a:visited{
color:#FFFFFF;
font-family:verdana;
font-size:100%;
text-decoration:none;
display:block;
margin:0px 0px 0px 0px;
padding:0px;
width:100%;
}
#sideBar li a:hover{
color:#FFFFFF;
text-decoration:underline;
}
#sideBar{
position: absolute;
width: auto;
height: auto;
top: 140px;
right:0px;
background-color: #FF5C3E;
}
#sideBarTab{
float:left;
height:137px;
width:28px;
}
#sideBarTab img{
border:0px solid #FFFFFF;
}
#sideBarContents{
float:left;
overflow:hidden !important;
width:200px;
height:300px;
}
#sideBarContentsInner{
width:200px;
}
</style>
<body>
<div id="page">
<div id="mainContent">
<div class="topTear"></div>
<div id="content" class="widecolumn" style="min-height: 420px;">
<div class="post" id="post-450" style="margin-right: 0px;">
<h2>Categories</h2>
<div class="entrytext">
<div class="collection-container" style="margin-top: 35px;">
<a href="Adventure and AdventurersCategory.html">Adventure and Adventurers</a><br>
<a href="Voyages and TravelsCategory.html">Voyages and Travels</a><br>
<a href="BirdsCategory.html">Birds</a><br>
<a href="CatsCategory.html">Cats</a><br>
<a href="DogsCategory.html">Dogs</a><br>
<a href="AnimalsCategory.html">Animals</a><br>
<a href="Conduct of LifeCategory.html">Conduct of Life</a><br>
<a href="Children's LiteratureCategory.html">Children's Literature</a><br>
<a href="Natural HistoryCategory.html">Natural History</a><br>
<a href="Brothers and SistersCategory.html">Brothers and Sisters</a><br>
<a href="Moral EducationCategory.html">Moral Education</a><br>
<a href="Children's PoetryCategory.html">Children's Poetry</a><br>
<a href="Children's StoriesCategory.html">Children's Stories</a><br>
<a href="Nursery RhymesCategory.html">Nursery Rhymes</a><br>
<a href="Fairy TalesCategory.html">Fairy Tales</a><br>
<a href="Juvenile FictionCategory.html">Juvenile Fiction</a><br>
<a href="Juvenile LiteratureCategory.html">Juvenile Literature</a><br>
<a href="Picture Books for ChildrenCategory.html">Picture Books for Children</a><br>
<a href="otherCategory.html">Other Category</a><br>
</script>
</div>
</div>
</div>
</div>
</body></html>