/*
Theme Name:     Twenty Twelve modified by raimue
Theme URI:      http://raimue.blog/blog
Description:    Child theme for the Twenty Twelve theme
Author:         Rainer Müller
Author URI:     http://raimue.blog/blog
Template:       twentytwelve
Version:        0.2.0
*/

@import url("../twentytwelve/style.css");

body {
    font-size: 16px;
}

#secondary .profiles {
    margin-bottom: 1em;
}

#secondary .profiles a img {
    vertical-align: text-bottom;
    margin-right: 0.5em;
    box-shadow: none;
    max-height: 1.2em;
}

.archive-title,
.page-title,
.widget-title,
.entry-content th,
.comment-content th {
    font-size: 13px;
    font-size: 0.928571429rem;
    line-height: 2.181818182;
    text-transform: none;
}

.widget-area .widget h3 {
    margin-bottom: 0.5em;
}

.main-navigation li a {
    text-transform: none;
}

/* ridicoulously specific selector to override importance in wp_syntax.css */
.wp_syntax table tr td pre {
    padding: 0.5em !important;
}

.entry-content blockquote,
.comment-content blockquote {
    line-height: 1.6;
    font-style: normal;
    color: #6a6a6a;
    background: #efefef;
}

.site-content article .entry-meta {
    border-top: 4px double #ccc;
    padding-top: 24px;
}

.site-content article .entry-footer-widgets {
    border-top: 4px double #ededed;
    padding-top: 24px;
    margin-top: 24px;
}

.has-inline-color {
    padding: 0.3em;
}

.entry-content .wp-block-code,
.entry-content .wp-block-preformatted {
    box-shadow: 0 8px 7px -10px #CCC, 0 -8px 7px -10px #CCC;
    padding: 1em;
    background: #fdfdfd;
}

.wp-block-preformatted,
.wp-block-code code
{
    font-size: 14px;
}

.activitypub-follow-me-block-wrapper .activitypub-profile {
    color: #444;
    font-size: 14px;
    padding: 1rem;
    background: #e6e6e6;
}

.activitypub-follow-me-block-wrapper .activitypub-profile .activitypub-profile__follow {
    font-weight: bold;
    background-color: var(--wp--preset--color--black);
    color: #b5debe;
}

.activitypub-follow-me-block-wrapper .activitypub-profile .activitypub-profile__follow:hover {
    background-image: none;
    background-color: #b5debe;
    color: var(--wp--preset--color--black);
    border: 1px solid var(--wp--preset--color--black);
}
