summaryrefslogblamecommitdiffstats
path: root/styling/style.css
blob: 4f2cb409bafbb8afa0d7acba895bcaa68529c190 (plain) (tree)
































                                                                     


                      
               
                
              

                      
  

                      
               




                              



                      



                             

                      
               
                






                           

 
     

                      
                  


                  
                  



                                                   
                 
                                  



                      
                    

                      



















































                                                                     
/*
 Junicode.ttf,Junicode-Italic.ttf,Junicode-Bold.ttf are Unicode fonts
 available under the SIL Open Font License, for more details, visit
 the project's web-page : http://junicode.sourceforge.net/
*/ 
@font-face {
 font-family:junicode;
 src: url('fonts/Junicode.ttf');
 font-style:normal;
}
@font-face {
 font-family:junicode;
 src: url('fonts/Junicode-Italic.ttf');
 font-style:oblique;
}
@font-face {
 font-family:junicode;
 src: url('fonts/Junicode-Bold.ttf');
 font-weight:bold;
}
article {
    font-size:1.188em;
    font-style:normal;
    font-family:junicode,serif;
    color:#686868;
    margin-left:auto;
    margin-right:auto;
    border:1px; 
    padding:5px;
    width:97%;
    box-shadow: 1px 1.5px 3px 0.5px #bababa;	
}

h1, h2, h3, h4 {
    margin-left:auto;
    margin-right:auto;
    border:1px;
    padding:5px;
    width:75%;
    text-align:center;
}
p{
    margin-left:auto;
    margin-right:auto;
    border:1px;
    padding:5px;
    width:70%;
    text-align:justify;
    -moz-word-wrap:break-word;
}
.center {
    text-align:center;
}

blockquote {
    font-style:oblique;
    color:#787878;
    background-color:#fcfcfc;
    margin-left:auto;
    margin-right:auto;
    border:1px;
    padding:5px;
    width:67%;
}
code {
    border: 1px;
    padding: 1px;
    font-size:0.625em;
    font-family:monospace; 
}

img {
    margin-left:auto;
    margin-right:auto;
    display:block;
    border: 1px;
    padding: 10px;
}
a:link,a:visited {
 transition:border-bottom 0.3s, color 0.3s;
 -moz-transition:border-bottom 0.3s, color 0.3s;
 -webkit-transition:border-bottom 0.3s, color 0.3s;
 -o-transition:border-bottom 0.3s, color 0.3s;
 color:#686868;	 
 border-bottom:1px dotted #d9d9d9;
 text-decoration:none;
}
a:hover,a:active {
 color:#000000;
 border-bottom: 1px;
 text-decoration:none;
}

div.back {
    font-size:0.9em;
    font-family:junicode,serif;
    text-align:center;
    color:#686868;
    margin-left:auto;
    margin-right:auto;
    border:1px; 
    padding:5px;
    width:7%;
}

footer {
    font-size:0.7em;
    font-family:junicode,footer;
    text-align:center;
    color:#686868;
    margin-left:auto;
    margin-right:auto;
    border:1px; 
    padding:5px;
    width:30%;
}

/*

LinLibertine_aS.ttf is part of the linuxlibertine font package, it is
licensed under the GPLv2 and SIL Open Font License (version 1.0).

for more details about this font, visit their project page at
sourceforge.net :
http://sourceforge.net/projects/linuxlibertine/
*/

@font-face {
 font-family:scruf;
 src: url('fonts/LinLibertine_aS.ttf');
}
div.scruf {
    font-size:.9em;
    font-family:scruf,serif;
    text-align:center;
    color:#bcbcbc;
    margin-left:auto;
    margin-right:auto;
    border:1px; 
    padding:5px;
    width:40%;

}