summaryrefslogblamecommitdiffstats
path: root/static/css/style.css
blob: f51f8871f99e8f2955280a5d9287fe15b4c2315c (plain) (tree)
1
2
3
4
5
6
7
8



                         



                       



                     



                            

                            

 





                                 










                        
                         

 
     

                     
              

 




                        









                            
      
                     
                  





                     



                             



                        



                    
* {
  box-sizing: border-box;
}

.content-list {
  margin-bottom: 1.2em;
}

nav {
  margin-bottom: 2em;
}

hr {
  border: 1px solid #e2e2e2;
}

hr.new1 {
  border: 1px solid #e2e2e2;
}

/* .title { */
/*   font-size: 1.1em; */
/*   color: orange; */
/*   background-color: yellow; */
/* } */

.subtitle {
  font-size: 1.3em;
  color: yellow;
  background-color: red;
}

.sourceCode {
  font-size: 0.86em;
}

figcaption {
	font-size: 1.1em;
}

img {
  margin-left: auto;
  margin-right: auto;
  width: auto;
}

/* img { */
/*   max-width: 100%; */
/*   height: auto; */
/* } */

table, tr {
  border: 1px solid black;
  padding: 1px;
  margin: 1px;
  border-collapse: collapse;
  font-size: 13px;
  width: 100%;
  table-layout: auto;
}

body {
  font-family: serif;
  font-size: 18px;
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  padding: 20px;
}

/* li { */
/*   margin-top: 0.7em; */
/*   margin-bottom: 0.7em; */
/* } */

h1, h2, h3, h4, h5, h6 {
  text-align: left;
}

/* a { */
/*   color: blue; */
/* } */