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


                   
                     

       
                      

       
                       
                           
                   

             
                   
                       
 








                             
 





                   

       

                   
 
       

                           

                     
 
       

                           

                     
 
        

                               


           

                               


         

                               


   
                      


                      

                           

                       




                     
                      



                       
    
                     
 
    

                        
 
    
                     

                    
body {
    background-color: #0B173B;
    font-family: sans-serif;
    color: #ffffff;
    margin: 0 auto;
    max-width: 75%;
    font-size: 1.0em;
}
.date {
    font-weight: bold;
}
#logo {
    text-align: center;
    font-family: monospace;
    font-size: 1em;
}
#navigation {
    margin: 0 auto;
    text-align: center;
}
#navigation table {
    border: 0px;
    width: 100%;
}
#navigation td {
    text-align: center;
    vertical-align: center;
    padding: 5px;
    background-color: #0B3861
}
#front-content {
    max-width: 69%;
    float: left;
}
#content {
    margin: 0 auto;
}
#news {
    float: right;
    max-width: 29%;
}
#code {
    font-family: monospace;
    font-size: 1.0em;
    max-width: 500px;
    margin: 0 auto;
}
.code {
    font-family: monospace;
    font-size: 1.0em;
    max-width: 500px;
    margin: 0 auto;
}
a:link {
    text-decoration: underline;
    color:#ffffff;
}

a:visited {
    color:#ffffff;
    text-decoration: underline;
}

a:hover {
    color:#a4a4a4;
    text-decoration: underline;
}

p {
    text-indent: 15px;
}
code {
    text-indent: 30px;
    font-family: monospace;
    font-size: 1.0em;
    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;
}