/*
Theme Name:     Frontierline - Mozilla.cz
Description:    WordPress theme for Mozilla.cz, based on the Frontierline WordPress theme by Mozilla.
Theme URI:      https://github.com/MozillaCZ/frontierline-mozillacz
Author:         Mozilla.cz
Author URI:     https://www.mozilla.cz/
Template:       frontierline
Version:        1.0
License:        GNU General Public License v3.0
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/


/* Odkazovani na weby v jinem jazyce */
/*
:link[hreflang]:not([hreflang|=cs])::after {
    content: attr(hreflang);
    text-transform: uppercase;
    vertical-align: super;
    font-size: 0.5em;
}
*/

/* Styly pouzivane ve zpravickach a na strankach */
.type-post .entry-title {
    padding-right: 92px;
}

.type-post .news-logo {
    position: absolute;
    top: 110px;
    right: 80px;
    font-size: 72px;
    width: 1em;
    height: 1em;
    float: right;
}

.type-post .news-logo + br {
    display: none;
}

.type-post .news-logo img,
.type-post .news-logo .fa {
    position: absolute;
    max-width: 1em;
    max-height: 1em;
    font-size: 1em;
}

@media screen and (min-width: 1400px) {
    .type-post .news-logo {
        right: 280px;
    }
}

@media screen and (max-width: 759px) {
    .type-post .entry-title {
        padding-right: 0;
    }

    .type-post .news-logo {
        display: none;
    }
}

.soubor {
    background: #d9e6f2;
    font-style: italic;
    white-space: nowrap;
}

.nabidka {
    background: #eee;
}

.soubor,
.nabidka {
    padding: 2px 4px;
}

pre code {
    display: inline-block;
    background: #f0f6f9;
    padding: 0.5em;
    font-size: 0.8em !important;
}

/* Stranky "Stahnout" */
.download-box {
    margin: 1em 0;
    padding: 12px 4% 8px;
    background: #eee;
}

.posts-grid .download-box {
    text-align: center;
}

.posts-grid .download-box img,
.posts-grid .download-box svg,
.posts-grid .download-box .mac {
    height: 1em;
    font-size: 7em;
}

img.headline,
.download-box h3 img {
    max-width: 0.8em;
    margin-right: 0.3em;
}

.download-box-link {
    text-align: right;
    font-size: 0.9em;
}

.download-ico {
    display: block;
}

.download-ico .fab,
.download-ico .svg-inline--fa,
.download-ico .mac
{
    display: inline-block;
    width: 1em;
    margin-right: 0.5em;
    color: #333;
}

.download-ico .fa-windows {
    color: #0078d6;
}

.download-ico .fa-android {
    color: #77c159;
}

.download-box .mac {
    display: inline-block;
    background-image: url(/images/mac-os-x-el-capitan.svg);
    background-size: contain;
    min-width: 1em;
    min-height: 1em;
    vertical-align: middle;
}

/* Vzhled tabulky - Prehled souboru v profilech */
table.nice > thead {
    font-weight: bold;
    background: #eee;
}

table.nice td {
    border-left: none;
    border-right: none;
}

table.nice tt {
    font-size: 0.857em;
}
