Codebase list fudgec2 / upstream/latest FudgeC2 / ServerApp / static / core-style.css
upstream/latest

Tree @upstream/latest (Download .tar.gz)

core-style.css @upstream/latestraw · history · blame

body {
    background-color: #035371;
    padding:0px;
}

body {
 font-family: 'Open Sans', sans-serif;
 font-weight: 300;
}

h1, h2, h3, h4, h5, h6 {
 font-family: 'Archivo', sans-serif;
 font-weight: 500;
}

.iplm {
     background-color: #f5f3f3;
     background-color: #FDFDFD;
}

/*
Search filters CSS
*/
.results tr[visible='false'],
.no-result{ display:none; }
.results tr[visible='true']{ display:table-row; }