about summary refs log blame commit diff stats
path: root/tilde.css
blob: 74dca59e2f65e6cd38b2160514106056cc5b60a5 (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;
    margin: 5px;
    height: 1.5em;
    background-color: #0B3861;
}
#navigation td:hover {
    background-color: #045fb4;
}
#navigation td a {
    display: block;
    width: 100%;
    text-decoration: none;
    min-width: 3.5rem;
}
#navigation td a:hover {
    text-decoration: none;
    color: #ffffff;
}
#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;
}
.faq {
    width: 75%;
}
.faq .q {
    margin-top: 3rem;
    font-weight: bold;
    text-decoration: italic;
    text-indent: 0rem;
    font-size: 1.2em;
}
.faq p {
    text-indent: 2rem;
}
.faq h1 {
    font-size: 1.75em;
    text-align: center;
    margin-top: 3rem;
    margin-bottom: -1.5rem;
}
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;
}
h2 {
    font-size: 1.4em;
}
h3 {
    font-size: 1.2em;
    margin-bottom: -5px;
}
h4 {
    font-size: 1.1em;
    margin-top: 5px;
}
.userlist {
	text-align: center;
	margin: 0 auto;
}
.userlist ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-evenly;
	list-style-type: "\00BB\0020";
	padding: 0;
}

.userlist li {
	white-space: nowrap;
	flex: 10em;
}