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.3 KB)

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

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

h2 {
    margin-top: 5em;
    margin-bottom: 2em;
}

h3 {
    margin-top: 3em;
}


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;
}

.word{
    
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    opacity : 1;
    line-height : 20px;
    display : inline-block;
    padding-left : 5px;
    
     transition: all 1s;
    -webkit-transition: all 1s;
    
}
.effacer{
    
    opacity : 0.1;
    line-height : 0px;
}

.separated{
     
    letter-spacing:15px;
}

#titleBig{
	
	margin-top : 20%;
	font-size : 25px;
	width : 100%;
	text-align : center;

}

#autorBig{
	margin-top : 1%;
	font-size : 18px;
	width : 100%;
	text-align : center;
}

#theDescription span{
	
	line-height : 20px;
	
}

#OSPBig {
	
	font-size : 16px;
	width : 100%;
	text-align : center;
	margin-top:10%;
	
}


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