aboutsummaryrefslogblamecommitdiff
path: root/static/css/custom.css
blob: 46e75b9bb179089d7ef8e54e99dea4132ed50f18 (plain) (tree)
1
2
3
4
5
6
7
8
9
      
                  


            



                                                                                 

 
            



                                                            

 




                              

 
    
                    

 
    
                    
                                 
                      
 
 
   
                 
 
 



          
                             
 
 
      
                            
                     




                                
                    

 
        
              
 
 
     

                    
                   
                            
                 
 
 
       
               
                     
                    

 


                      

 
       


                      



                       
                                

 
    


                        
                      
 
 
       


                   
 
 



                   

                            
                            
                 


            


                     
                                   

 
    
                        





                   

 
         
                      
 
html {
  font-size: 20px;
}

@font-face {
  font-family: "Gentium";
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/gentium-basic-v11-latin-ext_latin-regular.woff) format("woff");
}

@font-face {
  font-family: "Argon";
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/MonaspaceArgon-Light.woff) format("woff");
}

body {
  margin: 1em auto;
  max-width: 48rem;
  line-height: 1.3;
  font-family: Gentium, serif;
}

h1 {
  font-size: 1.2rem;
}

h2 {
  font-size: 1.1rem;
  border-left: 5px solid #4d76ae;
  padding-left: 0.2em;
}

a {
  color: #473a2f;
}

a:link,
a:hover,
a:focus,
a:active {
  text-decoration: underline;
}

code {
  background-color: #f2f1eb;
  border-radius: 4px;
  color: #000;
  font-family: Argon, monospace;
  margin: 0;
  overflow-x: auto;
  word-wrap: normal;
  font-size: 0.8rem;
}

p code {
  color: #000;
}

pre {
  margin: 0;
  word-wrap: normal;
  overflow-x: auto;
  background-color: #f2f1eb;
  padding: 0.2em;
}

#meta {
  display: row;
  font-style: italic;
  font-size: 0.9rem;
}

span.content-date {
  float: right;
  font-style: oblique;
}

table {
  width: 100%;
  border-spacing: 0px;
  outline: none;
  word-break: normal;
  word-break: keep-all;
  margin-left: auto;
  margin-right: auto;
  font-family: Argon, monospace;
}

td {
  padding-right: 0.7em;
  padding-top: 0.4em;
  padding-bottom: 0.4em;
  padding-left: 0.7em;
}

thead {
  color: #000;
  font-style: bold;
  text-align: left;
}

table,
th,
td {
  font-size: 0.8em;
  border-collapse: collapse;
  color: #000;
  border: 1px solid #cdcdcd;
  padding: 0.7em;
}

blockquote {
  font-style: italic;
  margin: 0 0 1.5em;
  padding-left: 1em;
  border-left: 0.2em solid #bdbdbd;
}

ul {
  list-style-type: disc;
}

ul.list-content {
  list-style: none;
  padding: 0;
  line-height: 2em;
}

article {
  text-align: justify;
}