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







                          

 






                                              
 
   



                           

 
                                        

   
                

                                  
 
 
                                          
 
                                               
 
                              

                      

 
      




                            

 
                       
 
     







                            
 
 
            




                         

 
              

                        


            

                     
 

       


                      

 
   


                        
 
       






                           


            












                                 
 
 


                   

 


                        

 
      



                          
 
body {
  font-family: sans-serif;
  font-size: 1.125em;
  line-height: 1.5;
  color: #37474f;
  word-wrap: break-word;
  margin: 1em auto;
  max-width: 750px;
  padding: 0 0.55em;
}

h1 {
  font-size: 2em;
}

h1 {margin-top: 1em; margin-bottom: 0.34em}
h2 {margin-top: 1.25em; margin-bottom: 0.41em}
h3 {margin-top: 1.5em; margin-bottom: 0.5em}

hr{
  color:#000111;
  background-color:#000111;
  border:none;
  height:2px
}

a {border-bottom: .125em dashed #bdbdbd}

a {
  color:#047bc2;
  text-decoration:none;
  transition:color .1s ease-in-out
}

a:hover, a:focus, a:active {color:#047bc2}

a:hover, a:focus {border-bottom-color: #047bc2}

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

code {
  font-family: monospace;
  padding-left:0.1em;
  padding-right:0.1em;
  border-radius:4px;
  background-color: #fafafa;
}

p code {color: #f8546a}

pre {
  font-family: monospace;
  margin: 0;
  word-wrap: normal;
  padding:1.125em;
  overflow-x: auto;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #fafafa;
}

.meta_tags {
  border-radius: 8px;
  padding: 0 .5rem;
  font-size: 80%;
  border: 2px solid #eee;
  background-color: #eee;
}

.meta_tags a {
  text-decoration: none;
  border-bottom: none;
}

.meta_date {
  font-style: italic;
  font-size: 80%;
}

table {
  width: 100%;
  border-spacing: 0px;
  outline: none;
}

td{
  padding-right: 0.7em;
  padding-top: 0.4em;
  padding-bottom: 0.4em;
}
thead {
    color: #000;
    font-style: bold;
    text-align: left;
}
table, th, td {
    font-family: monospace;
    color: #000;
}

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

nav {
  width: 100%;
  padding-right: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

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

.navbar a {
  display: inline-block;
  padding-right: 10px;
}

.toc {
  border: 1px solid black;
  padding: 1em;
  margin-top: 1em;
  color: black;
}