self-conscious-design
clone your own copy | download snapshot

Snapshots | iceberg

No images in this repository’s iceberg at this time

Inside this repository

style.css
text/css

Download raw (1.4 KB)

@charset "UTF-8";
@namespace "http://www.w3.org/1999/xhtml";
@namespace epub "http://www.idpf.org/2007/ops";

@font-face{font-family:Century; src:url(../fonts/CenturySchL-Roma.otf)format(opentype);}
@font-face{font-family:CenturyBold; src:url(../fonts/CenturySchL-Bold.otf)format(opentype);}
@font-face{font-family:LM; src:url(../fonts/lmmonolt10-regular.otf)format(opentype);}
@font-face{font-family:LMR; src:url(../fonts/lmroman10-regular.otf)format(opentype);}
@font-face{font-family:LMB; src:url(../fonts/lmmonolt10-bold.otf)format(opentype);}

body {
    margin-left: 6em;
    margin-right: 6em;
    color: black;    
    font-family: LM, serif;    
    background-color: rgb(255,255,255);
    line-height: 1.5em;
}

h1 {
    font-family: LMR, monospace;  
    font-size: 2em;
    font-weight:normal;
}

h2 {
    font-family: LMR, monospace;  
    font-size: 1.5em;
    font-weight:normal;
    margin-top: -30px;
}

h3 {
    font-family: LMR, monospace;  
    font-size: 1em;
    font-weight:normal;
}

p, .par{
    font-size: 14px;
}

span.lnum {
    float: right;
    color: gray;
    font-size : 90%;
}

a.noteref {    
    color: rgb(215,215,195);
    text-decoration: none;
    margin-left: 0.5em;
    margin-right: 0.5em;
}



*[epub|type~='dedication'] {
    padding-left: 2em;
}

.top {
    margin-top:2em;
}

.aut {
    margin-bottom: 2em;
}

.keep {
   font-weight: 900;
   font-family: LMB, monospace;  
}

.explanation {
   font-family: LM, monospace;  
}