-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvol_4_masthead.html
127 lines (118 loc) · 3.67 KB
/
vol_4_masthead.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
<!DOCTYPE html>
<html>
<head>
<title>Masthead</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<style type="text/css">
#container3 body {
margin: 0;
}
#container3 ul {
list-style-type: none;
margin: 0;
padding-top: 20px;
padding-left: 0px;
width: 15%;
background-color: #f1f1f1;
position: fixed;
height: 50%;
overflow: hidden;
}
#container3 li a {
display: inline-block;
color: #000;
padding: 8px 16px;
text-decoration: none;
}
#container3 li a.active {
background-color: #4CAF50;
color: white;
}
#container3 li a:hover:not(.active) {
background-color: #555;
color: white;
}
#container2 ul {
list-style-type: none;
display: block;
margin: 0;
padding: 20px;
overflow: hidden;
background-color: #333;
}
#container2 li {
float: left;
}
#container2 li a {
display: block;
color: white;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}
#container2 li a:hover:not(.active) {
background-color: #111;
}
#container2 .active {
background-color: #4CAF50;
}
#header h1{
padding-top: 100px;
padding-left: 10%;
}
</style>
</head>
<div id="container2" style="position:fixed;font-family:arial;">
<body>
<ul class="navigation">
<li class="navigation-home"><a href="Digital_Edition.html" target="_blank">Home</a></li>
<li class="navigation-home"><a href="Volume_1.html" target="_blank">Volume 1</a></li>
<li class="navigation-home"><a href="Volume_2.html" target="_blank">Volume 2</a></li>
<li class="navigation-home"><a href="Volume_3.html" target="_blank">Volume 3</a></li>
<li class="navigation-home"><a href="Volume_4.html" class="active" target="_blank">Volume 4</a></li>
<li class="navigation-home"><a href="Volume_5.html" target="_blank">Volume 5</a></li>
<li class="navigation-home"><a href="Volume_6.html" target="_blank">Volume 6</a></li>
<li class="navigation-home"><a href="Volume_7.html" target="_blank">Volume 7</a></li>
<li class="navigation-home"><a href="Volume_8.html" target="_blank">Volume 8</a></li>
</ul>
</body>
</div>
<div id="header">
<h1 style="font-family:arial;">Volume 4 Masthead</h1><br>
</div>
<div id="container3">
<ul style="font-family:arial;">
<li class="navigation-home"><a href="vol_4_home.html" target="_blank">Home</a></li> <br>
<li class="navigation-Introduction"><a href="vol_4_intro.html" target="_blank">Introduction</a></li> <br>
<li class="navigation-Acknowledgements"><a href="vol_4_ack.html" target="_blank">Acknowledgements</a></li> <br><br>
<li class="navigation-Masthead"><a href="vol_4_masthead.html" class="active" target="_blank">Masthead</a></li> <br><br>
<li class="navigation-Calendar"><a href="vol_4_calendar.html" target="_blank">Calendar of Documents</a></li> <br>
<li><a href="vol_4_chron.html" target="_blank">Chronology</a></li> <br>
</ul>
</div>
<body>
<div id="container4" style="margin-left:15%;padding:1px 10px;height:1000px;font-family:arial;">
<h2>Volume Editors</h2>
<dl>
<dt>Paul B.Israel</dt>
<dt>Keith A. Nier</dt>
<dt>Louis Carlat</dt>
</dl>
<h2>Editorial Staff</h2>
<dl>
<dt>Grace Kurkowski</dt>
<dt>Helen Endick</dt>
</dl>
<h2>Director and Editor</h2>
<dl>
<dt>Robert A. Rosenberg</dt>
</dl>
<h2>Sponsors</h2>
<dl>
<dt>Rutgers, The State University of New Jersey</dt>
<dt>The National Park Service, Edison National Historic Site</dt>
<dt>New Jersey Historical Commission</dt>
<dt>The Smithsonian Institution</dt>
</dl>
</body>
</html>