Codebase list fudgec2 / 50a1b1ad-c0b5-4109-8fd0-a76823ac0169/upstream ServerApp / static / core-style.css
50a1b1ad-c0b5-4109-8fd0-a76823ac0169/upstream

Tree @50a1b1ad-c0b5-4109-8fd0-a76823ac0169/upstream (Download .tar.gz)

core-style.css @50a1b1ad-c0b5-4109-8fd0-a76823ac0169/upstreamraw · history · blame

body {
    font-family: 'Ubuntu', sans-serif;
    background-image:url("/static/bg.jpeg");
    background-repeat:no-repeat;
    background-position:center;
    background-size:cover;
    padding:0px;
    }

.iplm {
     background-color: #f5f3f3;

}