about summary refs log blame commit diff stats
path: root/tilde.css
blob: 3707cb1bbc771cc2f5b0833a826510b1cb33100a (plain) (tree)
1
2
3
4
5
6
7

                                                                                              



                                  
      









                                         

       
                      

       


                        

             

                      
                                              

             



                       

          

                      

            

                         


                 
                       
 
       

                                              


                       
 
       

                                              


                       
 
        

                          


           

                          


         
                  


   
                      


                      

                                              

                       




                     
                      



                       
    
                     
 
    

                        
 
    
                     

                    
@import url('https://fonts.googleapis.com/css?family=Source+Code+Pro|Open+Sans&display=swap');

/* see the tail end of index.html 
 * for license information */


body {
    background-color: #000000;
    font-family: 'Open Sans', sans-serif;
    color: green;
    padding-right: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: auto;
    margin-left: auto;
    width: 850px;
    font-size: 1.0em;
}
.date {
    font-weight: bold;
}
#logo {
    margin-left: 40px;
    margin-bottom: 10px;
    font-size: 2.2em;
}
#logobyline {
    margin-left: 80px;
    margin-top: -20px;
    font-family: 'Source Code Pro', monospace;
}
#navigation {
    margin-left: auto;
    margin-right: 40px;
    width: 850px;
    text-align: center;
}
#content {
    width: 750px;
    margin-left: 50px;
}
#container {
    width: 850px;
    margin-bottom: 100px;
}
#news {
    width: 550px;
    margin-left: 100px;
}
#code {
    font-family: 'Source Code Pro', monospace;
    font-size: 0.8em;
    width: 500px;
    margin-left: auto;
    margin-right: auto;
}
.code {
    font-family: 'Source Code Pro', monospace;
    font-size: 0.8em;
    width: 500px;
    margin-left: auto;
    margin-right: auto;
}
a:link {
    text-decoration: none;
    color:#cccccc;
}

a:visited {
    color:#cccccc;
    text-decoration: none;
}

a:hover {
    color:#ffffff;
}

p {
    text-indent: 15px;
}
code {
    text-indent: 30px;
    font-family: 'Source Code Pro', monospace;
    font-size: 0.8em;
    padding-left: 4px;
    padding-right: 4px;
}
em {
    font-style: bold;
}
h1 {
    font-size: 1.75em;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
h2 {
    font-size: 1.4em;
}
h3 {
    font-size: 1.2em;
    margin-bottom: -5px;
}
h4 {
    font-size: 1.1em;
    margin-top: 5px;
}