Skip to content

Commit 12b60d3

Browse files
committed
tweaked header looks
Signed-off-by: Jeen Broekstra <jeen.broekstra@gmail.com>
1 parent 5f0b0da commit 12b60d3

3 files changed

Lines changed: 14 additions & 4 deletions

File tree

doc/css/rdf4j.css

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ b.button:after { content: "]"; padding: 0 2px 0 3px; }
308308

309309
#content:before { content: none; }
310310

311-
/* formatting for the header menu bar specifically */
311+
/* formatting for the header menu bar (in header.adoc) specifically */
312312
div#content>table:nth-child(2) {
313313
border: none;
314314
border-collapse: collapse;
@@ -325,10 +325,12 @@ div#content>table:nth-child(2) a:visited {
325325
display: block;
326326
width: 100%;
327327
color: white;
328+
text-align: center;
328329
}
329330

330331
div#content>table:nth-child(2) td:hover:nth-child(2) {
331332
background-color: #eaeaea;
333+
text-align: center;
332334
}
333335

334336
div#content>table:nth-child(2) td:hover a:link,
@@ -338,6 +340,15 @@ div#content>table:nth-child(2) td:hover a:visited {
338340
display: block;
339341
text-decoration: none;
340342
width: 100%;
343+
text-align: center;
344+
}
345+
346+
/* formatting for site title in header.adoc */
347+
div#content>div.paragraph:first-child p {
348+
font-family: "DIN Condensed";
349+
font-size: 40px;
350+
font-weight: bold;
351+
text-align: right;
341352
}
342353

343354
#header > h1:first-child { color: black; padding-left: 140px; margin-top: 2.25rem; margin-bottom: 0; }

doc/header.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
image:rdf4j-logo.png[role="left",link="http://rdf4j.org/"]
2+
Eclipse rdf4j: documentation
23
[cols="1, 2, 2, 2, 2, 6"]
34
|================
45
| | link:/[Home] | | | |

doc/index.adoc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@
66
include::header.adoc[]
77

88
:numbered!:
9-
== Eclipse RDF4J Documentation
10-
11-
Welcome to the Eclipse RDF4J documentation site. This is a work in progress.
9+
== Eclipse RDF4j Documentation
1210

1311
== Tutorials
1412

0 commit comments

Comments
 (0)