Theme - Source Excerpt 08
Summary
This source excerpt preserves a bounded section of 2IA.org/wp-content/themes/twoia-intelligence/assets/css/theme.css so readers can inspect the evidence without opening the full source file.
**Source path:** 2IA.org/wp-content/themes/twoia-intelligence/assets/css/theme.css
body::before,
body::after,
.site-header,
.site-footer,
.hero__grid,
.search-overlay,
.article-sidebar,
.single-briefing__actions,
.related-briefings,
.newsletter-section,
.button,
.entry-categories,
.entry-tags {
display: none !important;
}
.who-cares-printing body,
body.who-cares-printing {
background: #ffffff !important;
}
body.who-cares-printing .site-header,
body.who-cares-printing .site-footer,
body.who-cares-printing .hero,
body.who-cares-printing .section:not(.who-cares-section) {
display: none !important;
}
body.who-cares-printing .who-cares-section,
body.who-cares-printing .who-cares-wizard,
body.who-cares-printing .who-cares-result {
display: block !important;
width: 100%;
max-width: none;
padding: 0;
margin: 0;
}
body.who-cares-printing .who-cares-wizard__questions,
body.who-cares-printing .who-cares-result__actions {
display: none !important;
}
.section,
.article-layout,
.article-main,
.entry-content,
.entry-content > * {
display: block;
width: 100%;
max-width: none;
padding: 0;
margin: 0;
}
.briefing-panel,
.card,
.page-content {
border: 1px solid #cccccc;
box-shadow: none;
background: #ffffff;
}
a {
color: #111111;
}
a[href]::after {
content: " (" attr(href) ")";
font-size: 10pt;
}
}