Skip to content
Snippets Groups Projects
hello.css 577 B
Newer Older
  • Learn to ignore specific revisions
  • /* body {
        background: blue !important;
    } */
    
    
    .reveal pre code {
        max-height: none;
    
    Greg0ire's avatar
    Greg0ire committed
        padding: 20px;
    
    Maxime Veber's avatar
    Maxime Veber committed
    }
    
    
    Maxime Veber's avatar
    Maxime Veber committed
    .reveal section img {
        border: none;
    
        background: none;
        box-shadow: none;
    
    Maxime Veber's avatar
    Maxime Veber committed
    }
    .reveal section img[alt=doctrine] {
        width: 10%;
    }
    
    
    Maxime Veber's avatar
    Maxime Veber committed
    #gregoire img, #maxime img {
        width: 150px;
        height: 150px;
    
    Maxime Veber's avatar
    Maxime Veber committed
    }
    
    #la-configuration-yaml-est-d-pr-ci-e {
        text-shadow: 0px 0px 5px rgba(150, 150, 150, 1);
        color: #eee;
    
    }
    
    .reveal ul {
        line-height: 2em;
    }
    
    .reveal .no-img-marge img {
        margin: 0;
    }
    
    .reveal .verticalAlign img {
        vertical-align: middle;
    }