Initial commit
This commit is contained in:
207
examples/epub_format_4/item/style/copyright.css
Normal file
207
examples/epub_format_4/item/style/copyright.css
Normal file
@@ -0,0 +1,207 @@
|
||||
@charset 'UTF-8';
|
||||
|
||||
body,
|
||||
div
|
||||
{
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
|
||||
border-width: 0;
|
||||
}
|
||||
|
||||
body
|
||||
{
|
||||
-epub-hyphens: auto;
|
||||
}
|
||||
|
||||
@page
|
||||
{
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
|
||||
/* main */
|
||||
|
||||
#copyright .serial
|
||||
{
|
||||
font: normal normal 300 .6em/1em sans-serif;
|
||||
|
||||
margin: 0 1em .5em 1.2em;
|
||||
padding: 0;
|
||||
|
||||
color: #333;
|
||||
}
|
||||
|
||||
#copyright h5
|
||||
{
|
||||
font: normal normal 300 1.1em/1.2em serif;
|
||||
|
||||
margin: 0 .8em .5em .8em;
|
||||
padding: 0;
|
||||
|
||||
text-align: justify;
|
||||
text-decoration: none;
|
||||
text-indent: 0;
|
||||
text-transform: none;
|
||||
|
||||
color: #00a0e9;
|
||||
|
||||
-epub-text-align-last: left;
|
||||
orphans: 1;
|
||||
page-break-after: auto;
|
||||
page-break-before: auto;
|
||||
widows: 1;
|
||||
}
|
||||
|
||||
#copyright .space2
|
||||
{
|
||||
letter-spacing: .5em;
|
||||
}
|
||||
|
||||
#copyright .booktitle
|
||||
{
|
||||
font: normal normal 300 .95em/1em serif;
|
||||
|
||||
padding: 0;
|
||||
|
||||
color: #00a0e9;
|
||||
}
|
||||
|
||||
#copyright .publishser
|
||||
{
|
||||
padding-left: 5em;
|
||||
}
|
||||
|
||||
#copyright p
|
||||
{
|
||||
font: normal normal 300 .8em/1.2em serif;
|
||||
|
||||
margin: 0 1em .5em 1.2em;
|
||||
padding: 0;
|
||||
|
||||
text-align: left;
|
||||
text-align: justify;
|
||||
text-decoration: none;
|
||||
text-indent: 0;
|
||||
|
||||
color: #000;
|
||||
|
||||
-epub-text-align-last: left;
|
||||
orphans: 1;
|
||||
page-break-after: auto;
|
||||
page-break-before: auto;
|
||||
widows: 1;
|
||||
}
|
||||
|
||||
#copyright hr
|
||||
{
|
||||
margin: .75em 1em .75em 1em;
|
||||
|
||||
border-top: none;
|
||||
border-right: none;
|
||||
border-bottom: 1px solid #ccc;
|
||||
border-left: none;
|
||||
}
|
||||
.minor
|
||||
{
|
||||
font: normal normal 300 .6em/.6em serif;
|
||||
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.end
|
||||
{
|
||||
float: right;
|
||||
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
|
||||
.tcy
|
||||
{
|
||||
-epub-text-combine: horizontal;
|
||||
-webkit-text-combine: horizontal;
|
||||
-ms-text-combine-horizontal: all;
|
||||
text-combine-horizontal: all;
|
||||
text-combine-upright: all;
|
||||
}
|
||||
|
||||
.footnote a
|
||||
{
|
||||
-epub-text-combine: horizontal;
|
||||
-webkit-text-combine: horizontal;
|
||||
-ms-text-combine-horizontal: all;
|
||||
text-combine-horizontal: all;
|
||||
text-combine-upright: all;
|
||||
}
|
||||
|
||||
.footnote
|
||||
{
|
||||
font: normal normal 300 .9em/1.5em serif;
|
||||
|
||||
margin: 2em 0 1em .25em;
|
||||
padding-top: 2em;
|
||||
|
||||
text-align: left;
|
||||
text-decoration: none;
|
||||
text-indent: -2em;
|
||||
text-transform: none;
|
||||
|
||||
color: #000;
|
||||
|
||||
-epub-text-align-last: left;
|
||||
orphans: 1;
|
||||
page-break-after: auto;
|
||||
page-break-before: auto;
|
||||
widows: 1;
|
||||
}
|
||||
|
||||
.ref
|
||||
{
|
||||
font-family: serif;
|
||||
font-size: .9em;
|
||||
line-height: 0;
|
||||
|
||||
vertical-align: super;
|
||||
text-decoration: none;
|
||||
text-indent: 0;
|
||||
|
||||
-epub-text-align-last: left;
|
||||
-epub-text-combine: horizontal;
|
||||
-webkit-text-combine: horizontal;
|
||||
-ms-text-combine-horizontal: all;
|
||||
text-combine-horizontal: all;
|
||||
text-combine-upright: all;
|
||||
page-break-after: auto;
|
||||
page-break-before: auto;
|
||||
}
|
||||
|
||||
a
|
||||
{
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.italic
|
||||
{
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.sup
|
||||
{
|
||||
font-size: .75em;
|
||||
|
||||
vertical-align: super;
|
||||
}
|
||||
|
||||
span.dash
|
||||
{
|
||||
letter-spacing: -4px;
|
||||
}
|
||||
|
||||
div.note {
|
||||
background-color: #dff2fc;
|
||||
padding: 1em;
|
||||
margin: .25em 1em 1.5em 1em;
|
||||
font: normal normal 400 .8em/1.2em sans-serif;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user