/* Om tekstvak featured afb home page van kleur te veranderen te maken */ .home .hero.without-featured-image { background: #082464; } /* Om featured afb home page kleiner te maken */ .home .hero.without-featured-image { padding: 15px 0; } /* Om menu blokje kleiner te maken */ .navigation-classic .primary-navigation .menu-primary > ul > li > a { padding: 10px; border-bottom: 0; font-size: 1em; line-height: 1.33333em; } .navigation-classic .primary-navigation .menu-primary > ul > li.menu-item-has-children > a { padding-right: 1.5em; } .navigation-classic .primary-navigation .menu-primary > ul > li.menu-item-has-children::before { right: 1.5em; font-size: .8em; } .navigation-classic .primary-navigation .menu-item-has-children::before { position: absolute; z-index: 1; top: 50%; right: 0; margin-top: -.6em; color: #1279BE; content: ""; display: inline-block; width: .1em; height: 1em; font-family: "Genericons"; font-size: .5em; line-height: 1; text-decoration: inherit; font-weight: normal; font-style: normal; vertical-align: top; } /* Om submenu hokje minder lang te maken*/ .navigation-classic .primary-navigation ul ul li { padding: 6px 24px 0; width: 150px; background: #1279BE none repeat scroll 0 0; text-transform: none; } /* Om uitgelichte afbeelding wel per pagina in te stellen, maar niet te tonen, zodat dubbele header verdwijnt*/ .page .hero.with-featured-image { display: none; } /* Om in footer 'proudly powered by Wordpress' uit te zetten, (ook na theme update)*/ .site-info { margin-left: 90px; display: none; } /*Om datum weg te halen bij berichten */ .entry-meta { display: none; } /* Om widget area achtergrond iets lichter te maken van kleur*/ .footer-widget-area { background: #082464 none repeat scroll 0 0; } /*Om zoekveld lichter te maken*/ .footer-widget-area input[type="search"] { background-color: #051946; border-color: #082464; } /*Om menu in widget kleiner lettertype te geven*/ .widget_nav_menu { font-size: 14px; } /*Om blockquote lettertype iets kleiner te maken*/ blockquote { margin-left: 20px; margin-right: 80px; font-size: 1em; font-family: inherit; text-align: justify; } /*Om caption lettertype hetzelfde te maken als gewone tekst*/ .wp-caption-text { font-family: inherit; } /*Om bottom-border van caption weg te halen */ .gallery-caption, .wp-caption-text { border-bottom: none; } /*Om tags bij posts/berichten weg te halen */ footer.entry-footer { display: none; }