Skip to content

Commit 278813d

Browse files
committed
Restore styles in asciidoc
1 parent bd2314c commit 278813d

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed
43.9 KB
Binary file not shown.

src/doc/asciidoc/css/styles.css

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ p a > code:hover { color: #444444; }
301301
#header:after, #content:after, #footnotes:after, #footer:after { clear: both; }
302302

303303
#header { margin-bottom: 2.5em; }
304-
#header > h1 { color: #616366; font-weight: normal; border-bottom: 1px solid #dddddd; margin-bottom: -28px; padding-bottom: 32px; padding-top: 10px; background: url('./img/seljup.png') no-repeat left 8.25em top 0em;}
304+
#header > h1 { color: #616366; font-family:'Publica Play Regular'; font-weight: normal; border-bottom: 1px solid #dddddd; margin-bottom: -28px; padding-bottom: 32px; padding-top: 10px; background: url('./img/seljup.png') no-repeat left 8.25em top 0em;}
305305
#header span { color: #616366; }
306306
#header #revnumber { text-transform: capitalize; }
307307
#header br { display: none; }
@@ -651,4 +651,11 @@ table.tableblock.grid-all { -webkit-border-radius: 0; border-radius: 0; -webkit-
651651

652652
#footer { background-image: url('./img/footer-bg.jpg'); padding: 25px 0; }
653653

654-
#footer-text { color: #fff; text-shadow: 1px 1px 1px #333; font-size: 80%; text-align: center; }
654+
#footer-text { color: #fff; text-shadow: 1px 1px 1px #333; font-size: 80%; text-align: center; }
655+
656+
@font-face {
657+
font-family: 'Publica Play Regular';
658+
font-style: normal;
659+
font-weight: normal;
660+
src: url('./css/PublicaPlay-Regular.woff') format('woff');
661+
}

0 commit comments

Comments
 (0)