Document styles

MNDRIN allows you to change any part of the document style that will be used to create your e-pub and your Word-documents.

Below you will find several pre-made examples document styles. Symply copy & paste them in the “Preview” panel to use them.

Modern


  /* Specifics for your document */
  h1 {
    /* Word Styles hooks*/
    mso-style-link: 'Heading 1';
    mso-style-next: Standaard;

    /* Text align and indent */
    text-align: center;

    /* Font */
    font-size: 24pt;
    line-height: 100%;
    font-weight: normal;
    font-family: 'Cambria', serif;

    /* margins */
    margin-top: 5cm;
    margin-bottom: 3cm;
}
h2{
    /* Word Styles hooks*/
    mso-style-link: 'Heading 2';
    mso-style-next: Standaard;

    /* Text align and indent */
    text-align: left;

    /* Font */
    font-size: 18pt;
    font-family: 'Cambria', serif;
    line-height: 100%;
    font-weight: normal;

    /* margins */
    margin-top: 0cm;
    margin-bottom: 0cm;
  }
  h3 {
    /* Word Styles hooks*/
    mso-style-link: 'Heading 3';
    mso-style-next: Standaard;

    /* Text align and indent */
    text-align: left;
    text-indent: 0cm;

    /* Font */
    font-size: 18pt;
    line-height: 100%;
    font-weight:normal;
    font-family: 'Cambria', serif;

    /* margins */
    margin-top: 0cm;
    margin-bottom: 0cm;
  }
  h4 {
    /* Word Styles hooks*/
    mso-style-link: 'Heading 4';
    mso-style-next: Standaard;

    /* Text align and indent */
    text-align: left;
    text-indent: 0cm;

    /* Font */
    font-size: 14pt;
    line-height: 100%;
    font-weight:normal;
    font-family: 'Cambria', serif;

    /* margins */
    margin-top: 0cm;
    margin-bottom: 0cm;
  }
h5 {
    /* Word Styles hooks*/
    mso-style-link: 'Heading 5';
    mso-style-next: Standaard;

    /* Text align and indent */
    text-align: left;
    text-indent: 0cm;

    /* Font */
    font-size: 12pt;
    line-height: 100%;
    font-weight:normal;
    text-transform:uppercase;
    font-family: 'Cambria', serif;

    /* margins */
    margin-top: 0cm;
    margin-bottom: 0cm;
}
h6 {
    /* Word Styles hooks*/
    mso-style-link: 'Heading 6';
    mso-style-next: Standaard;

    /* Text align and indent */
    text-align: left;
    text-indent: 0cm;

    /* Font */
    font-size: 10pt;
    line-height: 100%;
    font-weight:bold;
    font-family: 'Cambria', serif;
    text-transform:uppercase;

    /* margins */
    margin-top: 0cm;
    margin-bottom: 0cm;
}
p {
    /* Word Style hook*/
    mso-style-name: 'Body text';
    mso-style-qformat: yes;

    /* margins and indent */
    margin-top: 0pt;
    margin-bottom: 0pt;
    text-indent: 0.5cm;

    /* Font */
    font-size: 10pt;

    font-family: 'Cambria', serif;
  }
  p.firstline, pre, td {
    mso-style-name: 'Body Firstline';

    /* margins and indent */
    text-indent: 0pt !important;
    margin-top: 0pt;
    margin-bottom: 0pt;

    font-size: 10pt;
  }
  .pagebreak{
    page-break-after: always;
  }

  img {
    width:100% !important;
    height:auto !important;
  }
  img[style*="left"]{
      width:50% !important;
      height:auto !important;
      margin-right:20px !important;
  }
  img[style*="right"]{
      width:50% !important;
      height:auto !important;
      margin-left:20px;
  }

.documentSummary, . {
    /* Word Styles hooks*/
    mso-style-link: 'Document summary';
    mso-style-next: Standaard;

    /* Font */
    font-size: 8pt;

    font-family: 'Cambria', serif;

}
.timeperiod, .relatedItemType{
    /* Word Styles hooks*/
    mso-style-link: 'Subtitle';
    mso-style-next: Standaard;

    /* Font */
    font-size: 7pt !important;
    text-transform:uppercase;

    margin-top: 1.9;
    font-family: 'Cambria', serif;
    display: inline-block;
}
.taskName{
   
}
table{
margin-top:5pt;
}
thead td{
    font-style: italic;
    padding-top: 3px;
    padding-bottom: 3px;
    border-bottom: 1px dashed #000;
    border-top: 1px dashed #000;
}
thead tr{
  border-bottom:1px solid #000;
}

.outline-Chapter{
    text-transform:uppercase;
}
.outline-Scene{
    
}
.weak-term{
    background-color:#fdf;
  }
.name-or-kapitalized{
    background-color:#8fd;
  }
  

Design a site like this with WordPress.com
Get started