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

                   
                   
                    
                   
                                             
                     

                     
                            



                         
                 

 




                        
    
                    

                        

 
    
                    

                                 
 
 
    
                     
 
 
   
                 
 
 



          
                             
 
 
                              

                      

 




                      
      
                         

                       

 

               
                            
                    
                   
 
 
     
                         
                   

                    
                 
                   
                            
 
 
       
               
                     
                    

 
              

                        
                 

 
       


                      




                         

 
   


                        
                        
 
 
       


                   
 
 
               

                            

                            


            
                     






                                 
                   
                         
                      
















                                     

 




                         

 

                        


                        



                 
                 




                        
                        






                   

 
         
                      

 



                     
 



                         
 
body {
  font-size: 1.2em;
  color: #333;
  margin: 1em auto;
  padding: 0 0.55em;
  max-width: 49rem;
  font-family: 'Source Sans Pro', sans-serif;
  line-height: 1.4em;
  font-kerning: auto;
  font-weight: 400;
  background-color: #fffdfa;
}

h1,h2,h3,h4 {
  font-family: monospace;
  color: #2a3439;
}

h1#header {
  font-size: 1.2rem;
  margin-bottom: 1.2rem;
}

h1 {
  font-size: 1.4rem;
  margin-top: 1em;
  margin-bottom: 0.34em;
}

h2 {
  font-size: 1.2rem;
  border-left: 5px solid #4d76ae;
  padding-left: 10px;
}

h3 {
  font-size: 1.15rem;
}

a {
  color: #4d76ae;
}

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

span.published, span.updated {
  display: center;
  font-style: oblique;
}

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

code {
  font-family: monospace;
  padding-left: 0.2em;
  padding-right: 0.2em;
}

p code {
  color: black;
  border: 1px solid #e0deca;
  padding: 0 0.2rem;
  font-size: 1.1em;
}

pre {
  font-family: monospace;
  font-size: 1.1em;
  margin: 0;
  word-wrap: normal;
  padding: 0.8em;
  overflow-x: auto;
  border: 1px solid #e0deca;
}

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

#meta_tags a {
  text-decoration: none;
  border-bottom: none;
  color: #005a9c;
}

table {
  width: 100%;
  border-spacing: 0px;
  outline: none;
  word-break: normal;
  word-break: keep-all;
  margin-left: auto;
  margin-right: auto;
  font-family: 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 {
  border-collapse: collapse;
  color: #000;
  border: 1px solid #cdcdcd;
  padding: 6px 13px;
}

blockquote {
  font-size: 0.95rem;
  font-style: italic;
  margin: 0 0 1.5em;
  padding-left: 1em;
  border-left: .2em solid #bdbdbd
}

nav {
  font-size: 1.3em;
  font-family: monospace;
  line-height: 0.6rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 0.1em solid #3873ad;
}

.nav-links {
  list-style: none;
  display: flex;
}

.nav-item {
  margin-left: 10px;
  color: #aaa;
  vertical-align: bottom;
  padding-left: 1px;
  padding-right: 1px;
}

nav .bar {
  color: #aaa;
  vertical-align: bottom;
  padding-left: 1px;
  padding-right: 1px;
}

.navbar a {
  display: inline-block;
  text-decoration: none;
}

nav h2 a {
  color: #3873ad;
}

.navbar a:hover {
  text-decoration: none;
}

.nav-bold {
  font-weight: 700;
  text-decoration: none;
  color: #2a3439;
}

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

article {
  text-align: justify;
}

.post-permalink {
  list-style: none;
  margin-left: -20px;
}

.post-date {
  font-family: monospace;
  font-weight: 400;
  font-size: 1.1em;
}