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

                                    


            



                                   













                                                  
      



                              



                       

 
           



                           
        
                    
                           
                          





                           

 








                       
   









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

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

@font-face {
    font-family: 'monospace';
    font-weight: 500;
    src: url('/fonts/LiberationMono-Regular.ttf');
}

a:link {
    color: #61AFEF;
}

a:visited {
    color: #C678DD;
}

body {
    background-color: #282C34;
    color: #abb2bf;

    font-family: monospace;

    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;
    display: inline-block;
}

* {
    vertical-align: middle;
    max-width: 100%;
}

.navbar {
    text-align: center;
}

.navlink {
    font-size: 20px;
}

.content {
   
}

.fst {
    font-size: 150%;
}

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