Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions _guidance/preparing-replication-package.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ You can use an AI assistant (such as Claude, ChatGPT, or GitHub Copilot) to guid

The AI will work through each step with you, identify issues, and suggest specific fixes.

<div class="page-break-before print-only print-header">
<img src="/images/logo-aea-88x88.jpg" alt="AEA Data Editor logo">
<span>Office of the AEA Data Editor</span>
</div>

## Checklist

Print off (as PDF or on paper) the following checklist, and tick off each item as you complete it. Provide the completed checklist as part of the replication package.
Expand Down
35 changes: 35 additions & 0 deletions _sass/custom-print.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
/* ==========================================================================
CUSTOM PRINT STYLES (site-specific, kept out of the minimal-mistakes theme
so theme updates don't clobber these)
========================================================================== */

.print-only {
display: none;
}

@media print {

.print-only {
display: block !important;
}

.print-header {
display: flex;
align-items: center;
gap: 0.75rem;
margin-bottom: 1.5rem;
padding-bottom: 0.75rem;
border-bottom: 2px solid #000;

img {
max-height: 60px;
width: auto;
margin: 0;
}

span {
font-size: 1.25rem;
font-weight: bold;
}
}
}
1 change: 1 addition & 0 deletions assets/css/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

@import "minimal-mistakes/skins/{{ site.minimal_mistakes_skin | default: 'default' }}"; // skin
@import "minimal-mistakes"; // main partials
@import "custom-print"; // site-specific print styles, kept separate from the theme

.greedy-nav {
font-size: 0.8em;
Expand Down
Loading