summaryrefslogblamecommitdiffstats
path: root/static/css/main.css
blob: 782520e08e3877e7198cf6c695d47f10bbfab3ab (plain) (tree)
1
2
3
4
5
6
7
8
9
10

                                                
                            

 

                     
 

                 

 


                      

 



                   

 

                  

 
     
                      

                   
 


                            
             
 


                         

                  
 
 
    
 

                   
 



                     

 


                      
                    
 
body {
  font-family: 'Arial', 'Helvetica', sans-serif;
  background-color: #f9f9fc;
}

header {
  text-align: center;
}
header img#logo {
  height: 10rem;
}

header img#logofloat {
  float: right;
  height: 5rem;
}

main {
  max-width: 50rem;
  padding: 1.5rem;
  margin: auto;
}

span.single-date {
  color: grey;
}

pre {
  background: #e6e6ea;
  padding: 1rem;
  overflow: scroll;
}
pre code {
  color: inherit;
  background-color: inherit;
  padding: 0;
}
code {
  color: #911;
  background-color: #eee;
  padding: 0.1rem;
}


/**/

article.list-item {
  margin: 1rem;
}
span.list-item-date {
  text-align: right;
  float: right;
  color: grey;
}

footer {
  margin: 2rem 0 1rem;
  text-align: center;
  font-size: 0.8rem;
}