Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 10 additions & 3 deletions styles/base/block-elements.css
Original file line number Diff line number Diff line change
Expand Up @@ -183,10 +183,10 @@ div.blue_note span{font-weight: bold; }


/* COVER PAGE *********/
html, body { height: 100%; width: 100%;}
html, body { width: 100%;}
* {font-family: "'Roboto", Helvetica, Arial !important;}
html {margin-right: 2000px;}
.coverPageContainer {width: 100%; height: 100%}
.coverPageContainer {width: 100%; height: 100%; page-break-after:always}
.centeredContainer {height: 100%; width: 100%; display: table; margin:0px; padding: 0px; }
.centeredContainer .centered {
display: table-cell; vertical-align: middle; }
Expand Down Expand Up @@ -220,7 +220,14 @@ nav li>ul li{margin-left: 0px;}
font-family: "Roboto", Helvetica, Arial;
size: a4;
/* marks: crop cross; */
margin: 80px 55px;
margin: 80px 55px;
counter-reset: footnote;
@footnotes {
margin-top:10px;
border-top: solid black thin;
border-clip: 200px;
padding: 0px 10px 0px 12px;
}
}
/* FIRST PAGE- start on right *********/
@page:first { margin: 0px; border: solid 15px #f1f2f3;
Expand Down
18 changes: 17 additions & 1 deletion styles/base/typography.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,26 @@ table ul{margin: 0px; font-size: 0.9rem;}
table ul li{padding-left: 5px; margin: 0px;}
.context{font-weight: bold; font-size: 1.3rem; margin-bottom: 15px;}
article{clear: both;}
p{margin: 10px 0px 0px 0px; display: block;}
p{margin: 10px 0px 0px 0px; display: block; prince-footnote-policy: keep-with-line;}
div .p{ margin: 10px 0px 0px 0px; clear: both;}

img{padding: 10px auto; width: 100%; left:5px; position: relative; }

.fn {
float: footnote;
font-size: 83%;
}

.fn::footnote-call {
content: "[" counter(footnote) "]";
font-size: 83%;
vertical-align: super;
line-height: none;
}

.fn::footnote-marker {
font-weight: bold;
}
/* END GLOBAL Typography setting *********/
/*---------------------------------------- END DEFAULT STYLE ------------------------------------------- */

Expand Down
33 changes: 28 additions & 5 deletions styles/blue-theme/blue-theme.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@import "../base/base.css")
@import "../base/base.css");

@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400');

Expand Down Expand Up @@ -28,7 +28,7 @@ table ul{margin: 0px; font-size: 0.9rem;}
table ul li{padding-left: 5px; margin: 0px;}
.context{font-weight: bold; font-size: 1.3rem; margin-bottom: 15px;}
article{clear: both;}
p{margin: 10px 0px 0px 0px; display: block; padding-bottom: 10px;}
p{margin: 10px 0px 0px 0px; display: block; padding-bottom: 10px; prince-footnote-policy: keep-with-line;}
div .p{ margin: 10px 0px 0px 0px; clear: both;}

img{padding: 10px auto; width: 100%; left:5px; position: relative; }
Expand Down Expand Up @@ -236,10 +236,10 @@ nav li>ul li{margin-left: 0px;}


/* COVER PAGE *********/
html, body { height: 100%; width: 100%;}
html, body { width: 100%;}
* {font-family: "'Roboto", Helvetica, Arial !important;}
html {margin-right: 2000px;}
.coverPageContainer {width: 100%; height: 100%; }
.coverPageContainer {width: 100%; height: 100%; page-break-after: always;}
.centeredContainer {height: 100%; width: 100%; display: table; margin:0px; padding: 0px; }
.centeredContainer .centered {
display: table-cell; vertical-align: top; }
Expand All @@ -252,11 +252,34 @@ html {margin-right: 2000px;}


/* HEADER AND FOOTER *********/
.fn {
float: footnote;
font-size: 83%;
}

.fn::footnote-call {
content: "[" counter(footnote) "]";
font-size: 83%;
vertical-align: super;
line-height: none;
}

.fn::footnote-marker {
font-weight: bold;
}

@page {
font-family: "Roboto", Helvetica, Arial;
size: a4;
/* marks: crop cross; */
margin: 80px 55px;
margin: 80px 55px;
counter-reset: footnote;
@footnotes {
margin-top:10px;
border-top: solid black thin;
border-clip: 200px;
padding: 0px 10px 0px 12px;
}
}
/* FIRST PAGE- start on right *********/
@page:first { margin: 0px; border-top: solid 50px rgba(0, 131, 185, .5); border-bottom: solid 80px rgba(0, 131, 185, .5);
Expand Down
30 changes: 19 additions & 11 deletions styles/minimalist/block-elements.css
Original file line number Diff line number Diff line change
Expand Up @@ -183,10 +183,10 @@ div.blue_note span{font-weight: bold; }


/* COVER PAGE *********/
html, body { height: 100%; width: 100%;}
html, body { width: 100%;}
* {font-family: "'Roboto", Helvetica, Arial !important;}
html {margin-right: 2000px;}
.coverPageContainer {width: 100%; height: 100%}
.coverPageContainer {width: 100%; height: 100%; page-break-after: always;}
.centeredContainer {height: 100%; width: 100%; display: table; margin:0px; padding: 0px; }
.centeredContainer .centered {
display: table-cell; vertical-align: middle; }
Expand Down Expand Up @@ -220,8 +220,16 @@ nav li>ul li{margin-left: 0px;}
font-family: "Roboto", Helvetica, Arial;
size: a4;
/* marks: crop cross; */
margin: 80px 55px;
margin: 80px 55px;
counter-reset: footnote;
@footnotes {
margin-top:10px;
border-top: solid black thin;
border-clip: 200px;
padding: 0px 10px 0px 12px;
}
}

/* FIRST PAGE- start on right *********/
@page:first { margin: 0px; border: solid 15px #f1f2f3;
}
Expand Down Expand Up @@ -286,15 +294,15 @@ nav li>ul li{margin-left: 0px;}
text-transform: uppercase; letter-spacing: 1px;
}
@bottom-left {
font-size:1.2rem; font-weight: bold; border-top: solid 1px #d8d8d8;
margin-left:-15mm;
content: counter(page);
background-color:#fff;
color: #7c8d99;
padding-left:20px;
}
font-size:1.2rem; font-weight: bold; border-top: solid 1px #d8d8d8;
margin-left:-15mm;
content: counter(page);
background-color:#fff;
color: #7c8d99;
padding-left:20px;
}
@bottom-right{
font-size:.9rem; border-top: solid 1px #ccc;
font-size:.9rem; border-top: solid 1px #ccc;
margin-right:-15mm;
content: "Copyright © yyyy-yyyy Business Name.";
background-color: #fff;
Expand Down
19 changes: 18 additions & 1 deletion styles/minimalist/typography.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,27 @@ table ul{margin: 0px; font-size: 0.9rem;}
table ul li{padding-left: 5px; margin: 0px;}
.context{font-weight: bold; font-size: 1.3rem; margin-bottom: 15px;}
article{clear: both;}
p{margin: 10px 0px 0px 0px; display: block;}
p{margin: 10px 0px 0px 0px; display: block; prince-footnote-policy: keep-with-line;}
div .p{ margin: 10px 0px 0px 0px; clear: both;}

img{padding: 10px auto; width: 100%; left:5px; position: relative; }

.fn {
float: footnote;
font-size: 83%;
}

.fn::footnote-call {
content: "[" counter(footnote) "]";
font-size: 83%;
vertical-align: super;
line-height: none;
}

.fn::footnote-marker {
font-weight: bold;
}

/* END GLOBAL Typography setting *********/
/*---------------------------------------- END DEFAULT STYLE ------------------------------------------- */

Expand Down