Makes crosswords on data.puzzleexperts.com printable
printable-crossword on data.puzzleexperts.com by admackin
Details
Authoradmackin
LicenseNo License
Categorydata.puzzlexperts.com
Created
Updated
Size775 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name printable-crossword
@version 20231224.22.16
@namespace ?
==/UserStyle== */
@-moz-document url-prefix("https://data.puzzlexperts.com/puzzleapp/") {
#puzzlewrapper .cluelist li {
font-size: 2.5rem;
line-height: 2.5rem;
}
#puzzlewrapper .cluelist {
height: 1250px !important;
}
#puzzlewrapper .cluelistwrapper {
width: 45%;
}
#puzzlewrapper .cluelistwrapper ul li p {
padding: 0.3rem;
}
@media print {
#cluelistdown, #cluelistacross2, .cluelists {
display: block !important;
}
html {
background: none;
}
}
#headerbar {
display: none !important;
}
}