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

                                                
  
 




                    










                              










                                
             
                 
                 
                        


                     



                       
                           


                            


























                                  




                     




                    
/* 
   This file is released into the public domain.
*/

nav {
    display: inline;
    float: right;
}

span.logo {
    float: left;
}

header {
    width: 40rem;
    margin: auto;
    overflow: auto;
    background-color: #f3f3f3;
}

div#fsf-banner {
    width: 40rem;
    margin: auto;
}

div#fsf-banner center {
    margin-top: 2rem;
    padding: 1rem;
    background-color: #ff000014;
}

div#content {
    width: 39rem;
    margin: auto;
    margin-bottom: 2rem;
    line-height: 1.6;
}

footer {
    width: 40rem;
    margin: auto;
    padding-top: .5rem;
    border-top-color: grey;
    border-top-style: solid;
}

a {
    text-decoration: none;
}

header a {
    padding: 1rem;
    display: inline-block;
    background-color: #f3f3f3;
}

blockquote {
    border-left: .3rem solid #ccc;
    padding-left: 1rem;
}

a:hover{
    background-color: #ddd;
}

li.postlistitem{
    margin-bottom: .5rem;
}

ul.postlist{
    list-style-type: none;
    padding: 0;
}

footer center {
    margin: auto;
    line-height: 1.6;
}

img {
    max-width: 100%;
    height: auto;
}