Sha256: 18dcf39b1caed1be49d5cce5273bd23f18f18b66aa3dfb78079ac4340ad4a619

Contents?: true

Size: 1.3 KB

Versions: 1

Compression:

Stored size: 1.3 KB

Contents

/*
 * Adolfo Villafiorita
 * Copyright 2016
 * 
 * Inspired by a template by Christophe-Marie Duquesne <chmd@chmd.fr>
 * This CSS document is delivered to you under the CC BY-SA 3.0 License.
 * https://creativecommons.org/licenses/by-sa/3.0/deed.en_US
 */

body {
    font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica";
    font-size: 12pt;
    text-align: justify;

    width: 800px;
    margin: auto;
    background: #FFFFFF;
    padding: 10px 10px 10px 10px;
}

h1 {
    font-size: 55px;
    color: #757575;
    text-align:center;
    margin-bottom:15px;
}

h2 {
    color: #397249;
}

/* There is a bar just before each category */
h2:before {
    content: "";
    display: inline-block;
    margin-right:1%;
    width: 16%;
    height: 10px;
    background-color: #9CB770;
}

/* items */
ul {
    list-style-type: none;
    padding-left: 0pt;
}

li {
    margin-top: 23px;
}

dt {
    float: left;
    clear: left;
    width: 17%;
}
dd {
    margin-left: 17%;
    margin-bottom: 7px;
}
p {
    margin-top:0;
    margin-bottom:7px;
}

/* Blockquotes */
blockquote {
    text-align: center
}

/* Links */
a {
    text-decoration: none;
    color: #397249;
}
a:hover, a:active {
             text-decoration: underline;
         }

/* Horizontal separators */
hr {
    color: #A6A6A6;
}

table {
    width: 100%;
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
resme-0.1.0 lib/resme/templates/html/css/main.css