View Single Post
Old 03-15-2014, 04:33 PM   #2
JLius
Village idiot
JLius ought to be getting tired of karma fortunes by now.JLius ought to be getting tired of karma fortunes by now.JLius ought to be getting tired of karma fortunes by now.JLius ought to be getting tired of karma fortunes by now.JLius ought to be getting tired of karma fortunes by now.JLius ought to be getting tired of karma fortunes by now.JLius ought to be getting tired of karma fortunes by now.JLius ought to be getting tired of karma fortunes by now.JLius ought to be getting tired of karma fortunes by now.JLius ought to be getting tired of karma fortunes by now.JLius ought to be getting tired of karma fortunes by now.
 
JLius's Avatar
 
Posts: 157
Karma: 519566
Join Date: Mar 2014
Location: Belgium
Device: sony PRS T-1
O, and this is the CSS for this eput:

@namespace h "http://www.w3.org/1999/xhtml";
@font-face {
font-family: "Alegreya";
font-weight: normal;
font-style: normal;
src: url(Alegreya-Regular.otf);
}
@font-face {
font-family: "Alegreya";
font-weight: bold;
font-style: normal;
src: url(Alegreya-Bold.otf);
}
@font-face {
font-family: "Alegreya";
font-weight: normal;
font-style: italic;
src: url(Alegreya-Italic.otf);
}
@font-face {
font-family: "Alegreya SC";
font-weight: normal;
font-style: normal;
src: url(AlegreyaSC-Regular.otf);
}
@font-face {
font-family: "Alegreya SC";
font-weight: normal;
font-style: italic;
src: url(AlegreyaSC-Italic.otf);
}
html, body {
margin: 0;
padding: 0;
border-width: 0;
height: 100%;
text-align: left;
font-weight: normal;
font-style: normal;
font-family: "Alegreya", serif;
}
@page {
margin: 20pt 6pt 6pt 12pt;
}
h2 {
padding-bottom: 40px;
}
h3 {
font-style: italic;
}
p {
font-size: 1em;
text-indent: 0;
line-height: 1.35em;
margin: 0;
}
em {
font-style: italic;
}
.p-foto {
text-align: center;
text-indent: 0;
}
.italic {
font-family: "Alegreya", serif;
font-style: italic;
}
.witregel {
padding-top: 1.35em;
}
.copyright {
font-family: "Alegreya SC", serif;
font-size: 0.75em;
}
.smallcap {
font-family: "Alegreya SC", serif;
}
sup {
line-height: normal;
vertical-align: text-top;
}
.S-Internet20link {
color: #00f;
text-decoration: underline;
}
JLius is offline   Reply With Quote