@@ -22,23 +22,23 @@ const headerTemplate = `
22
22
body {
23
23
font-family: Roboto,Helvetica,sans-serif;
24
24
background: #ddd;
25
- margin-left: auto;
26
- margin-right: auto;
27
- margin-top: 20px;
25
+ margin: 1em auto;
28
26
max-width: 1000px;
29
27
}
30
28
li {
31
- margin-top: 1em ;
32
- margin-bottom: 1em ;
33
- margin-right: 1em ;
29
+ border-radius: 10px ;
30
+ margin: 0.5em ;
31
+ padding: 0.5em ;
34
32
}
35
33
h1 {
36
- font-size: 25px ;
34
+ font-size: 2em ;
37
35
color: #efefef;
38
36
width: 80%;
39
37
float: left;
40
38
}
41
39
ul {
40
+ padding: 0.5em;
41
+ list-style-type: none; /* Disable bullet points */
42
42
border-radius: 10px;
43
43
border:1px solid #c0c0c0;
44
44
background: #f5f5f5;
@@ -55,9 +55,15 @@ const headerTemplate = `
55
55
a:hover {
56
56
text-decoration:underline;
57
57
}
58
+ .icons a:hover {
59
+ text-decoration: none;
60
+ }
58
61
p {
59
62
margin: 0px;
60
63
}
64
+ #container {
65
+ margin: 1em;
66
+ }
61
67
.author {
62
68
color: #666;
63
69
}
@@ -96,7 +102,7 @@ const headerTemplate = `
96
102
font-size: 12px;
97
103
}
98
104
:target {
99
- background-color: #f6ba81 ;
105
+ background-color: #ffb772 ;
100
106
}
101
107
#left-header {
102
108
flex: 4;
@@ -132,6 +138,8 @@ const headerTemplate = `
132
138
background: #333 url('assets/open-access.svg') right/25% no-repeat;
133
139
}
134
140
#censorbib-description {
141
+ font-size: 1.15em;
142
+ text-align: justify;
135
143
padding: 1em;
136
144
flex: 5;
137
145
}
@@ -168,15 +176,9 @@ const headerTemplate = `
168
176
<div class="flex-row">
169
177
170
178
<div id="censorbib-description">
171
- CensorBib is an online archive of selected research papers in the field
172
- of Internet censorship. Most papers on CensorBib approach the topic
173
- from a technical angle, by proposing designs that circumvent censorship
174
- systems, or by measuring how censorship works. The icons next to each
175
- paper make it easy to download, cite, and link to papers. If you think
176
- I missed a paper,
177
- <a href="https://github.com/NullHypothesis/censorbib">
178
- make a pull request
179
- </a>.
179
+ CensorBib is an archive of selected academic research papers on
180
+ Internet censorship. If you think I missed a paper,
181
+ <a href="https://github.com/NullHypothesis/censorbib">make a pull request</a>.
180
182
Finally, the
181
183
<a href="https://github.com/net4people/bbs/issues">net4people/bbs forum</a>
182
184
has reading groups for many of the papers listed below.
@@ -189,7 +191,7 @@ const headerTemplate = `
189
191
</div>
190
192
<div class="menu-item">
191
193
<img class="top-icon" src="assets/update-icon.svg" alt="update icon">
192
- <a href="https://github.com/NullHypothesis/censorbib/commits/master">Last update : {{.Date}}</a>
194
+ <a href="https://github.com/NullHypothesis/censorbib/commits/master">Updated : {{.Date}}</a>
193
195
</div>
194
196
</div> <!-- censorbib-links -->
195
197
@@ -204,7 +206,7 @@ const headerTemplate = `
204
206
</div>
205
207
206
208
<div id="book-info" style="flex: 0 1 auto">
207
- Are you a researcher? If so, you may like my book
209
+ Are you a researcher? You may like my book
208
210
<a href="http://research-power-tools.com">Research Power Tools</a>.
209
211
</div>
210
212
</div>
0 commit comments