aboutsummaryrefslogblamecommitdiff
path: root/users/fcuny/notes/static/css/custom.css
blob: 11137076bf91693bb2b84845d140ccd3c80d4404 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                                                                     



                                                



                                          





                  
                     


   


                                



                     










                   


    
                     
                              

                               


                              
                    


                        
               




                              


                
                                         


            

                           

 
     
                           
              
                    
                                              
                     
 

       












                          


                            
                       



















                                              
 
          




                              

 
             




                          
            







                                 
                  



                              
                              



                              
                        

                   











                            
@import url('https://fonts.googleapis.com/css2?family=Source+Code+Pro&display=swap');

*, *:before, *:after { box-sizing: border-box; }

body {
    background-color: #ffffff;
    line-height: 1.4rem;
    font-size: 16px;
    font-family: 'Droid Sans', sans-serif;
    color: #000;
    padding: 2rem;
}

.main {
    margin: auto;
    max-width: 60rem;
}

a {
    text-decoration: underline;
    text-underline-offset:.3rem;
    color: #007d9c;
}

p { color: #1a1a19; }

h1:before {
    content: '◉';
}
h2:before {
    content: '○';
}
h3:before {
    content: '✸';
}
h4:before {
    content: '✿';
}

h2 {
    margin-top: 2rem;
    border-bottom-color: #eee;
    border-bottom-style: solid;
    border-bottom-width: 0.8px;
}

span.published, span.updated {
    display: center;
    font-style: oblique;
}

code.verbatim {
    background-color: #f7f7f7;
    white-space: nowrap;
    border-radius: 2px;
    font-size: 90%;
    padding: 2px 2px;
}

.highlight pre {
    background-color: #f7f7f7 !important;
}

.highlight {
    border-radius: 5px;
    border: 1px solid #eee;
}

pre {
    padding: 0.3rem 0.3rem;
    margin: 0;
    font-size: 14px;
    font-family: 'Source Code Pro', monospace;
    overflow-x: auto;
}

.tags {
    border-radius:8px;
    padding:0 .5rem;
    font-size: 90%;
}

.meta_tags a:link,
.meta_tags a:visited {
    text-decoration: none;
}

.meta_date {
    font-style: italic;
}

table {
    border: 1px solid black;
    border-radius: 2px;
    width: 100%;
    border-spacing: 15px;
    border-collapse: collapse;
    letter-spacing: 1px;
    font-family: 'Source Code Pro', monospace;
    font-size: 16px;
    text-align: left;
}

thead {
    background-color: #E0EBF5;
    font-weight: bold;
}

blockquote {
    background-color: #fffff0;
    border-radius: 5px;
    padding-left: 5px;
    font-style: italic;
}

nav.menu {
    display: flex;
    flex: 2 0px;
    justify-content: flex-end;
    padding-left: 1em;
    margin: 0 auto;
}

nav.menu ul {
    display: flex;
    list-style-type: none;
    margin: 0
}

nav.menu a {
    padding: 1em;
    display: inline-block;
    color: black;
    font-family: sans-serif;
    text-decoration: none;
    transition: all 75ms ease-in;
}

nav.menu a:hover {
    color: #fff;
    background-color: #007d9c;
}

nav.menu a.menu-active:hover {
    color: #fff;
    background-color: #007d9c;
}

nav.menu a.menu-active {
    color: #007d9c;
}

.toc {
    border: 1px solid black;
    padding: 1rem;
    margin-top: 1rem;
    color: black;
}

.toc a,
.toc a.visited {
    color: black;
}