aboutsummaryrefslogblamecommitdiff
path: root/style.css
blob: 8c0ea99358d4d9c27210dcadeb04fe869f1b6f69 (plain) (tree)
1
2
3
4
5
6
            

                                    


            







                                       



                       

 
           



                           


                           
                          

 








                       
   









                      
@font-face {
    font-family: 'terminus';
    src: url('/fonts/terminus.ttf');
}

@font-face {
    font-family: 'fixedsys';
    src: url('/fonts/FSEX300.ttf');
}

body {
    background-image: url("tile1.jpg");
    background-repeat: repeat;
    font-family: terminus;

    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.header * {
    display: inline-block;
    vertical-align: middle;
}

.title {
	font-size: 36px;
    vertical-align: middle;
    font-family: fixedsys;
}

.navbar {
    text-align: center;
}

.navlink {
    font-size: 20px;
}

.content {
   
}

.fst {
    font-size: 150%;
}

.sec {
    margin-left: 20px;
    font-size: 150%;
}