Skip to content
Snippets Groups Projects
hello.css 1.65 KiB
Newer Older
  • Learn to ignore specific revisions
  • Greg0ire's avatar
    Greg0ire committed
    body {
        background-color: #009EF5;
        background-image: linear-gradient(#0180F5, #009EF5);
    }
    
    /* inline code */
    code {
    
    Greg0ire's avatar
    Greg0ire committed
        color: #272C35;
    
    Greg0ire's avatar
    Greg0ire committed
        background-color: #FFE265;
    }
    
    .reveal {
        color: white;
    
    Greg0ire's avatar
    Greg0ire committed
        background-image: url(./sflive_paris2018_big_transp.png);
        background-repeat: no-repeat;
        background-position: top right;
    
    Greg0ire's avatar
    Greg0ire committed
    @font-face {
        font-family: Circular;
        font-weight: bold;
        src: url(./fonts/circular-std-book/CircularStd-Bold.woff);
    }
    
    @font-face {
        font-family: Circular;
        src: url(./fonts/circular-std-book/CircularStd-Medium.woff);
    }
    
    @font-face {
        font-family: Consola;
        src: url(./fonts/consola/CONSOLA-Powerline.ttf);
    }
    
    
    Greg0ire's avatar
    Greg0ire committed
    .reveal h1, .reveal h2, .reveal h3, .reveal h4, .reveal h5 {
        color: white;
    
    Greg0ire's avatar
    Greg0ire committed
        font-family: Circular, "League Gothic", Impact, sans-serif;
        font-weight: bold;
        letter-spacing: 1px;
    
    Greg0ire's avatar
    Greg0ire committed
    }
    
    Greg0ire's avatar
    Greg0ire committed
    .reveal pre {
        width: 1400px;
    }
    
    .reveal pre code {
    
    Greg0ire's avatar
    Greg0ire committed
        border-radius: 5px;
    
        max-height: none;
    
    Greg0ire's avatar
    Greg0ire committed
        padding: 20px;
    
    Greg0ire's avatar
    Greg0ire committed
        font-family: Consola, monospace;
    
    Maxime Veber's avatar
    Maxime Veber committed
    }
    
    
    Greg0ire's avatar
    Greg0ire committed
    .hljs {
        background-color: #272C35;
    }
    
    
    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;
    
    Greg0ire's avatar
    Greg0ire committed
    #universcine, #manomano {
        display: inline-block;
    }
    
    #universcine img, #manomano img {
        width: 300px;
    }
    
    #gregoire_company {
        font-size: 114px;
    }
    
    
    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;
    }