Sha256: 99d318ed014895d7d6ffc241823e535cef631c37d88ccaa85b8bde3c4a65144e

Contents?: true

Size: 1.22 KB

Versions: 1

Compression:

Stored size: 1.22 KB

Contents

@import "prez/variables";

body {
    margin: 0;
    padding: 0;
}

.header {
    font-size: 32px;
}

.contact {
    font-size: 25px;
}

.url {
    color: blue;
}

.gem {
    color: #bb0000;
    font-weight: bold;
}

.prez-slide {
    &, & input {
        font-size: 50;
    }

    display: none;
    min-height: $prez-slide-min-height;
    padding: $prez-padding;
    text-align: center;

    .center-aligned {
        text-align: center;
    }

    &.left-aligned, .left-aligned {
        text-align: left;
    }

    .left-aligned {
        padding-left: 5%;
    }

    &.right-aligned, .right-aligned {
        text-align: right;
    }

    .prez-element.hide-style.hidden {
        display: none;
    }

    .prez-element.opacity-style.hidden {
        opacity: 0.25;
    }
}

.pre {
    font-family: monospace;
    font-size: 0.9em;
    white-space: pre;
}

.smaller, .smaller.pre {
    font-size: 0.7em;
}

.biggest {
    font-size: 5.0em;
}


.red-background {
    background-color: #ffcccc;
}

.green-background {
    background-color: #ccffcc;
}

.blue-background {
    background-color: #ccccff;
}

.emphasize {
    font-weight: bold;
}

dt {
    font-weight: bold;
}

dd {
    margin-bottom: 42px;
}

.prez-notes {
    display: none;
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
prez-0.1.0 vendor/stylesheets/prez.scss