mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/MI-38.git
synced 2026-01-24 09:55:38 +03:00
04.07.2022
This commit is contained in:
49
s1000d/Converter/Scorm/app/css/themes/book.css
Normal file
49
s1000d/Converter/Scorm/app/css/themes/book.css
Normal file
@@ -0,0 +1,49 @@
|
||||
h1,
|
||||
article {
|
||||
page-break-before: always; }
|
||||
|
||||
body {
|
||||
counter-reset: h1num h2num h3num h4num figurenum;
|
||||
padding: 0;
|
||||
text-align: justify; }
|
||||
|
||||
h1:before {
|
||||
content: counter(h1num) ". ";
|
||||
counter-increment: h1num; }
|
||||
|
||||
h2:before {
|
||||
content: counter(h1num) "." counter(h2num) ". ";
|
||||
counter-increment: h2num; }
|
||||
|
||||
h3:before {
|
||||
content: counter(h1num) "." counter(h2num) "." counter(h3num) ". ";
|
||||
counter-increment: h3num; }
|
||||
|
||||
h4:before {
|
||||
content: counter(h1num) "." counter(h2num) "." counter(h3num) "." counter(h4num) ". ";
|
||||
counter-increment: h4num; }
|
||||
|
||||
figcaption:before {
|
||||
content: counter(h1num) "-" counter(figurenum) ". ";
|
||||
counter-increment: figurenum; }
|
||||
|
||||
figcaption {
|
||||
margin: 0 auto;
|
||||
max-width: 100%;
|
||||
text-align: center; }
|
||||
|
||||
img,
|
||||
table {
|
||||
margin: 0 auto; }
|
||||
|
||||
@page {
|
||||
margin-bottom: 2.5cm;
|
||||
margin-top: 2.5cm; }
|
||||
|
||||
@page :left {
|
||||
margin-left: 4cm;
|
||||
margin-right: 3cm; }
|
||||
|
||||
@page :right {
|
||||
margin-left: 3cm;
|
||||
margin-right: 4cm; }
|
||||
1
s1000d/Converter/Scorm/app/css/themes/book.min.css
vendored
Normal file
1
s1000d/Converter/Scorm/app/css/themes/book.min.css
vendored
Normal file
@@ -0,0 +1 @@
|
||||
h1,article{page-break-before:always}body{counter-reset:h1num h2num h3num h4num figurenum;padding:0;text-align:justify}h1:before{content:counter(h1num) ". ";counter-increment:h1num}h2:before{content:counter(h1num) "." counter(h2num) ". ";counter-increment:h2num}h3:before{content:counter(h1num) "." counter(h2num) "." counter(h3num) ". ";counter-increment:h3num}h4:before{content:counter(h1num) "." counter(h2num) "." counter(h3num) "." counter(h4num) ". ";counter-increment:h4num}figcaption:before{content:counter(h1num) "-" counter(figurenum) ". ";counter-increment:figurenum}figcaption{margin:0 auto;max-width:100%;text-align:center}img,table{margin:0 auto}@page{margin-bottom:2.5cm;margin-top:2.5cm}@page :left{margin-left:4cm;margin-right:3cm}@page :right{margin-left:3cm;margin-right:4cm}
|
||||
38
s1000d/Converter/Scorm/app/css/themes/modern.css
Normal file
38
s1000d/Converter/Scorm/app/css/themes/modern.css
Normal file
@@ -0,0 +1,38 @@
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
h4,
|
||||
h5,
|
||||
h6 {
|
||||
font-family: 'Montserrat', 'Arial Black', 'Arial Bold', 'Helvetica Neue', Helvetica, sans-serif; }
|
||||
|
||||
body {
|
||||
font-family: 'Open Sans', 'Helvetica Neue', Helvetica, arial, sans-serif;
|
||||
text-align: justify; }
|
||||
|
||||
h1 {
|
||||
font-weight: 700;
|
||||
letter-spacing: -1px;
|
||||
text-align: center; }
|
||||
|
||||
h2 {
|
||||
letter-spacing: -1px; }
|
||||
|
||||
h2,
|
||||
h3,
|
||||
h4,
|
||||
h5 {
|
||||
color: #262626; }
|
||||
|
||||
pre,
|
||||
code {
|
||||
border: 0; }
|
||||
|
||||
pre,
|
||||
code,
|
||||
blockquote {
|
||||
background: #f8f8f9; }
|
||||
|
||||
blockquote {
|
||||
margin-left: 1.5rem;
|
||||
margin-right: 1.5rem; }
|
||||
1
s1000d/Converter/Scorm/app/css/themes/modern.min.css
vendored
Normal file
1
s1000d/Converter/Scorm/app/css/themes/modern.min.css
vendored
Normal file
@@ -0,0 +1 @@
|
||||
h1,h2,h3,h4,h5,h6{font-family:'Montserrat', 'Arial Black', 'Arial Bold', 'Helvetica Neue', Helvetica, sans-serif}body{font-family:'Open Sans', 'Helvetica Neue', Helvetica, arial, sans-serif;text-align:justify}h1{font-weight:700;letter-spacing:-1px;text-align:center}h2{letter-spacing:-1px}h2,h3,h4,h5{color:#262626}pre,code{border:0}pre,code,blockquote{background:#f8f8f9}blockquote{margin-left:1.5rem;margin-right:1.5rem}
|
||||
32
s1000d/Converter/Scorm/app/css/themes/oldstyle.css
Normal file
32
s1000d/Converter/Scorm/app/css/themes/oldstyle.css
Normal file
@@ -0,0 +1,32 @@
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
h4,
|
||||
h5,
|
||||
h6 {
|
||||
font-family: 'Crimson Text', Baskerville, 'Baskerville Old Face', 'Hoefler Text', Garamond, 'Times New Roman', serif; }
|
||||
|
||||
body {
|
||||
font-family: Georgia, "Times New Roman", Times, serif;
|
||||
text-align: justify; }
|
||||
|
||||
h1 {
|
||||
text-align: center; }
|
||||
|
||||
pre {
|
||||
border: 1px solid #000; }
|
||||
|
||||
th,
|
||||
td {
|
||||
border-bottom: 1px solid #000; }
|
||||
|
||||
thead {
|
||||
border-bottom: 3px double #000; }
|
||||
|
||||
blockquote {
|
||||
border-left: 1px dashed #000;
|
||||
font-variant: small-caps;
|
||||
margin-left: 1.5rem;
|
||||
padding-left: 1rem; }
|
||||
blockquote p:first-letter {
|
||||
font-weight: bold; }
|
||||
1
s1000d/Converter/Scorm/app/css/themes/oldstyle.min.css
vendored
Normal file
1
s1000d/Converter/Scorm/app/css/themes/oldstyle.min.css
vendored
Normal file
@@ -0,0 +1 @@
|
||||
h1,h2,h3,h4,h5,h6{font-family:'Crimson Text', Baskerville, 'Baskerville Old Face', 'Hoefler Text', Garamond, 'Times New Roman', serif}body{font-family:Georgia,"Times New Roman",Times,serif;text-align:justify}h1{text-align:center}pre{border:1px solid #000}th,td{border-bottom:1px solid #000}thead{border-bottom:3px double #000}blockquote{border-left:1px dashed #000;font-variant:small-caps;margin-left:1.5rem;padding-left:1rem}blockquote p:first-letter{font-weight:bold}
|
||||
Reference in New Issue
Block a user