@import url(../reveal.js/css/theme/solarized.css);

/** makes font size a bit smaller */
.reveal {
    font-size: 30px;
}

/* 2 column layout */
.col2 {
    width:48% !important;
    margin: 0 1% !important;
    float:left;
}
/* Aufzählung nicht zentrieren im 2col layout.*/
.reveal .col2 ol, .reveal .col2  dl, .reveal .col2  ul {
    display:table;
}

/* poor-mans 3 column layout */
.col3-l { float: left; width: 33% }
.col3-lc { float: left; width: 66% }
.col3-c { width: 33%; display: inline-block; }
.col3-cr { float: right; width: 66% }
.col3-r { float: right; width: 33% }

.small p, .small li, .small h2, p.small, h2.small, div.small, span.small, .small code, .TABLE.small, .small TH, h2 span.small {
    font-size: 94% !important;
}
.x-small p, .x-small li, .x-small h2, p.x-small, h2.x-small, div.x-small, span.x-small, .x-small code, TABLE.x-small, .x-small TH, h2 span.x-small {
    font-size: 86% !important;
}
.reveal .x-small TH, .reveal .x-small TD, .x-small TD P {
    padding: 0.1em 0.25em;
    margin: 8px 0;
}
.xx-small p, .xx-small li, .xx-small h2, p.xx-small, h2.xx-small, div.xx-small, span.xx-small, .xx-small code, .xx-small TABLE, .xx-small TH, h2 span.xx-small {
    font-size: 78% !important;
}
.small LI P {
    margin: 12px 0;
}
.x-small LI P, .xx-small LI P {
    margin: 6px 0;
}

/* Kein max height für Codeblöcke */
.reveal pre code {
    max-height: none;
}

/* Inline code */
.reveal code {
    border-radius: 5px;
    padding: 1px 7px;
    border: 1px solid rgba(255,255,255,.4);
    background: #745d4840;
    font-size: .8em;
    white-space: nowrap; }
.reveal pre code {
    padding: 20px;
    background: #fff8f1c0;
    border: 1px solid #745d48;
    font-size: 1.2em;
    line-height: 1.2em;
    white-space: pre-wrap; }

/* ------------------------------------------------------ The refs section */
DIV.refs {
    background-color: rgba(255,255,255,0);
    border-top: 1px solid rgba(0,0,0,.2);
    padding: 2px 0 0 0;
    width: 100%;
    position: inherit;
    left: 0;
    bottom: 0;
    text-align: right;
}

DIV.refs P, DIV.refs P A {
    color: rgba(0,0,0,.4);
    margin: 0;
    font-size: 0.75rem;
}

DIV.refs DIV.ulist {
    margin: 0; padding: 0;
    line-height: 0.9;
    font-size: 0.75rem;
}

DIV.refs DIV.ulist UL {
    list-style-type: none;
    width: 100%;
    padding: 0;
    margin: 0;
}
DIV.refs DIV.ulist UL LI {
    width: 50%;
    float: right;
    text-align: center;
}

/* hovering effects */
DIV.refs:hover {
    cursor: pointer;
}
DIV.refs:hover LI P {
    color: black;
}
DIV.refs LI:hover P A {
    text-decoration: underline;
}
