diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r034_MIT_Mystery_Hunt_2015_People_and_Places/_solution_assets/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r034_MIT_Mystery_Hunt_2015_People_and_Places/_solution_assets/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r034_MIT_Mystery_Hunt_2015_People_and_Places/_solution_assets/logbook.css @@ -0,0 +1,244 @@ +@font-face { + font-family: 'im_fell_double_pica_scregular'; + src: url("../fonts/hunt/imfedpsc28p-webfont.eot"); + src: url("../fonts/hunt/imfedpsc28p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hunt/imfedpsc28p-webfont.woff2") format("woff2"), url("../fonts/hunt/imfedpsc28p-webfont.woff") format("woff"), url("../fonts/hunt/imfedpsc28p-webfont.ttf") format("truetype"), url("../fonts/hunt/imfedpsc28p-webfont.svg#im_fell_double_pica_scregular") format("svg"); + font-weight: normal; + font-style: normal; +} + +/* line 14, ../../sass/logbook.scss */ +body { + margin: 0px; + border: 0px; + padding: 0px; +} + +/* line 19, ../../sass/logbook.scss */ +.headerbutton { + padding: 0 12px 0 12px; + float: right; +} + +/* line 24, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 31, ../../sass/logbook.scss */ +#paper { + z-index: 9; + width: 1000px; + padding: 37px 55px 72px; + position: relative; + border: 1px solid #333333; + background: #dbc397; + -webkit-background-size: 100% 30px; + -moz-background-size: 100% 30px; + -ms-background-size: 100% 30px; + background-size: 100% 30px; + box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5); + border-radius: 4px 4px 4px 4px; + color: #282625; + margin: 0 auto; + margin-bottom: 60px; + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; + text-rendering: optimizeLegibility; + font-feature-settings: "kern"; + -webkit-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern=1"; +} + +/* line 57, ../../sass/logbook.scss */ +#infowindow { + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; +} + +/* line 61, ../../sass/logbook.scss */ +.form-container { + top: 50px; +} + +/* line 64, ../../sass/logbook.scss */ +h1, h2, h3 { + font-family: 'im_fell_double_pica_scregular', serif; +} + +/* line 67, ../../sass/logbook.scss */ +.logheader { + font-size: larger; + font-weight: bold; +} + +/* line 71, ../../sass/logbook.scss */ +.logentry { + padding-left: 25px; + padding-right: 25px; + border-bottom: 1px solid #282625; +} + +/* line 76, ../../sass/logbook.scss */ +.logentry2 { + padding-left: 100px; + padding-right: 100px; + border-bottom: 1px solid #282625; +} + +/* line 81, ../../sass/logbook.scss */ +ul { + list-style: square inside url("../images/hunt/bullet3.png"); +} + +/* line 84, ../../sass/logbook.scss */ +table.fancy { + padding: 0; + margin: 0; + width: 100%; + border-collapse: collapse; + border-style: double; + border-color: #282625; + border-left: 0; + border-right: 0; +} + +/* line 94, ../../sass/logbook.scss */ +table.fancy th, tr { + padding: 0; + margin: 0; +} + +/* line 98, ../../sass/logbook.scss */ +table.fancy td { + padding-left: 10px; + margin: 0; + border: 1px solid #282625; + border-right: 0; +} + +/* line 104, ../../sass/logbook.scss */ +.tdleft { + padding: 0; + width: 10%; + border-left: 0; +} + +/* line 109, ../../sass/logbook.scss */ +.caption { + font-style: italic; + border-top: 0px; + margin-top: 0px; + padding-top: 0px; +} + +/* line 116, ../../sass/logbook.scss */ +.puzzle-sans { + font-family: sans-serif; +} + +/* line 120, ../../sass/logbook.scss */ +.puzzle { + display: table; + width: 100%; +} + +/* line 125, ../../sass/logbook.scss */ +.puzzle-page-header { + margin-bottom: 20px; +} + +/* line 129, ../../sass/logbook.scss */ +.answer { + margin-bottom: 30px; +} + +/* line 133, ../../sass/logbook.scss */ +.puzzle li { + list-style-position: inside; + text-indent: -1.1em; +} + +/* line 138, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 145, ../../sass/logbook.scss */ +.clickbaitbannerbox { + width: 320px; + margin-right: 20px; + margin-left: auto; + margin-bottom: 20px; + margin-top: -30px; +} + +@media print { + /* line 154, ../../sass/logbook.scss */ + .clickbaitbannerbox { + margin-top: 50px; + } +} +/* line 159, ../../sass/logbook.scss */ +.clickbaitbanner { + background-color: white; + padding: 10px; +} + +/* line 163, ../../sass/logbook.scss */ +.attop { + position: absolute; + top: 0px; + left: 0px; +} + +/* line 169, ../../sass/logbook.scss */ +.byline { + font-family: 'Times New Roman', serif; + font-style: italic; +} + +/* line 173, ../../sass/logbook.scss */ +.clickbaitlink { + font-family: Helvetica, Arial, sans-serif; + font-size: 20px; +} + +/* line 177, ../../sass/logbook.scss */ +.clickbaitlink a { + text-decoration: none; +} + +/* line 181, ../../sass/logbook.scss */ +.puzzle p, .puzzle li { + line-height: 1.4em; +} + +/* line 185, ../../sass/logbook.scss */ +.solution-table td, .solution-table th { + padding-right: 15px; +} + +@media print { + /* line 190, ../../sass/logbook.scss */ + #puzzle-obj img { + display: none; + } + + /* line 194, ../../sass/logbook.scss */ + .no-page-break { + page-break-inside: avoid; + } + + /* line 197, ../../sass/logbook.scss */ + #paper { + width: 100%; + margin-bottom: 0px !important; + padding-bottom: 0px !important; + border: 0px !important; + } +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r035_MIT_Mystery_Hunt_2015_Finsey_Gillhone/_solution_assets/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r035_MIT_Mystery_Hunt_2015_Finsey_Gillhone/_solution_assets/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r035_MIT_Mystery_Hunt_2015_Finsey_Gillhone/_solution_assets/logbook.css @@ -0,0 +1,244 @@ +@font-face { + font-family: 'im_fell_double_pica_scregular'; + src: url("../fonts/hunt/imfedpsc28p-webfont.eot"); + src: url("../fonts/hunt/imfedpsc28p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hunt/imfedpsc28p-webfont.woff2") format("woff2"), url("../fonts/hunt/imfedpsc28p-webfont.woff") format("woff"), url("../fonts/hunt/imfedpsc28p-webfont.ttf") format("truetype"), url("../fonts/hunt/imfedpsc28p-webfont.svg#im_fell_double_pica_scregular") format("svg"); + font-weight: normal; + font-style: normal; +} + +/* line 14, ../../sass/logbook.scss */ +body { + margin: 0px; + border: 0px; + padding: 0px; +} + +/* line 19, ../../sass/logbook.scss */ +.headerbutton { + padding: 0 12px 0 12px; + float: right; +} + +/* line 24, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 31, ../../sass/logbook.scss */ +#paper { + z-index: 9; + width: 1000px; + padding: 37px 55px 72px; + position: relative; + border: 1px solid #333333; + background: #dbc397; + -webkit-background-size: 100% 30px; + -moz-background-size: 100% 30px; + -ms-background-size: 100% 30px; + background-size: 100% 30px; + box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5); + border-radius: 4px 4px 4px 4px; + color: #282625; + margin: 0 auto; + margin-bottom: 60px; + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; + text-rendering: optimizeLegibility; + font-feature-settings: "kern"; + -webkit-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern=1"; +} + +/* line 57, ../../sass/logbook.scss */ +#infowindow { + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; +} + +/* line 61, ../../sass/logbook.scss */ +.form-container { + top: 50px; +} + +/* line 64, ../../sass/logbook.scss */ +h1, h2, h3 { + font-family: 'im_fell_double_pica_scregular', serif; +} + +/* line 67, ../../sass/logbook.scss */ +.logheader { + font-size: larger; + font-weight: bold; +} + +/* line 71, ../../sass/logbook.scss */ +.logentry { + padding-left: 25px; + padding-right: 25px; + border-bottom: 1px solid #282625; +} + +/* line 76, ../../sass/logbook.scss */ +.logentry2 { + padding-left: 100px; + padding-right: 100px; + border-bottom: 1px solid #282625; +} + +/* line 81, ../../sass/logbook.scss */ +ul { + list-style: square inside url("../images/hunt/bullet3.png"); +} + +/* line 84, ../../sass/logbook.scss */ +table.fancy { + padding: 0; + margin: 0; + width: 100%; + border-collapse: collapse; + border-style: double; + border-color: #282625; + border-left: 0; + border-right: 0; +} + +/* line 94, ../../sass/logbook.scss */ +table.fancy th, tr { + padding: 0; + margin: 0; +} + +/* line 98, ../../sass/logbook.scss */ +table.fancy td { + padding-left: 10px; + margin: 0; + border: 1px solid #282625; + border-right: 0; +} + +/* line 104, ../../sass/logbook.scss */ +.tdleft { + padding: 0; + width: 10%; + border-left: 0; +} + +/* line 109, ../../sass/logbook.scss */ +.caption { + font-style: italic; + border-top: 0px; + margin-top: 0px; + padding-top: 0px; +} + +/* line 116, ../../sass/logbook.scss */ +.puzzle-sans { + font-family: sans-serif; +} + +/* line 120, ../../sass/logbook.scss */ +.puzzle { + display: table; + width: 100%; +} + +/* line 125, ../../sass/logbook.scss */ +.puzzle-page-header { + margin-bottom: 20px; +} + +/* line 129, ../../sass/logbook.scss */ +.answer { + margin-bottom: 30px; +} + +/* line 133, ../../sass/logbook.scss */ +.puzzle li { + list-style-position: inside; + text-indent: -1.1em; +} + +/* line 138, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 145, ../../sass/logbook.scss */ +.clickbaitbannerbox { + width: 320px; + margin-right: 20px; + margin-left: auto; + margin-bottom: 20px; + margin-top: -30px; +} + +@media print { + /* line 154, ../../sass/logbook.scss */ + .clickbaitbannerbox { + margin-top: 50px; + } +} +/* line 159, ../../sass/logbook.scss */ +.clickbaitbanner { + background-color: white; + padding: 10px; +} + +/* line 163, ../../sass/logbook.scss */ +.attop { + position: absolute; + top: 0px; + left: 0px; +} + +/* line 169, ../../sass/logbook.scss */ +.byline { + font-family: 'Times New Roman', serif; + font-style: italic; +} + +/* line 173, ../../sass/logbook.scss */ +.clickbaitlink { + font-family: Helvetica, Arial, sans-serif; + font-size: 20px; +} + +/* line 177, ../../sass/logbook.scss */ +.clickbaitlink a { + text-decoration: none; +} + +/* line 181, ../../sass/logbook.scss */ +.puzzle p, .puzzle li { + line-height: 1.4em; +} + +/* line 185, ../../sass/logbook.scss */ +.solution-table td, .solution-table th { + padding-right: 15px; +} + +@media print { + /* line 190, ../../sass/logbook.scss */ + #puzzle-obj img { + display: none; + } + + /* line 194, ../../sass/logbook.scss */ + .no-page-break { + page-break-inside: avoid; + } + + /* line 197, ../../sass/logbook.scss */ + #paper { + width: 100%; + margin-bottom: 0px !important; + padding-bottom: 0px !important; + border: 0px !important; + } +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r036_MIT_Mystery_Hunt_2015_Wordsearches_Are_a_Piece_of_Cake/_solution_assets/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r036_MIT_Mystery_Hunt_2015_Wordsearches_Are_a_Piece_of_Cake/_solution_assets/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r036_MIT_Mystery_Hunt_2015_Wordsearches_Are_a_Piece_of_Cake/_solution_assets/logbook.css @@ -0,0 +1,244 @@ +@font-face { + font-family: 'im_fell_double_pica_scregular'; + src: url("../fonts/hunt/imfedpsc28p-webfont.eot"); + src: url("../fonts/hunt/imfedpsc28p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hunt/imfedpsc28p-webfont.woff2") format("woff2"), url("../fonts/hunt/imfedpsc28p-webfont.woff") format("woff"), url("../fonts/hunt/imfedpsc28p-webfont.ttf") format("truetype"), url("../fonts/hunt/imfedpsc28p-webfont.svg#im_fell_double_pica_scregular") format("svg"); + font-weight: normal; + font-style: normal; +} + +/* line 14, ../../sass/logbook.scss */ +body { + margin: 0px; + border: 0px; + padding: 0px; +} + +/* line 19, ../../sass/logbook.scss */ +.headerbutton { + padding: 0 12px 0 12px; + float: right; +} + +/* line 24, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 31, ../../sass/logbook.scss */ +#paper { + z-index: 9; + width: 1000px; + padding: 37px 55px 72px; + position: relative; + border: 1px solid #333333; + background: #dbc397; + -webkit-background-size: 100% 30px; + -moz-background-size: 100% 30px; + -ms-background-size: 100% 30px; + background-size: 100% 30px; + box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5); + border-radius: 4px 4px 4px 4px; + color: #282625; + margin: 0 auto; + margin-bottom: 60px; + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; + text-rendering: optimizeLegibility; + font-feature-settings: "kern"; + -webkit-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern=1"; +} + +/* line 57, ../../sass/logbook.scss */ +#infowindow { + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; +} + +/* line 61, ../../sass/logbook.scss */ +.form-container { + top: 50px; +} + +/* line 64, ../../sass/logbook.scss */ +h1, h2, h3 { + font-family: 'im_fell_double_pica_scregular', serif; +} + +/* line 67, ../../sass/logbook.scss */ +.logheader { + font-size: larger; + font-weight: bold; +} + +/* line 71, ../../sass/logbook.scss */ +.logentry { + padding-left: 25px; + padding-right: 25px; + border-bottom: 1px solid #282625; +} + +/* line 76, ../../sass/logbook.scss */ +.logentry2 { + padding-left: 100px; + padding-right: 100px; + border-bottom: 1px solid #282625; +} + +/* line 81, ../../sass/logbook.scss */ +ul { + list-style: square inside url("../images/hunt/bullet3.png"); +} + +/* line 84, ../../sass/logbook.scss */ +table.fancy { + padding: 0; + margin: 0; + width: 100%; + border-collapse: collapse; + border-style: double; + border-color: #282625; + border-left: 0; + border-right: 0; +} + +/* line 94, ../../sass/logbook.scss */ +table.fancy th, tr { + padding: 0; + margin: 0; +} + +/* line 98, ../../sass/logbook.scss */ +table.fancy td { + padding-left: 10px; + margin: 0; + border: 1px solid #282625; + border-right: 0; +} + +/* line 104, ../../sass/logbook.scss */ +.tdleft { + padding: 0; + width: 10%; + border-left: 0; +} + +/* line 109, ../../sass/logbook.scss */ +.caption { + font-style: italic; + border-top: 0px; + margin-top: 0px; + padding-top: 0px; +} + +/* line 116, ../../sass/logbook.scss */ +.puzzle-sans { + font-family: sans-serif; +} + +/* line 120, ../../sass/logbook.scss */ +.puzzle { + display: table; + width: 100%; +} + +/* line 125, ../../sass/logbook.scss */ +.puzzle-page-header { + margin-bottom: 20px; +} + +/* line 129, ../../sass/logbook.scss */ +.answer { + margin-bottom: 30px; +} + +/* line 133, ../../sass/logbook.scss */ +.puzzle li { + list-style-position: inside; + text-indent: -1.1em; +} + +/* line 138, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 145, ../../sass/logbook.scss */ +.clickbaitbannerbox { + width: 320px; + margin-right: 20px; + margin-left: auto; + margin-bottom: 20px; + margin-top: -30px; +} + +@media print { + /* line 154, ../../sass/logbook.scss */ + .clickbaitbannerbox { + margin-top: 50px; + } +} +/* line 159, ../../sass/logbook.scss */ +.clickbaitbanner { + background-color: white; + padding: 10px; +} + +/* line 163, ../../sass/logbook.scss */ +.attop { + position: absolute; + top: 0px; + left: 0px; +} + +/* line 169, ../../sass/logbook.scss */ +.byline { + font-family: 'Times New Roman', serif; + font-style: italic; +} + +/* line 173, ../../sass/logbook.scss */ +.clickbaitlink { + font-family: Helvetica, Arial, sans-serif; + font-size: 20px; +} + +/* line 177, ../../sass/logbook.scss */ +.clickbaitlink a { + text-decoration: none; +} + +/* line 181, ../../sass/logbook.scss */ +.puzzle p, .puzzle li { + line-height: 1.4em; +} + +/* line 185, ../../sass/logbook.scss */ +.solution-table td, .solution-table th { + padding-right: 15px; +} + +@media print { + /* line 190, ../../sass/logbook.scss */ + #puzzle-obj img { + display: none; + } + + /* line 194, ../../sass/logbook.scss */ + .no-page-break { + page-break-inside: avoid; + } + + /* line 197, ../../sass/logbook.scss */ + #paper { + width: 100%; + margin-bottom: 0px !important; + padding-bottom: 0px !important; + border: 0px !important; + } +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r037_MIT_Mystery_Hunt_2015_Speak_of_the_Devil_Fruit/_solution_assets/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r037_MIT_Mystery_Hunt_2015_Speak_of_the_Devil_Fruit/_solution_assets/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r037_MIT_Mystery_Hunt_2015_Speak_of_the_Devil_Fruit/_solution_assets/logbook.css @@ -0,0 +1,244 @@ +@font-face { + font-family: 'im_fell_double_pica_scregular'; + src: url("../fonts/hunt/imfedpsc28p-webfont.eot"); + src: url("../fonts/hunt/imfedpsc28p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hunt/imfedpsc28p-webfont.woff2") format("woff2"), url("../fonts/hunt/imfedpsc28p-webfont.woff") format("woff"), url("../fonts/hunt/imfedpsc28p-webfont.ttf") format("truetype"), url("../fonts/hunt/imfedpsc28p-webfont.svg#im_fell_double_pica_scregular") format("svg"); + font-weight: normal; + font-style: normal; +} + +/* line 14, ../../sass/logbook.scss */ +body { + margin: 0px; + border: 0px; + padding: 0px; +} + +/* line 19, ../../sass/logbook.scss */ +.headerbutton { + padding: 0 12px 0 12px; + float: right; +} + +/* line 24, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 31, ../../sass/logbook.scss */ +#paper { + z-index: 9; + width: 1000px; + padding: 37px 55px 72px; + position: relative; + border: 1px solid #333333; + background: #dbc397; + -webkit-background-size: 100% 30px; + -moz-background-size: 100% 30px; + -ms-background-size: 100% 30px; + background-size: 100% 30px; + box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5); + border-radius: 4px 4px 4px 4px; + color: #282625; + margin: 0 auto; + margin-bottom: 60px; + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; + text-rendering: optimizeLegibility; + font-feature-settings: "kern"; + -webkit-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern=1"; +} + +/* line 57, ../../sass/logbook.scss */ +#infowindow { + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; +} + +/* line 61, ../../sass/logbook.scss */ +.form-container { + top: 50px; +} + +/* line 64, ../../sass/logbook.scss */ +h1, h2, h3 { + font-family: 'im_fell_double_pica_scregular', serif; +} + +/* line 67, ../../sass/logbook.scss */ +.logheader { + font-size: larger; + font-weight: bold; +} + +/* line 71, ../../sass/logbook.scss */ +.logentry { + padding-left: 25px; + padding-right: 25px; + border-bottom: 1px solid #282625; +} + +/* line 76, ../../sass/logbook.scss */ +.logentry2 { + padding-left: 100px; + padding-right: 100px; + border-bottom: 1px solid #282625; +} + +/* line 81, ../../sass/logbook.scss */ +ul { + list-style: square inside url("../images/hunt/bullet3.png"); +} + +/* line 84, ../../sass/logbook.scss */ +table.fancy { + padding: 0; + margin: 0; + width: 100%; + border-collapse: collapse; + border-style: double; + border-color: #282625; + border-left: 0; + border-right: 0; +} + +/* line 94, ../../sass/logbook.scss */ +table.fancy th, tr { + padding: 0; + margin: 0; +} + +/* line 98, ../../sass/logbook.scss */ +table.fancy td { + padding-left: 10px; + margin: 0; + border: 1px solid #282625; + border-right: 0; +} + +/* line 104, ../../sass/logbook.scss */ +.tdleft { + padding: 0; + width: 10%; + border-left: 0; +} + +/* line 109, ../../sass/logbook.scss */ +.caption { + font-style: italic; + border-top: 0px; + margin-top: 0px; + padding-top: 0px; +} + +/* line 116, ../../sass/logbook.scss */ +.puzzle-sans { + font-family: sans-serif; +} + +/* line 120, ../../sass/logbook.scss */ +.puzzle { + display: table; + width: 100%; +} + +/* line 125, ../../sass/logbook.scss */ +.puzzle-page-header { + margin-bottom: 20px; +} + +/* line 129, ../../sass/logbook.scss */ +.answer { + margin-bottom: 30px; +} + +/* line 133, ../../sass/logbook.scss */ +.puzzle li { + list-style-position: inside; + text-indent: -1.1em; +} + +/* line 138, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 145, ../../sass/logbook.scss */ +.clickbaitbannerbox { + width: 320px; + margin-right: 20px; + margin-left: auto; + margin-bottom: 20px; + margin-top: -30px; +} + +@media print { + /* line 154, ../../sass/logbook.scss */ + .clickbaitbannerbox { + margin-top: 50px; + } +} +/* line 159, ../../sass/logbook.scss */ +.clickbaitbanner { + background-color: white; + padding: 10px; +} + +/* line 163, ../../sass/logbook.scss */ +.attop { + position: absolute; + top: 0px; + left: 0px; +} + +/* line 169, ../../sass/logbook.scss */ +.byline { + font-family: 'Times New Roman', serif; + font-style: italic; +} + +/* line 173, ../../sass/logbook.scss */ +.clickbaitlink { + font-family: Helvetica, Arial, sans-serif; + font-size: 20px; +} + +/* line 177, ../../sass/logbook.scss */ +.clickbaitlink a { + text-decoration: none; +} + +/* line 181, ../../sass/logbook.scss */ +.puzzle p, .puzzle li { + line-height: 1.4em; +} + +/* line 185, ../../sass/logbook.scss */ +.solution-table td, .solution-table th { + padding-right: 15px; +} + +@media print { + /* line 190, ../../sass/logbook.scss */ + #puzzle-obj img { + display: none; + } + + /* line 194, ../../sass/logbook.scss */ + .no-page-break { + page-break-inside: avoid; + } + + /* line 197, ../../sass/logbook.scss */ + #paper { + width: 100%; + margin-bottom: 0px !important; + padding-bottom: 0px !important; + border: 0px !important; + } +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r038_MIT_Mystery_Hunt_2015_The_Accumulator/_solution_assets/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r038_MIT_Mystery_Hunt_2015_The_Accumulator/_solution_assets/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r038_MIT_Mystery_Hunt_2015_The_Accumulator/_solution_assets/logbook.css @@ -0,0 +1,244 @@ +@font-face { + font-family: 'im_fell_double_pica_scregular'; + src: url("../fonts/hunt/imfedpsc28p-webfont.eot"); + src: url("../fonts/hunt/imfedpsc28p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hunt/imfedpsc28p-webfont.woff2") format("woff2"), url("../fonts/hunt/imfedpsc28p-webfont.woff") format("woff"), url("../fonts/hunt/imfedpsc28p-webfont.ttf") format("truetype"), url("../fonts/hunt/imfedpsc28p-webfont.svg#im_fell_double_pica_scregular") format("svg"); + font-weight: normal; + font-style: normal; +} + +/* line 14, ../../sass/logbook.scss */ +body { + margin: 0px; + border: 0px; + padding: 0px; +} + +/* line 19, ../../sass/logbook.scss */ +.headerbutton { + padding: 0 12px 0 12px; + float: right; +} + +/* line 24, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 31, ../../sass/logbook.scss */ +#paper { + z-index: 9; + width: 1000px; + padding: 37px 55px 72px; + position: relative; + border: 1px solid #333333; + background: #dbc397; + -webkit-background-size: 100% 30px; + -moz-background-size: 100% 30px; + -ms-background-size: 100% 30px; + background-size: 100% 30px; + box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5); + border-radius: 4px 4px 4px 4px; + color: #282625; + margin: 0 auto; + margin-bottom: 60px; + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; + text-rendering: optimizeLegibility; + font-feature-settings: "kern"; + -webkit-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern=1"; +} + +/* line 57, ../../sass/logbook.scss */ +#infowindow { + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; +} + +/* line 61, ../../sass/logbook.scss */ +.form-container { + top: 50px; +} + +/* line 64, ../../sass/logbook.scss */ +h1, h2, h3 { + font-family: 'im_fell_double_pica_scregular', serif; +} + +/* line 67, ../../sass/logbook.scss */ +.logheader { + font-size: larger; + font-weight: bold; +} + +/* line 71, ../../sass/logbook.scss */ +.logentry { + padding-left: 25px; + padding-right: 25px; + border-bottom: 1px solid #282625; +} + +/* line 76, ../../sass/logbook.scss */ +.logentry2 { + padding-left: 100px; + padding-right: 100px; + border-bottom: 1px solid #282625; +} + +/* line 81, ../../sass/logbook.scss */ +ul { + list-style: square inside url("../images/hunt/bullet3.png"); +} + +/* line 84, ../../sass/logbook.scss */ +table.fancy { + padding: 0; + margin: 0; + width: 100%; + border-collapse: collapse; + border-style: double; + border-color: #282625; + border-left: 0; + border-right: 0; +} + +/* line 94, ../../sass/logbook.scss */ +table.fancy th, tr { + padding: 0; + margin: 0; +} + +/* line 98, ../../sass/logbook.scss */ +table.fancy td { + padding-left: 10px; + margin: 0; + border: 1px solid #282625; + border-right: 0; +} + +/* line 104, ../../sass/logbook.scss */ +.tdleft { + padding: 0; + width: 10%; + border-left: 0; +} + +/* line 109, ../../sass/logbook.scss */ +.caption { + font-style: italic; + border-top: 0px; + margin-top: 0px; + padding-top: 0px; +} + +/* line 116, ../../sass/logbook.scss */ +.puzzle-sans { + font-family: sans-serif; +} + +/* line 120, ../../sass/logbook.scss */ +.puzzle { + display: table; + width: 100%; +} + +/* line 125, ../../sass/logbook.scss */ +.puzzle-page-header { + margin-bottom: 20px; +} + +/* line 129, ../../sass/logbook.scss */ +.answer { + margin-bottom: 30px; +} + +/* line 133, ../../sass/logbook.scss */ +.puzzle li { + list-style-position: inside; + text-indent: -1.1em; +} + +/* line 138, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 145, ../../sass/logbook.scss */ +.clickbaitbannerbox { + width: 320px; + margin-right: 20px; + margin-left: auto; + margin-bottom: 20px; + margin-top: -30px; +} + +@media print { + /* line 154, ../../sass/logbook.scss */ + .clickbaitbannerbox { + margin-top: 50px; + } +} +/* line 159, ../../sass/logbook.scss */ +.clickbaitbanner { + background-color: white; + padding: 10px; +} + +/* line 163, ../../sass/logbook.scss */ +.attop { + position: absolute; + top: 0px; + left: 0px; +} + +/* line 169, ../../sass/logbook.scss */ +.byline { + font-family: 'Times New Roman', serif; + font-style: italic; +} + +/* line 173, ../../sass/logbook.scss */ +.clickbaitlink { + font-family: Helvetica, Arial, sans-serif; + font-size: 20px; +} + +/* line 177, ../../sass/logbook.scss */ +.clickbaitlink a { + text-decoration: none; +} + +/* line 181, ../../sass/logbook.scss */ +.puzzle p, .puzzle li { + line-height: 1.4em; +} + +/* line 185, ../../sass/logbook.scss */ +.solution-table td, .solution-table th { + padding-right: 15px; +} + +@media print { + /* line 190, ../../sass/logbook.scss */ + #puzzle-obj img { + display: none; + } + + /* line 194, ../../sass/logbook.scss */ + .no-page-break { + page-break-inside: avoid; + } + + /* line 197, ../../sass/logbook.scss */ + #paper { + width: 100%; + margin-bottom: 0px !important; + padding-bottom: 0px !important; + border: 0px !important; + } +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r03m_MIT_Mystery_Hunt_2015_Chemistry_Lab_Meta/_solution_assets/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r03m_MIT_Mystery_Hunt_2015_Chemistry_Lab_Meta/_solution_assets/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r03m_MIT_Mystery_Hunt_2015_Chemistry_Lab_Meta/_solution_assets/logbook.css @@ -0,0 +1,244 @@ +@font-face { + font-family: 'im_fell_double_pica_scregular'; + src: url("../fonts/hunt/imfedpsc28p-webfont.eot"); + src: url("../fonts/hunt/imfedpsc28p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hunt/imfedpsc28p-webfont.woff2") format("woff2"), url("../fonts/hunt/imfedpsc28p-webfont.woff") format("woff"), url("../fonts/hunt/imfedpsc28p-webfont.ttf") format("truetype"), url("../fonts/hunt/imfedpsc28p-webfont.svg#im_fell_double_pica_scregular") format("svg"); + font-weight: normal; + font-style: normal; +} + +/* line 14, ../../sass/logbook.scss */ +body { + margin: 0px; + border: 0px; + padding: 0px; +} + +/* line 19, ../../sass/logbook.scss */ +.headerbutton { + padding: 0 12px 0 12px; + float: right; +} + +/* line 24, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 31, ../../sass/logbook.scss */ +#paper { + z-index: 9; + width: 1000px; + padding: 37px 55px 72px; + position: relative; + border: 1px solid #333333; + background: #dbc397; + -webkit-background-size: 100% 30px; + -moz-background-size: 100% 30px; + -ms-background-size: 100% 30px; + background-size: 100% 30px; + box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5); + border-radius: 4px 4px 4px 4px; + color: #282625; + margin: 0 auto; + margin-bottom: 60px; + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; + text-rendering: optimizeLegibility; + font-feature-settings: "kern"; + -webkit-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern=1"; +} + +/* line 57, ../../sass/logbook.scss */ +#infowindow { + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; +} + +/* line 61, ../../sass/logbook.scss */ +.form-container { + top: 50px; +} + +/* line 64, ../../sass/logbook.scss */ +h1, h2, h3 { + font-family: 'im_fell_double_pica_scregular', serif; +} + +/* line 67, ../../sass/logbook.scss */ +.logheader { + font-size: larger; + font-weight: bold; +} + +/* line 71, ../../sass/logbook.scss */ +.logentry { + padding-left: 25px; + padding-right: 25px; + border-bottom: 1px solid #282625; +} + +/* line 76, ../../sass/logbook.scss */ +.logentry2 { + padding-left: 100px; + padding-right: 100px; + border-bottom: 1px solid #282625; +} + +/* line 81, ../../sass/logbook.scss */ +ul { + list-style: square inside url("../images/hunt/bullet3.png"); +} + +/* line 84, ../../sass/logbook.scss */ +table.fancy { + padding: 0; + margin: 0; + width: 100%; + border-collapse: collapse; + border-style: double; + border-color: #282625; + border-left: 0; + border-right: 0; +} + +/* line 94, ../../sass/logbook.scss */ +table.fancy th, tr { + padding: 0; + margin: 0; +} + +/* line 98, ../../sass/logbook.scss */ +table.fancy td { + padding-left: 10px; + margin: 0; + border: 1px solid #282625; + border-right: 0; +} + +/* line 104, ../../sass/logbook.scss */ +.tdleft { + padding: 0; + width: 10%; + border-left: 0; +} + +/* line 109, ../../sass/logbook.scss */ +.caption { + font-style: italic; + border-top: 0px; + margin-top: 0px; + padding-top: 0px; +} + +/* line 116, ../../sass/logbook.scss */ +.puzzle-sans { + font-family: sans-serif; +} + +/* line 120, ../../sass/logbook.scss */ +.puzzle { + display: table; + width: 100%; +} + +/* line 125, ../../sass/logbook.scss */ +.puzzle-page-header { + margin-bottom: 20px; +} + +/* line 129, ../../sass/logbook.scss */ +.answer { + margin-bottom: 30px; +} + +/* line 133, ../../sass/logbook.scss */ +.puzzle li { + list-style-position: inside; + text-indent: -1.1em; +} + +/* line 138, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 145, ../../sass/logbook.scss */ +.clickbaitbannerbox { + width: 320px; + margin-right: 20px; + margin-left: auto; + margin-bottom: 20px; + margin-top: -30px; +} + +@media print { + /* line 154, ../../sass/logbook.scss */ + .clickbaitbannerbox { + margin-top: 50px; + } +} +/* line 159, ../../sass/logbook.scss */ +.clickbaitbanner { + background-color: white; + padding: 10px; +} + +/* line 163, ../../sass/logbook.scss */ +.attop { + position: absolute; + top: 0px; + left: 0px; +} + +/* line 169, ../../sass/logbook.scss */ +.byline { + font-family: 'Times New Roman', serif; + font-style: italic; +} + +/* line 173, ../../sass/logbook.scss */ +.clickbaitlink { + font-family: Helvetica, Arial, sans-serif; + font-size: 20px; +} + +/* line 177, ../../sass/logbook.scss */ +.clickbaitlink a { + text-decoration: none; +} + +/* line 181, ../../sass/logbook.scss */ +.puzzle p, .puzzle li { + line-height: 1.4em; +} + +/* line 185, ../../sass/logbook.scss */ +.solution-table td, .solution-table th { + padding-right: 15px; +} + +@media print { + /* line 190, ../../sass/logbook.scss */ + #puzzle-obj img { + display: none; + } + + /* line 194, ../../sass/logbook.scss */ + .no-page-break { + page-break-inside: avoid; + } + + /* line 197, ../../sass/logbook.scss */ + #paper { + width: 100%; + margin-bottom: 0px !important; + padding-bottom: 0px !important; + border: 0px !important; + } +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r03mm_MIT_Mystery_Hunt_2015_Workshop_Meta_Meta/_solution_assets/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r03mm_MIT_Mystery_Hunt_2015_Workshop_Meta_Meta/_solution_assets/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r03mm_MIT_Mystery_Hunt_2015_Workshop_Meta_Meta/_solution_assets/logbook.css @@ -0,0 +1,244 @@ +@font-face { + font-family: 'im_fell_double_pica_scregular'; + src: url("../fonts/hunt/imfedpsc28p-webfont.eot"); + src: url("../fonts/hunt/imfedpsc28p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hunt/imfedpsc28p-webfont.woff2") format("woff2"), url("../fonts/hunt/imfedpsc28p-webfont.woff") format("woff"), url("../fonts/hunt/imfedpsc28p-webfont.ttf") format("truetype"), url("../fonts/hunt/imfedpsc28p-webfont.svg#im_fell_double_pica_scregular") format("svg"); + font-weight: normal; + font-style: normal; +} + +/* line 14, ../../sass/logbook.scss */ +body { + margin: 0px; + border: 0px; + padding: 0px; +} + +/* line 19, ../../sass/logbook.scss */ +.headerbutton { + padding: 0 12px 0 12px; + float: right; +} + +/* line 24, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 31, ../../sass/logbook.scss */ +#paper { + z-index: 9; + width: 1000px; + padding: 37px 55px 72px; + position: relative; + border: 1px solid #333333; + background: #dbc397; + -webkit-background-size: 100% 30px; + -moz-background-size: 100% 30px; + -ms-background-size: 100% 30px; + background-size: 100% 30px; + box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5); + border-radius: 4px 4px 4px 4px; + color: #282625; + margin: 0 auto; + margin-bottom: 60px; + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; + text-rendering: optimizeLegibility; + font-feature-settings: "kern"; + -webkit-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern=1"; +} + +/* line 57, ../../sass/logbook.scss */ +#infowindow { + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; +} + +/* line 61, ../../sass/logbook.scss */ +.form-container { + top: 50px; +} + +/* line 64, ../../sass/logbook.scss */ +h1, h2, h3 { + font-family: 'im_fell_double_pica_scregular', serif; +} + +/* line 67, ../../sass/logbook.scss */ +.logheader { + font-size: larger; + font-weight: bold; +} + +/* line 71, ../../sass/logbook.scss */ +.logentry { + padding-left: 25px; + padding-right: 25px; + border-bottom: 1px solid #282625; +} + +/* line 76, ../../sass/logbook.scss */ +.logentry2 { + padding-left: 100px; + padding-right: 100px; + border-bottom: 1px solid #282625; +} + +/* line 81, ../../sass/logbook.scss */ +ul { + list-style: square inside url("../images/hunt/bullet3.png"); +} + +/* line 84, ../../sass/logbook.scss */ +table.fancy { + padding: 0; + margin: 0; + width: 100%; + border-collapse: collapse; + border-style: double; + border-color: #282625; + border-left: 0; + border-right: 0; +} + +/* line 94, ../../sass/logbook.scss */ +table.fancy th, tr { + padding: 0; + margin: 0; +} + +/* line 98, ../../sass/logbook.scss */ +table.fancy td { + padding-left: 10px; + margin: 0; + border: 1px solid #282625; + border-right: 0; +} + +/* line 104, ../../sass/logbook.scss */ +.tdleft { + padding: 0; + width: 10%; + border-left: 0; +} + +/* line 109, ../../sass/logbook.scss */ +.caption { + font-style: italic; + border-top: 0px; + margin-top: 0px; + padding-top: 0px; +} + +/* line 116, ../../sass/logbook.scss */ +.puzzle-sans { + font-family: sans-serif; +} + +/* line 120, ../../sass/logbook.scss */ +.puzzle { + display: table; + width: 100%; +} + +/* line 125, ../../sass/logbook.scss */ +.puzzle-page-header { + margin-bottom: 20px; +} + +/* line 129, ../../sass/logbook.scss */ +.answer { + margin-bottom: 30px; +} + +/* line 133, ../../sass/logbook.scss */ +.puzzle li { + list-style-position: inside; + text-indent: -1.1em; +} + +/* line 138, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 145, ../../sass/logbook.scss */ +.clickbaitbannerbox { + width: 320px; + margin-right: 20px; + margin-left: auto; + margin-bottom: 20px; + margin-top: -30px; +} + +@media print { + /* line 154, ../../sass/logbook.scss */ + .clickbaitbannerbox { + margin-top: 50px; + } +} +/* line 159, ../../sass/logbook.scss */ +.clickbaitbanner { + background-color: white; + padding: 10px; +} + +/* line 163, ../../sass/logbook.scss */ +.attop { + position: absolute; + top: 0px; + left: 0px; +} + +/* line 169, ../../sass/logbook.scss */ +.byline { + font-family: 'Times New Roman', serif; + font-style: italic; +} + +/* line 173, ../../sass/logbook.scss */ +.clickbaitlink { + font-family: Helvetica, Arial, sans-serif; + font-size: 20px; +} + +/* line 177, ../../sass/logbook.scss */ +.clickbaitlink a { + text-decoration: none; +} + +/* line 181, ../../sass/logbook.scss */ +.puzzle p, .puzzle li { + line-height: 1.4em; +} + +/* line 185, ../../sass/logbook.scss */ +.solution-table td, .solution-table th { + padding-right: 15px; +} + +@media print { + /* line 190, ../../sass/logbook.scss */ + #puzzle-obj img { + display: none; + } + + /* line 194, ../../sass/logbook.scss */ + .no-page-break { + page-break-inside: avoid; + } + + /* line 197, ../../sass/logbook.scss */ + #paper { + width: 100%; + margin-bottom: 0px !important; + padding-bottom: 0px !important; + border: 0px !important; + } +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0401_MIT_Mystery_Hunt_2015_Denizen_of_the_Deep/_solution_assets/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0401_MIT_Mystery_Hunt_2015_Denizen_of_the_Deep/_solution_assets/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0401_MIT_Mystery_Hunt_2015_Denizen_of_the_Deep/_solution_assets/logbook.css @@ -0,0 +1,244 @@ +@font-face { + font-family: 'im_fell_double_pica_scregular'; + src: url("../fonts/hunt/imfedpsc28p-webfont.eot"); + src: url("../fonts/hunt/imfedpsc28p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hunt/imfedpsc28p-webfont.woff2") format("woff2"), url("../fonts/hunt/imfedpsc28p-webfont.woff") format("woff"), url("../fonts/hunt/imfedpsc28p-webfont.ttf") format("truetype"), url("../fonts/hunt/imfedpsc28p-webfont.svg#im_fell_double_pica_scregular") format("svg"); + font-weight: normal; + font-style: normal; +} + +/* line 14, ../../sass/logbook.scss */ +body { + margin: 0px; + border: 0px; + padding: 0px; +} + +/* line 19, ../../sass/logbook.scss */ +.headerbutton { + padding: 0 12px 0 12px; + float: right; +} + +/* line 24, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 31, ../../sass/logbook.scss */ +#paper { + z-index: 9; + width: 1000px; + padding: 37px 55px 72px; + position: relative; + border: 1px solid #333333; + background: #dbc397; + -webkit-background-size: 100% 30px; + -moz-background-size: 100% 30px; + -ms-background-size: 100% 30px; + background-size: 100% 30px; + box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5); + border-radius: 4px 4px 4px 4px; + color: #282625; + margin: 0 auto; + margin-bottom: 60px; + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; + text-rendering: optimizeLegibility; + font-feature-settings: "kern"; + -webkit-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern=1"; +} + +/* line 57, ../../sass/logbook.scss */ +#infowindow { + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; +} + +/* line 61, ../../sass/logbook.scss */ +.form-container { + top: 50px; +} + +/* line 64, ../../sass/logbook.scss */ +h1, h2, h3 { + font-family: 'im_fell_double_pica_scregular', serif; +} + +/* line 67, ../../sass/logbook.scss */ +.logheader { + font-size: larger; + font-weight: bold; +} + +/* line 71, ../../sass/logbook.scss */ +.logentry { + padding-left: 25px; + padding-right: 25px; + border-bottom: 1px solid #282625; +} + +/* line 76, ../../sass/logbook.scss */ +.logentry2 { + padding-left: 100px; + padding-right: 100px; + border-bottom: 1px solid #282625; +} + +/* line 81, ../../sass/logbook.scss */ +ul { + list-style: square inside url("../images/hunt/bullet3.png"); +} + +/* line 84, ../../sass/logbook.scss */ +table.fancy { + padding: 0; + margin: 0; + width: 100%; + border-collapse: collapse; + border-style: double; + border-color: #282625; + border-left: 0; + border-right: 0; +} + +/* line 94, ../../sass/logbook.scss */ +table.fancy th, tr { + padding: 0; + margin: 0; +} + +/* line 98, ../../sass/logbook.scss */ +table.fancy td { + padding-left: 10px; + margin: 0; + border: 1px solid #282625; + border-right: 0; +} + +/* line 104, ../../sass/logbook.scss */ +.tdleft { + padding: 0; + width: 10%; + border-left: 0; +} + +/* line 109, ../../sass/logbook.scss */ +.caption { + font-style: italic; + border-top: 0px; + margin-top: 0px; + padding-top: 0px; +} + +/* line 116, ../../sass/logbook.scss */ +.puzzle-sans { + font-family: sans-serif; +} + +/* line 120, ../../sass/logbook.scss */ +.puzzle { + display: table; + width: 100%; +} + +/* line 125, ../../sass/logbook.scss */ +.puzzle-page-header { + margin-bottom: 20px; +} + +/* line 129, ../../sass/logbook.scss */ +.answer { + margin-bottom: 30px; +} + +/* line 133, ../../sass/logbook.scss */ +.puzzle li { + list-style-position: inside; + text-indent: -1.1em; +} + +/* line 138, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 145, ../../sass/logbook.scss */ +.clickbaitbannerbox { + width: 320px; + margin-right: 20px; + margin-left: auto; + margin-bottom: 20px; + margin-top: -30px; +} + +@media print { + /* line 154, ../../sass/logbook.scss */ + .clickbaitbannerbox { + margin-top: 50px; + } +} +/* line 159, ../../sass/logbook.scss */ +.clickbaitbanner { + background-color: white; + padding: 10px; +} + +/* line 163, ../../sass/logbook.scss */ +.attop { + position: absolute; + top: 0px; + left: 0px; +} + +/* line 169, ../../sass/logbook.scss */ +.byline { + font-family: 'Times New Roman', serif; + font-style: italic; +} + +/* line 173, ../../sass/logbook.scss */ +.clickbaitlink { + font-family: Helvetica, Arial, sans-serif; + font-size: 20px; +} + +/* line 177, ../../sass/logbook.scss */ +.clickbaitlink a { + text-decoration: none; +} + +/* line 181, ../../sass/logbook.scss */ +.puzzle p, .puzzle li { + line-height: 1.4em; +} + +/* line 185, ../../sass/logbook.scss */ +.solution-table td, .solution-table th { + padding-right: 15px; +} + +@media print { + /* line 190, ../../sass/logbook.scss */ + #puzzle-obj img { + display: none; + } + + /* line 194, ../../sass/logbook.scss */ + .no-page-break { + page-break-inside: avoid; + } + + /* line 197, ../../sass/logbook.scss */ + #paper { + width: 100%; + margin-bottom: 0px !important; + padding-bottom: 0px !important; + border: 0px !important; + } +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0403_MIT_Mystery_Hunt_2015_Feeling_Bluefin/_solution_assets/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0403_MIT_Mystery_Hunt_2015_Feeling_Bluefin/_solution_assets/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0403_MIT_Mystery_Hunt_2015_Feeling_Bluefin/_solution_assets/logbook.css @@ -0,0 +1,244 @@ +@font-face { + font-family: 'im_fell_double_pica_scregular'; + src: url("../fonts/hunt/imfedpsc28p-webfont.eot"); + src: url("../fonts/hunt/imfedpsc28p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hunt/imfedpsc28p-webfont.woff2") format("woff2"), url("../fonts/hunt/imfedpsc28p-webfont.woff") format("woff"), url("../fonts/hunt/imfedpsc28p-webfont.ttf") format("truetype"), url("../fonts/hunt/imfedpsc28p-webfont.svg#im_fell_double_pica_scregular") format("svg"); + font-weight: normal; + font-style: normal; +} + +/* line 14, ../../sass/logbook.scss */ +body { + margin: 0px; + border: 0px; + padding: 0px; +} + +/* line 19, ../../sass/logbook.scss */ +.headerbutton { + padding: 0 12px 0 12px; + float: right; +} + +/* line 24, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 31, ../../sass/logbook.scss */ +#paper { + z-index: 9; + width: 1000px; + padding: 37px 55px 72px; + position: relative; + border: 1px solid #333333; + background: #dbc397; + -webkit-background-size: 100% 30px; + -moz-background-size: 100% 30px; + -ms-background-size: 100% 30px; + background-size: 100% 30px; + box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5); + border-radius: 4px 4px 4px 4px; + color: #282625; + margin: 0 auto; + margin-bottom: 60px; + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; + text-rendering: optimizeLegibility; + font-feature-settings: "kern"; + -webkit-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern=1"; +} + +/* line 57, ../../sass/logbook.scss */ +#infowindow { + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; +} + +/* line 61, ../../sass/logbook.scss */ +.form-container { + top: 50px; +} + +/* line 64, ../../sass/logbook.scss */ +h1, h2, h3 { + font-family: 'im_fell_double_pica_scregular', serif; +} + +/* line 67, ../../sass/logbook.scss */ +.logheader { + font-size: larger; + font-weight: bold; +} + +/* line 71, ../../sass/logbook.scss */ +.logentry { + padding-left: 25px; + padding-right: 25px; + border-bottom: 1px solid #282625; +} + +/* line 76, ../../sass/logbook.scss */ +.logentry2 { + padding-left: 100px; + padding-right: 100px; + border-bottom: 1px solid #282625; +} + +/* line 81, ../../sass/logbook.scss */ +ul { + list-style: square inside url("../images/hunt/bullet3.png"); +} + +/* line 84, ../../sass/logbook.scss */ +table.fancy { + padding: 0; + margin: 0; + width: 100%; + border-collapse: collapse; + border-style: double; + border-color: #282625; + border-left: 0; + border-right: 0; +} + +/* line 94, ../../sass/logbook.scss */ +table.fancy th, tr { + padding: 0; + margin: 0; +} + +/* line 98, ../../sass/logbook.scss */ +table.fancy td { + padding-left: 10px; + margin: 0; + border: 1px solid #282625; + border-right: 0; +} + +/* line 104, ../../sass/logbook.scss */ +.tdleft { + padding: 0; + width: 10%; + border-left: 0; +} + +/* line 109, ../../sass/logbook.scss */ +.caption { + font-style: italic; + border-top: 0px; + margin-top: 0px; + padding-top: 0px; +} + +/* line 116, ../../sass/logbook.scss */ +.puzzle-sans { + font-family: sans-serif; +} + +/* line 120, ../../sass/logbook.scss */ +.puzzle { + display: table; + width: 100%; +} + +/* line 125, ../../sass/logbook.scss */ +.puzzle-page-header { + margin-bottom: 20px; +} + +/* line 129, ../../sass/logbook.scss */ +.answer { + margin-bottom: 30px; +} + +/* line 133, ../../sass/logbook.scss */ +.puzzle li { + list-style-position: inside; + text-indent: -1.1em; +} + +/* line 138, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 145, ../../sass/logbook.scss */ +.clickbaitbannerbox { + width: 320px; + margin-right: 20px; + margin-left: auto; + margin-bottom: 20px; + margin-top: -30px; +} + +@media print { + /* line 154, ../../sass/logbook.scss */ + .clickbaitbannerbox { + margin-top: 50px; + } +} +/* line 159, ../../sass/logbook.scss */ +.clickbaitbanner { + background-color: white; + padding: 10px; +} + +/* line 163, ../../sass/logbook.scss */ +.attop { + position: absolute; + top: 0px; + left: 0px; +} + +/* line 169, ../../sass/logbook.scss */ +.byline { + font-family: 'Times New Roman', serif; + font-style: italic; +} + +/* line 173, ../../sass/logbook.scss */ +.clickbaitlink { + font-family: Helvetica, Arial, sans-serif; + font-size: 20px; +} + +/* line 177, ../../sass/logbook.scss */ +.clickbaitlink a { + text-decoration: none; +} + +/* line 181, ../../sass/logbook.scss */ +.puzzle p, .puzzle li { + line-height: 1.4em; +} + +/* line 185, ../../sass/logbook.scss */ +.solution-table td, .solution-table th { + padding-right: 15px; +} + +@media print { + /* line 190, ../../sass/logbook.scss */ + #puzzle-obj img { + display: none; + } + + /* line 194, ../../sass/logbook.scss */ + .no-page-break { + page-break-inside: avoid; + } + + /* line 197, ../../sass/logbook.scss */ + #paper { + width: 100%; + margin-bottom: 0px !important; + padding-bottom: 0px !important; + border: 0px !important; + } +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0404_MIT_Mystery_Hunt_2015_Tournament/_solution_assets/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0404_MIT_Mystery_Hunt_2015_Tournament/_solution_assets/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0404_MIT_Mystery_Hunt_2015_Tournament/_solution_assets/logbook.css @@ -0,0 +1,244 @@ +@font-face { + font-family: 'im_fell_double_pica_scregular'; + src: url("../fonts/hunt/imfedpsc28p-webfont.eot"); + src: url("../fonts/hunt/imfedpsc28p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hunt/imfedpsc28p-webfont.woff2") format("woff2"), url("../fonts/hunt/imfedpsc28p-webfont.woff") format("woff"), url("../fonts/hunt/imfedpsc28p-webfont.ttf") format("truetype"), url("../fonts/hunt/imfedpsc28p-webfont.svg#im_fell_double_pica_scregular") format("svg"); + font-weight: normal; + font-style: normal; +} + +/* line 14, ../../sass/logbook.scss */ +body { + margin: 0px; + border: 0px; + padding: 0px; +} + +/* line 19, ../../sass/logbook.scss */ +.headerbutton { + padding: 0 12px 0 12px; + float: right; +} + +/* line 24, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 31, ../../sass/logbook.scss */ +#paper { + z-index: 9; + width: 1000px; + padding: 37px 55px 72px; + position: relative; + border: 1px solid #333333; + background: #dbc397; + -webkit-background-size: 100% 30px; + -moz-background-size: 100% 30px; + -ms-background-size: 100% 30px; + background-size: 100% 30px; + box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5); + border-radius: 4px 4px 4px 4px; + color: #282625; + margin: 0 auto; + margin-bottom: 60px; + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; + text-rendering: optimizeLegibility; + font-feature-settings: "kern"; + -webkit-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern=1"; +} + +/* line 57, ../../sass/logbook.scss */ +#infowindow { + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; +} + +/* line 61, ../../sass/logbook.scss */ +.form-container { + top: 50px; +} + +/* line 64, ../../sass/logbook.scss */ +h1, h2, h3 { + font-family: 'im_fell_double_pica_scregular', serif; +} + +/* line 67, ../../sass/logbook.scss */ +.logheader { + font-size: larger; + font-weight: bold; +} + +/* line 71, ../../sass/logbook.scss */ +.logentry { + padding-left: 25px; + padding-right: 25px; + border-bottom: 1px solid #282625; +} + +/* line 76, ../../sass/logbook.scss */ +.logentry2 { + padding-left: 100px; + padding-right: 100px; + border-bottom: 1px solid #282625; +} + +/* line 81, ../../sass/logbook.scss */ +ul { + list-style: square inside url("../images/hunt/bullet3.png"); +} + +/* line 84, ../../sass/logbook.scss */ +table.fancy { + padding: 0; + margin: 0; + width: 100%; + border-collapse: collapse; + border-style: double; + border-color: #282625; + border-left: 0; + border-right: 0; +} + +/* line 94, ../../sass/logbook.scss */ +table.fancy th, tr { + padding: 0; + margin: 0; +} + +/* line 98, ../../sass/logbook.scss */ +table.fancy td { + padding-left: 10px; + margin: 0; + border: 1px solid #282625; + border-right: 0; +} + +/* line 104, ../../sass/logbook.scss */ +.tdleft { + padding: 0; + width: 10%; + border-left: 0; +} + +/* line 109, ../../sass/logbook.scss */ +.caption { + font-style: italic; + border-top: 0px; + margin-top: 0px; + padding-top: 0px; +} + +/* line 116, ../../sass/logbook.scss */ +.puzzle-sans { + font-family: sans-serif; +} + +/* line 120, ../../sass/logbook.scss */ +.puzzle { + display: table; + width: 100%; +} + +/* line 125, ../../sass/logbook.scss */ +.puzzle-page-header { + margin-bottom: 20px; +} + +/* line 129, ../../sass/logbook.scss */ +.answer { + margin-bottom: 30px; +} + +/* line 133, ../../sass/logbook.scss */ +.puzzle li { + list-style-position: inside; + text-indent: -1.1em; +} + +/* line 138, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 145, ../../sass/logbook.scss */ +.clickbaitbannerbox { + width: 320px; + margin-right: 20px; + margin-left: auto; + margin-bottom: 20px; + margin-top: -30px; +} + +@media print { + /* line 154, ../../sass/logbook.scss */ + .clickbaitbannerbox { + margin-top: 50px; + } +} +/* line 159, ../../sass/logbook.scss */ +.clickbaitbanner { + background-color: white; + padding: 10px; +} + +/* line 163, ../../sass/logbook.scss */ +.attop { + position: absolute; + top: 0px; + left: 0px; +} + +/* line 169, ../../sass/logbook.scss */ +.byline { + font-family: 'Times New Roman', serif; + font-style: italic; +} + +/* line 173, ../../sass/logbook.scss */ +.clickbaitlink { + font-family: Helvetica, Arial, sans-serif; + font-size: 20px; +} + +/* line 177, ../../sass/logbook.scss */ +.clickbaitlink a { + text-decoration: none; +} + +/* line 181, ../../sass/logbook.scss */ +.puzzle p, .puzzle li { + line-height: 1.4em; +} + +/* line 185, ../../sass/logbook.scss */ +.solution-table td, .solution-table th { + padding-right: 15px; +} + +@media print { + /* line 190, ../../sass/logbook.scss */ + #puzzle-obj img { + display: none; + } + + /* line 194, ../../sass/logbook.scss */ + .no-page-break { + page-break-inside: avoid; + } + + /* line 197, ../../sass/logbook.scss */ + #paper { + width: 100%; + margin-bottom: 0px !important; + padding-bottom: 0px !important; + border: 0px !important; + } +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0405_MIT_Mystery_Hunt_2015_The_Cat_s_Meow/_solution_assets/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0405_MIT_Mystery_Hunt_2015_The_Cat_s_Meow/_solution_assets/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0405_MIT_Mystery_Hunt_2015_The_Cat_s_Meow/_solution_assets/logbook.css @@ -0,0 +1,244 @@ +@font-face { + font-family: 'im_fell_double_pica_scregular'; + src: url("../fonts/hunt/imfedpsc28p-webfont.eot"); + src: url("../fonts/hunt/imfedpsc28p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hunt/imfedpsc28p-webfont.woff2") format("woff2"), url("../fonts/hunt/imfedpsc28p-webfont.woff") format("woff"), url("../fonts/hunt/imfedpsc28p-webfont.ttf") format("truetype"), url("../fonts/hunt/imfedpsc28p-webfont.svg#im_fell_double_pica_scregular") format("svg"); + font-weight: normal; + font-style: normal; +} + +/* line 14, ../../sass/logbook.scss */ +body { + margin: 0px; + border: 0px; + padding: 0px; +} + +/* line 19, ../../sass/logbook.scss */ +.headerbutton { + padding: 0 12px 0 12px; + float: right; +} + +/* line 24, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 31, ../../sass/logbook.scss */ +#paper { + z-index: 9; + width: 1000px; + padding: 37px 55px 72px; + position: relative; + border: 1px solid #333333; + background: #dbc397; + -webkit-background-size: 100% 30px; + -moz-background-size: 100% 30px; + -ms-background-size: 100% 30px; + background-size: 100% 30px; + box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5); + border-radius: 4px 4px 4px 4px; + color: #282625; + margin: 0 auto; + margin-bottom: 60px; + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; + text-rendering: optimizeLegibility; + font-feature-settings: "kern"; + -webkit-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern=1"; +} + +/* line 57, ../../sass/logbook.scss */ +#infowindow { + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; +} + +/* line 61, ../../sass/logbook.scss */ +.form-container { + top: 50px; +} + +/* line 64, ../../sass/logbook.scss */ +h1, h2, h3 { + font-family: 'im_fell_double_pica_scregular', serif; +} + +/* line 67, ../../sass/logbook.scss */ +.logheader { + font-size: larger; + font-weight: bold; +} + +/* line 71, ../../sass/logbook.scss */ +.logentry { + padding-left: 25px; + padding-right: 25px; + border-bottom: 1px solid #282625; +} + +/* line 76, ../../sass/logbook.scss */ +.logentry2 { + padding-left: 100px; + padding-right: 100px; + border-bottom: 1px solid #282625; +} + +/* line 81, ../../sass/logbook.scss */ +ul { + list-style: square inside url("../images/hunt/bullet3.png"); +} + +/* line 84, ../../sass/logbook.scss */ +table.fancy { + padding: 0; + margin: 0; + width: 100%; + border-collapse: collapse; + border-style: double; + border-color: #282625; + border-left: 0; + border-right: 0; +} + +/* line 94, ../../sass/logbook.scss */ +table.fancy th, tr { + padding: 0; + margin: 0; +} + +/* line 98, ../../sass/logbook.scss */ +table.fancy td { + padding-left: 10px; + margin: 0; + border: 1px solid #282625; + border-right: 0; +} + +/* line 104, ../../sass/logbook.scss */ +.tdleft { + padding: 0; + width: 10%; + border-left: 0; +} + +/* line 109, ../../sass/logbook.scss */ +.caption { + font-style: italic; + border-top: 0px; + margin-top: 0px; + padding-top: 0px; +} + +/* line 116, ../../sass/logbook.scss */ +.puzzle-sans { + font-family: sans-serif; +} + +/* line 120, ../../sass/logbook.scss */ +.puzzle { + display: table; + width: 100%; +} + +/* line 125, ../../sass/logbook.scss */ +.puzzle-page-header { + margin-bottom: 20px; +} + +/* line 129, ../../sass/logbook.scss */ +.answer { + margin-bottom: 30px; +} + +/* line 133, ../../sass/logbook.scss */ +.puzzle li { + list-style-position: inside; + text-indent: -1.1em; +} + +/* line 138, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 145, ../../sass/logbook.scss */ +.clickbaitbannerbox { + width: 320px; + margin-right: 20px; + margin-left: auto; + margin-bottom: 20px; + margin-top: -30px; +} + +@media print { + /* line 154, ../../sass/logbook.scss */ + .clickbaitbannerbox { + margin-top: 50px; + } +} +/* line 159, ../../sass/logbook.scss */ +.clickbaitbanner { + background-color: white; + padding: 10px; +} + +/* line 163, ../../sass/logbook.scss */ +.attop { + position: absolute; + top: 0px; + left: 0px; +} + +/* line 169, ../../sass/logbook.scss */ +.byline { + font-family: 'Times New Roman', serif; + font-style: italic; +} + +/* line 173, ../../sass/logbook.scss */ +.clickbaitlink { + font-family: Helvetica, Arial, sans-serif; + font-size: 20px; +} + +/* line 177, ../../sass/logbook.scss */ +.clickbaitlink a { + text-decoration: none; +} + +/* line 181, ../../sass/logbook.scss */ +.puzzle p, .puzzle li { + line-height: 1.4em; +} + +/* line 185, ../../sass/logbook.scss */ +.solution-table td, .solution-table th { + padding-right: 15px; +} + +@media print { + /* line 190, ../../sass/logbook.scss */ + #puzzle-obj img { + display: none; + } + + /* line 194, ../../sass/logbook.scss */ + .no-page-break { + page-break-inside: avoid; + } + + /* line 197, ../../sass/logbook.scss */ + #paper { + width: 100%; + margin-bottom: 0px !important; + padding-bottom: 0px !important; + border: 0px !important; + } +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0406_MIT_Mystery_Hunt_2015_A_Short_Transmission/_solution_assets/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0406_MIT_Mystery_Hunt_2015_A_Short_Transmission/_solution_assets/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0406_MIT_Mystery_Hunt_2015_A_Short_Transmission/_solution_assets/logbook.css @@ -0,0 +1,244 @@ +@font-face { + font-family: 'im_fell_double_pica_scregular'; + src: url("../fonts/hunt/imfedpsc28p-webfont.eot"); + src: url("../fonts/hunt/imfedpsc28p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hunt/imfedpsc28p-webfont.woff2") format("woff2"), url("../fonts/hunt/imfedpsc28p-webfont.woff") format("woff"), url("../fonts/hunt/imfedpsc28p-webfont.ttf") format("truetype"), url("../fonts/hunt/imfedpsc28p-webfont.svg#im_fell_double_pica_scregular") format("svg"); + font-weight: normal; + font-style: normal; +} + +/* line 14, ../../sass/logbook.scss */ +body { + margin: 0px; + border: 0px; + padding: 0px; +} + +/* line 19, ../../sass/logbook.scss */ +.headerbutton { + padding: 0 12px 0 12px; + float: right; +} + +/* line 24, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 31, ../../sass/logbook.scss */ +#paper { + z-index: 9; + width: 1000px; + padding: 37px 55px 72px; + position: relative; + border: 1px solid #333333; + background: #dbc397; + -webkit-background-size: 100% 30px; + -moz-background-size: 100% 30px; + -ms-background-size: 100% 30px; + background-size: 100% 30px; + box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5); + border-radius: 4px 4px 4px 4px; + color: #282625; + margin: 0 auto; + margin-bottom: 60px; + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; + text-rendering: optimizeLegibility; + font-feature-settings: "kern"; + -webkit-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern=1"; +} + +/* line 57, ../../sass/logbook.scss */ +#infowindow { + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; +} + +/* line 61, ../../sass/logbook.scss */ +.form-container { + top: 50px; +} + +/* line 64, ../../sass/logbook.scss */ +h1, h2, h3 { + font-family: 'im_fell_double_pica_scregular', serif; +} + +/* line 67, ../../sass/logbook.scss */ +.logheader { + font-size: larger; + font-weight: bold; +} + +/* line 71, ../../sass/logbook.scss */ +.logentry { + padding-left: 25px; + padding-right: 25px; + border-bottom: 1px solid #282625; +} + +/* line 76, ../../sass/logbook.scss */ +.logentry2 { + padding-left: 100px; + padding-right: 100px; + border-bottom: 1px solid #282625; +} + +/* line 81, ../../sass/logbook.scss */ +ul { + list-style: square inside url("../images/hunt/bullet3.png"); +} + +/* line 84, ../../sass/logbook.scss */ +table.fancy { + padding: 0; + margin: 0; + width: 100%; + border-collapse: collapse; + border-style: double; + border-color: #282625; + border-left: 0; + border-right: 0; +} + +/* line 94, ../../sass/logbook.scss */ +table.fancy th, tr { + padding: 0; + margin: 0; +} + +/* line 98, ../../sass/logbook.scss */ +table.fancy td { + padding-left: 10px; + margin: 0; + border: 1px solid #282625; + border-right: 0; +} + +/* line 104, ../../sass/logbook.scss */ +.tdleft { + padding: 0; + width: 10%; + border-left: 0; +} + +/* line 109, ../../sass/logbook.scss */ +.caption { + font-style: italic; + border-top: 0px; + margin-top: 0px; + padding-top: 0px; +} + +/* line 116, ../../sass/logbook.scss */ +.puzzle-sans { + font-family: sans-serif; +} + +/* line 120, ../../sass/logbook.scss */ +.puzzle { + display: table; + width: 100%; +} + +/* line 125, ../../sass/logbook.scss */ +.puzzle-page-header { + margin-bottom: 20px; +} + +/* line 129, ../../sass/logbook.scss */ +.answer { + margin-bottom: 30px; +} + +/* line 133, ../../sass/logbook.scss */ +.puzzle li { + list-style-position: inside; + text-indent: -1.1em; +} + +/* line 138, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 145, ../../sass/logbook.scss */ +.clickbaitbannerbox { + width: 320px; + margin-right: 20px; + margin-left: auto; + margin-bottom: 20px; + margin-top: -30px; +} + +@media print { + /* line 154, ../../sass/logbook.scss */ + .clickbaitbannerbox { + margin-top: 50px; + } +} +/* line 159, ../../sass/logbook.scss */ +.clickbaitbanner { + background-color: white; + padding: 10px; +} + +/* line 163, ../../sass/logbook.scss */ +.attop { + position: absolute; + top: 0px; + left: 0px; +} + +/* line 169, ../../sass/logbook.scss */ +.byline { + font-family: 'Times New Roman', serif; + font-style: italic; +} + +/* line 173, ../../sass/logbook.scss */ +.clickbaitlink { + font-family: Helvetica, Arial, sans-serif; + font-size: 20px; +} + +/* line 177, ../../sass/logbook.scss */ +.clickbaitlink a { + text-decoration: none; +} + +/* line 181, ../../sass/logbook.scss */ +.puzzle p, .puzzle li { + line-height: 1.4em; +} + +/* line 185, ../../sass/logbook.scss */ +.solution-table td, .solution-table th { + padding-right: 15px; +} + +@media print { + /* line 190, ../../sass/logbook.scss */ + #puzzle-obj img { + display: none; + } + + /* line 194, ../../sass/logbook.scss */ + .no-page-break { + page-break-inside: avoid; + } + + /* line 197, ../../sass/logbook.scss */ + #paper { + width: 100%; + margin-bottom: 0px !important; + padding-bottom: 0px !important; + border: 0px !important; + } +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0407_MIT_Mystery_Hunt_2015_Hash/_solution_assets/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0407_MIT_Mystery_Hunt_2015_Hash/_solution_assets/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0407_MIT_Mystery_Hunt_2015_Hash/_solution_assets/logbook.css @@ -0,0 +1,244 @@ +@font-face { + font-family: 'im_fell_double_pica_scregular'; + src: url("../fonts/hunt/imfedpsc28p-webfont.eot"); + src: url("../fonts/hunt/imfedpsc28p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hunt/imfedpsc28p-webfont.woff2") format("woff2"), url("../fonts/hunt/imfedpsc28p-webfont.woff") format("woff"), url("../fonts/hunt/imfedpsc28p-webfont.ttf") format("truetype"), url("../fonts/hunt/imfedpsc28p-webfont.svg#im_fell_double_pica_scregular") format("svg"); + font-weight: normal; + font-style: normal; +} + +/* line 14, ../../sass/logbook.scss */ +body { + margin: 0px; + border: 0px; + padding: 0px; +} + +/* line 19, ../../sass/logbook.scss */ +.headerbutton { + padding: 0 12px 0 12px; + float: right; +} + +/* line 24, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 31, ../../sass/logbook.scss */ +#paper { + z-index: 9; + width: 1000px; + padding: 37px 55px 72px; + position: relative; + border: 1px solid #333333; + background: #dbc397; + -webkit-background-size: 100% 30px; + -moz-background-size: 100% 30px; + -ms-background-size: 100% 30px; + background-size: 100% 30px; + box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5); + border-radius: 4px 4px 4px 4px; + color: #282625; + margin: 0 auto; + margin-bottom: 60px; + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; + text-rendering: optimizeLegibility; + font-feature-settings: "kern"; + -webkit-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern=1"; +} + +/* line 57, ../../sass/logbook.scss */ +#infowindow { + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; +} + +/* line 61, ../../sass/logbook.scss */ +.form-container { + top: 50px; +} + +/* line 64, ../../sass/logbook.scss */ +h1, h2, h3 { + font-family: 'im_fell_double_pica_scregular', serif; +} + +/* line 67, ../../sass/logbook.scss */ +.logheader { + font-size: larger; + font-weight: bold; +} + +/* line 71, ../../sass/logbook.scss */ +.logentry { + padding-left: 25px; + padding-right: 25px; + border-bottom: 1px solid #282625; +} + +/* line 76, ../../sass/logbook.scss */ +.logentry2 { + padding-left: 100px; + padding-right: 100px; + border-bottom: 1px solid #282625; +} + +/* line 81, ../../sass/logbook.scss */ +ul { + list-style: square inside url("../images/hunt/bullet3.png"); +} + +/* line 84, ../../sass/logbook.scss */ +table.fancy { + padding: 0; + margin: 0; + width: 100%; + border-collapse: collapse; + border-style: double; + border-color: #282625; + border-left: 0; + border-right: 0; +} + +/* line 94, ../../sass/logbook.scss */ +table.fancy th, tr { + padding: 0; + margin: 0; +} + +/* line 98, ../../sass/logbook.scss */ +table.fancy td { + padding-left: 10px; + margin: 0; + border: 1px solid #282625; + border-right: 0; +} + +/* line 104, ../../sass/logbook.scss */ +.tdleft { + padding: 0; + width: 10%; + border-left: 0; +} + +/* line 109, ../../sass/logbook.scss */ +.caption { + font-style: italic; + border-top: 0px; + margin-top: 0px; + padding-top: 0px; +} + +/* line 116, ../../sass/logbook.scss */ +.puzzle-sans { + font-family: sans-serif; +} + +/* line 120, ../../sass/logbook.scss */ +.puzzle { + display: table; + width: 100%; +} + +/* line 125, ../../sass/logbook.scss */ +.puzzle-page-header { + margin-bottom: 20px; +} + +/* line 129, ../../sass/logbook.scss */ +.answer { + margin-bottom: 30px; +} + +/* line 133, ../../sass/logbook.scss */ +.puzzle li { + list-style-position: inside; + text-indent: -1.1em; +} + +/* line 138, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 145, ../../sass/logbook.scss */ +.clickbaitbannerbox { + width: 320px; + margin-right: 20px; + margin-left: auto; + margin-bottom: 20px; + margin-top: -30px; +} + +@media print { + /* line 154, ../../sass/logbook.scss */ + .clickbaitbannerbox { + margin-top: 50px; + } +} +/* line 159, ../../sass/logbook.scss */ +.clickbaitbanner { + background-color: white; + padding: 10px; +} + +/* line 163, ../../sass/logbook.scss */ +.attop { + position: absolute; + top: 0px; + left: 0px; +} + +/* line 169, ../../sass/logbook.scss */ +.byline { + font-family: 'Times New Roman', serif; + font-style: italic; +} + +/* line 173, ../../sass/logbook.scss */ +.clickbaitlink { + font-family: Helvetica, Arial, sans-serif; + font-size: 20px; +} + +/* line 177, ../../sass/logbook.scss */ +.clickbaitlink a { + text-decoration: none; +} + +/* line 181, ../../sass/logbook.scss */ +.puzzle p, .puzzle li { + line-height: 1.4em; +} + +/* line 185, ../../sass/logbook.scss */ +.solution-table td, .solution-table th { + padding-right: 15px; +} + +@media print { + /* line 190, ../../sass/logbook.scss */ + #puzzle-obj img { + display: none; + } + + /* line 194, ../../sass/logbook.scss */ + .no-page-break { + page-break-inside: avoid; + } + + /* line 197, ../../sass/logbook.scss */ + #paper { + width: 100%; + margin-bottom: 0px !important; + padding-bottom: 0px !important; + border: 0px !important; + } +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0408_MIT_Mystery_Hunt_2015_Ready_Set_Go/_solution_assets/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0408_MIT_Mystery_Hunt_2015_Ready_Set_Go/_solution_assets/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0408_MIT_Mystery_Hunt_2015_Ready_Set_Go/_solution_assets/logbook.css @@ -0,0 +1,244 @@ +@font-face { + font-family: 'im_fell_double_pica_scregular'; + src: url("../fonts/hunt/imfedpsc28p-webfont.eot"); + src: url("../fonts/hunt/imfedpsc28p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hunt/imfedpsc28p-webfont.woff2") format("woff2"), url("../fonts/hunt/imfedpsc28p-webfont.woff") format("woff"), url("../fonts/hunt/imfedpsc28p-webfont.ttf") format("truetype"), url("../fonts/hunt/imfedpsc28p-webfont.svg#im_fell_double_pica_scregular") format("svg"); + font-weight: normal; + font-style: normal; +} + +/* line 14, ../../sass/logbook.scss */ +body { + margin: 0px; + border: 0px; + padding: 0px; +} + +/* line 19, ../../sass/logbook.scss */ +.headerbutton { + padding: 0 12px 0 12px; + float: right; +} + +/* line 24, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 31, ../../sass/logbook.scss */ +#paper { + z-index: 9; + width: 1000px; + padding: 37px 55px 72px; + position: relative; + border: 1px solid #333333; + background: #dbc397; + -webkit-background-size: 100% 30px; + -moz-background-size: 100% 30px; + -ms-background-size: 100% 30px; + background-size: 100% 30px; + box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5); + border-radius: 4px 4px 4px 4px; + color: #282625; + margin: 0 auto; + margin-bottom: 60px; + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; + text-rendering: optimizeLegibility; + font-feature-settings: "kern"; + -webkit-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern=1"; +} + +/* line 57, ../../sass/logbook.scss */ +#infowindow { + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; +} + +/* line 61, ../../sass/logbook.scss */ +.form-container { + top: 50px; +} + +/* line 64, ../../sass/logbook.scss */ +h1, h2, h3 { + font-family: 'im_fell_double_pica_scregular', serif; +} + +/* line 67, ../../sass/logbook.scss */ +.logheader { + font-size: larger; + font-weight: bold; +} + +/* line 71, ../../sass/logbook.scss */ +.logentry { + padding-left: 25px; + padding-right: 25px; + border-bottom: 1px solid #282625; +} + +/* line 76, ../../sass/logbook.scss */ +.logentry2 { + padding-left: 100px; + padding-right: 100px; + border-bottom: 1px solid #282625; +} + +/* line 81, ../../sass/logbook.scss */ +ul { + list-style: square inside url("../images/hunt/bullet3.png"); +} + +/* line 84, ../../sass/logbook.scss */ +table.fancy { + padding: 0; + margin: 0; + width: 100%; + border-collapse: collapse; + border-style: double; + border-color: #282625; + border-left: 0; + border-right: 0; +} + +/* line 94, ../../sass/logbook.scss */ +table.fancy th, tr { + padding: 0; + margin: 0; +} + +/* line 98, ../../sass/logbook.scss */ +table.fancy td { + padding-left: 10px; + margin: 0; + border: 1px solid #282625; + border-right: 0; +} + +/* line 104, ../../sass/logbook.scss */ +.tdleft { + padding: 0; + width: 10%; + border-left: 0; +} + +/* line 109, ../../sass/logbook.scss */ +.caption { + font-style: italic; + border-top: 0px; + margin-top: 0px; + padding-top: 0px; +} + +/* line 116, ../../sass/logbook.scss */ +.puzzle-sans { + font-family: sans-serif; +} + +/* line 120, ../../sass/logbook.scss */ +.puzzle { + display: table; + width: 100%; +} + +/* line 125, ../../sass/logbook.scss */ +.puzzle-page-header { + margin-bottom: 20px; +} + +/* line 129, ../../sass/logbook.scss */ +.answer { + margin-bottom: 30px; +} + +/* line 133, ../../sass/logbook.scss */ +.puzzle li { + list-style-position: inside; + text-indent: -1.1em; +} + +/* line 138, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 145, ../../sass/logbook.scss */ +.clickbaitbannerbox { + width: 320px; + margin-right: 20px; + margin-left: auto; + margin-bottom: 20px; + margin-top: -30px; +} + +@media print { + /* line 154, ../../sass/logbook.scss */ + .clickbaitbannerbox { + margin-top: 50px; + } +} +/* line 159, ../../sass/logbook.scss */ +.clickbaitbanner { + background-color: white; + padding: 10px; +} + +/* line 163, ../../sass/logbook.scss */ +.attop { + position: absolute; + top: 0px; + left: 0px; +} + +/* line 169, ../../sass/logbook.scss */ +.byline { + font-family: 'Times New Roman', serif; + font-style: italic; +} + +/* line 173, ../../sass/logbook.scss */ +.clickbaitlink { + font-family: Helvetica, Arial, sans-serif; + font-size: 20px; +} + +/* line 177, ../../sass/logbook.scss */ +.clickbaitlink a { + text-decoration: none; +} + +/* line 181, ../../sass/logbook.scss */ +.puzzle p, .puzzle li { + line-height: 1.4em; +} + +/* line 185, ../../sass/logbook.scss */ +.solution-table td, .solution-table th { + padding-right: 15px; +} + +@media print { + /* line 190, ../../sass/logbook.scss */ + #puzzle-obj img { + display: none; + } + + /* line 194, ../../sass/logbook.scss */ + .no-page-break { + page-break-inside: avoid; + } + + /* line 197, ../../sass/logbook.scss */ + #paper { + width: 100%; + margin-bottom: 0px !important; + padding-bottom: 0px !important; + border: 0px !important; + } +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0409_MIT_Mystery_Hunt_2015_Frequency_Distribution_Tank/_solution_assets/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0409_MIT_Mystery_Hunt_2015_Frequency_Distribution_Tank/_solution_assets/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0409_MIT_Mystery_Hunt_2015_Frequency_Distribution_Tank/_solution_assets/logbook.css @@ -0,0 +1,244 @@ +@font-face { + font-family: 'im_fell_double_pica_scregular'; + src: url("../fonts/hunt/imfedpsc28p-webfont.eot"); + src: url("../fonts/hunt/imfedpsc28p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hunt/imfedpsc28p-webfont.woff2") format("woff2"), url("../fonts/hunt/imfedpsc28p-webfont.woff") format("woff"), url("../fonts/hunt/imfedpsc28p-webfont.ttf") format("truetype"), url("../fonts/hunt/imfedpsc28p-webfont.svg#im_fell_double_pica_scregular") format("svg"); + font-weight: normal; + font-style: normal; +} + +/* line 14, ../../sass/logbook.scss */ +body { + margin: 0px; + border: 0px; + padding: 0px; +} + +/* line 19, ../../sass/logbook.scss */ +.headerbutton { + padding: 0 12px 0 12px; + float: right; +} + +/* line 24, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 31, ../../sass/logbook.scss */ +#paper { + z-index: 9; + width: 1000px; + padding: 37px 55px 72px; + position: relative; + border: 1px solid #333333; + background: #dbc397; + -webkit-background-size: 100% 30px; + -moz-background-size: 100% 30px; + -ms-background-size: 100% 30px; + background-size: 100% 30px; + box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5); + border-radius: 4px 4px 4px 4px; + color: #282625; + margin: 0 auto; + margin-bottom: 60px; + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; + text-rendering: optimizeLegibility; + font-feature-settings: "kern"; + -webkit-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern=1"; +} + +/* line 57, ../../sass/logbook.scss */ +#infowindow { + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; +} + +/* line 61, ../../sass/logbook.scss */ +.form-container { + top: 50px; +} + +/* line 64, ../../sass/logbook.scss */ +h1, h2, h3 { + font-family: 'im_fell_double_pica_scregular', serif; +} + +/* line 67, ../../sass/logbook.scss */ +.logheader { + font-size: larger; + font-weight: bold; +} + +/* line 71, ../../sass/logbook.scss */ +.logentry { + padding-left: 25px; + padding-right: 25px; + border-bottom: 1px solid #282625; +} + +/* line 76, ../../sass/logbook.scss */ +.logentry2 { + padding-left: 100px; + padding-right: 100px; + border-bottom: 1px solid #282625; +} + +/* line 81, ../../sass/logbook.scss */ +ul { + list-style: square inside url("../images/hunt/bullet3.png"); +} + +/* line 84, ../../sass/logbook.scss */ +table.fancy { + padding: 0; + margin: 0; + width: 100%; + border-collapse: collapse; + border-style: double; + border-color: #282625; + border-left: 0; + border-right: 0; +} + +/* line 94, ../../sass/logbook.scss */ +table.fancy th, tr { + padding: 0; + margin: 0; +} + +/* line 98, ../../sass/logbook.scss */ +table.fancy td { + padding-left: 10px; + margin: 0; + border: 1px solid #282625; + border-right: 0; +} + +/* line 104, ../../sass/logbook.scss */ +.tdleft { + padding: 0; + width: 10%; + border-left: 0; +} + +/* line 109, ../../sass/logbook.scss */ +.caption { + font-style: italic; + border-top: 0px; + margin-top: 0px; + padding-top: 0px; +} + +/* line 116, ../../sass/logbook.scss */ +.puzzle-sans { + font-family: sans-serif; +} + +/* line 120, ../../sass/logbook.scss */ +.puzzle { + display: table; + width: 100%; +} + +/* line 125, ../../sass/logbook.scss */ +.puzzle-page-header { + margin-bottom: 20px; +} + +/* line 129, ../../sass/logbook.scss */ +.answer { + margin-bottom: 30px; +} + +/* line 133, ../../sass/logbook.scss */ +.puzzle li { + list-style-position: inside; + text-indent: -1.1em; +} + +/* line 138, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 145, ../../sass/logbook.scss */ +.clickbaitbannerbox { + width: 320px; + margin-right: 20px; + margin-left: auto; + margin-bottom: 20px; + margin-top: -30px; +} + +@media print { + /* line 154, ../../sass/logbook.scss */ + .clickbaitbannerbox { + margin-top: 50px; + } +} +/* line 159, ../../sass/logbook.scss */ +.clickbaitbanner { + background-color: white; + padding: 10px; +} + +/* line 163, ../../sass/logbook.scss */ +.attop { + position: absolute; + top: 0px; + left: 0px; +} + +/* line 169, ../../sass/logbook.scss */ +.byline { + font-family: 'Times New Roman', serif; + font-style: italic; +} + +/* line 173, ../../sass/logbook.scss */ +.clickbaitlink { + font-family: Helvetica, Arial, sans-serif; + font-size: 20px; +} + +/* line 177, ../../sass/logbook.scss */ +.clickbaitlink a { + text-decoration: none; +} + +/* line 181, ../../sass/logbook.scss */ +.puzzle p, .puzzle li { + line-height: 1.4em; +} + +/* line 185, ../../sass/logbook.scss */ +.solution-table td, .solution-table th { + padding-right: 15px; +} + +@media print { + /* line 190, ../../sass/logbook.scss */ + #puzzle-obj img { + display: none; + } + + /* line 194, ../../sass/logbook.scss */ + .no-page-break { + page-break-inside: avoid; + } + + /* line 197, ../../sass/logbook.scss */ + #paper { + width: 100%; + margin-bottom: 0px !important; + padding-bottom: 0px !important; + border: 0px !important; + } +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0410_MIT_Mystery_Hunt_2015_Headshots/_solution_assets/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0410_MIT_Mystery_Hunt_2015_Headshots/_solution_assets/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0410_MIT_Mystery_Hunt_2015_Headshots/_solution_assets/logbook.css @@ -0,0 +1,244 @@ +@font-face { + font-family: 'im_fell_double_pica_scregular'; + src: url("../fonts/hunt/imfedpsc28p-webfont.eot"); + src: url("../fonts/hunt/imfedpsc28p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hunt/imfedpsc28p-webfont.woff2") format("woff2"), url("../fonts/hunt/imfedpsc28p-webfont.woff") format("woff"), url("../fonts/hunt/imfedpsc28p-webfont.ttf") format("truetype"), url("../fonts/hunt/imfedpsc28p-webfont.svg#im_fell_double_pica_scregular") format("svg"); + font-weight: normal; + font-style: normal; +} + +/* line 14, ../../sass/logbook.scss */ +body { + margin: 0px; + border: 0px; + padding: 0px; +} + +/* line 19, ../../sass/logbook.scss */ +.headerbutton { + padding: 0 12px 0 12px; + float: right; +} + +/* line 24, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 31, ../../sass/logbook.scss */ +#paper { + z-index: 9; + width: 1000px; + padding: 37px 55px 72px; + position: relative; + border: 1px solid #333333; + background: #dbc397; + -webkit-background-size: 100% 30px; + -moz-background-size: 100% 30px; + -ms-background-size: 100% 30px; + background-size: 100% 30px; + box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5); + border-radius: 4px 4px 4px 4px; + color: #282625; + margin: 0 auto; + margin-bottom: 60px; + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; + text-rendering: optimizeLegibility; + font-feature-settings: "kern"; + -webkit-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern=1"; +} + +/* line 57, ../../sass/logbook.scss */ +#infowindow { + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; +} + +/* line 61, ../../sass/logbook.scss */ +.form-container { + top: 50px; +} + +/* line 64, ../../sass/logbook.scss */ +h1, h2, h3 { + font-family: 'im_fell_double_pica_scregular', serif; +} + +/* line 67, ../../sass/logbook.scss */ +.logheader { + font-size: larger; + font-weight: bold; +} + +/* line 71, ../../sass/logbook.scss */ +.logentry { + padding-left: 25px; + padding-right: 25px; + border-bottom: 1px solid #282625; +} + +/* line 76, ../../sass/logbook.scss */ +.logentry2 { + padding-left: 100px; + padding-right: 100px; + border-bottom: 1px solid #282625; +} + +/* line 81, ../../sass/logbook.scss */ +ul { + list-style: square inside url("../images/hunt/bullet3.png"); +} + +/* line 84, ../../sass/logbook.scss */ +table.fancy { + padding: 0; + margin: 0; + width: 100%; + border-collapse: collapse; + border-style: double; + border-color: #282625; + border-left: 0; + border-right: 0; +} + +/* line 94, ../../sass/logbook.scss */ +table.fancy th, tr { + padding: 0; + margin: 0; +} + +/* line 98, ../../sass/logbook.scss */ +table.fancy td { + padding-left: 10px; + margin: 0; + border: 1px solid #282625; + border-right: 0; +} + +/* line 104, ../../sass/logbook.scss */ +.tdleft { + padding: 0; + width: 10%; + border-left: 0; +} + +/* line 109, ../../sass/logbook.scss */ +.caption { + font-style: italic; + border-top: 0px; + margin-top: 0px; + padding-top: 0px; +} + +/* line 116, ../../sass/logbook.scss */ +.puzzle-sans { + font-family: sans-serif; +} + +/* line 120, ../../sass/logbook.scss */ +.puzzle { + display: table; + width: 100%; +} + +/* line 125, ../../sass/logbook.scss */ +.puzzle-page-header { + margin-bottom: 20px; +} + +/* line 129, ../../sass/logbook.scss */ +.answer { + margin-bottom: 30px; +} + +/* line 133, ../../sass/logbook.scss */ +.puzzle li { + list-style-position: inside; + text-indent: -1.1em; +} + +/* line 138, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 145, ../../sass/logbook.scss */ +.clickbaitbannerbox { + width: 320px; + margin-right: 20px; + margin-left: auto; + margin-bottom: 20px; + margin-top: -30px; +} + +@media print { + /* line 154, ../../sass/logbook.scss */ + .clickbaitbannerbox { + margin-top: 50px; + } +} +/* line 159, ../../sass/logbook.scss */ +.clickbaitbanner { + background-color: white; + padding: 10px; +} + +/* line 163, ../../sass/logbook.scss */ +.attop { + position: absolute; + top: 0px; + left: 0px; +} + +/* line 169, ../../sass/logbook.scss */ +.byline { + font-family: 'Times New Roman', serif; + font-style: italic; +} + +/* line 173, ../../sass/logbook.scss */ +.clickbaitlink { + font-family: Helvetica, Arial, sans-serif; + font-size: 20px; +} + +/* line 177, ../../sass/logbook.scss */ +.clickbaitlink a { + text-decoration: none; +} + +/* line 181, ../../sass/logbook.scss */ +.puzzle p, .puzzle li { + line-height: 1.4em; +} + +/* line 185, ../../sass/logbook.scss */ +.solution-table td, .solution-table th { + padding-right: 15px; +} + +@media print { + /* line 190, ../../sass/logbook.scss */ + #puzzle-obj img { + display: none; + } + + /* line 194, ../../sass/logbook.scss */ + .no-page-break { + page-break-inside: avoid; + } + + /* line 197, ../../sass/logbook.scss */ + #paper { + width: 100%; + margin-bottom: 0px !important; + padding-bottom: 0px !important; + border: 0px !important; + } +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0411_MIT_Mystery_Hunt_2015_Watch_Me_Blow_This/_solution_assets/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0411_MIT_Mystery_Hunt_2015_Watch_Me_Blow_This/_solution_assets/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0411_MIT_Mystery_Hunt_2015_Watch_Me_Blow_This/_solution_assets/logbook.css @@ -0,0 +1,244 @@ +@font-face { + font-family: 'im_fell_double_pica_scregular'; + src: url("../fonts/hunt/imfedpsc28p-webfont.eot"); + src: url("../fonts/hunt/imfedpsc28p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hunt/imfedpsc28p-webfont.woff2") format("woff2"), url("../fonts/hunt/imfedpsc28p-webfont.woff") format("woff"), url("../fonts/hunt/imfedpsc28p-webfont.ttf") format("truetype"), url("../fonts/hunt/imfedpsc28p-webfont.svg#im_fell_double_pica_scregular") format("svg"); + font-weight: normal; + font-style: normal; +} + +/* line 14, ../../sass/logbook.scss */ +body { + margin: 0px; + border: 0px; + padding: 0px; +} + +/* line 19, ../../sass/logbook.scss */ +.headerbutton { + padding: 0 12px 0 12px; + float: right; +} + +/* line 24, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 31, ../../sass/logbook.scss */ +#paper { + z-index: 9; + width: 1000px; + padding: 37px 55px 72px; + position: relative; + border: 1px solid #333333; + background: #dbc397; + -webkit-background-size: 100% 30px; + -moz-background-size: 100% 30px; + -ms-background-size: 100% 30px; + background-size: 100% 30px; + box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5); + border-radius: 4px 4px 4px 4px; + color: #282625; + margin: 0 auto; + margin-bottom: 60px; + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; + text-rendering: optimizeLegibility; + font-feature-settings: "kern"; + -webkit-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern=1"; +} + +/* line 57, ../../sass/logbook.scss */ +#infowindow { + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; +} + +/* line 61, ../../sass/logbook.scss */ +.form-container { + top: 50px; +} + +/* line 64, ../../sass/logbook.scss */ +h1, h2, h3 { + font-family: 'im_fell_double_pica_scregular', serif; +} + +/* line 67, ../../sass/logbook.scss */ +.logheader { + font-size: larger; + font-weight: bold; +} + +/* line 71, ../../sass/logbook.scss */ +.logentry { + padding-left: 25px; + padding-right: 25px; + border-bottom: 1px solid #282625; +} + +/* line 76, ../../sass/logbook.scss */ +.logentry2 { + padding-left: 100px; + padding-right: 100px; + border-bottom: 1px solid #282625; +} + +/* line 81, ../../sass/logbook.scss */ +ul { + list-style: square inside url("../images/hunt/bullet3.png"); +} + +/* line 84, ../../sass/logbook.scss */ +table.fancy { + padding: 0; + margin: 0; + width: 100%; + border-collapse: collapse; + border-style: double; + border-color: #282625; + border-left: 0; + border-right: 0; +} + +/* line 94, ../../sass/logbook.scss */ +table.fancy th, tr { + padding: 0; + margin: 0; +} + +/* line 98, ../../sass/logbook.scss */ +table.fancy td { + padding-left: 10px; + margin: 0; + border: 1px solid #282625; + border-right: 0; +} + +/* line 104, ../../sass/logbook.scss */ +.tdleft { + padding: 0; + width: 10%; + border-left: 0; +} + +/* line 109, ../../sass/logbook.scss */ +.caption { + font-style: italic; + border-top: 0px; + margin-top: 0px; + padding-top: 0px; +} + +/* line 116, ../../sass/logbook.scss */ +.puzzle-sans { + font-family: sans-serif; +} + +/* line 120, ../../sass/logbook.scss */ +.puzzle { + display: table; + width: 100%; +} + +/* line 125, ../../sass/logbook.scss */ +.puzzle-page-header { + margin-bottom: 20px; +} + +/* line 129, ../../sass/logbook.scss */ +.answer { + margin-bottom: 30px; +} + +/* line 133, ../../sass/logbook.scss */ +.puzzle li { + list-style-position: inside; + text-indent: -1.1em; +} + +/* line 138, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 145, ../../sass/logbook.scss */ +.clickbaitbannerbox { + width: 320px; + margin-right: 20px; + margin-left: auto; + margin-bottom: 20px; + margin-top: -30px; +} + +@media print { + /* line 154, ../../sass/logbook.scss */ + .clickbaitbannerbox { + margin-top: 50px; + } +} +/* line 159, ../../sass/logbook.scss */ +.clickbaitbanner { + background-color: white; + padding: 10px; +} + +/* line 163, ../../sass/logbook.scss */ +.attop { + position: absolute; + top: 0px; + left: 0px; +} + +/* line 169, ../../sass/logbook.scss */ +.byline { + font-family: 'Times New Roman', serif; + font-style: italic; +} + +/* line 173, ../../sass/logbook.scss */ +.clickbaitlink { + font-family: Helvetica, Arial, sans-serif; + font-size: 20px; +} + +/* line 177, ../../sass/logbook.scss */ +.clickbaitlink a { + text-decoration: none; +} + +/* line 181, ../../sass/logbook.scss */ +.puzzle p, .puzzle li { + line-height: 1.4em; +} + +/* line 185, ../../sass/logbook.scss */ +.solution-table td, .solution-table th { + padding-right: 15px; +} + +@media print { + /* line 190, ../../sass/logbook.scss */ + #puzzle-obj img { + display: none; + } + + /* line 194, ../../sass/logbook.scss */ + .no-page-break { + page-break-inside: avoid; + } + + /* line 197, ../../sass/logbook.scss */ + #paper { + width: 100%; + margin-bottom: 0px !important; + padding-bottom: 0px !important; + border: 0px !important; + } +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0412_MIT_Mystery_Hunt_2015_Blocks/_solution_assets/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0412_MIT_Mystery_Hunt_2015_Blocks/_solution_assets/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0412_MIT_Mystery_Hunt_2015_Blocks/_solution_assets/logbook.css @@ -0,0 +1,244 @@ +@font-face { + font-family: 'im_fell_double_pica_scregular'; + src: url("../fonts/hunt/imfedpsc28p-webfont.eot"); + src: url("../fonts/hunt/imfedpsc28p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hunt/imfedpsc28p-webfont.woff2") format("woff2"), url("../fonts/hunt/imfedpsc28p-webfont.woff") format("woff"), url("../fonts/hunt/imfedpsc28p-webfont.ttf") format("truetype"), url("../fonts/hunt/imfedpsc28p-webfont.svg#im_fell_double_pica_scregular") format("svg"); + font-weight: normal; + font-style: normal; +} + +/* line 14, ../../sass/logbook.scss */ +body { + margin: 0px; + border: 0px; + padding: 0px; +} + +/* line 19, ../../sass/logbook.scss */ +.headerbutton { + padding: 0 12px 0 12px; + float: right; +} + +/* line 24, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 31, ../../sass/logbook.scss */ +#paper { + z-index: 9; + width: 1000px; + padding: 37px 55px 72px; + position: relative; + border: 1px solid #333333; + background: #dbc397; + -webkit-background-size: 100% 30px; + -moz-background-size: 100% 30px; + -ms-background-size: 100% 30px; + background-size: 100% 30px; + box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5); + border-radius: 4px 4px 4px 4px; + color: #282625; + margin: 0 auto; + margin-bottom: 60px; + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; + text-rendering: optimizeLegibility; + font-feature-settings: "kern"; + -webkit-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern=1"; +} + +/* line 57, ../../sass/logbook.scss */ +#infowindow { + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; +} + +/* line 61, ../../sass/logbook.scss */ +.form-container { + top: 50px; +} + +/* line 64, ../../sass/logbook.scss */ +h1, h2, h3 { + font-family: 'im_fell_double_pica_scregular', serif; +} + +/* line 67, ../../sass/logbook.scss */ +.logheader { + font-size: larger; + font-weight: bold; +} + +/* line 71, ../../sass/logbook.scss */ +.logentry { + padding-left: 25px; + padding-right: 25px; + border-bottom: 1px solid #282625; +} + +/* line 76, ../../sass/logbook.scss */ +.logentry2 { + padding-left: 100px; + padding-right: 100px; + border-bottom: 1px solid #282625; +} + +/* line 81, ../../sass/logbook.scss */ +ul { + list-style: square inside url("../images/hunt/bullet3.png"); +} + +/* line 84, ../../sass/logbook.scss */ +table.fancy { + padding: 0; + margin: 0; + width: 100%; + border-collapse: collapse; + border-style: double; + border-color: #282625; + border-left: 0; + border-right: 0; +} + +/* line 94, ../../sass/logbook.scss */ +table.fancy th, tr { + padding: 0; + margin: 0; +} + +/* line 98, ../../sass/logbook.scss */ +table.fancy td { + padding-left: 10px; + margin: 0; + border: 1px solid #282625; + border-right: 0; +} + +/* line 104, ../../sass/logbook.scss */ +.tdleft { + padding: 0; + width: 10%; + border-left: 0; +} + +/* line 109, ../../sass/logbook.scss */ +.caption { + font-style: italic; + border-top: 0px; + margin-top: 0px; + padding-top: 0px; +} + +/* line 116, ../../sass/logbook.scss */ +.puzzle-sans { + font-family: sans-serif; +} + +/* line 120, ../../sass/logbook.scss */ +.puzzle { + display: table; + width: 100%; +} + +/* line 125, ../../sass/logbook.scss */ +.puzzle-page-header { + margin-bottom: 20px; +} + +/* line 129, ../../sass/logbook.scss */ +.answer { + margin-bottom: 30px; +} + +/* line 133, ../../sass/logbook.scss */ +.puzzle li { + list-style-position: inside; + text-indent: -1.1em; +} + +/* line 138, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 145, ../../sass/logbook.scss */ +.clickbaitbannerbox { + width: 320px; + margin-right: 20px; + margin-left: auto; + margin-bottom: 20px; + margin-top: -30px; +} + +@media print { + /* line 154, ../../sass/logbook.scss */ + .clickbaitbannerbox { + margin-top: 50px; + } +} +/* line 159, ../../sass/logbook.scss */ +.clickbaitbanner { + background-color: white; + padding: 10px; +} + +/* line 163, ../../sass/logbook.scss */ +.attop { + position: absolute; + top: 0px; + left: 0px; +} + +/* line 169, ../../sass/logbook.scss */ +.byline { + font-family: 'Times New Roman', serif; + font-style: italic; +} + +/* line 173, ../../sass/logbook.scss */ +.clickbaitlink { + font-family: Helvetica, Arial, sans-serif; + font-size: 20px; +} + +/* line 177, ../../sass/logbook.scss */ +.clickbaitlink a { + text-decoration: none; +} + +/* line 181, ../../sass/logbook.scss */ +.puzzle p, .puzzle li { + line-height: 1.4em; +} + +/* line 185, ../../sass/logbook.scss */ +.solution-table td, .solution-table th { + padding-right: 15px; +} + +@media print { + /* line 190, ../../sass/logbook.scss */ + #puzzle-obj img { + display: none; + } + + /* line 194, ../../sass/logbook.scss */ + .no-page-break { + page-break-inside: avoid; + } + + /* line 197, ../../sass/logbook.scss */ + #paper { + width: 100%; + margin-bottom: 0px !important; + padding-bottom: 0px !important; + border: 0px !important; + } +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0413_MIT_Mystery_Hunt_2015_The_Last_Airbender/_solution_assets/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0413_MIT_Mystery_Hunt_2015_The_Last_Airbender/_solution_assets/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0413_MIT_Mystery_Hunt_2015_The_Last_Airbender/_solution_assets/logbook.css @@ -0,0 +1,244 @@ +@font-face { + font-family: 'im_fell_double_pica_scregular'; + src: url("../fonts/hunt/imfedpsc28p-webfont.eot"); + src: url("../fonts/hunt/imfedpsc28p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hunt/imfedpsc28p-webfont.woff2") format("woff2"), url("../fonts/hunt/imfedpsc28p-webfont.woff") format("woff"), url("../fonts/hunt/imfedpsc28p-webfont.ttf") format("truetype"), url("../fonts/hunt/imfedpsc28p-webfont.svg#im_fell_double_pica_scregular") format("svg"); + font-weight: normal; + font-style: normal; +} + +/* line 14, ../../sass/logbook.scss */ +body { + margin: 0px; + border: 0px; + padding: 0px; +} + +/* line 19, ../../sass/logbook.scss */ +.headerbutton { + padding: 0 12px 0 12px; + float: right; +} + +/* line 24, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 31, ../../sass/logbook.scss */ +#paper { + z-index: 9; + width: 1000px; + padding: 37px 55px 72px; + position: relative; + border: 1px solid #333333; + background: #dbc397; + -webkit-background-size: 100% 30px; + -moz-background-size: 100% 30px; + -ms-background-size: 100% 30px; + background-size: 100% 30px; + box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5); + border-radius: 4px 4px 4px 4px; + color: #282625; + margin: 0 auto; + margin-bottom: 60px; + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; + text-rendering: optimizeLegibility; + font-feature-settings: "kern"; + -webkit-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern=1"; +} + +/* line 57, ../../sass/logbook.scss */ +#infowindow { + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; +} + +/* line 61, ../../sass/logbook.scss */ +.form-container { + top: 50px; +} + +/* line 64, ../../sass/logbook.scss */ +h1, h2, h3 { + font-family: 'im_fell_double_pica_scregular', serif; +} + +/* line 67, ../../sass/logbook.scss */ +.logheader { + font-size: larger; + font-weight: bold; +} + +/* line 71, ../../sass/logbook.scss */ +.logentry { + padding-left: 25px; + padding-right: 25px; + border-bottom: 1px solid #282625; +} + +/* line 76, ../../sass/logbook.scss */ +.logentry2 { + padding-left: 100px; + padding-right: 100px; + border-bottom: 1px solid #282625; +} + +/* line 81, ../../sass/logbook.scss */ +ul { + list-style: square inside url("../images/hunt/bullet3.png"); +} + +/* line 84, ../../sass/logbook.scss */ +table.fancy { + padding: 0; + margin: 0; + width: 100%; + border-collapse: collapse; + border-style: double; + border-color: #282625; + border-left: 0; + border-right: 0; +} + +/* line 94, ../../sass/logbook.scss */ +table.fancy th, tr { + padding: 0; + margin: 0; +} + +/* line 98, ../../sass/logbook.scss */ +table.fancy td { + padding-left: 10px; + margin: 0; + border: 1px solid #282625; + border-right: 0; +} + +/* line 104, ../../sass/logbook.scss */ +.tdleft { + padding: 0; + width: 10%; + border-left: 0; +} + +/* line 109, ../../sass/logbook.scss */ +.caption { + font-style: italic; + border-top: 0px; + margin-top: 0px; + padding-top: 0px; +} + +/* line 116, ../../sass/logbook.scss */ +.puzzle-sans { + font-family: sans-serif; +} + +/* line 120, ../../sass/logbook.scss */ +.puzzle { + display: table; + width: 100%; +} + +/* line 125, ../../sass/logbook.scss */ +.puzzle-page-header { + margin-bottom: 20px; +} + +/* line 129, ../../sass/logbook.scss */ +.answer { + margin-bottom: 30px; +} + +/* line 133, ../../sass/logbook.scss */ +.puzzle li { + list-style-position: inside; + text-indent: -1.1em; +} + +/* line 138, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 145, ../../sass/logbook.scss */ +.clickbaitbannerbox { + width: 320px; + margin-right: 20px; + margin-left: auto; + margin-bottom: 20px; + margin-top: -30px; +} + +@media print { + /* line 154, ../../sass/logbook.scss */ + .clickbaitbannerbox { + margin-top: 50px; + } +} +/* line 159, ../../sass/logbook.scss */ +.clickbaitbanner { + background-color: white; + padding: 10px; +} + +/* line 163, ../../sass/logbook.scss */ +.attop { + position: absolute; + top: 0px; + left: 0px; +} + +/* line 169, ../../sass/logbook.scss */ +.byline { + font-family: 'Times New Roman', serif; + font-style: italic; +} + +/* line 173, ../../sass/logbook.scss */ +.clickbaitlink { + font-family: Helvetica, Arial, sans-serif; + font-size: 20px; +} + +/* line 177, ../../sass/logbook.scss */ +.clickbaitlink a { + text-decoration: none; +} + +/* line 181, ../../sass/logbook.scss */ +.puzzle p, .puzzle li { + line-height: 1.4em; +} + +/* line 185, ../../sass/logbook.scss */ +.solution-table td, .solution-table th { + padding-right: 15px; +} + +@media print { + /* line 190, ../../sass/logbook.scss */ + #puzzle-obj img { + display: none; + } + + /* line 194, ../../sass/logbook.scss */ + .no-page-break { + page-break-inside: avoid; + } + + /* line 197, ../../sass/logbook.scss */ + #paper { + width: 100%; + margin-bottom: 0px !important; + padding-bottom: 0px !important; + border: 0px !important; + } +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0414_MIT_Mystery_Hunt_2015_Rid_Fill/_solution_assets/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0414_MIT_Mystery_Hunt_2015_Rid_Fill/_solution_assets/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0414_MIT_Mystery_Hunt_2015_Rid_Fill/_solution_assets/logbook.css @@ -0,0 +1,244 @@ +@font-face { + font-family: 'im_fell_double_pica_scregular'; + src: url("../fonts/hunt/imfedpsc28p-webfont.eot"); + src: url("../fonts/hunt/imfedpsc28p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hunt/imfedpsc28p-webfont.woff2") format("woff2"), url("../fonts/hunt/imfedpsc28p-webfont.woff") format("woff"), url("../fonts/hunt/imfedpsc28p-webfont.ttf") format("truetype"), url("../fonts/hunt/imfedpsc28p-webfont.svg#im_fell_double_pica_scregular") format("svg"); + font-weight: normal; + font-style: normal; +} + +/* line 14, ../../sass/logbook.scss */ +body { + margin: 0px; + border: 0px; + padding: 0px; +} + +/* line 19, ../../sass/logbook.scss */ +.headerbutton { + padding: 0 12px 0 12px; + float: right; +} + +/* line 24, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 31, ../../sass/logbook.scss */ +#paper { + z-index: 9; + width: 1000px; + padding: 37px 55px 72px; + position: relative; + border: 1px solid #333333; + background: #dbc397; + -webkit-background-size: 100% 30px; + -moz-background-size: 100% 30px; + -ms-background-size: 100% 30px; + background-size: 100% 30px; + box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5); + border-radius: 4px 4px 4px 4px; + color: #282625; + margin: 0 auto; + margin-bottom: 60px; + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; + text-rendering: optimizeLegibility; + font-feature-settings: "kern"; + -webkit-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern=1"; +} + +/* line 57, ../../sass/logbook.scss */ +#infowindow { + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; +} + +/* line 61, ../../sass/logbook.scss */ +.form-container { + top: 50px; +} + +/* line 64, ../../sass/logbook.scss */ +h1, h2, h3 { + font-family: 'im_fell_double_pica_scregular', serif; +} + +/* line 67, ../../sass/logbook.scss */ +.logheader { + font-size: larger; + font-weight: bold; +} + +/* line 71, ../../sass/logbook.scss */ +.logentry { + padding-left: 25px; + padding-right: 25px; + border-bottom: 1px solid #282625; +} + +/* line 76, ../../sass/logbook.scss */ +.logentry2 { + padding-left: 100px; + padding-right: 100px; + border-bottom: 1px solid #282625; +} + +/* line 81, ../../sass/logbook.scss */ +ul { + list-style: square inside url("../images/hunt/bullet3.png"); +} + +/* line 84, ../../sass/logbook.scss */ +table.fancy { + padding: 0; + margin: 0; + width: 100%; + border-collapse: collapse; + border-style: double; + border-color: #282625; + border-left: 0; + border-right: 0; +} + +/* line 94, ../../sass/logbook.scss */ +table.fancy th, tr { + padding: 0; + margin: 0; +} + +/* line 98, ../../sass/logbook.scss */ +table.fancy td { + padding-left: 10px; + margin: 0; + border: 1px solid #282625; + border-right: 0; +} + +/* line 104, ../../sass/logbook.scss */ +.tdleft { + padding: 0; + width: 10%; + border-left: 0; +} + +/* line 109, ../../sass/logbook.scss */ +.caption { + font-style: italic; + border-top: 0px; + margin-top: 0px; + padding-top: 0px; +} + +/* line 116, ../../sass/logbook.scss */ +.puzzle-sans { + font-family: sans-serif; +} + +/* line 120, ../../sass/logbook.scss */ +.puzzle { + display: table; + width: 100%; +} + +/* line 125, ../../sass/logbook.scss */ +.puzzle-page-header { + margin-bottom: 20px; +} + +/* line 129, ../../sass/logbook.scss */ +.answer { + margin-bottom: 30px; +} + +/* line 133, ../../sass/logbook.scss */ +.puzzle li { + list-style-position: inside; + text-indent: -1.1em; +} + +/* line 138, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 145, ../../sass/logbook.scss */ +.clickbaitbannerbox { + width: 320px; + margin-right: 20px; + margin-left: auto; + margin-bottom: 20px; + margin-top: -30px; +} + +@media print { + /* line 154, ../../sass/logbook.scss */ + .clickbaitbannerbox { + margin-top: 50px; + } +} +/* line 159, ../../sass/logbook.scss */ +.clickbaitbanner { + background-color: white; + padding: 10px; +} + +/* line 163, ../../sass/logbook.scss */ +.attop { + position: absolute; + top: 0px; + left: 0px; +} + +/* line 169, ../../sass/logbook.scss */ +.byline { + font-family: 'Times New Roman', serif; + font-style: italic; +} + +/* line 173, ../../sass/logbook.scss */ +.clickbaitlink { + font-family: Helvetica, Arial, sans-serif; + font-size: 20px; +} + +/* line 177, ../../sass/logbook.scss */ +.clickbaitlink a { + text-decoration: none; +} + +/* line 181, ../../sass/logbook.scss */ +.puzzle p, .puzzle li { + line-height: 1.4em; +} + +/* line 185, ../../sass/logbook.scss */ +.solution-table td, .solution-table th { + padding-right: 15px; +} + +@media print { + /* line 190, ../../sass/logbook.scss */ + #puzzle-obj img { + display: none; + } + + /* line 194, ../../sass/logbook.scss */ + .no-page-break { + page-break-inside: avoid; + } + + /* line 197, ../../sass/logbook.scss */ + #paper { + width: 100%; + margin-bottom: 0px !important; + padding-bottom: 0px !important; + border: 0px !important; + } +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0415_MIT_Mystery_Hunt_2015_Moves/_solution_assets/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0415_MIT_Mystery_Hunt_2015_Moves/_solution_assets/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0415_MIT_Mystery_Hunt_2015_Moves/_solution_assets/logbook.css @@ -0,0 +1,244 @@ +@font-face { + font-family: 'im_fell_double_pica_scregular'; + src: url("../fonts/hunt/imfedpsc28p-webfont.eot"); + src: url("../fonts/hunt/imfedpsc28p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hunt/imfedpsc28p-webfont.woff2") format("woff2"), url("../fonts/hunt/imfedpsc28p-webfont.woff") format("woff"), url("../fonts/hunt/imfedpsc28p-webfont.ttf") format("truetype"), url("../fonts/hunt/imfedpsc28p-webfont.svg#im_fell_double_pica_scregular") format("svg"); + font-weight: normal; + font-style: normal; +} + +/* line 14, ../../sass/logbook.scss */ +body { + margin: 0px; + border: 0px; + padding: 0px; +} + +/* line 19, ../../sass/logbook.scss */ +.headerbutton { + padding: 0 12px 0 12px; + float: right; +} + +/* line 24, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 31, ../../sass/logbook.scss */ +#paper { + z-index: 9; + width: 1000px; + padding: 37px 55px 72px; + position: relative; + border: 1px solid #333333; + background: #dbc397; + -webkit-background-size: 100% 30px; + -moz-background-size: 100% 30px; + -ms-background-size: 100% 30px; + background-size: 100% 30px; + box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5); + border-radius: 4px 4px 4px 4px; + color: #282625; + margin: 0 auto; + margin-bottom: 60px; + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; + text-rendering: optimizeLegibility; + font-feature-settings: "kern"; + -webkit-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern=1"; +} + +/* line 57, ../../sass/logbook.scss */ +#infowindow { + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; +} + +/* line 61, ../../sass/logbook.scss */ +.form-container { + top: 50px; +} + +/* line 64, ../../sass/logbook.scss */ +h1, h2, h3 { + font-family: 'im_fell_double_pica_scregular', serif; +} + +/* line 67, ../../sass/logbook.scss */ +.logheader { + font-size: larger; + font-weight: bold; +} + +/* line 71, ../../sass/logbook.scss */ +.logentry { + padding-left: 25px; + padding-right: 25px; + border-bottom: 1px solid #282625; +} + +/* line 76, ../../sass/logbook.scss */ +.logentry2 { + padding-left: 100px; + padding-right: 100px; + border-bottom: 1px solid #282625; +} + +/* line 81, ../../sass/logbook.scss */ +ul { + list-style: square inside url("../images/hunt/bullet3.png"); +} + +/* line 84, ../../sass/logbook.scss */ +table.fancy { + padding: 0; + margin: 0; + width: 100%; + border-collapse: collapse; + border-style: double; + border-color: #282625; + border-left: 0; + border-right: 0; +} + +/* line 94, ../../sass/logbook.scss */ +table.fancy th, tr { + padding: 0; + margin: 0; +} + +/* line 98, ../../sass/logbook.scss */ +table.fancy td { + padding-left: 10px; + margin: 0; + border: 1px solid #282625; + border-right: 0; +} + +/* line 104, ../../sass/logbook.scss */ +.tdleft { + padding: 0; + width: 10%; + border-left: 0; +} + +/* line 109, ../../sass/logbook.scss */ +.caption { + font-style: italic; + border-top: 0px; + margin-top: 0px; + padding-top: 0px; +} + +/* line 116, ../../sass/logbook.scss */ +.puzzle-sans { + font-family: sans-serif; +} + +/* line 120, ../../sass/logbook.scss */ +.puzzle { + display: table; + width: 100%; +} + +/* line 125, ../../sass/logbook.scss */ +.puzzle-page-header { + margin-bottom: 20px; +} + +/* line 129, ../../sass/logbook.scss */ +.answer { + margin-bottom: 30px; +} + +/* line 133, ../../sass/logbook.scss */ +.puzzle li { + list-style-position: inside; + text-indent: -1.1em; +} + +/* line 138, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 145, ../../sass/logbook.scss */ +.clickbaitbannerbox { + width: 320px; + margin-right: 20px; + margin-left: auto; + margin-bottom: 20px; + margin-top: -30px; +} + +@media print { + /* line 154, ../../sass/logbook.scss */ + .clickbaitbannerbox { + margin-top: 50px; + } +} +/* line 159, ../../sass/logbook.scss */ +.clickbaitbanner { + background-color: white; + padding: 10px; +} + +/* line 163, ../../sass/logbook.scss */ +.attop { + position: absolute; + top: 0px; + left: 0px; +} + +/* line 169, ../../sass/logbook.scss */ +.byline { + font-family: 'Times New Roman', serif; + font-style: italic; +} + +/* line 173, ../../sass/logbook.scss */ +.clickbaitlink { + font-family: Helvetica, Arial, sans-serif; + font-size: 20px; +} + +/* line 177, ../../sass/logbook.scss */ +.clickbaitlink a { + text-decoration: none; +} + +/* line 181, ../../sass/logbook.scss */ +.puzzle p, .puzzle li { + line-height: 1.4em; +} + +/* line 185, ../../sass/logbook.scss */ +.solution-table td, .solution-table th { + padding-right: 15px; +} + +@media print { + /* line 190, ../../sass/logbook.scss */ + #puzzle-obj img { + display: none; + } + + /* line 194, ../../sass/logbook.scss */ + .no-page-break { + page-break-inside: avoid; + } + + /* line 197, ../../sass/logbook.scss */ + #paper { + width: 100%; + margin-bottom: 0px !important; + padding-bottom: 0px !important; + border: 0px !important; + } +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0416_MIT_Mystery_Hunt_2015_Twelve_Grids_of_Pictures/_solution_assets/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0416_MIT_Mystery_Hunt_2015_Twelve_Grids_of_Pictures/_solution_assets/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0416_MIT_Mystery_Hunt_2015_Twelve_Grids_of_Pictures/_solution_assets/logbook.css @@ -0,0 +1,244 @@ +@font-face { + font-family: 'im_fell_double_pica_scregular'; + src: url("../fonts/hunt/imfedpsc28p-webfont.eot"); + src: url("../fonts/hunt/imfedpsc28p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hunt/imfedpsc28p-webfont.woff2") format("woff2"), url("../fonts/hunt/imfedpsc28p-webfont.woff") format("woff"), url("../fonts/hunt/imfedpsc28p-webfont.ttf") format("truetype"), url("../fonts/hunt/imfedpsc28p-webfont.svg#im_fell_double_pica_scregular") format("svg"); + font-weight: normal; + font-style: normal; +} + +/* line 14, ../../sass/logbook.scss */ +body { + margin: 0px; + border: 0px; + padding: 0px; +} + +/* line 19, ../../sass/logbook.scss */ +.headerbutton { + padding: 0 12px 0 12px; + float: right; +} + +/* line 24, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 31, ../../sass/logbook.scss */ +#paper { + z-index: 9; + width: 1000px; + padding: 37px 55px 72px; + position: relative; + border: 1px solid #333333; + background: #dbc397; + -webkit-background-size: 100% 30px; + -moz-background-size: 100% 30px; + -ms-background-size: 100% 30px; + background-size: 100% 30px; + box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5); + border-radius: 4px 4px 4px 4px; + color: #282625; + margin: 0 auto; + margin-bottom: 60px; + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; + text-rendering: optimizeLegibility; + font-feature-settings: "kern"; + -webkit-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern=1"; +} + +/* line 57, ../../sass/logbook.scss */ +#infowindow { + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; +} + +/* line 61, ../../sass/logbook.scss */ +.form-container { + top: 50px; +} + +/* line 64, ../../sass/logbook.scss */ +h1, h2, h3 { + font-family: 'im_fell_double_pica_scregular', serif; +} + +/* line 67, ../../sass/logbook.scss */ +.logheader { + font-size: larger; + font-weight: bold; +} + +/* line 71, ../../sass/logbook.scss */ +.logentry { + padding-left: 25px; + padding-right: 25px; + border-bottom: 1px solid #282625; +} + +/* line 76, ../../sass/logbook.scss */ +.logentry2 { + padding-left: 100px; + padding-right: 100px; + border-bottom: 1px solid #282625; +} + +/* line 81, ../../sass/logbook.scss */ +ul { + list-style: square inside url("../images/hunt/bullet3.png"); +} + +/* line 84, ../../sass/logbook.scss */ +table.fancy { + padding: 0; + margin: 0; + width: 100%; + border-collapse: collapse; + border-style: double; + border-color: #282625; + border-left: 0; + border-right: 0; +} + +/* line 94, ../../sass/logbook.scss */ +table.fancy th, tr { + padding: 0; + margin: 0; +} + +/* line 98, ../../sass/logbook.scss */ +table.fancy td { + padding-left: 10px; + margin: 0; + border: 1px solid #282625; + border-right: 0; +} + +/* line 104, ../../sass/logbook.scss */ +.tdleft { + padding: 0; + width: 10%; + border-left: 0; +} + +/* line 109, ../../sass/logbook.scss */ +.caption { + font-style: italic; + border-top: 0px; + margin-top: 0px; + padding-top: 0px; +} + +/* line 116, ../../sass/logbook.scss */ +.puzzle-sans { + font-family: sans-serif; +} + +/* line 120, ../../sass/logbook.scss */ +.puzzle { + display: table; + width: 100%; +} + +/* line 125, ../../sass/logbook.scss */ +.puzzle-page-header { + margin-bottom: 20px; +} + +/* line 129, ../../sass/logbook.scss */ +.answer { + margin-bottom: 30px; +} + +/* line 133, ../../sass/logbook.scss */ +.puzzle li { + list-style-position: inside; + text-indent: -1.1em; +} + +/* line 138, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 145, ../../sass/logbook.scss */ +.clickbaitbannerbox { + width: 320px; + margin-right: 20px; + margin-left: auto; + margin-bottom: 20px; + margin-top: -30px; +} + +@media print { + /* line 154, ../../sass/logbook.scss */ + .clickbaitbannerbox { + margin-top: 50px; + } +} +/* line 159, ../../sass/logbook.scss */ +.clickbaitbanner { + background-color: white; + padding: 10px; +} + +/* line 163, ../../sass/logbook.scss */ +.attop { + position: absolute; + top: 0px; + left: 0px; +} + +/* line 169, ../../sass/logbook.scss */ +.byline { + font-family: 'Times New Roman', serif; + font-style: italic; +} + +/* line 173, ../../sass/logbook.scss */ +.clickbaitlink { + font-family: Helvetica, Arial, sans-serif; + font-size: 20px; +} + +/* line 177, ../../sass/logbook.scss */ +.clickbaitlink a { + text-decoration: none; +} + +/* line 181, ../../sass/logbook.scss */ +.puzzle p, .puzzle li { + line-height: 1.4em; +} + +/* line 185, ../../sass/logbook.scss */ +.solution-table td, .solution-table th { + padding-right: 15px; +} + +@media print { + /* line 190, ../../sass/logbook.scss */ + #puzzle-obj img { + display: none; + } + + /* line 194, ../../sass/logbook.scss */ + .no-page-break { + page-break-inside: avoid; + } + + /* line 197, ../../sass/logbook.scss */ + #paper { + width: 100%; + margin-bottom: 0px !important; + padding-bottom: 0px !important; + border: 0px !important; + } +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0417_MIT_Mystery_Hunt_2015_The_Acerbic_Sixteen/_solution_assets/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0417_MIT_Mystery_Hunt_2015_The_Acerbic_Sixteen/_solution_assets/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0417_MIT_Mystery_Hunt_2015_The_Acerbic_Sixteen/_solution_assets/logbook.css @@ -0,0 +1,244 @@ +@font-face { + font-family: 'im_fell_double_pica_scregular'; + src: url("../fonts/hunt/imfedpsc28p-webfont.eot"); + src: url("../fonts/hunt/imfedpsc28p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hunt/imfedpsc28p-webfont.woff2") format("woff2"), url("../fonts/hunt/imfedpsc28p-webfont.woff") format("woff"), url("../fonts/hunt/imfedpsc28p-webfont.ttf") format("truetype"), url("../fonts/hunt/imfedpsc28p-webfont.svg#im_fell_double_pica_scregular") format("svg"); + font-weight: normal; + font-style: normal; +} + +/* line 14, ../../sass/logbook.scss */ +body { + margin: 0px; + border: 0px; + padding: 0px; +} + +/* line 19, ../../sass/logbook.scss */ +.headerbutton { + padding: 0 12px 0 12px; + float: right; +} + +/* line 24, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 31, ../../sass/logbook.scss */ +#paper { + z-index: 9; + width: 1000px; + padding: 37px 55px 72px; + position: relative; + border: 1px solid #333333; + background: #dbc397; + -webkit-background-size: 100% 30px; + -moz-background-size: 100% 30px; + -ms-background-size: 100% 30px; + background-size: 100% 30px; + box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5); + border-radius: 4px 4px 4px 4px; + color: #282625; + margin: 0 auto; + margin-bottom: 60px; + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; + text-rendering: optimizeLegibility; + font-feature-settings: "kern"; + -webkit-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern=1"; +} + +/* line 57, ../../sass/logbook.scss */ +#infowindow { + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; +} + +/* line 61, ../../sass/logbook.scss */ +.form-container { + top: 50px; +} + +/* line 64, ../../sass/logbook.scss */ +h1, h2, h3 { + font-family: 'im_fell_double_pica_scregular', serif; +} + +/* line 67, ../../sass/logbook.scss */ +.logheader { + font-size: larger; + font-weight: bold; +} + +/* line 71, ../../sass/logbook.scss */ +.logentry { + padding-left: 25px; + padding-right: 25px; + border-bottom: 1px solid #282625; +} + +/* line 76, ../../sass/logbook.scss */ +.logentry2 { + padding-left: 100px; + padding-right: 100px; + border-bottom: 1px solid #282625; +} + +/* line 81, ../../sass/logbook.scss */ +ul { + list-style: square inside url("../images/hunt/bullet3.png"); +} + +/* line 84, ../../sass/logbook.scss */ +table.fancy { + padding: 0; + margin: 0; + width: 100%; + border-collapse: collapse; + border-style: double; + border-color: #282625; + border-left: 0; + border-right: 0; +} + +/* line 94, ../../sass/logbook.scss */ +table.fancy th, tr { + padding: 0; + margin: 0; +} + +/* line 98, ../../sass/logbook.scss */ +table.fancy td { + padding-left: 10px; + margin: 0; + border: 1px solid #282625; + border-right: 0; +} + +/* line 104, ../../sass/logbook.scss */ +.tdleft { + padding: 0; + width: 10%; + border-left: 0; +} + +/* line 109, ../../sass/logbook.scss */ +.caption { + font-style: italic; + border-top: 0px; + margin-top: 0px; + padding-top: 0px; +} + +/* line 116, ../../sass/logbook.scss */ +.puzzle-sans { + font-family: sans-serif; +} + +/* line 120, ../../sass/logbook.scss */ +.puzzle { + display: table; + width: 100%; +} + +/* line 125, ../../sass/logbook.scss */ +.puzzle-page-header { + margin-bottom: 20px; +} + +/* line 129, ../../sass/logbook.scss */ +.answer { + margin-bottom: 30px; +} + +/* line 133, ../../sass/logbook.scss */ +.puzzle li { + list-style-position: inside; + text-indent: -1.1em; +} + +/* line 138, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 145, ../../sass/logbook.scss */ +.clickbaitbannerbox { + width: 320px; + margin-right: 20px; + margin-left: auto; + margin-bottom: 20px; + margin-top: -30px; +} + +@media print { + /* line 154, ../../sass/logbook.scss */ + .clickbaitbannerbox { + margin-top: 50px; + } +} +/* line 159, ../../sass/logbook.scss */ +.clickbaitbanner { + background-color: white; + padding: 10px; +} + +/* line 163, ../../sass/logbook.scss */ +.attop { + position: absolute; + top: 0px; + left: 0px; +} + +/* line 169, ../../sass/logbook.scss */ +.byline { + font-family: 'Times New Roman', serif; + font-style: italic; +} + +/* line 173, ../../sass/logbook.scss */ +.clickbaitlink { + font-family: Helvetica, Arial, sans-serif; + font-size: 20px; +} + +/* line 177, ../../sass/logbook.scss */ +.clickbaitlink a { + text-decoration: none; +} + +/* line 181, ../../sass/logbook.scss */ +.puzzle p, .puzzle li { + line-height: 1.4em; +} + +/* line 185, ../../sass/logbook.scss */ +.solution-table td, .solution-table th { + padding-right: 15px; +} + +@media print { + /* line 190, ../../sass/logbook.scss */ + #puzzle-obj img { + display: none; + } + + /* line 194, ../../sass/logbook.scss */ + .no-page-break { + page-break-inside: avoid; + } + + /* line 197, ../../sass/logbook.scss */ + #paper { + width: 100%; + margin-bottom: 0px !important; + padding-bottom: 0px !important; + border: 0px !important; + } +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0418_MIT_Mystery_Hunt_2015_This_Story_is_Canon/_solution_assets/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0418_MIT_Mystery_Hunt_2015_This_Story_is_Canon/_solution_assets/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0418_MIT_Mystery_Hunt_2015_This_Story_is_Canon/_solution_assets/logbook.css @@ -0,0 +1,244 @@ +@font-face { + font-family: 'im_fell_double_pica_scregular'; + src: url("../fonts/hunt/imfedpsc28p-webfont.eot"); + src: url("../fonts/hunt/imfedpsc28p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hunt/imfedpsc28p-webfont.woff2") format("woff2"), url("../fonts/hunt/imfedpsc28p-webfont.woff") format("woff"), url("../fonts/hunt/imfedpsc28p-webfont.ttf") format("truetype"), url("../fonts/hunt/imfedpsc28p-webfont.svg#im_fell_double_pica_scregular") format("svg"); + font-weight: normal; + font-style: normal; +} + +/* line 14, ../../sass/logbook.scss */ +body { + margin: 0px; + border: 0px; + padding: 0px; +} + +/* line 19, ../../sass/logbook.scss */ +.headerbutton { + padding: 0 12px 0 12px; + float: right; +} + +/* line 24, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 31, ../../sass/logbook.scss */ +#paper { + z-index: 9; + width: 1000px; + padding: 37px 55px 72px; + position: relative; + border: 1px solid #333333; + background: #dbc397; + -webkit-background-size: 100% 30px; + -moz-background-size: 100% 30px; + -ms-background-size: 100% 30px; + background-size: 100% 30px; + box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5); + border-radius: 4px 4px 4px 4px; + color: #282625; + margin: 0 auto; + margin-bottom: 60px; + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; + text-rendering: optimizeLegibility; + font-feature-settings: "kern"; + -webkit-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern=1"; +} + +/* line 57, ../../sass/logbook.scss */ +#infowindow { + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; +} + +/* line 61, ../../sass/logbook.scss */ +.form-container { + top: 50px; +} + +/* line 64, ../../sass/logbook.scss */ +h1, h2, h3 { + font-family: 'im_fell_double_pica_scregular', serif; +} + +/* line 67, ../../sass/logbook.scss */ +.logheader { + font-size: larger; + font-weight: bold; +} + +/* line 71, ../../sass/logbook.scss */ +.logentry { + padding-left: 25px; + padding-right: 25px; + border-bottom: 1px solid #282625; +} + +/* line 76, ../../sass/logbook.scss */ +.logentry2 { + padding-left: 100px; + padding-right: 100px; + border-bottom: 1px solid #282625; +} + +/* line 81, ../../sass/logbook.scss */ +ul { + list-style: square inside url("../images/hunt/bullet3.png"); +} + +/* line 84, ../../sass/logbook.scss */ +table.fancy { + padding: 0; + margin: 0; + width: 100%; + border-collapse: collapse; + border-style: double; + border-color: #282625; + border-left: 0; + border-right: 0; +} + +/* line 94, ../../sass/logbook.scss */ +table.fancy th, tr { + padding: 0; + margin: 0; +} + +/* line 98, ../../sass/logbook.scss */ +table.fancy td { + padding-left: 10px; + margin: 0; + border: 1px solid #282625; + border-right: 0; +} + +/* line 104, ../../sass/logbook.scss */ +.tdleft { + padding: 0; + width: 10%; + border-left: 0; +} + +/* line 109, ../../sass/logbook.scss */ +.caption { + font-style: italic; + border-top: 0px; + margin-top: 0px; + padding-top: 0px; +} + +/* line 116, ../../sass/logbook.scss */ +.puzzle-sans { + font-family: sans-serif; +} + +/* line 120, ../../sass/logbook.scss */ +.puzzle { + display: table; + width: 100%; +} + +/* line 125, ../../sass/logbook.scss */ +.puzzle-page-header { + margin-bottom: 20px; +} + +/* line 129, ../../sass/logbook.scss */ +.answer { + margin-bottom: 30px; +} + +/* line 133, ../../sass/logbook.scss */ +.puzzle li { + list-style-position: inside; + text-indent: -1.1em; +} + +/* line 138, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 145, ../../sass/logbook.scss */ +.clickbaitbannerbox { + width: 320px; + margin-right: 20px; + margin-left: auto; + margin-bottom: 20px; + margin-top: -30px; +} + +@media print { + /* line 154, ../../sass/logbook.scss */ + .clickbaitbannerbox { + margin-top: 50px; + } +} +/* line 159, ../../sass/logbook.scss */ +.clickbaitbanner { + background-color: white; + padding: 10px; +} + +/* line 163, ../../sass/logbook.scss */ +.attop { + position: absolute; + top: 0px; + left: 0px; +} + +/* line 169, ../../sass/logbook.scss */ +.byline { + font-family: 'Times New Roman', serif; + font-style: italic; +} + +/* line 173, ../../sass/logbook.scss */ +.clickbaitlink { + font-family: Helvetica, Arial, sans-serif; + font-size: 20px; +} + +/* line 177, ../../sass/logbook.scss */ +.clickbaitlink a { + text-decoration: none; +} + +/* line 181, ../../sass/logbook.scss */ +.puzzle p, .puzzle li { + line-height: 1.4em; +} + +/* line 185, ../../sass/logbook.scss */ +.solution-table td, .solution-table th { + padding-right: 15px; +} + +@media print { + /* line 190, ../../sass/logbook.scss */ + #puzzle-obj img { + display: none; + } + + /* line 194, ../../sass/logbook.scss */ + .no-page-break { + page-break-inside: avoid; + } + + /* line 197, ../../sass/logbook.scss */ + #paper { + width: 100%; + margin-bottom: 0px !important; + padding-bottom: 0px !important; + border: 0px !important; + } +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0419_MIT_Mystery_Hunt_2015_p1ctures/_solution_assets/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0419_MIT_Mystery_Hunt_2015_p1ctures/_solution_assets/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0419_MIT_Mystery_Hunt_2015_p1ctures/_solution_assets/logbook.css @@ -0,0 +1,244 @@ +@font-face { + font-family: 'im_fell_double_pica_scregular'; + src: url("../fonts/hunt/imfedpsc28p-webfont.eot"); + src: url("../fonts/hunt/imfedpsc28p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hunt/imfedpsc28p-webfont.woff2") format("woff2"), url("../fonts/hunt/imfedpsc28p-webfont.woff") format("woff"), url("../fonts/hunt/imfedpsc28p-webfont.ttf") format("truetype"), url("../fonts/hunt/imfedpsc28p-webfont.svg#im_fell_double_pica_scregular") format("svg"); + font-weight: normal; + font-style: normal; +} + +/* line 14, ../../sass/logbook.scss */ +body { + margin: 0px; + border: 0px; + padding: 0px; +} + +/* line 19, ../../sass/logbook.scss */ +.headerbutton { + padding: 0 12px 0 12px; + float: right; +} + +/* line 24, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 31, ../../sass/logbook.scss */ +#paper { + z-index: 9; + width: 1000px; + padding: 37px 55px 72px; + position: relative; + border: 1px solid #333333; + background: #dbc397; + -webkit-background-size: 100% 30px; + -moz-background-size: 100% 30px; + -ms-background-size: 100% 30px; + background-size: 100% 30px; + box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5); + border-radius: 4px 4px 4px 4px; + color: #282625; + margin: 0 auto; + margin-bottom: 60px; + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; + text-rendering: optimizeLegibility; + font-feature-settings: "kern"; + -webkit-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern=1"; +} + +/* line 57, ../../sass/logbook.scss */ +#infowindow { + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; +} + +/* line 61, ../../sass/logbook.scss */ +.form-container { + top: 50px; +} + +/* line 64, ../../sass/logbook.scss */ +h1, h2, h3 { + font-family: 'im_fell_double_pica_scregular', serif; +} + +/* line 67, ../../sass/logbook.scss */ +.logheader { + font-size: larger; + font-weight: bold; +} + +/* line 71, ../../sass/logbook.scss */ +.logentry { + padding-left: 25px; + padding-right: 25px; + border-bottom: 1px solid #282625; +} + +/* line 76, ../../sass/logbook.scss */ +.logentry2 { + padding-left: 100px; + padding-right: 100px; + border-bottom: 1px solid #282625; +} + +/* line 81, ../../sass/logbook.scss */ +ul { + list-style: square inside url("../images/hunt/bullet3.png"); +} + +/* line 84, ../../sass/logbook.scss */ +table.fancy { + padding: 0; + margin: 0; + width: 100%; + border-collapse: collapse; + border-style: double; + border-color: #282625; + border-left: 0; + border-right: 0; +} + +/* line 94, ../../sass/logbook.scss */ +table.fancy th, tr { + padding: 0; + margin: 0; +} + +/* line 98, ../../sass/logbook.scss */ +table.fancy td { + padding-left: 10px; + margin: 0; + border: 1px solid #282625; + border-right: 0; +} + +/* line 104, ../../sass/logbook.scss */ +.tdleft { + padding: 0; + width: 10%; + border-left: 0; +} + +/* line 109, ../../sass/logbook.scss */ +.caption { + font-style: italic; + border-top: 0px; + margin-top: 0px; + padding-top: 0px; +} + +/* line 116, ../../sass/logbook.scss */ +.puzzle-sans { + font-family: sans-serif; +} + +/* line 120, ../../sass/logbook.scss */ +.puzzle { + display: table; + width: 100%; +} + +/* line 125, ../../sass/logbook.scss */ +.puzzle-page-header { + margin-bottom: 20px; +} + +/* line 129, ../../sass/logbook.scss */ +.answer { + margin-bottom: 30px; +} + +/* line 133, ../../sass/logbook.scss */ +.puzzle li { + list-style-position: inside; + text-indent: -1.1em; +} + +/* line 138, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 145, ../../sass/logbook.scss */ +.clickbaitbannerbox { + width: 320px; + margin-right: 20px; + margin-left: auto; + margin-bottom: 20px; + margin-top: -30px; +} + +@media print { + /* line 154, ../../sass/logbook.scss */ + .clickbaitbannerbox { + margin-top: 50px; + } +} +/* line 159, ../../sass/logbook.scss */ +.clickbaitbanner { + background-color: white; + padding: 10px; +} + +/* line 163, ../../sass/logbook.scss */ +.attop { + position: absolute; + top: 0px; + left: 0px; +} + +/* line 169, ../../sass/logbook.scss */ +.byline { + font-family: 'Times New Roman', serif; + font-style: italic; +} + +/* line 173, ../../sass/logbook.scss */ +.clickbaitlink { + font-family: Helvetica, Arial, sans-serif; + font-size: 20px; +} + +/* line 177, ../../sass/logbook.scss */ +.clickbaitlink a { + text-decoration: none; +} + +/* line 181, ../../sass/logbook.scss */ +.puzzle p, .puzzle li { + line-height: 1.4em; +} + +/* line 185, ../../sass/logbook.scss */ +.solution-table td, .solution-table th { + padding-right: 15px; +} + +@media print { + /* line 190, ../../sass/logbook.scss */ + #puzzle-obj img { + display: none; + } + + /* line 194, ../../sass/logbook.scss */ + .no-page-break { + page-break-inside: avoid; + } + + /* line 197, ../../sass/logbook.scss */ + #paper { + width: 100%; + margin-bottom: 0px !important; + padding-bottom: 0px !important; + border: 0px !important; + } +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0420_MIT_Mystery_Hunt_2015_Tickle_Me_Pink/_solution_assets/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0420_MIT_Mystery_Hunt_2015_Tickle_Me_Pink/_solution_assets/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0420_MIT_Mystery_Hunt_2015_Tickle_Me_Pink/_solution_assets/logbook.css @@ -0,0 +1,244 @@ +@font-face { + font-family: 'im_fell_double_pica_scregular'; + src: url("../fonts/hunt/imfedpsc28p-webfont.eot"); + src: url("../fonts/hunt/imfedpsc28p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hunt/imfedpsc28p-webfont.woff2") format("woff2"), url("../fonts/hunt/imfedpsc28p-webfont.woff") format("woff"), url("../fonts/hunt/imfedpsc28p-webfont.ttf") format("truetype"), url("../fonts/hunt/imfedpsc28p-webfont.svg#im_fell_double_pica_scregular") format("svg"); + font-weight: normal; + font-style: normal; +} + +/* line 14, ../../sass/logbook.scss */ +body { + margin: 0px; + border: 0px; + padding: 0px; +} + +/* line 19, ../../sass/logbook.scss */ +.headerbutton { + padding: 0 12px 0 12px; + float: right; +} + +/* line 24, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 31, ../../sass/logbook.scss */ +#paper { + z-index: 9; + width: 1000px; + padding: 37px 55px 72px; + position: relative; + border: 1px solid #333333; + background: #dbc397; + -webkit-background-size: 100% 30px; + -moz-background-size: 100% 30px; + -ms-background-size: 100% 30px; + background-size: 100% 30px; + box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5); + border-radius: 4px 4px 4px 4px; + color: #282625; + margin: 0 auto; + margin-bottom: 60px; + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; + text-rendering: optimizeLegibility; + font-feature-settings: "kern"; + -webkit-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern=1"; +} + +/* line 57, ../../sass/logbook.scss */ +#infowindow { + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; +} + +/* line 61, ../../sass/logbook.scss */ +.form-container { + top: 50px; +} + +/* line 64, ../../sass/logbook.scss */ +h1, h2, h3 { + font-family: 'im_fell_double_pica_scregular', serif; +} + +/* line 67, ../../sass/logbook.scss */ +.logheader { + font-size: larger; + font-weight: bold; +} + +/* line 71, ../../sass/logbook.scss */ +.logentry { + padding-left: 25px; + padding-right: 25px; + border-bottom: 1px solid #282625; +} + +/* line 76, ../../sass/logbook.scss */ +.logentry2 { + padding-left: 100px; + padding-right: 100px; + border-bottom: 1px solid #282625; +} + +/* line 81, ../../sass/logbook.scss */ +ul { + list-style: square inside url("../images/hunt/bullet3.png"); +} + +/* line 84, ../../sass/logbook.scss */ +table.fancy { + padding: 0; + margin: 0; + width: 100%; + border-collapse: collapse; + border-style: double; + border-color: #282625; + border-left: 0; + border-right: 0; +} + +/* line 94, ../../sass/logbook.scss */ +table.fancy th, tr { + padding: 0; + margin: 0; +} + +/* line 98, ../../sass/logbook.scss */ +table.fancy td { + padding-left: 10px; + margin: 0; + border: 1px solid #282625; + border-right: 0; +} + +/* line 104, ../../sass/logbook.scss */ +.tdleft { + padding: 0; + width: 10%; + border-left: 0; +} + +/* line 109, ../../sass/logbook.scss */ +.caption { + font-style: italic; + border-top: 0px; + margin-top: 0px; + padding-top: 0px; +} + +/* line 116, ../../sass/logbook.scss */ +.puzzle-sans { + font-family: sans-serif; +} + +/* line 120, ../../sass/logbook.scss */ +.puzzle { + display: table; + width: 100%; +} + +/* line 125, ../../sass/logbook.scss */ +.puzzle-page-header { + margin-bottom: 20px; +} + +/* line 129, ../../sass/logbook.scss */ +.answer { + margin-bottom: 30px; +} + +/* line 133, ../../sass/logbook.scss */ +.puzzle li { + list-style-position: inside; + text-indent: -1.1em; +} + +/* line 138, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 145, ../../sass/logbook.scss */ +.clickbaitbannerbox { + width: 320px; + margin-right: 20px; + margin-left: auto; + margin-bottom: 20px; + margin-top: -30px; +} + +@media print { + /* line 154, ../../sass/logbook.scss */ + .clickbaitbannerbox { + margin-top: 50px; + } +} +/* line 159, ../../sass/logbook.scss */ +.clickbaitbanner { + background-color: white; + padding: 10px; +} + +/* line 163, ../../sass/logbook.scss */ +.attop { + position: absolute; + top: 0px; + left: 0px; +} + +/* line 169, ../../sass/logbook.scss */ +.byline { + font-family: 'Times New Roman', serif; + font-style: italic; +} + +/* line 173, ../../sass/logbook.scss */ +.clickbaitlink { + font-family: Helvetica, Arial, sans-serif; + font-size: 20px; +} + +/* line 177, ../../sass/logbook.scss */ +.clickbaitlink a { + text-decoration: none; +} + +/* line 181, ../../sass/logbook.scss */ +.puzzle p, .puzzle li { + line-height: 1.4em; +} + +/* line 185, ../../sass/logbook.scss */ +.solution-table td, .solution-table th { + padding-right: 15px; +} + +@media print { + /* line 190, ../../sass/logbook.scss */ + #puzzle-obj img { + display: none; + } + + /* line 194, ../../sass/logbook.scss */ + .no-page-break { + page-break-inside: avoid; + } + + /* line 197, ../../sass/logbook.scss */ + #paper { + width: 100%; + margin-bottom: 0px !important; + padding-bottom: 0px !important; + border: 0px !important; + } +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0421_MIT_Mystery_Hunt_2015_Memory_Lane/_solution_assets/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0421_MIT_Mystery_Hunt_2015_Memory_Lane/_solution_assets/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0421_MIT_Mystery_Hunt_2015_Memory_Lane/_solution_assets/logbook.css @@ -0,0 +1,244 @@ +@font-face { + font-family: 'im_fell_double_pica_scregular'; + src: url("../fonts/hunt/imfedpsc28p-webfont.eot"); + src: url("../fonts/hunt/imfedpsc28p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hunt/imfedpsc28p-webfont.woff2") format("woff2"), url("../fonts/hunt/imfedpsc28p-webfont.woff") format("woff"), url("../fonts/hunt/imfedpsc28p-webfont.ttf") format("truetype"), url("../fonts/hunt/imfedpsc28p-webfont.svg#im_fell_double_pica_scregular") format("svg"); + font-weight: normal; + font-style: normal; +} + +/* line 14, ../../sass/logbook.scss */ +body { + margin: 0px; + border: 0px; + padding: 0px; +} + +/* line 19, ../../sass/logbook.scss */ +.headerbutton { + padding: 0 12px 0 12px; + float: right; +} + +/* line 24, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 31, ../../sass/logbook.scss */ +#paper { + z-index: 9; + width: 1000px; + padding: 37px 55px 72px; + position: relative; + border: 1px solid #333333; + background: #dbc397; + -webkit-background-size: 100% 30px; + -moz-background-size: 100% 30px; + -ms-background-size: 100% 30px; + background-size: 100% 30px; + box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5); + border-radius: 4px 4px 4px 4px; + color: #282625; + margin: 0 auto; + margin-bottom: 60px; + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; + text-rendering: optimizeLegibility; + font-feature-settings: "kern"; + -webkit-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern=1"; +} + +/* line 57, ../../sass/logbook.scss */ +#infowindow { + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; +} + +/* line 61, ../../sass/logbook.scss */ +.form-container { + top: 50px; +} + +/* line 64, ../../sass/logbook.scss */ +h1, h2, h3 { + font-family: 'im_fell_double_pica_scregular', serif; +} + +/* line 67, ../../sass/logbook.scss */ +.logheader { + font-size: larger; + font-weight: bold; +} + +/* line 71, ../../sass/logbook.scss */ +.logentry { + padding-left: 25px; + padding-right: 25px; + border-bottom: 1px solid #282625; +} + +/* line 76, ../../sass/logbook.scss */ +.logentry2 { + padding-left: 100px; + padding-right: 100px; + border-bottom: 1px solid #282625; +} + +/* line 81, ../../sass/logbook.scss */ +ul { + list-style: square inside url("../images/hunt/bullet3.png"); +} + +/* line 84, ../../sass/logbook.scss */ +table.fancy { + padding: 0; + margin: 0; + width: 100%; + border-collapse: collapse; + border-style: double; + border-color: #282625; + border-left: 0; + border-right: 0; +} + +/* line 94, ../../sass/logbook.scss */ +table.fancy th, tr { + padding: 0; + margin: 0; +} + +/* line 98, ../../sass/logbook.scss */ +table.fancy td { + padding-left: 10px; + margin: 0; + border: 1px solid #282625; + border-right: 0; +} + +/* line 104, ../../sass/logbook.scss */ +.tdleft { + padding: 0; + width: 10%; + border-left: 0; +} + +/* line 109, ../../sass/logbook.scss */ +.caption { + font-style: italic; + border-top: 0px; + margin-top: 0px; + padding-top: 0px; +} + +/* line 116, ../../sass/logbook.scss */ +.puzzle-sans { + font-family: sans-serif; +} + +/* line 120, ../../sass/logbook.scss */ +.puzzle { + display: table; + width: 100%; +} + +/* line 125, ../../sass/logbook.scss */ +.puzzle-page-header { + margin-bottom: 20px; +} + +/* line 129, ../../sass/logbook.scss */ +.answer { + margin-bottom: 30px; +} + +/* line 133, ../../sass/logbook.scss */ +.puzzle li { + list-style-position: inside; + text-indent: -1.1em; +} + +/* line 138, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 145, ../../sass/logbook.scss */ +.clickbaitbannerbox { + width: 320px; + margin-right: 20px; + margin-left: auto; + margin-bottom: 20px; + margin-top: -30px; +} + +@media print { + /* line 154, ../../sass/logbook.scss */ + .clickbaitbannerbox { + margin-top: 50px; + } +} +/* line 159, ../../sass/logbook.scss */ +.clickbaitbanner { + background-color: white; + padding: 10px; +} + +/* line 163, ../../sass/logbook.scss */ +.attop { + position: absolute; + top: 0px; + left: 0px; +} + +/* line 169, ../../sass/logbook.scss */ +.byline { + font-family: 'Times New Roman', serif; + font-style: italic; +} + +/* line 173, ../../sass/logbook.scss */ +.clickbaitlink { + font-family: Helvetica, Arial, sans-serif; + font-size: 20px; +} + +/* line 177, ../../sass/logbook.scss */ +.clickbaitlink a { + text-decoration: none; +} + +/* line 181, ../../sass/logbook.scss */ +.puzzle p, .puzzle li { + line-height: 1.4em; +} + +/* line 185, ../../sass/logbook.scss */ +.solution-table td, .solution-table th { + padding-right: 15px; +} + +@media print { + /* line 190, ../../sass/logbook.scss */ + #puzzle-obj img { + display: none; + } + + /* line 194, ../../sass/logbook.scss */ + .no-page-break { + page-break-inside: avoid; + } + + /* line 197, ../../sass/logbook.scss */ + #paper { + width: 100%; + margin-bottom: 0px !important; + padding-bottom: 0px !important; + border: 0px !important; + } +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0422_MIT_Mystery_Hunt_2015_Ride_Em_In/_solution_assets/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0422_MIT_Mystery_Hunt_2015_Ride_Em_In/_solution_assets/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0422_MIT_Mystery_Hunt_2015_Ride_Em_In/_solution_assets/logbook.css @@ -0,0 +1,244 @@ +@font-face { + font-family: 'im_fell_double_pica_scregular'; + src: url("../fonts/hunt/imfedpsc28p-webfont.eot"); + src: url("../fonts/hunt/imfedpsc28p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hunt/imfedpsc28p-webfont.woff2") format("woff2"), url("../fonts/hunt/imfedpsc28p-webfont.woff") format("woff"), url("../fonts/hunt/imfedpsc28p-webfont.ttf") format("truetype"), url("../fonts/hunt/imfedpsc28p-webfont.svg#im_fell_double_pica_scregular") format("svg"); + font-weight: normal; + font-style: normal; +} + +/* line 14, ../../sass/logbook.scss */ +body { + margin: 0px; + border: 0px; + padding: 0px; +} + +/* line 19, ../../sass/logbook.scss */ +.headerbutton { + padding: 0 12px 0 12px; + float: right; +} + +/* line 24, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 31, ../../sass/logbook.scss */ +#paper { + z-index: 9; + width: 1000px; + padding: 37px 55px 72px; + position: relative; + border: 1px solid #333333; + background: #dbc397; + -webkit-background-size: 100% 30px; + -moz-background-size: 100% 30px; + -ms-background-size: 100% 30px; + background-size: 100% 30px; + box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5); + border-radius: 4px 4px 4px 4px; + color: #282625; + margin: 0 auto; + margin-bottom: 60px; + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; + text-rendering: optimizeLegibility; + font-feature-settings: "kern"; + -webkit-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern=1"; +} + +/* line 57, ../../sass/logbook.scss */ +#infowindow { + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; +} + +/* line 61, ../../sass/logbook.scss */ +.form-container { + top: 50px; +} + +/* line 64, ../../sass/logbook.scss */ +h1, h2, h3 { + font-family: 'im_fell_double_pica_scregular', serif; +} + +/* line 67, ../../sass/logbook.scss */ +.logheader { + font-size: larger; + font-weight: bold; +} + +/* line 71, ../../sass/logbook.scss */ +.logentry { + padding-left: 25px; + padding-right: 25px; + border-bottom: 1px solid #282625; +} + +/* line 76, ../../sass/logbook.scss */ +.logentry2 { + padding-left: 100px; + padding-right: 100px; + border-bottom: 1px solid #282625; +} + +/* line 81, ../../sass/logbook.scss */ +ul { + list-style: square inside url("../images/hunt/bullet3.png"); +} + +/* line 84, ../../sass/logbook.scss */ +table.fancy { + padding: 0; + margin: 0; + width: 100%; + border-collapse: collapse; + border-style: double; + border-color: #282625; + border-left: 0; + border-right: 0; +} + +/* line 94, ../../sass/logbook.scss */ +table.fancy th, tr { + padding: 0; + margin: 0; +} + +/* line 98, ../../sass/logbook.scss */ +table.fancy td { + padding-left: 10px; + margin: 0; + border: 1px solid #282625; + border-right: 0; +} + +/* line 104, ../../sass/logbook.scss */ +.tdleft { + padding: 0; + width: 10%; + border-left: 0; +} + +/* line 109, ../../sass/logbook.scss */ +.caption { + font-style: italic; + border-top: 0px; + margin-top: 0px; + padding-top: 0px; +} + +/* line 116, ../../sass/logbook.scss */ +.puzzle-sans { + font-family: sans-serif; +} + +/* line 120, ../../sass/logbook.scss */ +.puzzle { + display: table; + width: 100%; +} + +/* line 125, ../../sass/logbook.scss */ +.puzzle-page-header { + margin-bottom: 20px; +} + +/* line 129, ../../sass/logbook.scss */ +.answer { + margin-bottom: 30px; +} + +/* line 133, ../../sass/logbook.scss */ +.puzzle li { + list-style-position: inside; + text-indent: -1.1em; +} + +/* line 138, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 145, ../../sass/logbook.scss */ +.clickbaitbannerbox { + width: 320px; + margin-right: 20px; + margin-left: auto; + margin-bottom: 20px; + margin-top: -30px; +} + +@media print { + /* line 154, ../../sass/logbook.scss */ + .clickbaitbannerbox { + margin-top: 50px; + } +} +/* line 159, ../../sass/logbook.scss */ +.clickbaitbanner { + background-color: white; + padding: 10px; +} + +/* line 163, ../../sass/logbook.scss */ +.attop { + position: absolute; + top: 0px; + left: 0px; +} + +/* line 169, ../../sass/logbook.scss */ +.byline { + font-family: 'Times New Roman', serif; + font-style: italic; +} + +/* line 173, ../../sass/logbook.scss */ +.clickbaitlink { + font-family: Helvetica, Arial, sans-serif; + font-size: 20px; +} + +/* line 177, ../../sass/logbook.scss */ +.clickbaitlink a { + text-decoration: none; +} + +/* line 181, ../../sass/logbook.scss */ +.puzzle p, .puzzle li { + line-height: 1.4em; +} + +/* line 185, ../../sass/logbook.scss */ +.solution-table td, .solution-table th { + padding-right: 15px; +} + +@media print { + /* line 190, ../../sass/logbook.scss */ + #puzzle-obj img { + display: none; + } + + /* line 194, ../../sass/logbook.scss */ + .no-page-break { + page-break-inside: avoid; + } + + /* line 197, ../../sass/logbook.scss */ + #paper { + width: 100%; + margin-bottom: 0px !important; + padding-bottom: 0px !important; + border: 0px !important; + } +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0423_MIT_Mystery_Hunt_2015_The_Hidden_City/_solution_assets/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0423_MIT_Mystery_Hunt_2015_The_Hidden_City/_solution_assets/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0423_MIT_Mystery_Hunt_2015_The_Hidden_City/_solution_assets/logbook.css @@ -0,0 +1,244 @@ +@font-face { + font-family: 'im_fell_double_pica_scregular'; + src: url("../fonts/hunt/imfedpsc28p-webfont.eot"); + src: url("../fonts/hunt/imfedpsc28p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hunt/imfedpsc28p-webfont.woff2") format("woff2"), url("../fonts/hunt/imfedpsc28p-webfont.woff") format("woff"), url("../fonts/hunt/imfedpsc28p-webfont.ttf") format("truetype"), url("../fonts/hunt/imfedpsc28p-webfont.svg#im_fell_double_pica_scregular") format("svg"); + font-weight: normal; + font-style: normal; +} + +/* line 14, ../../sass/logbook.scss */ +body { + margin: 0px; + border: 0px; + padding: 0px; +} + +/* line 19, ../../sass/logbook.scss */ +.headerbutton { + padding: 0 12px 0 12px; + float: right; +} + +/* line 24, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 31, ../../sass/logbook.scss */ +#paper { + z-index: 9; + width: 1000px; + padding: 37px 55px 72px; + position: relative; + border: 1px solid #333333; + background: #dbc397; + -webkit-background-size: 100% 30px; + -moz-background-size: 100% 30px; + -ms-background-size: 100% 30px; + background-size: 100% 30px; + box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5); + border-radius: 4px 4px 4px 4px; + color: #282625; + margin: 0 auto; + margin-bottom: 60px; + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; + text-rendering: optimizeLegibility; + font-feature-settings: "kern"; + -webkit-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern=1"; +} + +/* line 57, ../../sass/logbook.scss */ +#infowindow { + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; +} + +/* line 61, ../../sass/logbook.scss */ +.form-container { + top: 50px; +} + +/* line 64, ../../sass/logbook.scss */ +h1, h2, h3 { + font-family: 'im_fell_double_pica_scregular', serif; +} + +/* line 67, ../../sass/logbook.scss */ +.logheader { + font-size: larger; + font-weight: bold; +} + +/* line 71, ../../sass/logbook.scss */ +.logentry { + padding-left: 25px; + padding-right: 25px; + border-bottom: 1px solid #282625; +} + +/* line 76, ../../sass/logbook.scss */ +.logentry2 { + padding-left: 100px; + padding-right: 100px; + border-bottom: 1px solid #282625; +} + +/* line 81, ../../sass/logbook.scss */ +ul { + list-style: square inside url("../images/hunt/bullet3.png"); +} + +/* line 84, ../../sass/logbook.scss */ +table.fancy { + padding: 0; + margin: 0; + width: 100%; + border-collapse: collapse; + border-style: double; + border-color: #282625; + border-left: 0; + border-right: 0; +} + +/* line 94, ../../sass/logbook.scss */ +table.fancy th, tr { + padding: 0; + margin: 0; +} + +/* line 98, ../../sass/logbook.scss */ +table.fancy td { + padding-left: 10px; + margin: 0; + border: 1px solid #282625; + border-right: 0; +} + +/* line 104, ../../sass/logbook.scss */ +.tdleft { + padding: 0; + width: 10%; + border-left: 0; +} + +/* line 109, ../../sass/logbook.scss */ +.caption { + font-style: italic; + border-top: 0px; + margin-top: 0px; + padding-top: 0px; +} + +/* line 116, ../../sass/logbook.scss */ +.puzzle-sans { + font-family: sans-serif; +} + +/* line 120, ../../sass/logbook.scss */ +.puzzle { + display: table; + width: 100%; +} + +/* line 125, ../../sass/logbook.scss */ +.puzzle-page-header { + margin-bottom: 20px; +} + +/* line 129, ../../sass/logbook.scss */ +.answer { + margin-bottom: 30px; +} + +/* line 133, ../../sass/logbook.scss */ +.puzzle li { + list-style-position: inside; + text-indent: -1.1em; +} + +/* line 138, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 145, ../../sass/logbook.scss */ +.clickbaitbannerbox { + width: 320px; + margin-right: 20px; + margin-left: auto; + margin-bottom: 20px; + margin-top: -30px; +} + +@media print { + /* line 154, ../../sass/logbook.scss */ + .clickbaitbannerbox { + margin-top: 50px; + } +} +/* line 159, ../../sass/logbook.scss */ +.clickbaitbanner { + background-color: white; + padding: 10px; +} + +/* line 163, ../../sass/logbook.scss */ +.attop { + position: absolute; + top: 0px; + left: 0px; +} + +/* line 169, ../../sass/logbook.scss */ +.byline { + font-family: 'Times New Roman', serif; + font-style: italic; +} + +/* line 173, ../../sass/logbook.scss */ +.clickbaitlink { + font-family: Helvetica, Arial, sans-serif; + font-size: 20px; +} + +/* line 177, ../../sass/logbook.scss */ +.clickbaitlink a { + text-decoration: none; +} + +/* line 181, ../../sass/logbook.scss */ +.puzzle p, .puzzle li { + line-height: 1.4em; +} + +/* line 185, ../../sass/logbook.scss */ +.solution-table td, .solution-table th { + padding-right: 15px; +} + +@media print { + /* line 190, ../../sass/logbook.scss */ + #puzzle-obj img { + display: none; + } + + /* line 194, ../../sass/logbook.scss */ + .no-page-break { + page-break-inside: avoid; + } + + /* line 197, ../../sass/logbook.scss */ + #paper { + width: 100%; + margin-bottom: 0px !important; + padding-bottom: 0px !important; + border: 0px !important; + } +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0424_MIT_Mystery_Hunt_2015_Trivia_Round/_solution_assets/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0424_MIT_Mystery_Hunt_2015_Trivia_Round/_solution_assets/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0424_MIT_Mystery_Hunt_2015_Trivia_Round/_solution_assets/logbook.css @@ -0,0 +1,244 @@ +@font-face { + font-family: 'im_fell_double_pica_scregular'; + src: url("../fonts/hunt/imfedpsc28p-webfont.eot"); + src: url("../fonts/hunt/imfedpsc28p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hunt/imfedpsc28p-webfont.woff2") format("woff2"), url("../fonts/hunt/imfedpsc28p-webfont.woff") format("woff"), url("../fonts/hunt/imfedpsc28p-webfont.ttf") format("truetype"), url("../fonts/hunt/imfedpsc28p-webfont.svg#im_fell_double_pica_scregular") format("svg"); + font-weight: normal; + font-style: normal; +} + +/* line 14, ../../sass/logbook.scss */ +body { + margin: 0px; + border: 0px; + padding: 0px; +} + +/* line 19, ../../sass/logbook.scss */ +.headerbutton { + padding: 0 12px 0 12px; + float: right; +} + +/* line 24, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 31, ../../sass/logbook.scss */ +#paper { + z-index: 9; + width: 1000px; + padding: 37px 55px 72px; + position: relative; + border: 1px solid #333333; + background: #dbc397; + -webkit-background-size: 100% 30px; + -moz-background-size: 100% 30px; + -ms-background-size: 100% 30px; + background-size: 100% 30px; + box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5); + border-radius: 4px 4px 4px 4px; + color: #282625; + margin: 0 auto; + margin-bottom: 60px; + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; + text-rendering: optimizeLegibility; + font-feature-settings: "kern"; + -webkit-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern=1"; +} + +/* line 57, ../../sass/logbook.scss */ +#infowindow { + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; +} + +/* line 61, ../../sass/logbook.scss */ +.form-container { + top: 50px; +} + +/* line 64, ../../sass/logbook.scss */ +h1, h2, h3 { + font-family: 'im_fell_double_pica_scregular', serif; +} + +/* line 67, ../../sass/logbook.scss */ +.logheader { + font-size: larger; + font-weight: bold; +} + +/* line 71, ../../sass/logbook.scss */ +.logentry { + padding-left: 25px; + padding-right: 25px; + border-bottom: 1px solid #282625; +} + +/* line 76, ../../sass/logbook.scss */ +.logentry2 { + padding-left: 100px; + padding-right: 100px; + border-bottom: 1px solid #282625; +} + +/* line 81, ../../sass/logbook.scss */ +ul { + list-style: square inside url("../images/hunt/bullet3.png"); +} + +/* line 84, ../../sass/logbook.scss */ +table.fancy { + padding: 0; + margin: 0; + width: 100%; + border-collapse: collapse; + border-style: double; + border-color: #282625; + border-left: 0; + border-right: 0; +} + +/* line 94, ../../sass/logbook.scss */ +table.fancy th, tr { + padding: 0; + margin: 0; +} + +/* line 98, ../../sass/logbook.scss */ +table.fancy td { + padding-left: 10px; + margin: 0; + border: 1px solid #282625; + border-right: 0; +} + +/* line 104, ../../sass/logbook.scss */ +.tdleft { + padding: 0; + width: 10%; + border-left: 0; +} + +/* line 109, ../../sass/logbook.scss */ +.caption { + font-style: italic; + border-top: 0px; + margin-top: 0px; + padding-top: 0px; +} + +/* line 116, ../../sass/logbook.scss */ +.puzzle-sans { + font-family: sans-serif; +} + +/* line 120, ../../sass/logbook.scss */ +.puzzle { + display: table; + width: 100%; +} + +/* line 125, ../../sass/logbook.scss */ +.puzzle-page-header { + margin-bottom: 20px; +} + +/* line 129, ../../sass/logbook.scss */ +.answer { + margin-bottom: 30px; +} + +/* line 133, ../../sass/logbook.scss */ +.puzzle li { + list-style-position: inside; + text-indent: -1.1em; +} + +/* line 138, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 145, ../../sass/logbook.scss */ +.clickbaitbannerbox { + width: 320px; + margin-right: 20px; + margin-left: auto; + margin-bottom: 20px; + margin-top: -30px; +} + +@media print { + /* line 154, ../../sass/logbook.scss */ + .clickbaitbannerbox { + margin-top: 50px; + } +} +/* line 159, ../../sass/logbook.scss */ +.clickbaitbanner { + background-color: white; + padding: 10px; +} + +/* line 163, ../../sass/logbook.scss */ +.attop { + position: absolute; + top: 0px; + left: 0px; +} + +/* line 169, ../../sass/logbook.scss */ +.byline { + font-family: 'Times New Roman', serif; + font-style: italic; +} + +/* line 173, ../../sass/logbook.scss */ +.clickbaitlink { + font-family: Helvetica, Arial, sans-serif; + font-size: 20px; +} + +/* line 177, ../../sass/logbook.scss */ +.clickbaitlink a { + text-decoration: none; +} + +/* line 181, ../../sass/logbook.scss */ +.puzzle p, .puzzle li { + line-height: 1.4em; +} + +/* line 185, ../../sass/logbook.scss */ +.solution-table td, .solution-table th { + padding-right: 15px; +} + +@media print { + /* line 190, ../../sass/logbook.scss */ + #puzzle-obj img { + display: none; + } + + /* line 194, ../../sass/logbook.scss */ + .no-page-break { + page-break-inside: avoid; + } + + /* line 197, ../../sass/logbook.scss */ + #paper { + width: 100%; + margin-bottom: 0px !important; + padding-bottom: 0px !important; + border: 0px !important; + } +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0425_MIT_Mystery_Hunt_2015_Go_At_It/_solution_assets/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0425_MIT_Mystery_Hunt_2015_Go_At_It/_solution_assets/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0425_MIT_Mystery_Hunt_2015_Go_At_It/_solution_assets/logbook.css @@ -0,0 +1,244 @@ +@font-face { + font-family: 'im_fell_double_pica_scregular'; + src: url("../fonts/hunt/imfedpsc28p-webfont.eot"); + src: url("../fonts/hunt/imfedpsc28p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hunt/imfedpsc28p-webfont.woff2") format("woff2"), url("../fonts/hunt/imfedpsc28p-webfont.woff") format("woff"), url("../fonts/hunt/imfedpsc28p-webfont.ttf") format("truetype"), url("../fonts/hunt/imfedpsc28p-webfont.svg#im_fell_double_pica_scregular") format("svg"); + font-weight: normal; + font-style: normal; +} + +/* line 14, ../../sass/logbook.scss */ +body { + margin: 0px; + border: 0px; + padding: 0px; +} + +/* line 19, ../../sass/logbook.scss */ +.headerbutton { + padding: 0 12px 0 12px; + float: right; +} + +/* line 24, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 31, ../../sass/logbook.scss */ +#paper { + z-index: 9; + width: 1000px; + padding: 37px 55px 72px; + position: relative; + border: 1px solid #333333; + background: #dbc397; + -webkit-background-size: 100% 30px; + -moz-background-size: 100% 30px; + -ms-background-size: 100% 30px; + background-size: 100% 30px; + box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5); + border-radius: 4px 4px 4px 4px; + color: #282625; + margin: 0 auto; + margin-bottom: 60px; + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; + text-rendering: optimizeLegibility; + font-feature-settings: "kern"; + -webkit-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern=1"; +} + +/* line 57, ../../sass/logbook.scss */ +#infowindow { + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; +} + +/* line 61, ../../sass/logbook.scss */ +.form-container { + top: 50px; +} + +/* line 64, ../../sass/logbook.scss */ +h1, h2, h3 { + font-family: 'im_fell_double_pica_scregular', serif; +} + +/* line 67, ../../sass/logbook.scss */ +.logheader { + font-size: larger; + font-weight: bold; +} + +/* line 71, ../../sass/logbook.scss */ +.logentry { + padding-left: 25px; + padding-right: 25px; + border-bottom: 1px solid #282625; +} + +/* line 76, ../../sass/logbook.scss */ +.logentry2 { + padding-left: 100px; + padding-right: 100px; + border-bottom: 1px solid #282625; +} + +/* line 81, ../../sass/logbook.scss */ +ul { + list-style: square inside url("../images/hunt/bullet3.png"); +} + +/* line 84, ../../sass/logbook.scss */ +table.fancy { + padding: 0; + margin: 0; + width: 100%; + border-collapse: collapse; + border-style: double; + border-color: #282625; + border-left: 0; + border-right: 0; +} + +/* line 94, ../../sass/logbook.scss */ +table.fancy th, tr { + padding: 0; + margin: 0; +} + +/* line 98, ../../sass/logbook.scss */ +table.fancy td { + padding-left: 10px; + margin: 0; + border: 1px solid #282625; + border-right: 0; +} + +/* line 104, ../../sass/logbook.scss */ +.tdleft { + padding: 0; + width: 10%; + border-left: 0; +} + +/* line 109, ../../sass/logbook.scss */ +.caption { + font-style: italic; + border-top: 0px; + margin-top: 0px; + padding-top: 0px; +} + +/* line 116, ../../sass/logbook.scss */ +.puzzle-sans { + font-family: sans-serif; +} + +/* line 120, ../../sass/logbook.scss */ +.puzzle { + display: table; + width: 100%; +} + +/* line 125, ../../sass/logbook.scss */ +.puzzle-page-header { + margin-bottom: 20px; +} + +/* line 129, ../../sass/logbook.scss */ +.answer { + margin-bottom: 30px; +} + +/* line 133, ../../sass/logbook.scss */ +.puzzle li { + list-style-position: inside; + text-indent: -1.1em; +} + +/* line 138, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 145, ../../sass/logbook.scss */ +.clickbaitbannerbox { + width: 320px; + margin-right: 20px; + margin-left: auto; + margin-bottom: 20px; + margin-top: -30px; +} + +@media print { + /* line 154, ../../sass/logbook.scss */ + .clickbaitbannerbox { + margin-top: 50px; + } +} +/* line 159, ../../sass/logbook.scss */ +.clickbaitbanner { + background-color: white; + padding: 10px; +} + +/* line 163, ../../sass/logbook.scss */ +.attop { + position: absolute; + top: 0px; + left: 0px; +} + +/* line 169, ../../sass/logbook.scss */ +.byline { + font-family: 'Times New Roman', serif; + font-style: italic; +} + +/* line 173, ../../sass/logbook.scss */ +.clickbaitlink { + font-family: Helvetica, Arial, sans-serif; + font-size: 20px; +} + +/* line 177, ../../sass/logbook.scss */ +.clickbaitlink a { + text-decoration: none; +} + +/* line 181, ../../sass/logbook.scss */ +.puzzle p, .puzzle li { + line-height: 1.4em; +} + +/* line 185, ../../sass/logbook.scss */ +.solution-table td, .solution-table th { + padding-right: 15px; +} + +@media print { + /* line 190, ../../sass/logbook.scss */ + #puzzle-obj img { + display: none; + } + + /* line 194, ../../sass/logbook.scss */ + .no-page-break { + page-break-inside: avoid; + } + + /* line 197, ../../sass/logbook.scss */ + #paper { + width: 100%; + margin-bottom: 0px !important; + padding-bottom: 0px !important; + border: 0px !important; + } +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0426_MIT_Mystery_Hunt_2015_Goldfish_Memory/_solution_assets/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0426_MIT_Mystery_Hunt_2015_Goldfish_Memory/_solution_assets/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0426_MIT_Mystery_Hunt_2015_Goldfish_Memory/_solution_assets/logbook.css @@ -0,0 +1,244 @@ +@font-face { + font-family: 'im_fell_double_pica_scregular'; + src: url("../fonts/hunt/imfedpsc28p-webfont.eot"); + src: url("../fonts/hunt/imfedpsc28p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hunt/imfedpsc28p-webfont.woff2") format("woff2"), url("../fonts/hunt/imfedpsc28p-webfont.woff") format("woff"), url("../fonts/hunt/imfedpsc28p-webfont.ttf") format("truetype"), url("../fonts/hunt/imfedpsc28p-webfont.svg#im_fell_double_pica_scregular") format("svg"); + font-weight: normal; + font-style: normal; +} + +/* line 14, ../../sass/logbook.scss */ +body { + margin: 0px; + border: 0px; + padding: 0px; +} + +/* line 19, ../../sass/logbook.scss */ +.headerbutton { + padding: 0 12px 0 12px; + float: right; +} + +/* line 24, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 31, ../../sass/logbook.scss */ +#paper { + z-index: 9; + width: 1000px; + padding: 37px 55px 72px; + position: relative; + border: 1px solid #333333; + background: #dbc397; + -webkit-background-size: 100% 30px; + -moz-background-size: 100% 30px; + -ms-background-size: 100% 30px; + background-size: 100% 30px; + box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5); + border-radius: 4px 4px 4px 4px; + color: #282625; + margin: 0 auto; + margin-bottom: 60px; + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; + text-rendering: optimizeLegibility; + font-feature-settings: "kern"; + -webkit-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern=1"; +} + +/* line 57, ../../sass/logbook.scss */ +#infowindow { + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; +} + +/* line 61, ../../sass/logbook.scss */ +.form-container { + top: 50px; +} + +/* line 64, ../../sass/logbook.scss */ +h1, h2, h3 { + font-family: 'im_fell_double_pica_scregular', serif; +} + +/* line 67, ../../sass/logbook.scss */ +.logheader { + font-size: larger; + font-weight: bold; +} + +/* line 71, ../../sass/logbook.scss */ +.logentry { + padding-left: 25px; + padding-right: 25px; + border-bottom: 1px solid #282625; +} + +/* line 76, ../../sass/logbook.scss */ +.logentry2 { + padding-left: 100px; + padding-right: 100px; + border-bottom: 1px solid #282625; +} + +/* line 81, ../../sass/logbook.scss */ +ul { + list-style: square inside url("../images/hunt/bullet3.png"); +} + +/* line 84, ../../sass/logbook.scss */ +table.fancy { + padding: 0; + margin: 0; + width: 100%; + border-collapse: collapse; + border-style: double; + border-color: #282625; + border-left: 0; + border-right: 0; +} + +/* line 94, ../../sass/logbook.scss */ +table.fancy th, tr { + padding: 0; + margin: 0; +} + +/* line 98, ../../sass/logbook.scss */ +table.fancy td { + padding-left: 10px; + margin: 0; + border: 1px solid #282625; + border-right: 0; +} + +/* line 104, ../../sass/logbook.scss */ +.tdleft { + padding: 0; + width: 10%; + border-left: 0; +} + +/* line 109, ../../sass/logbook.scss */ +.caption { + font-style: italic; + border-top: 0px; + margin-top: 0px; + padding-top: 0px; +} + +/* line 116, ../../sass/logbook.scss */ +.puzzle-sans { + font-family: sans-serif; +} + +/* line 120, ../../sass/logbook.scss */ +.puzzle { + display: table; + width: 100%; +} + +/* line 125, ../../sass/logbook.scss */ +.puzzle-page-header { + margin-bottom: 20px; +} + +/* line 129, ../../sass/logbook.scss */ +.answer { + margin-bottom: 30px; +} + +/* line 133, ../../sass/logbook.scss */ +.puzzle li { + list-style-position: inside; + text-indent: -1.1em; +} + +/* line 138, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 145, ../../sass/logbook.scss */ +.clickbaitbannerbox { + width: 320px; + margin-right: 20px; + margin-left: auto; + margin-bottom: 20px; + margin-top: -30px; +} + +@media print { + /* line 154, ../../sass/logbook.scss */ + .clickbaitbannerbox { + margin-top: 50px; + } +} +/* line 159, ../../sass/logbook.scss */ +.clickbaitbanner { + background-color: white; + padding: 10px; +} + +/* line 163, ../../sass/logbook.scss */ +.attop { + position: absolute; + top: 0px; + left: 0px; +} + +/* line 169, ../../sass/logbook.scss */ +.byline { + font-family: 'Times New Roman', serif; + font-style: italic; +} + +/* line 173, ../../sass/logbook.scss */ +.clickbaitlink { + font-family: Helvetica, Arial, sans-serif; + font-size: 20px; +} + +/* line 177, ../../sass/logbook.scss */ +.clickbaitlink a { + text-decoration: none; +} + +/* line 181, ../../sass/logbook.scss */ +.puzzle p, .puzzle li { + line-height: 1.4em; +} + +/* line 185, ../../sass/logbook.scss */ +.solution-table td, .solution-table th { + padding-right: 15px; +} + +@media print { + /* line 190, ../../sass/logbook.scss */ + #puzzle-obj img { + display: none; + } + + /* line 194, ../../sass/logbook.scss */ + .no-page-break { + page-break-inside: avoid; + } + + /* line 197, ../../sass/logbook.scss */ + #paper { + width: 100%; + margin-bottom: 0px !important; + padding-bottom: 0px !important; + border: 0px !important; + } +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0427_MIT_Mystery_Hunt_2015_Bubbles/_solution_assets/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0427_MIT_Mystery_Hunt_2015_Bubbles/_solution_assets/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0427_MIT_Mystery_Hunt_2015_Bubbles/_solution_assets/logbook.css @@ -0,0 +1,244 @@ +@font-face { + font-family: 'im_fell_double_pica_scregular'; + src: url("../fonts/hunt/imfedpsc28p-webfont.eot"); + src: url("../fonts/hunt/imfedpsc28p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hunt/imfedpsc28p-webfont.woff2") format("woff2"), url("../fonts/hunt/imfedpsc28p-webfont.woff") format("woff"), url("../fonts/hunt/imfedpsc28p-webfont.ttf") format("truetype"), url("../fonts/hunt/imfedpsc28p-webfont.svg#im_fell_double_pica_scregular") format("svg"); + font-weight: normal; + font-style: normal; +} + +/* line 14, ../../sass/logbook.scss */ +body { + margin: 0px; + border: 0px; + padding: 0px; +} + +/* line 19, ../../sass/logbook.scss */ +.headerbutton { + padding: 0 12px 0 12px; + float: right; +} + +/* line 24, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 31, ../../sass/logbook.scss */ +#paper { + z-index: 9; + width: 1000px; + padding: 37px 55px 72px; + position: relative; + border: 1px solid #333333; + background: #dbc397; + -webkit-background-size: 100% 30px; + -moz-background-size: 100% 30px; + -ms-background-size: 100% 30px; + background-size: 100% 30px; + box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5); + border-radius: 4px 4px 4px 4px; + color: #282625; + margin: 0 auto; + margin-bottom: 60px; + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; + text-rendering: optimizeLegibility; + font-feature-settings: "kern"; + -webkit-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern=1"; +} + +/* line 57, ../../sass/logbook.scss */ +#infowindow { + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; +} + +/* line 61, ../../sass/logbook.scss */ +.form-container { + top: 50px; +} + +/* line 64, ../../sass/logbook.scss */ +h1, h2, h3 { + font-family: 'im_fell_double_pica_scregular', serif; +} + +/* line 67, ../../sass/logbook.scss */ +.logheader { + font-size: larger; + font-weight: bold; +} + +/* line 71, ../../sass/logbook.scss */ +.logentry { + padding-left: 25px; + padding-right: 25px; + border-bottom: 1px solid #282625; +} + +/* line 76, ../../sass/logbook.scss */ +.logentry2 { + padding-left: 100px; + padding-right: 100px; + border-bottom: 1px solid #282625; +} + +/* line 81, ../../sass/logbook.scss */ +ul { + list-style: square inside url("../images/hunt/bullet3.png"); +} + +/* line 84, ../../sass/logbook.scss */ +table.fancy { + padding: 0; + margin: 0; + width: 100%; + border-collapse: collapse; + border-style: double; + border-color: #282625; + border-left: 0; + border-right: 0; +} + +/* line 94, ../../sass/logbook.scss */ +table.fancy th, tr { + padding: 0; + margin: 0; +} + +/* line 98, ../../sass/logbook.scss */ +table.fancy td { + padding-left: 10px; + margin: 0; + border: 1px solid #282625; + border-right: 0; +} + +/* line 104, ../../sass/logbook.scss */ +.tdleft { + padding: 0; + width: 10%; + border-left: 0; +} + +/* line 109, ../../sass/logbook.scss */ +.caption { + font-style: italic; + border-top: 0px; + margin-top: 0px; + padding-top: 0px; +} + +/* line 116, ../../sass/logbook.scss */ +.puzzle-sans { + font-family: sans-serif; +} + +/* line 120, ../../sass/logbook.scss */ +.puzzle { + display: table; + width: 100%; +} + +/* line 125, ../../sass/logbook.scss */ +.puzzle-page-header { + margin-bottom: 20px; +} + +/* line 129, ../../sass/logbook.scss */ +.answer { + margin-bottom: 30px; +} + +/* line 133, ../../sass/logbook.scss */ +.puzzle li { + list-style-position: inside; + text-indent: -1.1em; +} + +/* line 138, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 145, ../../sass/logbook.scss */ +.clickbaitbannerbox { + width: 320px; + margin-right: 20px; + margin-left: auto; + margin-bottom: 20px; + margin-top: -30px; +} + +@media print { + /* line 154, ../../sass/logbook.scss */ + .clickbaitbannerbox { + margin-top: 50px; + } +} +/* line 159, ../../sass/logbook.scss */ +.clickbaitbanner { + background-color: white; + padding: 10px; +} + +/* line 163, ../../sass/logbook.scss */ +.attop { + position: absolute; + top: 0px; + left: 0px; +} + +/* line 169, ../../sass/logbook.scss */ +.byline { + font-family: 'Times New Roman', serif; + font-style: italic; +} + +/* line 173, ../../sass/logbook.scss */ +.clickbaitlink { + font-family: Helvetica, Arial, sans-serif; + font-size: 20px; +} + +/* line 177, ../../sass/logbook.scss */ +.clickbaitlink a { + text-decoration: none; +} + +/* line 181, ../../sass/logbook.scss */ +.puzzle p, .puzzle li { + line-height: 1.4em; +} + +/* line 185, ../../sass/logbook.scss */ +.solution-table td, .solution-table th { + padding-right: 15px; +} + +@media print { + /* line 190, ../../sass/logbook.scss */ + #puzzle-obj img { + display: none; + } + + /* line 194, ../../sass/logbook.scss */ + .no-page-break { + page-break-inside: avoid; + } + + /* line 197, ../../sass/logbook.scss */ + #paper { + width: 100%; + margin-bottom: 0px !important; + padding-bottom: 0px !important; + border: 0px !important; + } +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0428_MIT_Mystery_Hunt_2015_Bookshelves/_solution_assets/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0428_MIT_Mystery_Hunt_2015_Bookshelves/_solution_assets/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0428_MIT_Mystery_Hunt_2015_Bookshelves/_solution_assets/logbook.css @@ -0,0 +1,244 @@ +@font-face { + font-family: 'im_fell_double_pica_scregular'; + src: url("../fonts/hunt/imfedpsc28p-webfont.eot"); + src: url("../fonts/hunt/imfedpsc28p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hunt/imfedpsc28p-webfont.woff2") format("woff2"), url("../fonts/hunt/imfedpsc28p-webfont.woff") format("woff"), url("../fonts/hunt/imfedpsc28p-webfont.ttf") format("truetype"), url("../fonts/hunt/imfedpsc28p-webfont.svg#im_fell_double_pica_scregular") format("svg"); + font-weight: normal; + font-style: normal; +} + +/* line 14, ../../sass/logbook.scss */ +body { + margin: 0px; + border: 0px; + padding: 0px; +} + +/* line 19, ../../sass/logbook.scss */ +.headerbutton { + padding: 0 12px 0 12px; + float: right; +} + +/* line 24, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 31, ../../sass/logbook.scss */ +#paper { + z-index: 9; + width: 1000px; + padding: 37px 55px 72px; + position: relative; + border: 1px solid #333333; + background: #dbc397; + -webkit-background-size: 100% 30px; + -moz-background-size: 100% 30px; + -ms-background-size: 100% 30px; + background-size: 100% 30px; + box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5); + border-radius: 4px 4px 4px 4px; + color: #282625; + margin: 0 auto; + margin-bottom: 60px; + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; + text-rendering: optimizeLegibility; + font-feature-settings: "kern"; + -webkit-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern=1"; +} + +/* line 57, ../../sass/logbook.scss */ +#infowindow { + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; +} + +/* line 61, ../../sass/logbook.scss */ +.form-container { + top: 50px; +} + +/* line 64, ../../sass/logbook.scss */ +h1, h2, h3 { + font-family: 'im_fell_double_pica_scregular', serif; +} + +/* line 67, ../../sass/logbook.scss */ +.logheader { + font-size: larger; + font-weight: bold; +} + +/* line 71, ../../sass/logbook.scss */ +.logentry { + padding-left: 25px; + padding-right: 25px; + border-bottom: 1px solid #282625; +} + +/* line 76, ../../sass/logbook.scss */ +.logentry2 { + padding-left: 100px; + padding-right: 100px; + border-bottom: 1px solid #282625; +} + +/* line 81, ../../sass/logbook.scss */ +ul { + list-style: square inside url("../images/hunt/bullet3.png"); +} + +/* line 84, ../../sass/logbook.scss */ +table.fancy { + padding: 0; + margin: 0; + width: 100%; + border-collapse: collapse; + border-style: double; + border-color: #282625; + border-left: 0; + border-right: 0; +} + +/* line 94, ../../sass/logbook.scss */ +table.fancy th, tr { + padding: 0; + margin: 0; +} + +/* line 98, ../../sass/logbook.scss */ +table.fancy td { + padding-left: 10px; + margin: 0; + border: 1px solid #282625; + border-right: 0; +} + +/* line 104, ../../sass/logbook.scss */ +.tdleft { + padding: 0; + width: 10%; + border-left: 0; +} + +/* line 109, ../../sass/logbook.scss */ +.caption { + font-style: italic; + border-top: 0px; + margin-top: 0px; + padding-top: 0px; +} + +/* line 116, ../../sass/logbook.scss */ +.puzzle-sans { + font-family: sans-serif; +} + +/* line 120, ../../sass/logbook.scss */ +.puzzle { + display: table; + width: 100%; +} + +/* line 125, ../../sass/logbook.scss */ +.puzzle-page-header { + margin-bottom: 20px; +} + +/* line 129, ../../sass/logbook.scss */ +.answer { + margin-bottom: 30px; +} + +/* line 133, ../../sass/logbook.scss */ +.puzzle li { + list-style-position: inside; + text-indent: -1.1em; +} + +/* line 138, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 145, ../../sass/logbook.scss */ +.clickbaitbannerbox { + width: 320px; + margin-right: 20px; + margin-left: auto; + margin-bottom: 20px; + margin-top: -30px; +} + +@media print { + /* line 154, ../../sass/logbook.scss */ + .clickbaitbannerbox { + margin-top: 50px; + } +} +/* line 159, ../../sass/logbook.scss */ +.clickbaitbanner { + background-color: white; + padding: 10px; +} + +/* line 163, ../../sass/logbook.scss */ +.attop { + position: absolute; + top: 0px; + left: 0px; +} + +/* line 169, ../../sass/logbook.scss */ +.byline { + font-family: 'Times New Roman', serif; + font-style: italic; +} + +/* line 173, ../../sass/logbook.scss */ +.clickbaitlink { + font-family: Helvetica, Arial, sans-serif; + font-size: 20px; +} + +/* line 177, ../../sass/logbook.scss */ +.clickbaitlink a { + text-decoration: none; +} + +/* line 181, ../../sass/logbook.scss */ +.puzzle p, .puzzle li { + line-height: 1.4em; +} + +/* line 185, ../../sass/logbook.scss */ +.solution-table td, .solution-table th { + padding-right: 15px; +} + +@media print { + /* line 190, ../../sass/logbook.scss */ + #puzzle-obj img { + display: none; + } + + /* line 194, ../../sass/logbook.scss */ + .no-page-break { + page-break-inside: avoid; + } + + /* line 197, ../../sass/logbook.scss */ + #paper { + width: 100%; + margin-bottom: 0px !important; + padding-bottom: 0px !important; + border: 0px !important; + } +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0429_MIT_Mystery_Hunt_2015_Three_s_the_Charm/_solution_assets/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0429_MIT_Mystery_Hunt_2015_Three_s_the_Charm/_solution_assets/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0429_MIT_Mystery_Hunt_2015_Three_s_the_Charm/_solution_assets/logbook.css @@ -0,0 +1,244 @@ +@font-face { + font-family: 'im_fell_double_pica_scregular'; + src: url("../fonts/hunt/imfedpsc28p-webfont.eot"); + src: url("../fonts/hunt/imfedpsc28p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hunt/imfedpsc28p-webfont.woff2") format("woff2"), url("../fonts/hunt/imfedpsc28p-webfont.woff") format("woff"), url("../fonts/hunt/imfedpsc28p-webfont.ttf") format("truetype"), url("../fonts/hunt/imfedpsc28p-webfont.svg#im_fell_double_pica_scregular") format("svg"); + font-weight: normal; + font-style: normal; +} + +/* line 14, ../../sass/logbook.scss */ +body { + margin: 0px; + border: 0px; + padding: 0px; +} + +/* line 19, ../../sass/logbook.scss */ +.headerbutton { + padding: 0 12px 0 12px; + float: right; +} + +/* line 24, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 31, ../../sass/logbook.scss */ +#paper { + z-index: 9; + width: 1000px; + padding: 37px 55px 72px; + position: relative; + border: 1px solid #333333; + background: #dbc397; + -webkit-background-size: 100% 30px; + -moz-background-size: 100% 30px; + -ms-background-size: 100% 30px; + background-size: 100% 30px; + box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5); + border-radius: 4px 4px 4px 4px; + color: #282625; + margin: 0 auto; + margin-bottom: 60px; + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; + text-rendering: optimizeLegibility; + font-feature-settings: "kern"; + -webkit-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern=1"; +} + +/* line 57, ../../sass/logbook.scss */ +#infowindow { + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; +} + +/* line 61, ../../sass/logbook.scss */ +.form-container { + top: 50px; +} + +/* line 64, ../../sass/logbook.scss */ +h1, h2, h3 { + font-family: 'im_fell_double_pica_scregular', serif; +} + +/* line 67, ../../sass/logbook.scss */ +.logheader { + font-size: larger; + font-weight: bold; +} + +/* line 71, ../../sass/logbook.scss */ +.logentry { + padding-left: 25px; + padding-right: 25px; + border-bottom: 1px solid #282625; +} + +/* line 76, ../../sass/logbook.scss */ +.logentry2 { + padding-left: 100px; + padding-right: 100px; + border-bottom: 1px solid #282625; +} + +/* line 81, ../../sass/logbook.scss */ +ul { + list-style: square inside url("../images/hunt/bullet3.png"); +} + +/* line 84, ../../sass/logbook.scss */ +table.fancy { + padding: 0; + margin: 0; + width: 100%; + border-collapse: collapse; + border-style: double; + border-color: #282625; + border-left: 0; + border-right: 0; +} + +/* line 94, ../../sass/logbook.scss */ +table.fancy th, tr { + padding: 0; + margin: 0; +} + +/* line 98, ../../sass/logbook.scss */ +table.fancy td { + padding-left: 10px; + margin: 0; + border: 1px solid #282625; + border-right: 0; +} + +/* line 104, ../../sass/logbook.scss */ +.tdleft { + padding: 0; + width: 10%; + border-left: 0; +} + +/* line 109, ../../sass/logbook.scss */ +.caption { + font-style: italic; + border-top: 0px; + margin-top: 0px; + padding-top: 0px; +} + +/* line 116, ../../sass/logbook.scss */ +.puzzle-sans { + font-family: sans-serif; +} + +/* line 120, ../../sass/logbook.scss */ +.puzzle { + display: table; + width: 100%; +} + +/* line 125, ../../sass/logbook.scss */ +.puzzle-page-header { + margin-bottom: 20px; +} + +/* line 129, ../../sass/logbook.scss */ +.answer { + margin-bottom: 30px; +} + +/* line 133, ../../sass/logbook.scss */ +.puzzle li { + list-style-position: inside; + text-indent: -1.1em; +} + +/* line 138, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 145, ../../sass/logbook.scss */ +.clickbaitbannerbox { + width: 320px; + margin-right: 20px; + margin-left: auto; + margin-bottom: 20px; + margin-top: -30px; +} + +@media print { + /* line 154, ../../sass/logbook.scss */ + .clickbaitbannerbox { + margin-top: 50px; + } +} +/* line 159, ../../sass/logbook.scss */ +.clickbaitbanner { + background-color: white; + padding: 10px; +} + +/* line 163, ../../sass/logbook.scss */ +.attop { + position: absolute; + top: 0px; + left: 0px; +} + +/* line 169, ../../sass/logbook.scss */ +.byline { + font-family: 'Times New Roman', serif; + font-style: italic; +} + +/* line 173, ../../sass/logbook.scss */ +.clickbaitlink { + font-family: Helvetica, Arial, sans-serif; + font-size: 20px; +} + +/* line 177, ../../sass/logbook.scss */ +.clickbaitlink a { + text-decoration: none; +} + +/* line 181, ../../sass/logbook.scss */ +.puzzle p, .puzzle li { + line-height: 1.4em; +} + +/* line 185, ../../sass/logbook.scss */ +.solution-table td, .solution-table th { + padding-right: 15px; +} + +@media print { + /* line 190, ../../sass/logbook.scss */ + #puzzle-obj img { + display: none; + } + + /* line 194, ../../sass/logbook.scss */ + .no-page-break { + page-break-inside: avoid; + } + + /* line 197, ../../sass/logbook.scss */ + #paper { + width: 100%; + margin-bottom: 0px !important; + padding-bottom: 0px !important; + border: 0px !important; + } +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0430_MIT_Mystery_Hunt_2015_Starfish/_solution_assets/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0430_MIT_Mystery_Hunt_2015_Starfish/_solution_assets/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0430_MIT_Mystery_Hunt_2015_Starfish/_solution_assets/logbook.css @@ -0,0 +1,244 @@ +@font-face { + font-family: 'im_fell_double_pica_scregular'; + src: url("../fonts/hunt/imfedpsc28p-webfont.eot"); + src: url("../fonts/hunt/imfedpsc28p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hunt/imfedpsc28p-webfont.woff2") format("woff2"), url("../fonts/hunt/imfedpsc28p-webfont.woff") format("woff"), url("../fonts/hunt/imfedpsc28p-webfont.ttf") format("truetype"), url("../fonts/hunt/imfedpsc28p-webfont.svg#im_fell_double_pica_scregular") format("svg"); + font-weight: normal; + font-style: normal; +} + +/* line 14, ../../sass/logbook.scss */ +body { + margin: 0px; + border: 0px; + padding: 0px; +} + +/* line 19, ../../sass/logbook.scss */ +.headerbutton { + padding: 0 12px 0 12px; + float: right; +} + +/* line 24, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 31, ../../sass/logbook.scss */ +#paper { + z-index: 9; + width: 1000px; + padding: 37px 55px 72px; + position: relative; + border: 1px solid #333333; + background: #dbc397; + -webkit-background-size: 100% 30px; + -moz-background-size: 100% 30px; + -ms-background-size: 100% 30px; + background-size: 100% 30px; + box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5); + border-radius: 4px 4px 4px 4px; + color: #282625; + margin: 0 auto; + margin-bottom: 60px; + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; + text-rendering: optimizeLegibility; + font-feature-settings: "kern"; + -webkit-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern=1"; +} + +/* line 57, ../../sass/logbook.scss */ +#infowindow { + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; +} + +/* line 61, ../../sass/logbook.scss */ +.form-container { + top: 50px; +} + +/* line 64, ../../sass/logbook.scss */ +h1, h2, h3 { + font-family: 'im_fell_double_pica_scregular', serif; +} + +/* line 67, ../../sass/logbook.scss */ +.logheader { + font-size: larger; + font-weight: bold; +} + +/* line 71, ../../sass/logbook.scss */ +.logentry { + padding-left: 25px; + padding-right: 25px; + border-bottom: 1px solid #282625; +} + +/* line 76, ../../sass/logbook.scss */ +.logentry2 { + padding-left: 100px; + padding-right: 100px; + border-bottom: 1px solid #282625; +} + +/* line 81, ../../sass/logbook.scss */ +ul { + list-style: square inside url("../images/hunt/bullet3.png"); +} + +/* line 84, ../../sass/logbook.scss */ +table.fancy { + padding: 0; + margin: 0; + width: 100%; + border-collapse: collapse; + border-style: double; + border-color: #282625; + border-left: 0; + border-right: 0; +} + +/* line 94, ../../sass/logbook.scss */ +table.fancy th, tr { + padding: 0; + margin: 0; +} + +/* line 98, ../../sass/logbook.scss */ +table.fancy td { + padding-left: 10px; + margin: 0; + border: 1px solid #282625; + border-right: 0; +} + +/* line 104, ../../sass/logbook.scss */ +.tdleft { + padding: 0; + width: 10%; + border-left: 0; +} + +/* line 109, ../../sass/logbook.scss */ +.caption { + font-style: italic; + border-top: 0px; + margin-top: 0px; + padding-top: 0px; +} + +/* line 116, ../../sass/logbook.scss */ +.puzzle-sans { + font-family: sans-serif; +} + +/* line 120, ../../sass/logbook.scss */ +.puzzle { + display: table; + width: 100%; +} + +/* line 125, ../../sass/logbook.scss */ +.puzzle-page-header { + margin-bottom: 20px; +} + +/* line 129, ../../sass/logbook.scss */ +.answer { + margin-bottom: 30px; +} + +/* line 133, ../../sass/logbook.scss */ +.puzzle li { + list-style-position: inside; + text-indent: -1.1em; +} + +/* line 138, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 145, ../../sass/logbook.scss */ +.clickbaitbannerbox { + width: 320px; + margin-right: 20px; + margin-left: auto; + margin-bottom: 20px; + margin-top: -30px; +} + +@media print { + /* line 154, ../../sass/logbook.scss */ + .clickbaitbannerbox { + margin-top: 50px; + } +} +/* line 159, ../../sass/logbook.scss */ +.clickbaitbanner { + background-color: white; + padding: 10px; +} + +/* line 163, ../../sass/logbook.scss */ +.attop { + position: absolute; + top: 0px; + left: 0px; +} + +/* line 169, ../../sass/logbook.scss */ +.byline { + font-family: 'Times New Roman', serif; + font-style: italic; +} + +/* line 173, ../../sass/logbook.scss */ +.clickbaitlink { + font-family: Helvetica, Arial, sans-serif; + font-size: 20px; +} + +/* line 177, ../../sass/logbook.scss */ +.clickbaitlink a { + text-decoration: none; +} + +/* line 181, ../../sass/logbook.scss */ +.puzzle p, .puzzle li { + line-height: 1.4em; +} + +/* line 185, ../../sass/logbook.scss */ +.solution-table td, .solution-table th { + padding-right: 15px; +} + +@media print { + /* line 190, ../../sass/logbook.scss */ + #puzzle-obj img { + display: none; + } + + /* line 194, ../../sass/logbook.scss */ + .no-page-break { + page-break-inside: avoid; + } + + /* line 197, ../../sass/logbook.scss */ + #paper { + width: 100%; + margin-bottom: 0px !important; + padding-bottom: 0px !important; + border: 0px !important; + } +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0431_MIT_Mystery_Hunt_2015_Toasting_the_Bagel/_solution_assets/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0431_MIT_Mystery_Hunt_2015_Toasting_the_Bagel/_solution_assets/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0431_MIT_Mystery_Hunt_2015_Toasting_the_Bagel/_solution_assets/logbook.css @@ -0,0 +1,244 @@ +@font-face { + font-family: 'im_fell_double_pica_scregular'; + src: url("../fonts/hunt/imfedpsc28p-webfont.eot"); + src: url("../fonts/hunt/imfedpsc28p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hunt/imfedpsc28p-webfont.woff2") format("woff2"), url("../fonts/hunt/imfedpsc28p-webfont.woff") format("woff"), url("../fonts/hunt/imfedpsc28p-webfont.ttf") format("truetype"), url("../fonts/hunt/imfedpsc28p-webfont.svg#im_fell_double_pica_scregular") format("svg"); + font-weight: normal; + font-style: normal; +} + +/* line 14, ../../sass/logbook.scss */ +body { + margin: 0px; + border: 0px; + padding: 0px; +} + +/* line 19, ../../sass/logbook.scss */ +.headerbutton { + padding: 0 12px 0 12px; + float: right; +} + +/* line 24, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 31, ../../sass/logbook.scss */ +#paper { + z-index: 9; + width: 1000px; + padding: 37px 55px 72px; + position: relative; + border: 1px solid #333333; + background: #dbc397; + -webkit-background-size: 100% 30px; + -moz-background-size: 100% 30px; + -ms-background-size: 100% 30px; + background-size: 100% 30px; + box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5); + border-radius: 4px 4px 4px 4px; + color: #282625; + margin: 0 auto; + margin-bottom: 60px; + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; + text-rendering: optimizeLegibility; + font-feature-settings: "kern"; + -webkit-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern=1"; +} + +/* line 57, ../../sass/logbook.scss */ +#infowindow { + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; +} + +/* line 61, ../../sass/logbook.scss */ +.form-container { + top: 50px; +} + +/* line 64, ../../sass/logbook.scss */ +h1, h2, h3 { + font-family: 'im_fell_double_pica_scregular', serif; +} + +/* line 67, ../../sass/logbook.scss */ +.logheader { + font-size: larger; + font-weight: bold; +} + +/* line 71, ../../sass/logbook.scss */ +.logentry { + padding-left: 25px; + padding-right: 25px; + border-bottom: 1px solid #282625; +} + +/* line 76, ../../sass/logbook.scss */ +.logentry2 { + padding-left: 100px; + padding-right: 100px; + border-bottom: 1px solid #282625; +} + +/* line 81, ../../sass/logbook.scss */ +ul { + list-style: square inside url("../images/hunt/bullet3.png"); +} + +/* line 84, ../../sass/logbook.scss */ +table.fancy { + padding: 0; + margin: 0; + width: 100%; + border-collapse: collapse; + border-style: double; + border-color: #282625; + border-left: 0; + border-right: 0; +} + +/* line 94, ../../sass/logbook.scss */ +table.fancy th, tr { + padding: 0; + margin: 0; +} + +/* line 98, ../../sass/logbook.scss */ +table.fancy td { + padding-left: 10px; + margin: 0; + border: 1px solid #282625; + border-right: 0; +} + +/* line 104, ../../sass/logbook.scss */ +.tdleft { + padding: 0; + width: 10%; + border-left: 0; +} + +/* line 109, ../../sass/logbook.scss */ +.caption { + font-style: italic; + border-top: 0px; + margin-top: 0px; + padding-top: 0px; +} + +/* line 116, ../../sass/logbook.scss */ +.puzzle-sans { + font-family: sans-serif; +} + +/* line 120, ../../sass/logbook.scss */ +.puzzle { + display: table; + width: 100%; +} + +/* line 125, ../../sass/logbook.scss */ +.puzzle-page-header { + margin-bottom: 20px; +} + +/* line 129, ../../sass/logbook.scss */ +.answer { + margin-bottom: 30px; +} + +/* line 133, ../../sass/logbook.scss */ +.puzzle li { + list-style-position: inside; + text-indent: -1.1em; +} + +/* line 138, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 145, ../../sass/logbook.scss */ +.clickbaitbannerbox { + width: 320px; + margin-right: 20px; + margin-left: auto; + margin-bottom: 20px; + margin-top: -30px; +} + +@media print { + /* line 154, ../../sass/logbook.scss */ + .clickbaitbannerbox { + margin-top: 50px; + } +} +/* line 159, ../../sass/logbook.scss */ +.clickbaitbanner { + background-color: white; + padding: 10px; +} + +/* line 163, ../../sass/logbook.scss */ +.attop { + position: absolute; + top: 0px; + left: 0px; +} + +/* line 169, ../../sass/logbook.scss */ +.byline { + font-family: 'Times New Roman', serif; + font-style: italic; +} + +/* line 173, ../../sass/logbook.scss */ +.clickbaitlink { + font-family: Helvetica, Arial, sans-serif; + font-size: 20px; +} + +/* line 177, ../../sass/logbook.scss */ +.clickbaitlink a { + text-decoration: none; +} + +/* line 181, ../../sass/logbook.scss */ +.puzzle p, .puzzle li { + line-height: 1.4em; +} + +/* line 185, ../../sass/logbook.scss */ +.solution-table td, .solution-table th { + padding-right: 15px; +} + +@media print { + /* line 190, ../../sass/logbook.scss */ + #puzzle-obj img { + display: none; + } + + /* line 194, ../../sass/logbook.scss */ + .no-page-break { + page-break-inside: avoid; + } + + /* line 197, ../../sass/logbook.scss */ + #paper { + width: 100%; + margin-bottom: 0px !important; + padding-bottom: 0px !important; + border: 0px !important; + } +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0432_MIT_Mystery_Hunt_2015_Rectangles/_solution_assets/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0432_MIT_Mystery_Hunt_2015_Rectangles/_solution_assets/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0432_MIT_Mystery_Hunt_2015_Rectangles/_solution_assets/logbook.css @@ -0,0 +1,244 @@ +@font-face { + font-family: 'im_fell_double_pica_scregular'; + src: url("../fonts/hunt/imfedpsc28p-webfont.eot"); + src: url("../fonts/hunt/imfedpsc28p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hunt/imfedpsc28p-webfont.woff2") format("woff2"), url("../fonts/hunt/imfedpsc28p-webfont.woff") format("woff"), url("../fonts/hunt/imfedpsc28p-webfont.ttf") format("truetype"), url("../fonts/hunt/imfedpsc28p-webfont.svg#im_fell_double_pica_scregular") format("svg"); + font-weight: normal; + font-style: normal; +} + +/* line 14, ../../sass/logbook.scss */ +body { + margin: 0px; + border: 0px; + padding: 0px; +} + +/* line 19, ../../sass/logbook.scss */ +.headerbutton { + padding: 0 12px 0 12px; + float: right; +} + +/* line 24, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 31, ../../sass/logbook.scss */ +#paper { + z-index: 9; + width: 1000px; + padding: 37px 55px 72px; + position: relative; + border: 1px solid #333333; + background: #dbc397; + -webkit-background-size: 100% 30px; + -moz-background-size: 100% 30px; + -ms-background-size: 100% 30px; + background-size: 100% 30px; + box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5); + border-radius: 4px 4px 4px 4px; + color: #282625; + margin: 0 auto; + margin-bottom: 60px; + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; + text-rendering: optimizeLegibility; + font-feature-settings: "kern"; + -webkit-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern=1"; +} + +/* line 57, ../../sass/logbook.scss */ +#infowindow { + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; +} + +/* line 61, ../../sass/logbook.scss */ +.form-container { + top: 50px; +} + +/* line 64, ../../sass/logbook.scss */ +h1, h2, h3 { + font-family: 'im_fell_double_pica_scregular', serif; +} + +/* line 67, ../../sass/logbook.scss */ +.logheader { + font-size: larger; + font-weight: bold; +} + +/* line 71, ../../sass/logbook.scss */ +.logentry { + padding-left: 25px; + padding-right: 25px; + border-bottom: 1px solid #282625; +} + +/* line 76, ../../sass/logbook.scss */ +.logentry2 { + padding-left: 100px; + padding-right: 100px; + border-bottom: 1px solid #282625; +} + +/* line 81, ../../sass/logbook.scss */ +ul { + list-style: square inside url("../images/hunt/bullet3.png"); +} + +/* line 84, ../../sass/logbook.scss */ +table.fancy { + padding: 0; + margin: 0; + width: 100%; + border-collapse: collapse; + border-style: double; + border-color: #282625; + border-left: 0; + border-right: 0; +} + +/* line 94, ../../sass/logbook.scss */ +table.fancy th, tr { + padding: 0; + margin: 0; +} + +/* line 98, ../../sass/logbook.scss */ +table.fancy td { + padding-left: 10px; + margin: 0; + border: 1px solid #282625; + border-right: 0; +} + +/* line 104, ../../sass/logbook.scss */ +.tdleft { + padding: 0; + width: 10%; + border-left: 0; +} + +/* line 109, ../../sass/logbook.scss */ +.caption { + font-style: italic; + border-top: 0px; + margin-top: 0px; + padding-top: 0px; +} + +/* line 116, ../../sass/logbook.scss */ +.puzzle-sans { + font-family: sans-serif; +} + +/* line 120, ../../sass/logbook.scss */ +.puzzle { + display: table; + width: 100%; +} + +/* line 125, ../../sass/logbook.scss */ +.puzzle-page-header { + margin-bottom: 20px; +} + +/* line 129, ../../sass/logbook.scss */ +.answer { + margin-bottom: 30px; +} + +/* line 133, ../../sass/logbook.scss */ +.puzzle li { + list-style-position: inside; + text-indent: -1.1em; +} + +/* line 138, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 145, ../../sass/logbook.scss */ +.clickbaitbannerbox { + width: 320px; + margin-right: 20px; + margin-left: auto; + margin-bottom: 20px; + margin-top: -30px; +} + +@media print { + /* line 154, ../../sass/logbook.scss */ + .clickbaitbannerbox { + margin-top: 50px; + } +} +/* line 159, ../../sass/logbook.scss */ +.clickbaitbanner { + background-color: white; + padding: 10px; +} + +/* line 163, ../../sass/logbook.scss */ +.attop { + position: absolute; + top: 0px; + left: 0px; +} + +/* line 169, ../../sass/logbook.scss */ +.byline { + font-family: 'Times New Roman', serif; + font-style: italic; +} + +/* line 173, ../../sass/logbook.scss */ +.clickbaitlink { + font-family: Helvetica, Arial, sans-serif; + font-size: 20px; +} + +/* line 177, ../../sass/logbook.scss */ +.clickbaitlink a { + text-decoration: none; +} + +/* line 181, ../../sass/logbook.scss */ +.puzzle p, .puzzle li { + line-height: 1.4em; +} + +/* line 185, ../../sass/logbook.scss */ +.solution-table td, .solution-table th { + padding-right: 15px; +} + +@media print { + /* line 190, ../../sass/logbook.scss */ + #puzzle-obj img { + display: none; + } + + /* line 194, ../../sass/logbook.scss */ + .no-page-break { + page-break-inside: avoid; + } + + /* line 197, ../../sass/logbook.scss */ + #paper { + width: 100%; + margin-bottom: 0px !important; + padding-bottom: 0px !important; + border: 0px !important; + } +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0433_MIT_Mystery_Hunt_2015_FJF_S/_solution_assets/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0433_MIT_Mystery_Hunt_2015_FJF_S/_solution_assets/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0433_MIT_Mystery_Hunt_2015_FJF_S/_solution_assets/logbook.css @@ -0,0 +1,244 @@ +@font-face { + font-family: 'im_fell_double_pica_scregular'; + src: url("../fonts/hunt/imfedpsc28p-webfont.eot"); + src: url("../fonts/hunt/imfedpsc28p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hunt/imfedpsc28p-webfont.woff2") format("woff2"), url("../fonts/hunt/imfedpsc28p-webfont.woff") format("woff"), url("../fonts/hunt/imfedpsc28p-webfont.ttf") format("truetype"), url("../fonts/hunt/imfedpsc28p-webfont.svg#im_fell_double_pica_scregular") format("svg"); + font-weight: normal; + font-style: normal; +} + +/* line 14, ../../sass/logbook.scss */ +body { + margin: 0px; + border: 0px; + padding: 0px; +} + +/* line 19, ../../sass/logbook.scss */ +.headerbutton { + padding: 0 12px 0 12px; + float: right; +} + +/* line 24, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 31, ../../sass/logbook.scss */ +#paper { + z-index: 9; + width: 1000px; + padding: 37px 55px 72px; + position: relative; + border: 1px solid #333333; + background: #dbc397; + -webkit-background-size: 100% 30px; + -moz-background-size: 100% 30px; + -ms-background-size: 100% 30px; + background-size: 100% 30px; + box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5); + border-radius: 4px 4px 4px 4px; + color: #282625; + margin: 0 auto; + margin-bottom: 60px; + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; + text-rendering: optimizeLegibility; + font-feature-settings: "kern"; + -webkit-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern=1"; +} + +/* line 57, ../../sass/logbook.scss */ +#infowindow { + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; +} + +/* line 61, ../../sass/logbook.scss */ +.form-container { + top: 50px; +} + +/* line 64, ../../sass/logbook.scss */ +h1, h2, h3 { + font-family: 'im_fell_double_pica_scregular', serif; +} + +/* line 67, ../../sass/logbook.scss */ +.logheader { + font-size: larger; + font-weight: bold; +} + +/* line 71, ../../sass/logbook.scss */ +.logentry { + padding-left: 25px; + padding-right: 25px; + border-bottom: 1px solid #282625; +} + +/* line 76, ../../sass/logbook.scss */ +.logentry2 { + padding-left: 100px; + padding-right: 100px; + border-bottom: 1px solid #282625; +} + +/* line 81, ../../sass/logbook.scss */ +ul { + list-style: square inside url("../images/hunt/bullet3.png"); +} + +/* line 84, ../../sass/logbook.scss */ +table.fancy { + padding: 0; + margin: 0; + width: 100%; + border-collapse: collapse; + border-style: double; + border-color: #282625; + border-left: 0; + border-right: 0; +} + +/* line 94, ../../sass/logbook.scss */ +table.fancy th, tr { + padding: 0; + margin: 0; +} + +/* line 98, ../../sass/logbook.scss */ +table.fancy td { + padding-left: 10px; + margin: 0; + border: 1px solid #282625; + border-right: 0; +} + +/* line 104, ../../sass/logbook.scss */ +.tdleft { + padding: 0; + width: 10%; + border-left: 0; +} + +/* line 109, ../../sass/logbook.scss */ +.caption { + font-style: italic; + border-top: 0px; + margin-top: 0px; + padding-top: 0px; +} + +/* line 116, ../../sass/logbook.scss */ +.puzzle-sans { + font-family: sans-serif; +} + +/* line 120, ../../sass/logbook.scss */ +.puzzle { + display: table; + width: 100%; +} + +/* line 125, ../../sass/logbook.scss */ +.puzzle-page-header { + margin-bottom: 20px; +} + +/* line 129, ../../sass/logbook.scss */ +.answer { + margin-bottom: 30px; +} + +/* line 133, ../../sass/logbook.scss */ +.puzzle li { + list-style-position: inside; + text-indent: -1.1em; +} + +/* line 138, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 145, ../../sass/logbook.scss */ +.clickbaitbannerbox { + width: 320px; + margin-right: 20px; + margin-left: auto; + margin-bottom: 20px; + margin-top: -30px; +} + +@media print { + /* line 154, ../../sass/logbook.scss */ + .clickbaitbannerbox { + margin-top: 50px; + } +} +/* line 159, ../../sass/logbook.scss */ +.clickbaitbanner { + background-color: white; + padding: 10px; +} + +/* line 163, ../../sass/logbook.scss */ +.attop { + position: absolute; + top: 0px; + left: 0px; +} + +/* line 169, ../../sass/logbook.scss */ +.byline { + font-family: 'Times New Roman', serif; + font-style: italic; +} + +/* line 173, ../../sass/logbook.scss */ +.clickbaitlink { + font-family: Helvetica, Arial, sans-serif; + font-size: 20px; +} + +/* line 177, ../../sass/logbook.scss */ +.clickbaitlink a { + text-decoration: none; +} + +/* line 181, ../../sass/logbook.scss */ +.puzzle p, .puzzle li { + line-height: 1.4em; +} + +/* line 185, ../../sass/logbook.scss */ +.solution-table td, .solution-table th { + padding-right: 15px; +} + +@media print { + /* line 190, ../../sass/logbook.scss */ + #puzzle-obj img { + display: none; + } + + /* line 194, ../../sass/logbook.scss */ + .no-page-break { + page-break-inside: avoid; + } + + /* line 197, ../../sass/logbook.scss */ + #paper { + width: 100%; + margin-bottom: 0px !important; + padding-bottom: 0px !important; + border: 0px !important; + } +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0434_MIT_Mystery_Hunt_2015_Fencing/_solution_assets/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0434_MIT_Mystery_Hunt_2015_Fencing/_solution_assets/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0434_MIT_Mystery_Hunt_2015_Fencing/_solution_assets/logbook.css @@ -0,0 +1,244 @@ +@font-face { + font-family: 'im_fell_double_pica_scregular'; + src: url("../fonts/hunt/imfedpsc28p-webfont.eot"); + src: url("../fonts/hunt/imfedpsc28p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hunt/imfedpsc28p-webfont.woff2") format("woff2"), url("../fonts/hunt/imfedpsc28p-webfont.woff") format("woff"), url("../fonts/hunt/imfedpsc28p-webfont.ttf") format("truetype"), url("../fonts/hunt/imfedpsc28p-webfont.svg#im_fell_double_pica_scregular") format("svg"); + font-weight: normal; + font-style: normal; +} + +/* line 14, ../../sass/logbook.scss */ +body { + margin: 0px; + border: 0px; + padding: 0px; +} + +/* line 19, ../../sass/logbook.scss */ +.headerbutton { + padding: 0 12px 0 12px; + float: right; +} + +/* line 24, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 31, ../../sass/logbook.scss */ +#paper { + z-index: 9; + width: 1000px; + padding: 37px 55px 72px; + position: relative; + border: 1px solid #333333; + background: #dbc397; + -webkit-background-size: 100% 30px; + -moz-background-size: 100% 30px; + -ms-background-size: 100% 30px; + background-size: 100% 30px; + box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5); + border-radius: 4px 4px 4px 4px; + color: #282625; + margin: 0 auto; + margin-bottom: 60px; + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; + text-rendering: optimizeLegibility; + font-feature-settings: "kern"; + -webkit-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern=1"; +} + +/* line 57, ../../sass/logbook.scss */ +#infowindow { + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; +} + +/* line 61, ../../sass/logbook.scss */ +.form-container { + top: 50px; +} + +/* line 64, ../../sass/logbook.scss */ +h1, h2, h3 { + font-family: 'im_fell_double_pica_scregular', serif; +} + +/* line 67, ../../sass/logbook.scss */ +.logheader { + font-size: larger; + font-weight: bold; +} + +/* line 71, ../../sass/logbook.scss */ +.logentry { + padding-left: 25px; + padding-right: 25px; + border-bottom: 1px solid #282625; +} + +/* line 76, ../../sass/logbook.scss */ +.logentry2 { + padding-left: 100px; + padding-right: 100px; + border-bottom: 1px solid #282625; +} + +/* line 81, ../../sass/logbook.scss */ +ul { + list-style: square inside url("../images/hunt/bullet3.png"); +} + +/* line 84, ../../sass/logbook.scss */ +table.fancy { + padding: 0; + margin: 0; + width: 100%; + border-collapse: collapse; + border-style: double; + border-color: #282625; + border-left: 0; + border-right: 0; +} + +/* line 94, ../../sass/logbook.scss */ +table.fancy th, tr { + padding: 0; + margin: 0; +} + +/* line 98, ../../sass/logbook.scss */ +table.fancy td { + padding-left: 10px; + margin: 0; + border: 1px solid #282625; + border-right: 0; +} + +/* line 104, ../../sass/logbook.scss */ +.tdleft { + padding: 0; + width: 10%; + border-left: 0; +} + +/* line 109, ../../sass/logbook.scss */ +.caption { + font-style: italic; + border-top: 0px; + margin-top: 0px; + padding-top: 0px; +} + +/* line 116, ../../sass/logbook.scss */ +.puzzle-sans { + font-family: sans-serif; +} + +/* line 120, ../../sass/logbook.scss */ +.puzzle { + display: table; + width: 100%; +} + +/* line 125, ../../sass/logbook.scss */ +.puzzle-page-header { + margin-bottom: 20px; +} + +/* line 129, ../../sass/logbook.scss */ +.answer { + margin-bottom: 30px; +} + +/* line 133, ../../sass/logbook.scss */ +.puzzle li { + list-style-position: inside; + text-indent: -1.1em; +} + +/* line 138, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 145, ../../sass/logbook.scss */ +.clickbaitbannerbox { + width: 320px; + margin-right: 20px; + margin-left: auto; + margin-bottom: 20px; + margin-top: -30px; +} + +@media print { + /* line 154, ../../sass/logbook.scss */ + .clickbaitbannerbox { + margin-top: 50px; + } +} +/* line 159, ../../sass/logbook.scss */ +.clickbaitbanner { + background-color: white; + padding: 10px; +} + +/* line 163, ../../sass/logbook.scss */ +.attop { + position: absolute; + top: 0px; + left: 0px; +} + +/* line 169, ../../sass/logbook.scss */ +.byline { + font-family: 'Times New Roman', serif; + font-style: italic; +} + +/* line 173, ../../sass/logbook.scss */ +.clickbaitlink { + font-family: Helvetica, Arial, sans-serif; + font-size: 20px; +} + +/* line 177, ../../sass/logbook.scss */ +.clickbaitlink a { + text-decoration: none; +} + +/* line 181, ../../sass/logbook.scss */ +.puzzle p, .puzzle li { + line-height: 1.4em; +} + +/* line 185, ../../sass/logbook.scss */ +.solution-table td, .solution-table th { + padding-right: 15px; +} + +@media print { + /* line 190, ../../sass/logbook.scss */ + #puzzle-obj img { + display: none; + } + + /* line 194, ../../sass/logbook.scss */ + .no-page-break { + page-break-inside: avoid; + } + + /* line 197, ../../sass/logbook.scss */ + #paper { + width: 100%; + margin-bottom: 0px !important; + padding-bottom: 0px !important; + border: 0px !important; + } +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0435_MIT_Mystery_Hunt_2015_Striptease/_solution_assets/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0435_MIT_Mystery_Hunt_2015_Striptease/_solution_assets/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0435_MIT_Mystery_Hunt_2015_Striptease/_solution_assets/logbook.css @@ -0,0 +1,244 @@ +@font-face { + font-family: 'im_fell_double_pica_scregular'; + src: url("../fonts/hunt/imfedpsc28p-webfont.eot"); + src: url("../fonts/hunt/imfedpsc28p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hunt/imfedpsc28p-webfont.woff2") format("woff2"), url("../fonts/hunt/imfedpsc28p-webfont.woff") format("woff"), url("../fonts/hunt/imfedpsc28p-webfont.ttf") format("truetype"), url("../fonts/hunt/imfedpsc28p-webfont.svg#im_fell_double_pica_scregular") format("svg"); + font-weight: normal; + font-style: normal; +} + +/* line 14, ../../sass/logbook.scss */ +body { + margin: 0px; + border: 0px; + padding: 0px; +} + +/* line 19, ../../sass/logbook.scss */ +.headerbutton { + padding: 0 12px 0 12px; + float: right; +} + +/* line 24, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 31, ../../sass/logbook.scss */ +#paper { + z-index: 9; + width: 1000px; + padding: 37px 55px 72px; + position: relative; + border: 1px solid #333333; + background: #dbc397; + -webkit-background-size: 100% 30px; + -moz-background-size: 100% 30px; + -ms-background-size: 100% 30px; + background-size: 100% 30px; + box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5); + border-radius: 4px 4px 4px 4px; + color: #282625; + margin: 0 auto; + margin-bottom: 60px; + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; + text-rendering: optimizeLegibility; + font-feature-settings: "kern"; + -webkit-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern=1"; +} + +/* line 57, ../../sass/logbook.scss */ +#infowindow { + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; +} + +/* line 61, ../../sass/logbook.scss */ +.form-container { + top: 50px; +} + +/* line 64, ../../sass/logbook.scss */ +h1, h2, h3 { + font-family: 'im_fell_double_pica_scregular', serif; +} + +/* line 67, ../../sass/logbook.scss */ +.logheader { + font-size: larger; + font-weight: bold; +} + +/* line 71, ../../sass/logbook.scss */ +.logentry { + padding-left: 25px; + padding-right: 25px; + border-bottom: 1px solid #282625; +} + +/* line 76, ../../sass/logbook.scss */ +.logentry2 { + padding-left: 100px; + padding-right: 100px; + border-bottom: 1px solid #282625; +} + +/* line 81, ../../sass/logbook.scss */ +ul { + list-style: square inside url("../images/hunt/bullet3.png"); +} + +/* line 84, ../../sass/logbook.scss */ +table.fancy { + padding: 0; + margin: 0; + width: 100%; + border-collapse: collapse; + border-style: double; + border-color: #282625; + border-left: 0; + border-right: 0; +} + +/* line 94, ../../sass/logbook.scss */ +table.fancy th, tr { + padding: 0; + margin: 0; +} + +/* line 98, ../../sass/logbook.scss */ +table.fancy td { + padding-left: 10px; + margin: 0; + border: 1px solid #282625; + border-right: 0; +} + +/* line 104, ../../sass/logbook.scss */ +.tdleft { + padding: 0; + width: 10%; + border-left: 0; +} + +/* line 109, ../../sass/logbook.scss */ +.caption { + font-style: italic; + border-top: 0px; + margin-top: 0px; + padding-top: 0px; +} + +/* line 116, ../../sass/logbook.scss */ +.puzzle-sans { + font-family: sans-serif; +} + +/* line 120, ../../sass/logbook.scss */ +.puzzle { + display: table; + width: 100%; +} + +/* line 125, ../../sass/logbook.scss */ +.puzzle-page-header { + margin-bottom: 20px; +} + +/* line 129, ../../sass/logbook.scss */ +.answer { + margin-bottom: 30px; +} + +/* line 133, ../../sass/logbook.scss */ +.puzzle li { + list-style-position: inside; + text-indent: -1.1em; +} + +/* line 138, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 145, ../../sass/logbook.scss */ +.clickbaitbannerbox { + width: 320px; + margin-right: 20px; + margin-left: auto; + margin-bottom: 20px; + margin-top: -30px; +} + +@media print { + /* line 154, ../../sass/logbook.scss */ + .clickbaitbannerbox { + margin-top: 50px; + } +} +/* line 159, ../../sass/logbook.scss */ +.clickbaitbanner { + background-color: white; + padding: 10px; +} + +/* line 163, ../../sass/logbook.scss */ +.attop { + position: absolute; + top: 0px; + left: 0px; +} + +/* line 169, ../../sass/logbook.scss */ +.byline { + font-family: 'Times New Roman', serif; + font-style: italic; +} + +/* line 173, ../../sass/logbook.scss */ +.clickbaitlink { + font-family: Helvetica, Arial, sans-serif; + font-size: 20px; +} + +/* line 177, ../../sass/logbook.scss */ +.clickbaitlink a { + text-decoration: none; +} + +/* line 181, ../../sass/logbook.scss */ +.puzzle p, .puzzle li { + line-height: 1.4em; +} + +/* line 185, ../../sass/logbook.scss */ +.solution-table td, .solution-table th { + padding-right: 15px; +} + +@media print { + /* line 190, ../../sass/logbook.scss */ + #puzzle-obj img { + display: none; + } + + /* line 194, ../../sass/logbook.scss */ + .no-page-break { + page-break-inside: avoid; + } + + /* line 197, ../../sass/logbook.scss */ + #paper { + width: 100%; + margin-bottom: 0px !important; + padding-bottom: 0px !important; + border: 0px !important; + } +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0436_MIT_Mystery_Hunt_2015_Siamese_Quintuplets/_solution_assets/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0436_MIT_Mystery_Hunt_2015_Siamese_Quintuplets/_solution_assets/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0436_MIT_Mystery_Hunt_2015_Siamese_Quintuplets/_solution_assets/logbook.css @@ -0,0 +1,244 @@ +@font-face { + font-family: 'im_fell_double_pica_scregular'; + src: url("../fonts/hunt/imfedpsc28p-webfont.eot"); + src: url("../fonts/hunt/imfedpsc28p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hunt/imfedpsc28p-webfont.woff2") format("woff2"), url("../fonts/hunt/imfedpsc28p-webfont.woff") format("woff"), url("../fonts/hunt/imfedpsc28p-webfont.ttf") format("truetype"), url("../fonts/hunt/imfedpsc28p-webfont.svg#im_fell_double_pica_scregular") format("svg"); + font-weight: normal; + font-style: normal; +} + +/* line 14, ../../sass/logbook.scss */ +body { + margin: 0px; + border: 0px; + padding: 0px; +} + +/* line 19, ../../sass/logbook.scss */ +.headerbutton { + padding: 0 12px 0 12px; + float: right; +} + +/* line 24, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 31, ../../sass/logbook.scss */ +#paper { + z-index: 9; + width: 1000px; + padding: 37px 55px 72px; + position: relative; + border: 1px solid #333333; + background: #dbc397; + -webkit-background-size: 100% 30px; + -moz-background-size: 100% 30px; + -ms-background-size: 100% 30px; + background-size: 100% 30px; + box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5); + border-radius: 4px 4px 4px 4px; + color: #282625; + margin: 0 auto; + margin-bottom: 60px; + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; + text-rendering: optimizeLegibility; + font-feature-settings: "kern"; + -webkit-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern=1"; +} + +/* line 57, ../../sass/logbook.scss */ +#infowindow { + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; +} + +/* line 61, ../../sass/logbook.scss */ +.form-container { + top: 50px; +} + +/* line 64, ../../sass/logbook.scss */ +h1, h2, h3 { + font-family: 'im_fell_double_pica_scregular', serif; +} + +/* line 67, ../../sass/logbook.scss */ +.logheader { + font-size: larger; + font-weight: bold; +} + +/* line 71, ../../sass/logbook.scss */ +.logentry { + padding-left: 25px; + padding-right: 25px; + border-bottom: 1px solid #282625; +} + +/* line 76, ../../sass/logbook.scss */ +.logentry2 { + padding-left: 100px; + padding-right: 100px; + border-bottom: 1px solid #282625; +} + +/* line 81, ../../sass/logbook.scss */ +ul { + list-style: square inside url("../images/hunt/bullet3.png"); +} + +/* line 84, ../../sass/logbook.scss */ +table.fancy { + padding: 0; + margin: 0; + width: 100%; + border-collapse: collapse; + border-style: double; + border-color: #282625; + border-left: 0; + border-right: 0; +} + +/* line 94, ../../sass/logbook.scss */ +table.fancy th, tr { + padding: 0; + margin: 0; +} + +/* line 98, ../../sass/logbook.scss */ +table.fancy td { + padding-left: 10px; + margin: 0; + border: 1px solid #282625; + border-right: 0; +} + +/* line 104, ../../sass/logbook.scss */ +.tdleft { + padding: 0; + width: 10%; + border-left: 0; +} + +/* line 109, ../../sass/logbook.scss */ +.caption { + font-style: italic; + border-top: 0px; + margin-top: 0px; + padding-top: 0px; +} + +/* line 116, ../../sass/logbook.scss */ +.puzzle-sans { + font-family: sans-serif; +} + +/* line 120, ../../sass/logbook.scss */ +.puzzle { + display: table; + width: 100%; +} + +/* line 125, ../../sass/logbook.scss */ +.puzzle-page-header { + margin-bottom: 20px; +} + +/* line 129, ../../sass/logbook.scss */ +.answer { + margin-bottom: 30px; +} + +/* line 133, ../../sass/logbook.scss */ +.puzzle li { + list-style-position: inside; + text-indent: -1.1em; +} + +/* line 138, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 145, ../../sass/logbook.scss */ +.clickbaitbannerbox { + width: 320px; + margin-right: 20px; + margin-left: auto; + margin-bottom: 20px; + margin-top: -30px; +} + +@media print { + /* line 154, ../../sass/logbook.scss */ + .clickbaitbannerbox { + margin-top: 50px; + } +} +/* line 159, ../../sass/logbook.scss */ +.clickbaitbanner { + background-color: white; + padding: 10px; +} + +/* line 163, ../../sass/logbook.scss */ +.attop { + position: absolute; + top: 0px; + left: 0px; +} + +/* line 169, ../../sass/logbook.scss */ +.byline { + font-family: 'Times New Roman', serif; + font-style: italic; +} + +/* line 173, ../../sass/logbook.scss */ +.clickbaitlink { + font-family: Helvetica, Arial, sans-serif; + font-size: 20px; +} + +/* line 177, ../../sass/logbook.scss */ +.clickbaitlink a { + text-decoration: none; +} + +/* line 181, ../../sass/logbook.scss */ +.puzzle p, .puzzle li { + line-height: 1.4em; +} + +/* line 185, ../../sass/logbook.scss */ +.solution-table td, .solution-table th { + padding-right: 15px; +} + +@media print { + /* line 190, ../../sass/logbook.scss */ + #puzzle-obj img { + display: none; + } + + /* line 194, ../../sass/logbook.scss */ + .no-page-break { + page-break-inside: avoid; + } + + /* line 197, ../../sass/logbook.scss */ + #paper { + width: 100%; + margin-bottom: 0px !important; + padding-bottom: 0px !important; + border: 0px !important; + } +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0437_MIT_Mystery_Hunt_2015_Not_All_There/_solution_assets/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0437_MIT_Mystery_Hunt_2015_Not_All_There/_solution_assets/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0437_MIT_Mystery_Hunt_2015_Not_All_There/_solution_assets/logbook.css @@ -0,0 +1,244 @@ +@font-face { + font-family: 'im_fell_double_pica_scregular'; + src: url("../fonts/hunt/imfedpsc28p-webfont.eot"); + src: url("../fonts/hunt/imfedpsc28p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hunt/imfedpsc28p-webfont.woff2") format("woff2"), url("../fonts/hunt/imfedpsc28p-webfont.woff") format("woff"), url("../fonts/hunt/imfedpsc28p-webfont.ttf") format("truetype"), url("../fonts/hunt/imfedpsc28p-webfont.svg#im_fell_double_pica_scregular") format("svg"); + font-weight: normal; + font-style: normal; +} + +/* line 14, ../../sass/logbook.scss */ +body { + margin: 0px; + border: 0px; + padding: 0px; +} + +/* line 19, ../../sass/logbook.scss */ +.headerbutton { + padding: 0 12px 0 12px; + float: right; +} + +/* line 24, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 31, ../../sass/logbook.scss */ +#paper { + z-index: 9; + width: 1000px; + padding: 37px 55px 72px; + position: relative; + border: 1px solid #333333; + background: #dbc397; + -webkit-background-size: 100% 30px; + -moz-background-size: 100% 30px; + -ms-background-size: 100% 30px; + background-size: 100% 30px; + box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5); + border-radius: 4px 4px 4px 4px; + color: #282625; + margin: 0 auto; + margin-bottom: 60px; + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; + text-rendering: optimizeLegibility; + font-feature-settings: "kern"; + -webkit-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern=1"; +} + +/* line 57, ../../sass/logbook.scss */ +#infowindow { + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; +} + +/* line 61, ../../sass/logbook.scss */ +.form-container { + top: 50px; +} + +/* line 64, ../../sass/logbook.scss */ +h1, h2, h3 { + font-family: 'im_fell_double_pica_scregular', serif; +} + +/* line 67, ../../sass/logbook.scss */ +.logheader { + font-size: larger; + font-weight: bold; +} + +/* line 71, ../../sass/logbook.scss */ +.logentry { + padding-left: 25px; + padding-right: 25px; + border-bottom: 1px solid #282625; +} + +/* line 76, ../../sass/logbook.scss */ +.logentry2 { + padding-left: 100px; + padding-right: 100px; + border-bottom: 1px solid #282625; +} + +/* line 81, ../../sass/logbook.scss */ +ul { + list-style: square inside url("../images/hunt/bullet3.png"); +} + +/* line 84, ../../sass/logbook.scss */ +table.fancy { + padding: 0; + margin: 0; + width: 100%; + border-collapse: collapse; + border-style: double; + border-color: #282625; + border-left: 0; + border-right: 0; +} + +/* line 94, ../../sass/logbook.scss */ +table.fancy th, tr { + padding: 0; + margin: 0; +} + +/* line 98, ../../sass/logbook.scss */ +table.fancy td { + padding-left: 10px; + margin: 0; + border: 1px solid #282625; + border-right: 0; +} + +/* line 104, ../../sass/logbook.scss */ +.tdleft { + padding: 0; + width: 10%; + border-left: 0; +} + +/* line 109, ../../sass/logbook.scss */ +.caption { + font-style: italic; + border-top: 0px; + margin-top: 0px; + padding-top: 0px; +} + +/* line 116, ../../sass/logbook.scss */ +.puzzle-sans { + font-family: sans-serif; +} + +/* line 120, ../../sass/logbook.scss */ +.puzzle { + display: table; + width: 100%; +} + +/* line 125, ../../sass/logbook.scss */ +.puzzle-page-header { + margin-bottom: 20px; +} + +/* line 129, ../../sass/logbook.scss */ +.answer { + margin-bottom: 30px; +} + +/* line 133, ../../sass/logbook.scss */ +.puzzle li { + list-style-position: inside; + text-indent: -1.1em; +} + +/* line 138, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 145, ../../sass/logbook.scss */ +.clickbaitbannerbox { + width: 320px; + margin-right: 20px; + margin-left: auto; + margin-bottom: 20px; + margin-top: -30px; +} + +@media print { + /* line 154, ../../sass/logbook.scss */ + .clickbaitbannerbox { + margin-top: 50px; + } +} +/* line 159, ../../sass/logbook.scss */ +.clickbaitbanner { + background-color: white; + padding: 10px; +} + +/* line 163, ../../sass/logbook.scss */ +.attop { + position: absolute; + top: 0px; + left: 0px; +} + +/* line 169, ../../sass/logbook.scss */ +.byline { + font-family: 'Times New Roman', serif; + font-style: italic; +} + +/* line 173, ../../sass/logbook.scss */ +.clickbaitlink { + font-family: Helvetica, Arial, sans-serif; + font-size: 20px; +} + +/* line 177, ../../sass/logbook.scss */ +.clickbaitlink a { + text-decoration: none; +} + +/* line 181, ../../sass/logbook.scss */ +.puzzle p, .puzzle li { + line-height: 1.4em; +} + +/* line 185, ../../sass/logbook.scss */ +.solution-table td, .solution-table th { + padding-right: 15px; +} + +@media print { + /* line 190, ../../sass/logbook.scss */ + #puzzle-obj img { + display: none; + } + + /* line 194, ../../sass/logbook.scss */ + .no-page-break { + page-break-inside: avoid; + } + + /* line 197, ../../sass/logbook.scss */ + #paper { + width: 100%; + margin-bottom: 0px !important; + padding-bottom: 0px !important; + border: 0px !important; + } +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0438_MIT_Mystery_Hunt_2015_No_Pluto/_solution_assets/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0438_MIT_Mystery_Hunt_2015_No_Pluto/_solution_assets/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0438_MIT_Mystery_Hunt_2015_No_Pluto/_solution_assets/logbook.css @@ -0,0 +1,244 @@ +@font-face { + font-family: 'im_fell_double_pica_scregular'; + src: url("../fonts/hunt/imfedpsc28p-webfont.eot"); + src: url("../fonts/hunt/imfedpsc28p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hunt/imfedpsc28p-webfont.woff2") format("woff2"), url("../fonts/hunt/imfedpsc28p-webfont.woff") format("woff"), url("../fonts/hunt/imfedpsc28p-webfont.ttf") format("truetype"), url("../fonts/hunt/imfedpsc28p-webfont.svg#im_fell_double_pica_scregular") format("svg"); + font-weight: normal; + font-style: normal; +} + +/* line 14, ../../sass/logbook.scss */ +body { + margin: 0px; + border: 0px; + padding: 0px; +} + +/* line 19, ../../sass/logbook.scss */ +.headerbutton { + padding: 0 12px 0 12px; + float: right; +} + +/* line 24, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 31, ../../sass/logbook.scss */ +#paper { + z-index: 9; + width: 1000px; + padding: 37px 55px 72px; + position: relative; + border: 1px solid #333333; + background: #dbc397; + -webkit-background-size: 100% 30px; + -moz-background-size: 100% 30px; + -ms-background-size: 100% 30px; + background-size: 100% 30px; + box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5); + border-radius: 4px 4px 4px 4px; + color: #282625; + margin: 0 auto; + margin-bottom: 60px; + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; + text-rendering: optimizeLegibility; + font-feature-settings: "kern"; + -webkit-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern=1"; +} + +/* line 57, ../../sass/logbook.scss */ +#infowindow { + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; +} + +/* line 61, ../../sass/logbook.scss */ +.form-container { + top: 50px; +} + +/* line 64, ../../sass/logbook.scss */ +h1, h2, h3 { + font-family: 'im_fell_double_pica_scregular', serif; +} + +/* line 67, ../../sass/logbook.scss */ +.logheader { + font-size: larger; + font-weight: bold; +} + +/* line 71, ../../sass/logbook.scss */ +.logentry { + padding-left: 25px; + padding-right: 25px; + border-bottom: 1px solid #282625; +} + +/* line 76, ../../sass/logbook.scss */ +.logentry2 { + padding-left: 100px; + padding-right: 100px; + border-bottom: 1px solid #282625; +} + +/* line 81, ../../sass/logbook.scss */ +ul { + list-style: square inside url("../images/hunt/bullet3.png"); +} + +/* line 84, ../../sass/logbook.scss */ +table.fancy { + padding: 0; + margin: 0; + width: 100%; + border-collapse: collapse; + border-style: double; + border-color: #282625; + border-left: 0; + border-right: 0; +} + +/* line 94, ../../sass/logbook.scss */ +table.fancy th, tr { + padding: 0; + margin: 0; +} + +/* line 98, ../../sass/logbook.scss */ +table.fancy td { + padding-left: 10px; + margin: 0; + border: 1px solid #282625; + border-right: 0; +} + +/* line 104, ../../sass/logbook.scss */ +.tdleft { + padding: 0; + width: 10%; + border-left: 0; +} + +/* line 109, ../../sass/logbook.scss */ +.caption { + font-style: italic; + border-top: 0px; + margin-top: 0px; + padding-top: 0px; +} + +/* line 116, ../../sass/logbook.scss */ +.puzzle-sans { + font-family: sans-serif; +} + +/* line 120, ../../sass/logbook.scss */ +.puzzle { + display: table; + width: 100%; +} + +/* line 125, ../../sass/logbook.scss */ +.puzzle-page-header { + margin-bottom: 20px; +} + +/* line 129, ../../sass/logbook.scss */ +.answer { + margin-bottom: 30px; +} + +/* line 133, ../../sass/logbook.scss */ +.puzzle li { + list-style-position: inside; + text-indent: -1.1em; +} + +/* line 138, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 145, ../../sass/logbook.scss */ +.clickbaitbannerbox { + width: 320px; + margin-right: 20px; + margin-left: auto; + margin-bottom: 20px; + margin-top: -30px; +} + +@media print { + /* line 154, ../../sass/logbook.scss */ + .clickbaitbannerbox { + margin-top: 50px; + } +} +/* line 159, ../../sass/logbook.scss */ +.clickbaitbanner { + background-color: white; + padding: 10px; +} + +/* line 163, ../../sass/logbook.scss */ +.attop { + position: absolute; + top: 0px; + left: 0px; +} + +/* line 169, ../../sass/logbook.scss */ +.byline { + font-family: 'Times New Roman', serif; + font-style: italic; +} + +/* line 173, ../../sass/logbook.scss */ +.clickbaitlink { + font-family: Helvetica, Arial, sans-serif; + font-size: 20px; +} + +/* line 177, ../../sass/logbook.scss */ +.clickbaitlink a { + text-decoration: none; +} + +/* line 181, ../../sass/logbook.scss */ +.puzzle p, .puzzle li { + line-height: 1.4em; +} + +/* line 185, ../../sass/logbook.scss */ +.solution-table td, .solution-table th { + padding-right: 15px; +} + +@media print { + /* line 190, ../../sass/logbook.scss */ + #puzzle-obj img { + display: none; + } + + /* line 194, ../../sass/logbook.scss */ + .no-page-break { + page-break-inside: avoid; + } + + /* line 197, ../../sass/logbook.scss */ + #paper { + width: 100%; + margin-bottom: 0px !important; + padding-bottom: 0px !important; + border: 0px !important; + } +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0439_MIT_Mystery_Hunt_2015_The_Resistance/_solution_assets/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0439_MIT_Mystery_Hunt_2015_The_Resistance/_solution_assets/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0439_MIT_Mystery_Hunt_2015_The_Resistance/_solution_assets/logbook.css @@ -0,0 +1,244 @@ +@font-face { + font-family: 'im_fell_double_pica_scregular'; + src: url("../fonts/hunt/imfedpsc28p-webfont.eot"); + src: url("../fonts/hunt/imfedpsc28p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hunt/imfedpsc28p-webfont.woff2") format("woff2"), url("../fonts/hunt/imfedpsc28p-webfont.woff") format("woff"), url("../fonts/hunt/imfedpsc28p-webfont.ttf") format("truetype"), url("../fonts/hunt/imfedpsc28p-webfont.svg#im_fell_double_pica_scregular") format("svg"); + font-weight: normal; + font-style: normal; +} + +/* line 14, ../../sass/logbook.scss */ +body { + margin: 0px; + border: 0px; + padding: 0px; +} + +/* line 19, ../../sass/logbook.scss */ +.headerbutton { + padding: 0 12px 0 12px; + float: right; +} + +/* line 24, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 31, ../../sass/logbook.scss */ +#paper { + z-index: 9; + width: 1000px; + padding: 37px 55px 72px; + position: relative; + border: 1px solid #333333; + background: #dbc397; + -webkit-background-size: 100% 30px; + -moz-background-size: 100% 30px; + -ms-background-size: 100% 30px; + background-size: 100% 30px; + box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5); + border-radius: 4px 4px 4px 4px; + color: #282625; + margin: 0 auto; + margin-bottom: 60px; + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; + text-rendering: optimizeLegibility; + font-feature-settings: "kern"; + -webkit-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern=1"; +} + +/* line 57, ../../sass/logbook.scss */ +#infowindow { + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; +} + +/* line 61, ../../sass/logbook.scss */ +.form-container { + top: 50px; +} + +/* line 64, ../../sass/logbook.scss */ +h1, h2, h3 { + font-family: 'im_fell_double_pica_scregular', serif; +} + +/* line 67, ../../sass/logbook.scss */ +.logheader { + font-size: larger; + font-weight: bold; +} + +/* line 71, ../../sass/logbook.scss */ +.logentry { + padding-left: 25px; + padding-right: 25px; + border-bottom: 1px solid #282625; +} + +/* line 76, ../../sass/logbook.scss */ +.logentry2 { + padding-left: 100px; + padding-right: 100px; + border-bottom: 1px solid #282625; +} + +/* line 81, ../../sass/logbook.scss */ +ul { + list-style: square inside url("../images/hunt/bullet3.png"); +} + +/* line 84, ../../sass/logbook.scss */ +table.fancy { + padding: 0; + margin: 0; + width: 100%; + border-collapse: collapse; + border-style: double; + border-color: #282625; + border-left: 0; + border-right: 0; +} + +/* line 94, ../../sass/logbook.scss */ +table.fancy th, tr { + padding: 0; + margin: 0; +} + +/* line 98, ../../sass/logbook.scss */ +table.fancy td { + padding-left: 10px; + margin: 0; + border: 1px solid #282625; + border-right: 0; +} + +/* line 104, ../../sass/logbook.scss */ +.tdleft { + padding: 0; + width: 10%; + border-left: 0; +} + +/* line 109, ../../sass/logbook.scss */ +.caption { + font-style: italic; + border-top: 0px; + margin-top: 0px; + padding-top: 0px; +} + +/* line 116, ../../sass/logbook.scss */ +.puzzle-sans { + font-family: sans-serif; +} + +/* line 120, ../../sass/logbook.scss */ +.puzzle { + display: table; + width: 100%; +} + +/* line 125, ../../sass/logbook.scss */ +.puzzle-page-header { + margin-bottom: 20px; +} + +/* line 129, ../../sass/logbook.scss */ +.answer { + margin-bottom: 30px; +} + +/* line 133, ../../sass/logbook.scss */ +.puzzle li { + list-style-position: inside; + text-indent: -1.1em; +} + +/* line 138, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 145, ../../sass/logbook.scss */ +.clickbaitbannerbox { + width: 320px; + margin-right: 20px; + margin-left: auto; + margin-bottom: 20px; + margin-top: -30px; +} + +@media print { + /* line 154, ../../sass/logbook.scss */ + .clickbaitbannerbox { + margin-top: 50px; + } +} +/* line 159, ../../sass/logbook.scss */ +.clickbaitbanner { + background-color: white; + padding: 10px; +} + +/* line 163, ../../sass/logbook.scss */ +.attop { + position: absolute; + top: 0px; + left: 0px; +} + +/* line 169, ../../sass/logbook.scss */ +.byline { + font-family: 'Times New Roman', serif; + font-style: italic; +} + +/* line 173, ../../sass/logbook.scss */ +.clickbaitlink { + font-family: Helvetica, Arial, sans-serif; + font-size: 20px; +} + +/* line 177, ../../sass/logbook.scss */ +.clickbaitlink a { + text-decoration: none; +} + +/* line 181, ../../sass/logbook.scss */ +.puzzle p, .puzzle li { + line-height: 1.4em; +} + +/* line 185, ../../sass/logbook.scss */ +.solution-table td, .solution-table th { + padding-right: 15px; +} + +@media print { + /* line 190, ../../sass/logbook.scss */ + #puzzle-obj img { + display: none; + } + + /* line 194, ../../sass/logbook.scss */ + .no-page-break { + page-break-inside: avoid; + } + + /* line 197, ../../sass/logbook.scss */ + #paper { + width: 100%; + margin-bottom: 0px !important; + padding-bottom: 0px !important; + border: 0px !important; + } +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0440_MIT_Mystery_Hunt_2015_Go_Fish/_solution_assets/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0440_MIT_Mystery_Hunt_2015_Go_Fish/_solution_assets/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0440_MIT_Mystery_Hunt_2015_Go_Fish/_solution_assets/logbook.css @@ -0,0 +1,244 @@ +@font-face { + font-family: 'im_fell_double_pica_scregular'; + src: url("../fonts/hunt/imfedpsc28p-webfont.eot"); + src: url("../fonts/hunt/imfedpsc28p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hunt/imfedpsc28p-webfont.woff2") format("woff2"), url("../fonts/hunt/imfedpsc28p-webfont.woff") format("woff"), url("../fonts/hunt/imfedpsc28p-webfont.ttf") format("truetype"), url("../fonts/hunt/imfedpsc28p-webfont.svg#im_fell_double_pica_scregular") format("svg"); + font-weight: normal; + font-style: normal; +} + +/* line 14, ../../sass/logbook.scss */ +body { + margin: 0px; + border: 0px; + padding: 0px; +} + +/* line 19, ../../sass/logbook.scss */ +.headerbutton { + padding: 0 12px 0 12px; + float: right; +} + +/* line 24, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 31, ../../sass/logbook.scss */ +#paper { + z-index: 9; + width: 1000px; + padding: 37px 55px 72px; + position: relative; + border: 1px solid #333333; + background: #dbc397; + -webkit-background-size: 100% 30px; + -moz-background-size: 100% 30px; + -ms-background-size: 100% 30px; + background-size: 100% 30px; + box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5); + border-radius: 4px 4px 4px 4px; + color: #282625; + margin: 0 auto; + margin-bottom: 60px; + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; + text-rendering: optimizeLegibility; + font-feature-settings: "kern"; + -webkit-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern=1"; +} + +/* line 57, ../../sass/logbook.scss */ +#infowindow { + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; +} + +/* line 61, ../../sass/logbook.scss */ +.form-container { + top: 50px; +} + +/* line 64, ../../sass/logbook.scss */ +h1, h2, h3 { + font-family: 'im_fell_double_pica_scregular', serif; +} + +/* line 67, ../../sass/logbook.scss */ +.logheader { + font-size: larger; + font-weight: bold; +} + +/* line 71, ../../sass/logbook.scss */ +.logentry { + padding-left: 25px; + padding-right: 25px; + border-bottom: 1px solid #282625; +} + +/* line 76, ../../sass/logbook.scss */ +.logentry2 { + padding-left: 100px; + padding-right: 100px; + border-bottom: 1px solid #282625; +} + +/* line 81, ../../sass/logbook.scss */ +ul { + list-style: square inside url("../images/hunt/bullet3.png"); +} + +/* line 84, ../../sass/logbook.scss */ +table.fancy { + padding: 0; + margin: 0; + width: 100%; + border-collapse: collapse; + border-style: double; + border-color: #282625; + border-left: 0; + border-right: 0; +} + +/* line 94, ../../sass/logbook.scss */ +table.fancy th, tr { + padding: 0; + margin: 0; +} + +/* line 98, ../../sass/logbook.scss */ +table.fancy td { + padding-left: 10px; + margin: 0; + border: 1px solid #282625; + border-right: 0; +} + +/* line 104, ../../sass/logbook.scss */ +.tdleft { + padding: 0; + width: 10%; + border-left: 0; +} + +/* line 109, ../../sass/logbook.scss */ +.caption { + font-style: italic; + border-top: 0px; + margin-top: 0px; + padding-top: 0px; +} + +/* line 116, ../../sass/logbook.scss */ +.puzzle-sans { + font-family: sans-serif; +} + +/* line 120, ../../sass/logbook.scss */ +.puzzle { + display: table; + width: 100%; +} + +/* line 125, ../../sass/logbook.scss */ +.puzzle-page-header { + margin-bottom: 20px; +} + +/* line 129, ../../sass/logbook.scss */ +.answer { + margin-bottom: 30px; +} + +/* line 133, ../../sass/logbook.scss */ +.puzzle li { + list-style-position: inside; + text-indent: -1.1em; +} + +/* line 138, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 145, ../../sass/logbook.scss */ +.clickbaitbannerbox { + width: 320px; + margin-right: 20px; + margin-left: auto; + margin-bottom: 20px; + margin-top: -30px; +} + +@media print { + /* line 154, ../../sass/logbook.scss */ + .clickbaitbannerbox { + margin-top: 50px; + } +} +/* line 159, ../../sass/logbook.scss */ +.clickbaitbanner { + background-color: white; + padding: 10px; +} + +/* line 163, ../../sass/logbook.scss */ +.attop { + position: absolute; + top: 0px; + left: 0px; +} + +/* line 169, ../../sass/logbook.scss */ +.byline { + font-family: 'Times New Roman', serif; + font-style: italic; +} + +/* line 173, ../../sass/logbook.scss */ +.clickbaitlink { + font-family: Helvetica, Arial, sans-serif; + font-size: 20px; +} + +/* line 177, ../../sass/logbook.scss */ +.clickbaitlink a { + text-decoration: none; +} + +/* line 181, ../../sass/logbook.scss */ +.puzzle p, .puzzle li { + line-height: 1.4em; +} + +/* line 185, ../../sass/logbook.scss */ +.solution-table td, .solution-table th { + padding-right: 15px; +} + +@media print { + /* line 190, ../../sass/logbook.scss */ + #puzzle-obj img { + display: none; + } + + /* line 194, ../../sass/logbook.scss */ + .no-page-break { + page-break-inside: avoid; + } + + /* line 197, ../../sass/logbook.scss */ + #paper { + width: 100%; + margin-bottom: 0px !important; + padding-bottom: 0px !important; + border: 0px !important; + } +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0441_MIT_Mystery_Hunt_2015_Fill_in_the_Blanks/_solution_assets/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0441_MIT_Mystery_Hunt_2015_Fill_in_the_Blanks/_solution_assets/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0441_MIT_Mystery_Hunt_2015_Fill_in_the_Blanks/_solution_assets/logbook.css @@ -0,0 +1,244 @@ +@font-face { + font-family: 'im_fell_double_pica_scregular'; + src: url("../fonts/hunt/imfedpsc28p-webfont.eot"); + src: url("../fonts/hunt/imfedpsc28p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hunt/imfedpsc28p-webfont.woff2") format("woff2"), url("../fonts/hunt/imfedpsc28p-webfont.woff") format("woff"), url("../fonts/hunt/imfedpsc28p-webfont.ttf") format("truetype"), url("../fonts/hunt/imfedpsc28p-webfont.svg#im_fell_double_pica_scregular") format("svg"); + font-weight: normal; + font-style: normal; +} + +/* line 14, ../../sass/logbook.scss */ +body { + margin: 0px; + border: 0px; + padding: 0px; +} + +/* line 19, ../../sass/logbook.scss */ +.headerbutton { + padding: 0 12px 0 12px; + float: right; +} + +/* line 24, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 31, ../../sass/logbook.scss */ +#paper { + z-index: 9; + width: 1000px; + padding: 37px 55px 72px; + position: relative; + border: 1px solid #333333; + background: #dbc397; + -webkit-background-size: 100% 30px; + -moz-background-size: 100% 30px; + -ms-background-size: 100% 30px; + background-size: 100% 30px; + box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5); + border-radius: 4px 4px 4px 4px; + color: #282625; + margin: 0 auto; + margin-bottom: 60px; + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; + text-rendering: optimizeLegibility; + font-feature-settings: "kern"; + -webkit-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern=1"; +} + +/* line 57, ../../sass/logbook.scss */ +#infowindow { + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; +} + +/* line 61, ../../sass/logbook.scss */ +.form-container { + top: 50px; +} + +/* line 64, ../../sass/logbook.scss */ +h1, h2, h3 { + font-family: 'im_fell_double_pica_scregular', serif; +} + +/* line 67, ../../sass/logbook.scss */ +.logheader { + font-size: larger; + font-weight: bold; +} + +/* line 71, ../../sass/logbook.scss */ +.logentry { + padding-left: 25px; + padding-right: 25px; + border-bottom: 1px solid #282625; +} + +/* line 76, ../../sass/logbook.scss */ +.logentry2 { + padding-left: 100px; + padding-right: 100px; + border-bottom: 1px solid #282625; +} + +/* line 81, ../../sass/logbook.scss */ +ul { + list-style: square inside url("../images/hunt/bullet3.png"); +} + +/* line 84, ../../sass/logbook.scss */ +table.fancy { + padding: 0; + margin: 0; + width: 100%; + border-collapse: collapse; + border-style: double; + border-color: #282625; + border-left: 0; + border-right: 0; +} + +/* line 94, ../../sass/logbook.scss */ +table.fancy th, tr { + padding: 0; + margin: 0; +} + +/* line 98, ../../sass/logbook.scss */ +table.fancy td { + padding-left: 10px; + margin: 0; + border: 1px solid #282625; + border-right: 0; +} + +/* line 104, ../../sass/logbook.scss */ +.tdleft { + padding: 0; + width: 10%; + border-left: 0; +} + +/* line 109, ../../sass/logbook.scss */ +.caption { + font-style: italic; + border-top: 0px; + margin-top: 0px; + padding-top: 0px; +} + +/* line 116, ../../sass/logbook.scss */ +.puzzle-sans { + font-family: sans-serif; +} + +/* line 120, ../../sass/logbook.scss */ +.puzzle { + display: table; + width: 100%; +} + +/* line 125, ../../sass/logbook.scss */ +.puzzle-page-header { + margin-bottom: 20px; +} + +/* line 129, ../../sass/logbook.scss */ +.answer { + margin-bottom: 30px; +} + +/* line 133, ../../sass/logbook.scss */ +.puzzle li { + list-style-position: inside; + text-indent: -1.1em; +} + +/* line 138, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 145, ../../sass/logbook.scss */ +.clickbaitbannerbox { + width: 320px; + margin-right: 20px; + margin-left: auto; + margin-bottom: 20px; + margin-top: -30px; +} + +@media print { + /* line 154, ../../sass/logbook.scss */ + .clickbaitbannerbox { + margin-top: 50px; + } +} +/* line 159, ../../sass/logbook.scss */ +.clickbaitbanner { + background-color: white; + padding: 10px; +} + +/* line 163, ../../sass/logbook.scss */ +.attop { + position: absolute; + top: 0px; + left: 0px; +} + +/* line 169, ../../sass/logbook.scss */ +.byline { + font-family: 'Times New Roman', serif; + font-style: italic; +} + +/* line 173, ../../sass/logbook.scss */ +.clickbaitlink { + font-family: Helvetica, Arial, sans-serif; + font-size: 20px; +} + +/* line 177, ../../sass/logbook.scss */ +.clickbaitlink a { + text-decoration: none; +} + +/* line 181, ../../sass/logbook.scss */ +.puzzle p, .puzzle li { + line-height: 1.4em; +} + +/* line 185, ../../sass/logbook.scss */ +.solution-table td, .solution-table th { + padding-right: 15px; +} + +@media print { + /* line 190, ../../sass/logbook.scss */ + #puzzle-obj img { + display: none; + } + + /* line 194, ../../sass/logbook.scss */ + .no-page-break { + page-break-inside: avoid; + } + + /* line 197, ../../sass/logbook.scss */ + #paper { + width: 100%; + margin-bottom: 0px !important; + padding-bottom: 0px !important; + border: 0px !important; + } +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0442_MIT_Mystery_Hunt_2015_A_Toast/_solution_assets/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0442_MIT_Mystery_Hunt_2015_A_Toast/_solution_assets/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0442_MIT_Mystery_Hunt_2015_A_Toast/_solution_assets/logbook.css @@ -0,0 +1,244 @@ +@font-face { + font-family: 'im_fell_double_pica_scregular'; + src: url("../fonts/hunt/imfedpsc28p-webfont.eot"); + src: url("../fonts/hunt/imfedpsc28p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hunt/imfedpsc28p-webfont.woff2") format("woff2"), url("../fonts/hunt/imfedpsc28p-webfont.woff") format("woff"), url("../fonts/hunt/imfedpsc28p-webfont.ttf") format("truetype"), url("../fonts/hunt/imfedpsc28p-webfont.svg#im_fell_double_pica_scregular") format("svg"); + font-weight: normal; + font-style: normal; +} + +/* line 14, ../../sass/logbook.scss */ +body { + margin: 0px; + border: 0px; + padding: 0px; +} + +/* line 19, ../../sass/logbook.scss */ +.headerbutton { + padding: 0 12px 0 12px; + float: right; +} + +/* line 24, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 31, ../../sass/logbook.scss */ +#paper { + z-index: 9; + width: 1000px; + padding: 37px 55px 72px; + position: relative; + border: 1px solid #333333; + background: #dbc397; + -webkit-background-size: 100% 30px; + -moz-background-size: 100% 30px; + -ms-background-size: 100% 30px; + background-size: 100% 30px; + box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5); + border-radius: 4px 4px 4px 4px; + color: #282625; + margin: 0 auto; + margin-bottom: 60px; + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; + text-rendering: optimizeLegibility; + font-feature-settings: "kern"; + -webkit-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern=1"; +} + +/* line 57, ../../sass/logbook.scss */ +#infowindow { + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; +} + +/* line 61, ../../sass/logbook.scss */ +.form-container { + top: 50px; +} + +/* line 64, ../../sass/logbook.scss */ +h1, h2, h3 { + font-family: 'im_fell_double_pica_scregular', serif; +} + +/* line 67, ../../sass/logbook.scss */ +.logheader { + font-size: larger; + font-weight: bold; +} + +/* line 71, ../../sass/logbook.scss */ +.logentry { + padding-left: 25px; + padding-right: 25px; + border-bottom: 1px solid #282625; +} + +/* line 76, ../../sass/logbook.scss */ +.logentry2 { + padding-left: 100px; + padding-right: 100px; + border-bottom: 1px solid #282625; +} + +/* line 81, ../../sass/logbook.scss */ +ul { + list-style: square inside url("../images/hunt/bullet3.png"); +} + +/* line 84, ../../sass/logbook.scss */ +table.fancy { + padding: 0; + margin: 0; + width: 100%; + border-collapse: collapse; + border-style: double; + border-color: #282625; + border-left: 0; + border-right: 0; +} + +/* line 94, ../../sass/logbook.scss */ +table.fancy th, tr { + padding: 0; + margin: 0; +} + +/* line 98, ../../sass/logbook.scss */ +table.fancy td { + padding-left: 10px; + margin: 0; + border: 1px solid #282625; + border-right: 0; +} + +/* line 104, ../../sass/logbook.scss */ +.tdleft { + padding: 0; + width: 10%; + border-left: 0; +} + +/* line 109, ../../sass/logbook.scss */ +.caption { + font-style: italic; + border-top: 0px; + margin-top: 0px; + padding-top: 0px; +} + +/* line 116, ../../sass/logbook.scss */ +.puzzle-sans { + font-family: sans-serif; +} + +/* line 120, ../../sass/logbook.scss */ +.puzzle { + display: table; + width: 100%; +} + +/* line 125, ../../sass/logbook.scss */ +.puzzle-page-header { + margin-bottom: 20px; +} + +/* line 129, ../../sass/logbook.scss */ +.answer { + margin-bottom: 30px; +} + +/* line 133, ../../sass/logbook.scss */ +.puzzle li { + list-style-position: inside; + text-indent: -1.1em; +} + +/* line 138, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 145, ../../sass/logbook.scss */ +.clickbaitbannerbox { + width: 320px; + margin-right: 20px; + margin-left: auto; + margin-bottom: 20px; + margin-top: -30px; +} + +@media print { + /* line 154, ../../sass/logbook.scss */ + .clickbaitbannerbox { + margin-top: 50px; + } +} +/* line 159, ../../sass/logbook.scss */ +.clickbaitbanner { + background-color: white; + padding: 10px; +} + +/* line 163, ../../sass/logbook.scss */ +.attop { + position: absolute; + top: 0px; + left: 0px; +} + +/* line 169, ../../sass/logbook.scss */ +.byline { + font-family: 'Times New Roman', serif; + font-style: italic; +} + +/* line 173, ../../sass/logbook.scss */ +.clickbaitlink { + font-family: Helvetica, Arial, sans-serif; + font-size: 20px; +} + +/* line 177, ../../sass/logbook.scss */ +.clickbaitlink a { + text-decoration: none; +} + +/* line 181, ../../sass/logbook.scss */ +.puzzle p, .puzzle li { + line-height: 1.4em; +} + +/* line 185, ../../sass/logbook.scss */ +.solution-table td, .solution-table th { + padding-right: 15px; +} + +@media print { + /* line 190, ../../sass/logbook.scss */ + #puzzle-obj img { + display: none; + } + + /* line 194, ../../sass/logbook.scss */ + .no-page-break { + page-break-inside: avoid; + } + + /* line 197, ../../sass/logbook.scss */ + #paper { + width: 100%; + margin-bottom: 0px !important; + padding-bottom: 0px !important; + border: 0px !important; + } +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0443_MIT_Mystery_Hunt_2015_Be_a_Star/_solution_assets/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0443_MIT_Mystery_Hunt_2015_Be_a_Star/_solution_assets/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0443_MIT_Mystery_Hunt_2015_Be_a_Star/_solution_assets/logbook.css @@ -0,0 +1,244 @@ +@font-face { + font-family: 'im_fell_double_pica_scregular'; + src: url("../fonts/hunt/imfedpsc28p-webfont.eot"); + src: url("../fonts/hunt/imfedpsc28p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hunt/imfedpsc28p-webfont.woff2") format("woff2"), url("../fonts/hunt/imfedpsc28p-webfont.woff") format("woff"), url("../fonts/hunt/imfedpsc28p-webfont.ttf") format("truetype"), url("../fonts/hunt/imfedpsc28p-webfont.svg#im_fell_double_pica_scregular") format("svg"); + font-weight: normal; + font-style: normal; +} + +/* line 14, ../../sass/logbook.scss */ +body { + margin: 0px; + border: 0px; + padding: 0px; +} + +/* line 19, ../../sass/logbook.scss */ +.headerbutton { + padding: 0 12px 0 12px; + float: right; +} + +/* line 24, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 31, ../../sass/logbook.scss */ +#paper { + z-index: 9; + width: 1000px; + padding: 37px 55px 72px; + position: relative; + border: 1px solid #333333; + background: #dbc397; + -webkit-background-size: 100% 30px; + -moz-background-size: 100% 30px; + -ms-background-size: 100% 30px; + background-size: 100% 30px; + box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5); + border-radius: 4px 4px 4px 4px; + color: #282625; + margin: 0 auto; + margin-bottom: 60px; + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; + text-rendering: optimizeLegibility; + font-feature-settings: "kern"; + -webkit-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern=1"; +} + +/* line 57, ../../sass/logbook.scss */ +#infowindow { + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; +} + +/* line 61, ../../sass/logbook.scss */ +.form-container { + top: 50px; +} + +/* line 64, ../../sass/logbook.scss */ +h1, h2, h3 { + font-family: 'im_fell_double_pica_scregular', serif; +} + +/* line 67, ../../sass/logbook.scss */ +.logheader { + font-size: larger; + font-weight: bold; +} + +/* line 71, ../../sass/logbook.scss */ +.logentry { + padding-left: 25px; + padding-right: 25px; + border-bottom: 1px solid #282625; +} + +/* line 76, ../../sass/logbook.scss */ +.logentry2 { + padding-left: 100px; + padding-right: 100px; + border-bottom: 1px solid #282625; +} + +/* line 81, ../../sass/logbook.scss */ +ul { + list-style: square inside url("../images/hunt/bullet3.png"); +} + +/* line 84, ../../sass/logbook.scss */ +table.fancy { + padding: 0; + margin: 0; + width: 100%; + border-collapse: collapse; + border-style: double; + border-color: #282625; + border-left: 0; + border-right: 0; +} + +/* line 94, ../../sass/logbook.scss */ +table.fancy th, tr { + padding: 0; + margin: 0; +} + +/* line 98, ../../sass/logbook.scss */ +table.fancy td { + padding-left: 10px; + margin: 0; + border: 1px solid #282625; + border-right: 0; +} + +/* line 104, ../../sass/logbook.scss */ +.tdleft { + padding: 0; + width: 10%; + border-left: 0; +} + +/* line 109, ../../sass/logbook.scss */ +.caption { + font-style: italic; + border-top: 0px; + margin-top: 0px; + padding-top: 0px; +} + +/* line 116, ../../sass/logbook.scss */ +.puzzle-sans { + font-family: sans-serif; +} + +/* line 120, ../../sass/logbook.scss */ +.puzzle { + display: table; + width: 100%; +} + +/* line 125, ../../sass/logbook.scss */ +.puzzle-page-header { + margin-bottom: 20px; +} + +/* line 129, ../../sass/logbook.scss */ +.answer { + margin-bottom: 30px; +} + +/* line 133, ../../sass/logbook.scss */ +.puzzle li { + list-style-position: inside; + text-indent: -1.1em; +} + +/* line 138, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 145, ../../sass/logbook.scss */ +.clickbaitbannerbox { + width: 320px; + margin-right: 20px; + margin-left: auto; + margin-bottom: 20px; + margin-top: -30px; +} + +@media print { + /* line 154, ../../sass/logbook.scss */ + .clickbaitbannerbox { + margin-top: 50px; + } +} +/* line 159, ../../sass/logbook.scss */ +.clickbaitbanner { + background-color: white; + padding: 10px; +} + +/* line 163, ../../sass/logbook.scss */ +.attop { + position: absolute; + top: 0px; + left: 0px; +} + +/* line 169, ../../sass/logbook.scss */ +.byline { + font-family: 'Times New Roman', serif; + font-style: italic; +} + +/* line 173, ../../sass/logbook.scss */ +.clickbaitlink { + font-family: Helvetica, Arial, sans-serif; + font-size: 20px; +} + +/* line 177, ../../sass/logbook.scss */ +.clickbaitlink a { + text-decoration: none; +} + +/* line 181, ../../sass/logbook.scss */ +.puzzle p, .puzzle li { + line-height: 1.4em; +} + +/* line 185, ../../sass/logbook.scss */ +.solution-table td, .solution-table th { + padding-right: 15px; +} + +@media print { + /* line 190, ../../sass/logbook.scss */ + #puzzle-obj img { + display: none; + } + + /* line 194, ../../sass/logbook.scss */ + .no-page-break { + page-break-inside: avoid; + } + + /* line 197, ../../sass/logbook.scss */ + #paper { + width: 100%; + margin-bottom: 0px !important; + padding-bottom: 0px !important; + border: 0px !important; + } +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0444_MIT_Mystery_Hunt_2015_I_Know_That_s_a_Pisser_Baby/_solution_assets/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0444_MIT_Mystery_Hunt_2015_I_Know_That_s_a_Pisser_Baby/_solution_assets/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0444_MIT_Mystery_Hunt_2015_I_Know_That_s_a_Pisser_Baby/_solution_assets/logbook.css @@ -0,0 +1,244 @@ +@font-face { + font-family: 'im_fell_double_pica_scregular'; + src: url("../fonts/hunt/imfedpsc28p-webfont.eot"); + src: url("../fonts/hunt/imfedpsc28p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hunt/imfedpsc28p-webfont.woff2") format("woff2"), url("../fonts/hunt/imfedpsc28p-webfont.woff") format("woff"), url("../fonts/hunt/imfedpsc28p-webfont.ttf") format("truetype"), url("../fonts/hunt/imfedpsc28p-webfont.svg#im_fell_double_pica_scregular") format("svg"); + font-weight: normal; + font-style: normal; +} + +/* line 14, ../../sass/logbook.scss */ +body { + margin: 0px; + border: 0px; + padding: 0px; +} + +/* line 19, ../../sass/logbook.scss */ +.headerbutton { + padding: 0 12px 0 12px; + float: right; +} + +/* line 24, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 31, ../../sass/logbook.scss */ +#paper { + z-index: 9; + width: 1000px; + padding: 37px 55px 72px; + position: relative; + border: 1px solid #333333; + background: #dbc397; + -webkit-background-size: 100% 30px; + -moz-background-size: 100% 30px; + -ms-background-size: 100% 30px; + background-size: 100% 30px; + box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5); + border-radius: 4px 4px 4px 4px; + color: #282625; + margin: 0 auto; + margin-bottom: 60px; + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; + text-rendering: optimizeLegibility; + font-feature-settings: "kern"; + -webkit-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern=1"; +} + +/* line 57, ../../sass/logbook.scss */ +#infowindow { + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; +} + +/* line 61, ../../sass/logbook.scss */ +.form-container { + top: 50px; +} + +/* line 64, ../../sass/logbook.scss */ +h1, h2, h3 { + font-family: 'im_fell_double_pica_scregular', serif; +} + +/* line 67, ../../sass/logbook.scss */ +.logheader { + font-size: larger; + font-weight: bold; +} + +/* line 71, ../../sass/logbook.scss */ +.logentry { + padding-left: 25px; + padding-right: 25px; + border-bottom: 1px solid #282625; +} + +/* line 76, ../../sass/logbook.scss */ +.logentry2 { + padding-left: 100px; + padding-right: 100px; + border-bottom: 1px solid #282625; +} + +/* line 81, ../../sass/logbook.scss */ +ul { + list-style: square inside url("../images/hunt/bullet3.png"); +} + +/* line 84, ../../sass/logbook.scss */ +table.fancy { + padding: 0; + margin: 0; + width: 100%; + border-collapse: collapse; + border-style: double; + border-color: #282625; + border-left: 0; + border-right: 0; +} + +/* line 94, ../../sass/logbook.scss */ +table.fancy th, tr { + padding: 0; + margin: 0; +} + +/* line 98, ../../sass/logbook.scss */ +table.fancy td { + padding-left: 10px; + margin: 0; + border: 1px solid #282625; + border-right: 0; +} + +/* line 104, ../../sass/logbook.scss */ +.tdleft { + padding: 0; + width: 10%; + border-left: 0; +} + +/* line 109, ../../sass/logbook.scss */ +.caption { + font-style: italic; + border-top: 0px; + margin-top: 0px; + padding-top: 0px; +} + +/* line 116, ../../sass/logbook.scss */ +.puzzle-sans { + font-family: sans-serif; +} + +/* line 120, ../../sass/logbook.scss */ +.puzzle { + display: table; + width: 100%; +} + +/* line 125, ../../sass/logbook.scss */ +.puzzle-page-header { + margin-bottom: 20px; +} + +/* line 129, ../../sass/logbook.scss */ +.answer { + margin-bottom: 30px; +} + +/* line 133, ../../sass/logbook.scss */ +.puzzle li { + list-style-position: inside; + text-indent: -1.1em; +} + +/* line 138, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 145, ../../sass/logbook.scss */ +.clickbaitbannerbox { + width: 320px; + margin-right: 20px; + margin-left: auto; + margin-bottom: 20px; + margin-top: -30px; +} + +@media print { + /* line 154, ../../sass/logbook.scss */ + .clickbaitbannerbox { + margin-top: 50px; + } +} +/* line 159, ../../sass/logbook.scss */ +.clickbaitbanner { + background-color: white; + padding: 10px; +} + +/* line 163, ../../sass/logbook.scss */ +.attop { + position: absolute; + top: 0px; + left: 0px; +} + +/* line 169, ../../sass/logbook.scss */ +.byline { + font-family: 'Times New Roman', serif; + font-style: italic; +} + +/* line 173, ../../sass/logbook.scss */ +.clickbaitlink { + font-family: Helvetica, Arial, sans-serif; + font-size: 20px; +} + +/* line 177, ../../sass/logbook.scss */ +.clickbaitlink a { + text-decoration: none; +} + +/* line 181, ../../sass/logbook.scss */ +.puzzle p, .puzzle li { + line-height: 1.4em; +} + +/* line 185, ../../sass/logbook.scss */ +.solution-table td, .solution-table th { + padding-right: 15px; +} + +@media print { + /* line 190, ../../sass/logbook.scss */ + #puzzle-obj img { + display: none; + } + + /* line 194, ../../sass/logbook.scss */ + .no-page-break { + page-break-inside: avoid; + } + + /* line 197, ../../sass/logbook.scss */ + #paper { + width: 100%; + margin-bottom: 0px !important; + padding-bottom: 0px !important; + border: 0px !important; + } +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0445_MIT_Mystery_Hunt_2015_Word_Fork/_solution_assets/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0445_MIT_Mystery_Hunt_2015_Word_Fork/_solution_assets/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0445_MIT_Mystery_Hunt_2015_Word_Fork/_solution_assets/logbook.css @@ -0,0 +1,244 @@ +@font-face { + font-family: 'im_fell_double_pica_scregular'; + src: url("../fonts/hunt/imfedpsc28p-webfont.eot"); + src: url("../fonts/hunt/imfedpsc28p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hunt/imfedpsc28p-webfont.woff2") format("woff2"), url("../fonts/hunt/imfedpsc28p-webfont.woff") format("woff"), url("../fonts/hunt/imfedpsc28p-webfont.ttf") format("truetype"), url("../fonts/hunt/imfedpsc28p-webfont.svg#im_fell_double_pica_scregular") format("svg"); + font-weight: normal; + font-style: normal; +} + +/* line 14, ../../sass/logbook.scss */ +body { + margin: 0px; + border: 0px; + padding: 0px; +} + +/* line 19, ../../sass/logbook.scss */ +.headerbutton { + padding: 0 12px 0 12px; + float: right; +} + +/* line 24, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 31, ../../sass/logbook.scss */ +#paper { + z-index: 9; + width: 1000px; + padding: 37px 55px 72px; + position: relative; + border: 1px solid #333333; + background: #dbc397; + -webkit-background-size: 100% 30px; + -moz-background-size: 100% 30px; + -ms-background-size: 100% 30px; + background-size: 100% 30px; + box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5); + border-radius: 4px 4px 4px 4px; + color: #282625; + margin: 0 auto; + margin-bottom: 60px; + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; + text-rendering: optimizeLegibility; + font-feature-settings: "kern"; + -webkit-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern=1"; +} + +/* line 57, ../../sass/logbook.scss */ +#infowindow { + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; +} + +/* line 61, ../../sass/logbook.scss */ +.form-container { + top: 50px; +} + +/* line 64, ../../sass/logbook.scss */ +h1, h2, h3 { + font-family: 'im_fell_double_pica_scregular', serif; +} + +/* line 67, ../../sass/logbook.scss */ +.logheader { + font-size: larger; + font-weight: bold; +} + +/* line 71, ../../sass/logbook.scss */ +.logentry { + padding-left: 25px; + padding-right: 25px; + border-bottom: 1px solid #282625; +} + +/* line 76, ../../sass/logbook.scss */ +.logentry2 { + padding-left: 100px; + padding-right: 100px; + border-bottom: 1px solid #282625; +} + +/* line 81, ../../sass/logbook.scss */ +ul { + list-style: square inside url("../images/hunt/bullet3.png"); +} + +/* line 84, ../../sass/logbook.scss */ +table.fancy { + padding: 0; + margin: 0; + width: 100%; + border-collapse: collapse; + border-style: double; + border-color: #282625; + border-left: 0; + border-right: 0; +} + +/* line 94, ../../sass/logbook.scss */ +table.fancy th, tr { + padding: 0; + margin: 0; +} + +/* line 98, ../../sass/logbook.scss */ +table.fancy td { + padding-left: 10px; + margin: 0; + border: 1px solid #282625; + border-right: 0; +} + +/* line 104, ../../sass/logbook.scss */ +.tdleft { + padding: 0; + width: 10%; + border-left: 0; +} + +/* line 109, ../../sass/logbook.scss */ +.caption { + font-style: italic; + border-top: 0px; + margin-top: 0px; + padding-top: 0px; +} + +/* line 116, ../../sass/logbook.scss */ +.puzzle-sans { + font-family: sans-serif; +} + +/* line 120, ../../sass/logbook.scss */ +.puzzle { + display: table; + width: 100%; +} + +/* line 125, ../../sass/logbook.scss */ +.puzzle-page-header { + margin-bottom: 20px; +} + +/* line 129, ../../sass/logbook.scss */ +.answer { + margin-bottom: 30px; +} + +/* line 133, ../../sass/logbook.scss */ +.puzzle li { + list-style-position: inside; + text-indent: -1.1em; +} + +/* line 138, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 145, ../../sass/logbook.scss */ +.clickbaitbannerbox { + width: 320px; + margin-right: 20px; + margin-left: auto; + margin-bottom: 20px; + margin-top: -30px; +} + +@media print { + /* line 154, ../../sass/logbook.scss */ + .clickbaitbannerbox { + margin-top: 50px; + } +} +/* line 159, ../../sass/logbook.scss */ +.clickbaitbanner { + background-color: white; + padding: 10px; +} + +/* line 163, ../../sass/logbook.scss */ +.attop { + position: absolute; + top: 0px; + left: 0px; +} + +/* line 169, ../../sass/logbook.scss */ +.byline { + font-family: 'Times New Roman', serif; + font-style: italic; +} + +/* line 173, ../../sass/logbook.scss */ +.clickbaitlink { + font-family: Helvetica, Arial, sans-serif; + font-size: 20px; +} + +/* line 177, ../../sass/logbook.scss */ +.clickbaitlink a { + text-decoration: none; +} + +/* line 181, ../../sass/logbook.scss */ +.puzzle p, .puzzle li { + line-height: 1.4em; +} + +/* line 185, ../../sass/logbook.scss */ +.solution-table td, .solution-table th { + padding-right: 15px; +} + +@media print { + /* line 190, ../../sass/logbook.scss */ + #puzzle-obj img { + display: none; + } + + /* line 194, ../../sass/logbook.scss */ + .no-page-break { + page-break-inside: avoid; + } + + /* line 197, ../../sass/logbook.scss */ + #paper { + width: 100%; + margin-bottom: 0px !important; + padding-bottom: 0px !important; + border: 0px !important; + } +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0446_MIT_Mystery_Hunt_2015_A_Poem_by_Shell_Silverstein/_solution_assets/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0446_MIT_Mystery_Hunt_2015_A_Poem_by_Shell_Silverstein/_solution_assets/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0446_MIT_Mystery_Hunt_2015_A_Poem_by_Shell_Silverstein/_solution_assets/logbook.css @@ -0,0 +1,244 @@ +@font-face { + font-family: 'im_fell_double_pica_scregular'; + src: url("../fonts/hunt/imfedpsc28p-webfont.eot"); + src: url("../fonts/hunt/imfedpsc28p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hunt/imfedpsc28p-webfont.woff2") format("woff2"), url("../fonts/hunt/imfedpsc28p-webfont.woff") format("woff"), url("../fonts/hunt/imfedpsc28p-webfont.ttf") format("truetype"), url("../fonts/hunt/imfedpsc28p-webfont.svg#im_fell_double_pica_scregular") format("svg"); + font-weight: normal; + font-style: normal; +} + +/* line 14, ../../sass/logbook.scss */ +body { + margin: 0px; + border: 0px; + padding: 0px; +} + +/* line 19, ../../sass/logbook.scss */ +.headerbutton { + padding: 0 12px 0 12px; + float: right; +} + +/* line 24, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 31, ../../sass/logbook.scss */ +#paper { + z-index: 9; + width: 1000px; + padding: 37px 55px 72px; + position: relative; + border: 1px solid #333333; + background: #dbc397; + -webkit-background-size: 100% 30px; + -moz-background-size: 100% 30px; + -ms-background-size: 100% 30px; + background-size: 100% 30px; + box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5); + border-radius: 4px 4px 4px 4px; + color: #282625; + margin: 0 auto; + margin-bottom: 60px; + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; + text-rendering: optimizeLegibility; + font-feature-settings: "kern"; + -webkit-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern=1"; +} + +/* line 57, ../../sass/logbook.scss */ +#infowindow { + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; +} + +/* line 61, ../../sass/logbook.scss */ +.form-container { + top: 50px; +} + +/* line 64, ../../sass/logbook.scss */ +h1, h2, h3 { + font-family: 'im_fell_double_pica_scregular', serif; +} + +/* line 67, ../../sass/logbook.scss */ +.logheader { + font-size: larger; + font-weight: bold; +} + +/* line 71, ../../sass/logbook.scss */ +.logentry { + padding-left: 25px; + padding-right: 25px; + border-bottom: 1px solid #282625; +} + +/* line 76, ../../sass/logbook.scss */ +.logentry2 { + padding-left: 100px; + padding-right: 100px; + border-bottom: 1px solid #282625; +} + +/* line 81, ../../sass/logbook.scss */ +ul { + list-style: square inside url("../images/hunt/bullet3.png"); +} + +/* line 84, ../../sass/logbook.scss */ +table.fancy { + padding: 0; + margin: 0; + width: 100%; + border-collapse: collapse; + border-style: double; + border-color: #282625; + border-left: 0; + border-right: 0; +} + +/* line 94, ../../sass/logbook.scss */ +table.fancy th, tr { + padding: 0; + margin: 0; +} + +/* line 98, ../../sass/logbook.scss */ +table.fancy td { + padding-left: 10px; + margin: 0; + border: 1px solid #282625; + border-right: 0; +} + +/* line 104, ../../sass/logbook.scss */ +.tdleft { + padding: 0; + width: 10%; + border-left: 0; +} + +/* line 109, ../../sass/logbook.scss */ +.caption { + font-style: italic; + border-top: 0px; + margin-top: 0px; + padding-top: 0px; +} + +/* line 116, ../../sass/logbook.scss */ +.puzzle-sans { + font-family: sans-serif; +} + +/* line 120, ../../sass/logbook.scss */ +.puzzle { + display: table; + width: 100%; +} + +/* line 125, ../../sass/logbook.scss */ +.puzzle-page-header { + margin-bottom: 20px; +} + +/* line 129, ../../sass/logbook.scss */ +.answer { + margin-bottom: 30px; +} + +/* line 133, ../../sass/logbook.scss */ +.puzzle li { + list-style-position: inside; + text-indent: -1.1em; +} + +/* line 138, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 145, ../../sass/logbook.scss */ +.clickbaitbannerbox { + width: 320px; + margin-right: 20px; + margin-left: auto; + margin-bottom: 20px; + margin-top: -30px; +} + +@media print { + /* line 154, ../../sass/logbook.scss */ + .clickbaitbannerbox { + margin-top: 50px; + } +} +/* line 159, ../../sass/logbook.scss */ +.clickbaitbanner { + background-color: white; + padding: 10px; +} + +/* line 163, ../../sass/logbook.scss */ +.attop { + position: absolute; + top: 0px; + left: 0px; +} + +/* line 169, ../../sass/logbook.scss */ +.byline { + font-family: 'Times New Roman', serif; + font-style: italic; +} + +/* line 173, ../../sass/logbook.scss */ +.clickbaitlink { + font-family: Helvetica, Arial, sans-serif; + font-size: 20px; +} + +/* line 177, ../../sass/logbook.scss */ +.clickbaitlink a { + text-decoration: none; +} + +/* line 181, ../../sass/logbook.scss */ +.puzzle p, .puzzle li { + line-height: 1.4em; +} + +/* line 185, ../../sass/logbook.scss */ +.solution-table td, .solution-table th { + padding-right: 15px; +} + +@media print { + /* line 190, ../../sass/logbook.scss */ + #puzzle-obj img { + display: none; + } + + /* line 194, ../../sass/logbook.scss */ + .no-page-break { + page-break-inside: avoid; + } + + /* line 197, ../../sass/logbook.scss */ + #paper { + width: 100%; + margin-bottom: 0px !important; + padding-bottom: 0px !important; + border: 0px !important; + } +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0448_MIT_Mystery_Hunt_2015_Spittle_Loon/_solution_assets/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0448_MIT_Mystery_Hunt_2015_Spittle_Loon/_solution_assets/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0448_MIT_Mystery_Hunt_2015_Spittle_Loon/_solution_assets/logbook.css @@ -0,0 +1,244 @@ +@font-face { + font-family: 'im_fell_double_pica_scregular'; + src: url("../fonts/hunt/imfedpsc28p-webfont.eot"); + src: url("../fonts/hunt/imfedpsc28p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hunt/imfedpsc28p-webfont.woff2") format("woff2"), url("../fonts/hunt/imfedpsc28p-webfont.woff") format("woff"), url("../fonts/hunt/imfedpsc28p-webfont.ttf") format("truetype"), url("../fonts/hunt/imfedpsc28p-webfont.svg#im_fell_double_pica_scregular") format("svg"); + font-weight: normal; + font-style: normal; +} + +/* line 14, ../../sass/logbook.scss */ +body { + margin: 0px; + border: 0px; + padding: 0px; +} + +/* line 19, ../../sass/logbook.scss */ +.headerbutton { + padding: 0 12px 0 12px; + float: right; +} + +/* line 24, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 31, ../../sass/logbook.scss */ +#paper { + z-index: 9; + width: 1000px; + padding: 37px 55px 72px; + position: relative; + border: 1px solid #333333; + background: #dbc397; + -webkit-background-size: 100% 30px; + -moz-background-size: 100% 30px; + -ms-background-size: 100% 30px; + background-size: 100% 30px; + box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5); + border-radius: 4px 4px 4px 4px; + color: #282625; + margin: 0 auto; + margin-bottom: 60px; + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; + text-rendering: optimizeLegibility; + font-feature-settings: "kern"; + -webkit-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern=1"; +} + +/* line 57, ../../sass/logbook.scss */ +#infowindow { + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; +} + +/* line 61, ../../sass/logbook.scss */ +.form-container { + top: 50px; +} + +/* line 64, ../../sass/logbook.scss */ +h1, h2, h3 { + font-family: 'im_fell_double_pica_scregular', serif; +} + +/* line 67, ../../sass/logbook.scss */ +.logheader { + font-size: larger; + font-weight: bold; +} + +/* line 71, ../../sass/logbook.scss */ +.logentry { + padding-left: 25px; + padding-right: 25px; + border-bottom: 1px solid #282625; +} + +/* line 76, ../../sass/logbook.scss */ +.logentry2 { + padding-left: 100px; + padding-right: 100px; + border-bottom: 1px solid #282625; +} + +/* line 81, ../../sass/logbook.scss */ +ul { + list-style: square inside url("../images/hunt/bullet3.png"); +} + +/* line 84, ../../sass/logbook.scss */ +table.fancy { + padding: 0; + margin: 0; + width: 100%; + border-collapse: collapse; + border-style: double; + border-color: #282625; + border-left: 0; + border-right: 0; +} + +/* line 94, ../../sass/logbook.scss */ +table.fancy th, tr { + padding: 0; + margin: 0; +} + +/* line 98, ../../sass/logbook.scss */ +table.fancy td { + padding-left: 10px; + margin: 0; + border: 1px solid #282625; + border-right: 0; +} + +/* line 104, ../../sass/logbook.scss */ +.tdleft { + padding: 0; + width: 10%; + border-left: 0; +} + +/* line 109, ../../sass/logbook.scss */ +.caption { + font-style: italic; + border-top: 0px; + margin-top: 0px; + padding-top: 0px; +} + +/* line 116, ../../sass/logbook.scss */ +.puzzle-sans { + font-family: sans-serif; +} + +/* line 120, ../../sass/logbook.scss */ +.puzzle { + display: table; + width: 100%; +} + +/* line 125, ../../sass/logbook.scss */ +.puzzle-page-header { + margin-bottom: 20px; +} + +/* line 129, ../../sass/logbook.scss */ +.answer { + margin-bottom: 30px; +} + +/* line 133, ../../sass/logbook.scss */ +.puzzle li { + list-style-position: inside; + text-indent: -1.1em; +} + +/* line 138, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 145, ../../sass/logbook.scss */ +.clickbaitbannerbox { + width: 320px; + margin-right: 20px; + margin-left: auto; + margin-bottom: 20px; + margin-top: -30px; +} + +@media print { + /* line 154, ../../sass/logbook.scss */ + .clickbaitbannerbox { + margin-top: 50px; + } +} +/* line 159, ../../sass/logbook.scss */ +.clickbaitbanner { + background-color: white; + padding: 10px; +} + +/* line 163, ../../sass/logbook.scss */ +.attop { + position: absolute; + top: 0px; + left: 0px; +} + +/* line 169, ../../sass/logbook.scss */ +.byline { + font-family: 'Times New Roman', serif; + font-style: italic; +} + +/* line 173, ../../sass/logbook.scss */ +.clickbaitlink { + font-family: Helvetica, Arial, sans-serif; + font-size: 20px; +} + +/* line 177, ../../sass/logbook.scss */ +.clickbaitlink a { + text-decoration: none; +} + +/* line 181, ../../sass/logbook.scss */ +.puzzle p, .puzzle li { + line-height: 1.4em; +} + +/* line 185, ../../sass/logbook.scss */ +.solution-table td, .solution-table th { + padding-right: 15px; +} + +@media print { + /* line 190, ../../sass/logbook.scss */ + #puzzle-obj img { + display: none; + } + + /* line 194, ../../sass/logbook.scss */ + .no-page-break { + page-break-inside: avoid; + } + + /* line 197, ../../sass/logbook.scss */ + #paper { + width: 100%; + margin-bottom: 0px !important; + padding-bottom: 0px !important; + border: 0px !important; + } +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0449_MIT_Mystery_Hunt_2015_Flat_Containers/_solution_assets/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0449_MIT_Mystery_Hunt_2015_Flat_Containers/_solution_assets/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0449_MIT_Mystery_Hunt_2015_Flat_Containers/_solution_assets/logbook.css @@ -0,0 +1,244 @@ +@font-face { + font-family: 'im_fell_double_pica_scregular'; + src: url("../fonts/hunt/imfedpsc28p-webfont.eot"); + src: url("../fonts/hunt/imfedpsc28p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hunt/imfedpsc28p-webfont.woff2") format("woff2"), url("../fonts/hunt/imfedpsc28p-webfont.woff") format("woff"), url("../fonts/hunt/imfedpsc28p-webfont.ttf") format("truetype"), url("../fonts/hunt/imfedpsc28p-webfont.svg#im_fell_double_pica_scregular") format("svg"); + font-weight: normal; + font-style: normal; +} + +/* line 14, ../../sass/logbook.scss */ +body { + margin: 0px; + border: 0px; + padding: 0px; +} + +/* line 19, ../../sass/logbook.scss */ +.headerbutton { + padding: 0 12px 0 12px; + float: right; +} + +/* line 24, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 31, ../../sass/logbook.scss */ +#paper { + z-index: 9; + width: 1000px; + padding: 37px 55px 72px; + position: relative; + border: 1px solid #333333; + background: #dbc397; + -webkit-background-size: 100% 30px; + -moz-background-size: 100% 30px; + -ms-background-size: 100% 30px; + background-size: 100% 30px; + box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5); + border-radius: 4px 4px 4px 4px; + color: #282625; + margin: 0 auto; + margin-bottom: 60px; + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; + text-rendering: optimizeLegibility; + font-feature-settings: "kern"; + -webkit-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern=1"; +} + +/* line 57, ../../sass/logbook.scss */ +#infowindow { + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; +} + +/* line 61, ../../sass/logbook.scss */ +.form-container { + top: 50px; +} + +/* line 64, ../../sass/logbook.scss */ +h1, h2, h3 { + font-family: 'im_fell_double_pica_scregular', serif; +} + +/* line 67, ../../sass/logbook.scss */ +.logheader { + font-size: larger; + font-weight: bold; +} + +/* line 71, ../../sass/logbook.scss */ +.logentry { + padding-left: 25px; + padding-right: 25px; + border-bottom: 1px solid #282625; +} + +/* line 76, ../../sass/logbook.scss */ +.logentry2 { + padding-left: 100px; + padding-right: 100px; + border-bottom: 1px solid #282625; +} + +/* line 81, ../../sass/logbook.scss */ +ul { + list-style: square inside url("../images/hunt/bullet3.png"); +} + +/* line 84, ../../sass/logbook.scss */ +table.fancy { + padding: 0; + margin: 0; + width: 100%; + border-collapse: collapse; + border-style: double; + border-color: #282625; + border-left: 0; + border-right: 0; +} + +/* line 94, ../../sass/logbook.scss */ +table.fancy th, tr { + padding: 0; + margin: 0; +} + +/* line 98, ../../sass/logbook.scss */ +table.fancy td { + padding-left: 10px; + margin: 0; + border: 1px solid #282625; + border-right: 0; +} + +/* line 104, ../../sass/logbook.scss */ +.tdleft { + padding: 0; + width: 10%; + border-left: 0; +} + +/* line 109, ../../sass/logbook.scss */ +.caption { + font-style: italic; + border-top: 0px; + margin-top: 0px; + padding-top: 0px; +} + +/* line 116, ../../sass/logbook.scss */ +.puzzle-sans { + font-family: sans-serif; +} + +/* line 120, ../../sass/logbook.scss */ +.puzzle { + display: table; + width: 100%; +} + +/* line 125, ../../sass/logbook.scss */ +.puzzle-page-header { + margin-bottom: 20px; +} + +/* line 129, ../../sass/logbook.scss */ +.answer { + margin-bottom: 30px; +} + +/* line 133, ../../sass/logbook.scss */ +.puzzle li { + list-style-position: inside; + text-indent: -1.1em; +} + +/* line 138, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 145, ../../sass/logbook.scss */ +.clickbaitbannerbox { + width: 320px; + margin-right: 20px; + margin-left: auto; + margin-bottom: 20px; + margin-top: -30px; +} + +@media print { + /* line 154, ../../sass/logbook.scss */ + .clickbaitbannerbox { + margin-top: 50px; + } +} +/* line 159, ../../sass/logbook.scss */ +.clickbaitbanner { + background-color: white; + padding: 10px; +} + +/* line 163, ../../sass/logbook.scss */ +.attop { + position: absolute; + top: 0px; + left: 0px; +} + +/* line 169, ../../sass/logbook.scss */ +.byline { + font-family: 'Times New Roman', serif; + font-style: italic; +} + +/* line 173, ../../sass/logbook.scss */ +.clickbaitlink { + font-family: Helvetica, Arial, sans-serif; + font-size: 20px; +} + +/* line 177, ../../sass/logbook.scss */ +.clickbaitlink a { + text-decoration: none; +} + +/* line 181, ../../sass/logbook.scss */ +.puzzle p, .puzzle li { + line-height: 1.4em; +} + +/* line 185, ../../sass/logbook.scss */ +.solution-table td, .solution-table th { + padding-right: 15px; +} + +@media print { + /* line 190, ../../sass/logbook.scss */ + #puzzle-obj img { + display: none; + } + + /* line 194, ../../sass/logbook.scss */ + .no-page-break { + page-break-inside: avoid; + } + + /* line 197, ../../sass/logbook.scss */ + #paper { + width: 100%; + margin-bottom: 0px !important; + padding-bottom: 0px !important; + border: 0px !important; + } +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0450_MIT_Mystery_Hunt_2015_The____er_of_Men/_solution_assets/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0450_MIT_Mystery_Hunt_2015_The____er_of_Men/_solution_assets/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0450_MIT_Mystery_Hunt_2015_The____er_of_Men/_solution_assets/logbook.css @@ -0,0 +1,244 @@ +@font-face { + font-family: 'im_fell_double_pica_scregular'; + src: url("../fonts/hunt/imfedpsc28p-webfont.eot"); + src: url("../fonts/hunt/imfedpsc28p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hunt/imfedpsc28p-webfont.woff2") format("woff2"), url("../fonts/hunt/imfedpsc28p-webfont.woff") format("woff"), url("../fonts/hunt/imfedpsc28p-webfont.ttf") format("truetype"), url("../fonts/hunt/imfedpsc28p-webfont.svg#im_fell_double_pica_scregular") format("svg"); + font-weight: normal; + font-style: normal; +} + +/* line 14, ../../sass/logbook.scss */ +body { + margin: 0px; + border: 0px; + padding: 0px; +} + +/* line 19, ../../sass/logbook.scss */ +.headerbutton { + padding: 0 12px 0 12px; + float: right; +} + +/* line 24, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 31, ../../sass/logbook.scss */ +#paper { + z-index: 9; + width: 1000px; + padding: 37px 55px 72px; + position: relative; + border: 1px solid #333333; + background: #dbc397; + -webkit-background-size: 100% 30px; + -moz-background-size: 100% 30px; + -ms-background-size: 100% 30px; + background-size: 100% 30px; + box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5); + border-radius: 4px 4px 4px 4px; + color: #282625; + margin: 0 auto; + margin-bottom: 60px; + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; + text-rendering: optimizeLegibility; + font-feature-settings: "kern"; + -webkit-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern=1"; +} + +/* line 57, ../../sass/logbook.scss */ +#infowindow { + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; +} + +/* line 61, ../../sass/logbook.scss */ +.form-container { + top: 50px; +} + +/* line 64, ../../sass/logbook.scss */ +h1, h2, h3 { + font-family: 'im_fell_double_pica_scregular', serif; +} + +/* line 67, ../../sass/logbook.scss */ +.logheader { + font-size: larger; + font-weight: bold; +} + +/* line 71, ../../sass/logbook.scss */ +.logentry { + padding-left: 25px; + padding-right: 25px; + border-bottom: 1px solid #282625; +} + +/* line 76, ../../sass/logbook.scss */ +.logentry2 { + padding-left: 100px; + padding-right: 100px; + border-bottom: 1px solid #282625; +} + +/* line 81, ../../sass/logbook.scss */ +ul { + list-style: square inside url("../images/hunt/bullet3.png"); +} + +/* line 84, ../../sass/logbook.scss */ +table.fancy { + padding: 0; + margin: 0; + width: 100%; + border-collapse: collapse; + border-style: double; + border-color: #282625; + border-left: 0; + border-right: 0; +} + +/* line 94, ../../sass/logbook.scss */ +table.fancy th, tr { + padding: 0; + margin: 0; +} + +/* line 98, ../../sass/logbook.scss */ +table.fancy td { + padding-left: 10px; + margin: 0; + border: 1px solid #282625; + border-right: 0; +} + +/* line 104, ../../sass/logbook.scss */ +.tdleft { + padding: 0; + width: 10%; + border-left: 0; +} + +/* line 109, ../../sass/logbook.scss */ +.caption { + font-style: italic; + border-top: 0px; + margin-top: 0px; + padding-top: 0px; +} + +/* line 116, ../../sass/logbook.scss */ +.puzzle-sans { + font-family: sans-serif; +} + +/* line 120, ../../sass/logbook.scss */ +.puzzle { + display: table; + width: 100%; +} + +/* line 125, ../../sass/logbook.scss */ +.puzzle-page-header { + margin-bottom: 20px; +} + +/* line 129, ../../sass/logbook.scss */ +.answer { + margin-bottom: 30px; +} + +/* line 133, ../../sass/logbook.scss */ +.puzzle li { + list-style-position: inside; + text-indent: -1.1em; +} + +/* line 138, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 145, ../../sass/logbook.scss */ +.clickbaitbannerbox { + width: 320px; + margin-right: 20px; + margin-left: auto; + margin-bottom: 20px; + margin-top: -30px; +} + +@media print { + /* line 154, ../../sass/logbook.scss */ + .clickbaitbannerbox { + margin-top: 50px; + } +} +/* line 159, ../../sass/logbook.scss */ +.clickbaitbanner { + background-color: white; + padding: 10px; +} + +/* line 163, ../../sass/logbook.scss */ +.attop { + position: absolute; + top: 0px; + left: 0px; +} + +/* line 169, ../../sass/logbook.scss */ +.byline { + font-family: 'Times New Roman', serif; + font-style: italic; +} + +/* line 173, ../../sass/logbook.scss */ +.clickbaitlink { + font-family: Helvetica, Arial, sans-serif; + font-size: 20px; +} + +/* line 177, ../../sass/logbook.scss */ +.clickbaitlink a { + text-decoration: none; +} + +/* line 181, ../../sass/logbook.scss */ +.puzzle p, .puzzle li { + line-height: 1.4em; +} + +/* line 185, ../../sass/logbook.scss */ +.solution-table td, .solution-table th { + padding-right: 15px; +} + +@media print { + /* line 190, ../../sass/logbook.scss */ + #puzzle-obj img { + display: none; + } + + /* line 194, ../../sass/logbook.scss */ + .no-page-break { + page-break-inside: avoid; + } + + /* line 197, ../../sass/logbook.scss */ + #paper { + width: 100%; + margin-bottom: 0px !important; + padding-bottom: 0px !important; + border: 0px !important; + } +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0451_MIT_Mystery_Hunt_2015_The_Wheels_Go_Round_and_Round/_solution_assets/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0451_MIT_Mystery_Hunt_2015_The_Wheels_Go_Round_and_Round/_solution_assets/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0451_MIT_Mystery_Hunt_2015_The_Wheels_Go_Round_and_Round/_solution_assets/logbook.css @@ -0,0 +1,244 @@ +@font-face { + font-family: 'im_fell_double_pica_scregular'; + src: url("../fonts/hunt/imfedpsc28p-webfont.eot"); + src: url("../fonts/hunt/imfedpsc28p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hunt/imfedpsc28p-webfont.woff2") format("woff2"), url("../fonts/hunt/imfedpsc28p-webfont.woff") format("woff"), url("../fonts/hunt/imfedpsc28p-webfont.ttf") format("truetype"), url("../fonts/hunt/imfedpsc28p-webfont.svg#im_fell_double_pica_scregular") format("svg"); + font-weight: normal; + font-style: normal; +} + +/* line 14, ../../sass/logbook.scss */ +body { + margin: 0px; + border: 0px; + padding: 0px; +} + +/* line 19, ../../sass/logbook.scss */ +.headerbutton { + padding: 0 12px 0 12px; + float: right; +} + +/* line 24, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 31, ../../sass/logbook.scss */ +#paper { + z-index: 9; + width: 1000px; + padding: 37px 55px 72px; + position: relative; + border: 1px solid #333333; + background: #dbc397; + -webkit-background-size: 100% 30px; + -moz-background-size: 100% 30px; + -ms-background-size: 100% 30px; + background-size: 100% 30px; + box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5); + border-radius: 4px 4px 4px 4px; + color: #282625; + margin: 0 auto; + margin-bottom: 60px; + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; + text-rendering: optimizeLegibility; + font-feature-settings: "kern"; + -webkit-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern=1"; +} + +/* line 57, ../../sass/logbook.scss */ +#infowindow { + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; +} + +/* line 61, ../../sass/logbook.scss */ +.form-container { + top: 50px; +} + +/* line 64, ../../sass/logbook.scss */ +h1, h2, h3 { + font-family: 'im_fell_double_pica_scregular', serif; +} + +/* line 67, ../../sass/logbook.scss */ +.logheader { + font-size: larger; + font-weight: bold; +} + +/* line 71, ../../sass/logbook.scss */ +.logentry { + padding-left: 25px; + padding-right: 25px; + border-bottom: 1px solid #282625; +} + +/* line 76, ../../sass/logbook.scss */ +.logentry2 { + padding-left: 100px; + padding-right: 100px; + border-bottom: 1px solid #282625; +} + +/* line 81, ../../sass/logbook.scss */ +ul { + list-style: square inside url("../images/hunt/bullet3.png"); +} + +/* line 84, ../../sass/logbook.scss */ +table.fancy { + padding: 0; + margin: 0; + width: 100%; + border-collapse: collapse; + border-style: double; + border-color: #282625; + border-left: 0; + border-right: 0; +} + +/* line 94, ../../sass/logbook.scss */ +table.fancy th, tr { + padding: 0; + margin: 0; +} + +/* line 98, ../../sass/logbook.scss */ +table.fancy td { + padding-left: 10px; + margin: 0; + border: 1px solid #282625; + border-right: 0; +} + +/* line 104, ../../sass/logbook.scss */ +.tdleft { + padding: 0; + width: 10%; + border-left: 0; +} + +/* line 109, ../../sass/logbook.scss */ +.caption { + font-style: italic; + border-top: 0px; + margin-top: 0px; + padding-top: 0px; +} + +/* line 116, ../../sass/logbook.scss */ +.puzzle-sans { + font-family: sans-serif; +} + +/* line 120, ../../sass/logbook.scss */ +.puzzle { + display: table; + width: 100%; +} + +/* line 125, ../../sass/logbook.scss */ +.puzzle-page-header { + margin-bottom: 20px; +} + +/* line 129, ../../sass/logbook.scss */ +.answer { + margin-bottom: 30px; +} + +/* line 133, ../../sass/logbook.scss */ +.puzzle li { + list-style-position: inside; + text-indent: -1.1em; +} + +/* line 138, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 145, ../../sass/logbook.scss */ +.clickbaitbannerbox { + width: 320px; + margin-right: 20px; + margin-left: auto; + margin-bottom: 20px; + margin-top: -30px; +} + +@media print { + /* line 154, ../../sass/logbook.scss */ + .clickbaitbannerbox { + margin-top: 50px; + } +} +/* line 159, ../../sass/logbook.scss */ +.clickbaitbanner { + background-color: white; + padding: 10px; +} + +/* line 163, ../../sass/logbook.scss */ +.attop { + position: absolute; + top: 0px; + left: 0px; +} + +/* line 169, ../../sass/logbook.scss */ +.byline { + font-family: 'Times New Roman', serif; + font-style: italic; +} + +/* line 173, ../../sass/logbook.scss */ +.clickbaitlink { + font-family: Helvetica, Arial, sans-serif; + font-size: 20px; +} + +/* line 177, ../../sass/logbook.scss */ +.clickbaitlink a { + text-decoration: none; +} + +/* line 181, ../../sass/logbook.scss */ +.puzzle p, .puzzle li { + line-height: 1.4em; +} + +/* line 185, ../../sass/logbook.scss */ +.solution-table td, .solution-table th { + padding-right: 15px; +} + +@media print { + /* line 190, ../../sass/logbook.scss */ + #puzzle-obj img { + display: none; + } + + /* line 194, ../../sass/logbook.scss */ + .no-page-break { + page-break-inside: avoid; + } + + /* line 197, ../../sass/logbook.scss */ + #paper { + width: 100%; + margin-bottom: 0px !important; + padding-bottom: 0px !important; + border: 0px !important; + } +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0452_MIT_Mystery_Hunt_2015_Munchies/_solution_assets/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0452_MIT_Mystery_Hunt_2015_Munchies/_solution_assets/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0452_MIT_Mystery_Hunt_2015_Munchies/_solution_assets/logbook.css @@ -0,0 +1,244 @@ +@font-face { + font-family: 'im_fell_double_pica_scregular'; + src: url("../fonts/hunt/imfedpsc28p-webfont.eot"); + src: url("../fonts/hunt/imfedpsc28p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hunt/imfedpsc28p-webfont.woff2") format("woff2"), url("../fonts/hunt/imfedpsc28p-webfont.woff") format("woff"), url("../fonts/hunt/imfedpsc28p-webfont.ttf") format("truetype"), url("../fonts/hunt/imfedpsc28p-webfont.svg#im_fell_double_pica_scregular") format("svg"); + font-weight: normal; + font-style: normal; +} + +/* line 14, ../../sass/logbook.scss */ +body { + margin: 0px; + border: 0px; + padding: 0px; +} + +/* line 19, ../../sass/logbook.scss */ +.headerbutton { + padding: 0 12px 0 12px; + float: right; +} + +/* line 24, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 31, ../../sass/logbook.scss */ +#paper { + z-index: 9; + width: 1000px; + padding: 37px 55px 72px; + position: relative; + border: 1px solid #333333; + background: #dbc397; + -webkit-background-size: 100% 30px; + -moz-background-size: 100% 30px; + -ms-background-size: 100% 30px; + background-size: 100% 30px; + box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5); + border-radius: 4px 4px 4px 4px; + color: #282625; + margin: 0 auto; + margin-bottom: 60px; + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; + text-rendering: optimizeLegibility; + font-feature-settings: "kern"; + -webkit-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern=1"; +} + +/* line 57, ../../sass/logbook.scss */ +#infowindow { + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; +} + +/* line 61, ../../sass/logbook.scss */ +.form-container { + top: 50px; +} + +/* line 64, ../../sass/logbook.scss */ +h1, h2, h3 { + font-family: 'im_fell_double_pica_scregular', serif; +} + +/* line 67, ../../sass/logbook.scss */ +.logheader { + font-size: larger; + font-weight: bold; +} + +/* line 71, ../../sass/logbook.scss */ +.logentry { + padding-left: 25px; + padding-right: 25px; + border-bottom: 1px solid #282625; +} + +/* line 76, ../../sass/logbook.scss */ +.logentry2 { + padding-left: 100px; + padding-right: 100px; + border-bottom: 1px solid #282625; +} + +/* line 81, ../../sass/logbook.scss */ +ul { + list-style: square inside url("../images/hunt/bullet3.png"); +} + +/* line 84, ../../sass/logbook.scss */ +table.fancy { + padding: 0; + margin: 0; + width: 100%; + border-collapse: collapse; + border-style: double; + border-color: #282625; + border-left: 0; + border-right: 0; +} + +/* line 94, ../../sass/logbook.scss */ +table.fancy th, tr { + padding: 0; + margin: 0; +} + +/* line 98, ../../sass/logbook.scss */ +table.fancy td { + padding-left: 10px; + margin: 0; + border: 1px solid #282625; + border-right: 0; +} + +/* line 104, ../../sass/logbook.scss */ +.tdleft { + padding: 0; + width: 10%; + border-left: 0; +} + +/* line 109, ../../sass/logbook.scss */ +.caption { + font-style: italic; + border-top: 0px; + margin-top: 0px; + padding-top: 0px; +} + +/* line 116, ../../sass/logbook.scss */ +.puzzle-sans { + font-family: sans-serif; +} + +/* line 120, ../../sass/logbook.scss */ +.puzzle { + display: table; + width: 100%; +} + +/* line 125, ../../sass/logbook.scss */ +.puzzle-page-header { + margin-bottom: 20px; +} + +/* line 129, ../../sass/logbook.scss */ +.answer { + margin-bottom: 30px; +} + +/* line 133, ../../sass/logbook.scss */ +.puzzle li { + list-style-position: inside; + text-indent: -1.1em; +} + +/* line 138, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 145, ../../sass/logbook.scss */ +.clickbaitbannerbox { + width: 320px; + margin-right: 20px; + margin-left: auto; + margin-bottom: 20px; + margin-top: -30px; +} + +@media print { + /* line 154, ../../sass/logbook.scss */ + .clickbaitbannerbox { + margin-top: 50px; + } +} +/* line 159, ../../sass/logbook.scss */ +.clickbaitbanner { + background-color: white; + padding: 10px; +} + +/* line 163, ../../sass/logbook.scss */ +.attop { + position: absolute; + top: 0px; + left: 0px; +} + +/* line 169, ../../sass/logbook.scss */ +.byline { + font-family: 'Times New Roman', serif; + font-style: italic; +} + +/* line 173, ../../sass/logbook.scss */ +.clickbaitlink { + font-family: Helvetica, Arial, sans-serif; + font-size: 20px; +} + +/* line 177, ../../sass/logbook.scss */ +.clickbaitlink a { + text-decoration: none; +} + +/* line 181, ../../sass/logbook.scss */ +.puzzle p, .puzzle li { + line-height: 1.4em; +} + +/* line 185, ../../sass/logbook.scss */ +.solution-table td, .solution-table th { + padding-right: 15px; +} + +@media print { + /* line 190, ../../sass/logbook.scss */ + #puzzle-obj img { + display: none; + } + + /* line 194, ../../sass/logbook.scss */ + .no-page-break { + page-break-inside: avoid; + } + + /* line 197, ../../sass/logbook.scss */ + #paper { + width: 100%; + margin-bottom: 0px !important; + padding-bottom: 0px !important; + border: 0px !important; + } +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0453_MIT_Mystery_Hunt_2015_Back_and_Forth/_solution_assets/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0453_MIT_Mystery_Hunt_2015_Back_and_Forth/_solution_assets/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0453_MIT_Mystery_Hunt_2015_Back_and_Forth/_solution_assets/logbook.css @@ -0,0 +1,244 @@ +@font-face { + font-family: 'im_fell_double_pica_scregular'; + src: url("../fonts/hunt/imfedpsc28p-webfont.eot"); + src: url("../fonts/hunt/imfedpsc28p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hunt/imfedpsc28p-webfont.woff2") format("woff2"), url("../fonts/hunt/imfedpsc28p-webfont.woff") format("woff"), url("../fonts/hunt/imfedpsc28p-webfont.ttf") format("truetype"), url("../fonts/hunt/imfedpsc28p-webfont.svg#im_fell_double_pica_scregular") format("svg"); + font-weight: normal; + font-style: normal; +} + +/* line 14, ../../sass/logbook.scss */ +body { + margin: 0px; + border: 0px; + padding: 0px; +} + +/* line 19, ../../sass/logbook.scss */ +.headerbutton { + padding: 0 12px 0 12px; + float: right; +} + +/* line 24, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 31, ../../sass/logbook.scss */ +#paper { + z-index: 9; + width: 1000px; + padding: 37px 55px 72px; + position: relative; + border: 1px solid #333333; + background: #dbc397; + -webkit-background-size: 100% 30px; + -moz-background-size: 100% 30px; + -ms-background-size: 100% 30px; + background-size: 100% 30px; + box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5); + border-radius: 4px 4px 4px 4px; + color: #282625; + margin: 0 auto; + margin-bottom: 60px; + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; + text-rendering: optimizeLegibility; + font-feature-settings: "kern"; + -webkit-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern=1"; +} + +/* line 57, ../../sass/logbook.scss */ +#infowindow { + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; +} + +/* line 61, ../../sass/logbook.scss */ +.form-container { + top: 50px; +} + +/* line 64, ../../sass/logbook.scss */ +h1, h2, h3 { + font-family: 'im_fell_double_pica_scregular', serif; +} + +/* line 67, ../../sass/logbook.scss */ +.logheader { + font-size: larger; + font-weight: bold; +} + +/* line 71, ../../sass/logbook.scss */ +.logentry { + padding-left: 25px; + padding-right: 25px; + border-bottom: 1px solid #282625; +} + +/* line 76, ../../sass/logbook.scss */ +.logentry2 { + padding-left: 100px; + padding-right: 100px; + border-bottom: 1px solid #282625; +} + +/* line 81, ../../sass/logbook.scss */ +ul { + list-style: square inside url("../images/hunt/bullet3.png"); +} + +/* line 84, ../../sass/logbook.scss */ +table.fancy { + padding: 0; + margin: 0; + width: 100%; + border-collapse: collapse; + border-style: double; + border-color: #282625; + border-left: 0; + border-right: 0; +} + +/* line 94, ../../sass/logbook.scss */ +table.fancy th, tr { + padding: 0; + margin: 0; +} + +/* line 98, ../../sass/logbook.scss */ +table.fancy td { + padding-left: 10px; + margin: 0; + border: 1px solid #282625; + border-right: 0; +} + +/* line 104, ../../sass/logbook.scss */ +.tdleft { + padding: 0; + width: 10%; + border-left: 0; +} + +/* line 109, ../../sass/logbook.scss */ +.caption { + font-style: italic; + border-top: 0px; + margin-top: 0px; + padding-top: 0px; +} + +/* line 116, ../../sass/logbook.scss */ +.puzzle-sans { + font-family: sans-serif; +} + +/* line 120, ../../sass/logbook.scss */ +.puzzle { + display: table; + width: 100%; +} + +/* line 125, ../../sass/logbook.scss */ +.puzzle-page-header { + margin-bottom: 20px; +} + +/* line 129, ../../sass/logbook.scss */ +.answer { + margin-bottom: 30px; +} + +/* line 133, ../../sass/logbook.scss */ +.puzzle li { + list-style-position: inside; + text-indent: -1.1em; +} + +/* line 138, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 145, ../../sass/logbook.scss */ +.clickbaitbannerbox { + width: 320px; + margin-right: 20px; + margin-left: auto; + margin-bottom: 20px; + margin-top: -30px; +} + +@media print { + /* line 154, ../../sass/logbook.scss */ + .clickbaitbannerbox { + margin-top: 50px; + } +} +/* line 159, ../../sass/logbook.scss */ +.clickbaitbanner { + background-color: white; + padding: 10px; +} + +/* line 163, ../../sass/logbook.scss */ +.attop { + position: absolute; + top: 0px; + left: 0px; +} + +/* line 169, ../../sass/logbook.scss */ +.byline { + font-family: 'Times New Roman', serif; + font-style: italic; +} + +/* line 173, ../../sass/logbook.scss */ +.clickbaitlink { + font-family: Helvetica, Arial, sans-serif; + font-size: 20px; +} + +/* line 177, ../../sass/logbook.scss */ +.clickbaitlink a { + text-decoration: none; +} + +/* line 181, ../../sass/logbook.scss */ +.puzzle p, .puzzle li { + line-height: 1.4em; +} + +/* line 185, ../../sass/logbook.scss */ +.solution-table td, .solution-table th { + padding-right: 15px; +} + +@media print { + /* line 190, ../../sass/logbook.scss */ + #puzzle-obj img { + display: none; + } + + /* line 194, ../../sass/logbook.scss */ + .no-page-break { + page-break-inside: avoid; + } + + /* line 197, ../../sass/logbook.scss */ + #paper { + width: 100%; + margin-bottom: 0px !important; + padding-bottom: 0px !important; + border: 0px !important; + } +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0454_MIT_Mystery_Hunt_2015_Encephalon/_solution_assets/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0454_MIT_Mystery_Hunt_2015_Encephalon/_solution_assets/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0454_MIT_Mystery_Hunt_2015_Encephalon/_solution_assets/logbook.css @@ -0,0 +1,244 @@ +@font-face { + font-family: 'im_fell_double_pica_scregular'; + src: url("../fonts/hunt/imfedpsc28p-webfont.eot"); + src: url("../fonts/hunt/imfedpsc28p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hunt/imfedpsc28p-webfont.woff2") format("woff2"), url("../fonts/hunt/imfedpsc28p-webfont.woff") format("woff"), url("../fonts/hunt/imfedpsc28p-webfont.ttf") format("truetype"), url("../fonts/hunt/imfedpsc28p-webfont.svg#im_fell_double_pica_scregular") format("svg"); + font-weight: normal; + font-style: normal; +} + +/* line 14, ../../sass/logbook.scss */ +body { + margin: 0px; + border: 0px; + padding: 0px; +} + +/* line 19, ../../sass/logbook.scss */ +.headerbutton { + padding: 0 12px 0 12px; + float: right; +} + +/* line 24, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 31, ../../sass/logbook.scss */ +#paper { + z-index: 9; + width: 1000px; + padding: 37px 55px 72px; + position: relative; + border: 1px solid #333333; + background: #dbc397; + -webkit-background-size: 100% 30px; + -moz-background-size: 100% 30px; + -ms-background-size: 100% 30px; + background-size: 100% 30px; + box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5); + border-radius: 4px 4px 4px 4px; + color: #282625; + margin: 0 auto; + margin-bottom: 60px; + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; + text-rendering: optimizeLegibility; + font-feature-settings: "kern"; + -webkit-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern=1"; +} + +/* line 57, ../../sass/logbook.scss */ +#infowindow { + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; +} + +/* line 61, ../../sass/logbook.scss */ +.form-container { + top: 50px; +} + +/* line 64, ../../sass/logbook.scss */ +h1, h2, h3 { + font-family: 'im_fell_double_pica_scregular', serif; +} + +/* line 67, ../../sass/logbook.scss */ +.logheader { + font-size: larger; + font-weight: bold; +} + +/* line 71, ../../sass/logbook.scss */ +.logentry { + padding-left: 25px; + padding-right: 25px; + border-bottom: 1px solid #282625; +} + +/* line 76, ../../sass/logbook.scss */ +.logentry2 { + padding-left: 100px; + padding-right: 100px; + border-bottom: 1px solid #282625; +} + +/* line 81, ../../sass/logbook.scss */ +ul { + list-style: square inside url("../images/hunt/bullet3.png"); +} + +/* line 84, ../../sass/logbook.scss */ +table.fancy { + padding: 0; + margin: 0; + width: 100%; + border-collapse: collapse; + border-style: double; + border-color: #282625; + border-left: 0; + border-right: 0; +} + +/* line 94, ../../sass/logbook.scss */ +table.fancy th, tr { + padding: 0; + margin: 0; +} + +/* line 98, ../../sass/logbook.scss */ +table.fancy td { + padding-left: 10px; + margin: 0; + border: 1px solid #282625; + border-right: 0; +} + +/* line 104, ../../sass/logbook.scss */ +.tdleft { + padding: 0; + width: 10%; + border-left: 0; +} + +/* line 109, ../../sass/logbook.scss */ +.caption { + font-style: italic; + border-top: 0px; + margin-top: 0px; + padding-top: 0px; +} + +/* line 116, ../../sass/logbook.scss */ +.puzzle-sans { + font-family: sans-serif; +} + +/* line 120, ../../sass/logbook.scss */ +.puzzle { + display: table; + width: 100%; +} + +/* line 125, ../../sass/logbook.scss */ +.puzzle-page-header { + margin-bottom: 20px; +} + +/* line 129, ../../sass/logbook.scss */ +.answer { + margin-bottom: 30px; +} + +/* line 133, ../../sass/logbook.scss */ +.puzzle li { + list-style-position: inside; + text-indent: -1.1em; +} + +/* line 138, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 145, ../../sass/logbook.scss */ +.clickbaitbannerbox { + width: 320px; + margin-right: 20px; + margin-left: auto; + margin-bottom: 20px; + margin-top: -30px; +} + +@media print { + /* line 154, ../../sass/logbook.scss */ + .clickbaitbannerbox { + margin-top: 50px; + } +} +/* line 159, ../../sass/logbook.scss */ +.clickbaitbanner { + background-color: white; + padding: 10px; +} + +/* line 163, ../../sass/logbook.scss */ +.attop { + position: absolute; + top: 0px; + left: 0px; +} + +/* line 169, ../../sass/logbook.scss */ +.byline { + font-family: 'Times New Roman', serif; + font-style: italic; +} + +/* line 173, ../../sass/logbook.scss */ +.clickbaitlink { + font-family: Helvetica, Arial, sans-serif; + font-size: 20px; +} + +/* line 177, ../../sass/logbook.scss */ +.clickbaitlink a { + text-decoration: none; +} + +/* line 181, ../../sass/logbook.scss */ +.puzzle p, .puzzle li { + line-height: 1.4em; +} + +/* line 185, ../../sass/logbook.scss */ +.solution-table td, .solution-table th { + padding-right: 15px; +} + +@media print { + /* line 190, ../../sass/logbook.scss */ + #puzzle-obj img { + display: none; + } + + /* line 194, ../../sass/logbook.scss */ + .no-page-break { + page-break-inside: avoid; + } + + /* line 197, ../../sass/logbook.scss */ + #paper { + width: 100%; + margin-bottom: 0px !important; + padding-bottom: 0px !important; + border: 0px !important; + } +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0455_MIT_Mystery_Hunt_2015_Funny_Shapes/_solution_assets/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0455_MIT_Mystery_Hunt_2015_Funny_Shapes/_solution_assets/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0455_MIT_Mystery_Hunt_2015_Funny_Shapes/_solution_assets/logbook.css @@ -0,0 +1,244 @@ +@font-face { + font-family: 'im_fell_double_pica_scregular'; + src: url("../fonts/hunt/imfedpsc28p-webfont.eot"); + src: url("../fonts/hunt/imfedpsc28p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hunt/imfedpsc28p-webfont.woff2") format("woff2"), url("../fonts/hunt/imfedpsc28p-webfont.woff") format("woff"), url("../fonts/hunt/imfedpsc28p-webfont.ttf") format("truetype"), url("../fonts/hunt/imfedpsc28p-webfont.svg#im_fell_double_pica_scregular") format("svg"); + font-weight: normal; + font-style: normal; +} + +/* line 14, ../../sass/logbook.scss */ +body { + margin: 0px; + border: 0px; + padding: 0px; +} + +/* line 19, ../../sass/logbook.scss */ +.headerbutton { + padding: 0 12px 0 12px; + float: right; +} + +/* line 24, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 31, ../../sass/logbook.scss */ +#paper { + z-index: 9; + width: 1000px; + padding: 37px 55px 72px; + position: relative; + border: 1px solid #333333; + background: #dbc397; + -webkit-background-size: 100% 30px; + -moz-background-size: 100% 30px; + -ms-background-size: 100% 30px; + background-size: 100% 30px; + box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5); + border-radius: 4px 4px 4px 4px; + color: #282625; + margin: 0 auto; + margin-bottom: 60px; + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; + text-rendering: optimizeLegibility; + font-feature-settings: "kern"; + -webkit-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern=1"; +} + +/* line 57, ../../sass/logbook.scss */ +#infowindow { + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; +} + +/* line 61, ../../sass/logbook.scss */ +.form-container { + top: 50px; +} + +/* line 64, ../../sass/logbook.scss */ +h1, h2, h3 { + font-family: 'im_fell_double_pica_scregular', serif; +} + +/* line 67, ../../sass/logbook.scss */ +.logheader { + font-size: larger; + font-weight: bold; +} + +/* line 71, ../../sass/logbook.scss */ +.logentry { + padding-left: 25px; + padding-right: 25px; + border-bottom: 1px solid #282625; +} + +/* line 76, ../../sass/logbook.scss */ +.logentry2 { + padding-left: 100px; + padding-right: 100px; + border-bottom: 1px solid #282625; +} + +/* line 81, ../../sass/logbook.scss */ +ul { + list-style: square inside url("../images/hunt/bullet3.png"); +} + +/* line 84, ../../sass/logbook.scss */ +table.fancy { + padding: 0; + margin: 0; + width: 100%; + border-collapse: collapse; + border-style: double; + border-color: #282625; + border-left: 0; + border-right: 0; +} + +/* line 94, ../../sass/logbook.scss */ +table.fancy th, tr { + padding: 0; + margin: 0; +} + +/* line 98, ../../sass/logbook.scss */ +table.fancy td { + padding-left: 10px; + margin: 0; + border: 1px solid #282625; + border-right: 0; +} + +/* line 104, ../../sass/logbook.scss */ +.tdleft { + padding: 0; + width: 10%; + border-left: 0; +} + +/* line 109, ../../sass/logbook.scss */ +.caption { + font-style: italic; + border-top: 0px; + margin-top: 0px; + padding-top: 0px; +} + +/* line 116, ../../sass/logbook.scss */ +.puzzle-sans { + font-family: sans-serif; +} + +/* line 120, ../../sass/logbook.scss */ +.puzzle { + display: table; + width: 100%; +} + +/* line 125, ../../sass/logbook.scss */ +.puzzle-page-header { + margin-bottom: 20px; +} + +/* line 129, ../../sass/logbook.scss */ +.answer { + margin-bottom: 30px; +} + +/* line 133, ../../sass/logbook.scss */ +.puzzle li { + list-style-position: inside; + text-indent: -1.1em; +} + +/* line 138, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 145, ../../sass/logbook.scss */ +.clickbaitbannerbox { + width: 320px; + margin-right: 20px; + margin-left: auto; + margin-bottom: 20px; + margin-top: -30px; +} + +@media print { + /* line 154, ../../sass/logbook.scss */ + .clickbaitbannerbox { + margin-top: 50px; + } +} +/* line 159, ../../sass/logbook.scss */ +.clickbaitbanner { + background-color: white; + padding: 10px; +} + +/* line 163, ../../sass/logbook.scss */ +.attop { + position: absolute; + top: 0px; + left: 0px; +} + +/* line 169, ../../sass/logbook.scss */ +.byline { + font-family: 'Times New Roman', serif; + font-style: italic; +} + +/* line 173, ../../sass/logbook.scss */ +.clickbaitlink { + font-family: Helvetica, Arial, sans-serif; + font-size: 20px; +} + +/* line 177, ../../sass/logbook.scss */ +.clickbaitlink a { + text-decoration: none; +} + +/* line 181, ../../sass/logbook.scss */ +.puzzle p, .puzzle li { + line-height: 1.4em; +} + +/* line 185, ../../sass/logbook.scss */ +.solution-table td, .solution-table th { + padding-right: 15px; +} + +@media print { + /* line 190, ../../sass/logbook.scss */ + #puzzle-obj img { + display: none; + } + + /* line 194, ../../sass/logbook.scss */ + .no-page-break { + page-break-inside: avoid; + } + + /* line 197, ../../sass/logbook.scss */ + #paper { + width: 100%; + margin-bottom: 0px !important; + padding-bottom: 0px !important; + border: 0px !important; + } +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0456_MIT_Mystery_Hunt_2015_Les_Faux_Amis_Valent_Rien/_solution_assets/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0456_MIT_Mystery_Hunt_2015_Les_Faux_Amis_Valent_Rien/_solution_assets/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0456_MIT_Mystery_Hunt_2015_Les_Faux_Amis_Valent_Rien/_solution_assets/logbook.css @@ -0,0 +1,244 @@ +@font-face { + font-family: 'im_fell_double_pica_scregular'; + src: url("../fonts/hunt/imfedpsc28p-webfont.eot"); + src: url("../fonts/hunt/imfedpsc28p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hunt/imfedpsc28p-webfont.woff2") format("woff2"), url("../fonts/hunt/imfedpsc28p-webfont.woff") format("woff"), url("../fonts/hunt/imfedpsc28p-webfont.ttf") format("truetype"), url("../fonts/hunt/imfedpsc28p-webfont.svg#im_fell_double_pica_scregular") format("svg"); + font-weight: normal; + font-style: normal; +} + +/* line 14, ../../sass/logbook.scss */ +body { + margin: 0px; + border: 0px; + padding: 0px; +} + +/* line 19, ../../sass/logbook.scss */ +.headerbutton { + padding: 0 12px 0 12px; + float: right; +} + +/* line 24, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 31, ../../sass/logbook.scss */ +#paper { + z-index: 9; + width: 1000px; + padding: 37px 55px 72px; + position: relative; + border: 1px solid #333333; + background: #dbc397; + -webkit-background-size: 100% 30px; + -moz-background-size: 100% 30px; + -ms-background-size: 100% 30px; + background-size: 100% 30px; + box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5); + border-radius: 4px 4px 4px 4px; + color: #282625; + margin: 0 auto; + margin-bottom: 60px; + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; + text-rendering: optimizeLegibility; + font-feature-settings: "kern"; + -webkit-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern=1"; +} + +/* line 57, ../../sass/logbook.scss */ +#infowindow { + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; +} + +/* line 61, ../../sass/logbook.scss */ +.form-container { + top: 50px; +} + +/* line 64, ../../sass/logbook.scss */ +h1, h2, h3 { + font-family: 'im_fell_double_pica_scregular', serif; +} + +/* line 67, ../../sass/logbook.scss */ +.logheader { + font-size: larger; + font-weight: bold; +} + +/* line 71, ../../sass/logbook.scss */ +.logentry { + padding-left: 25px; + padding-right: 25px; + border-bottom: 1px solid #282625; +} + +/* line 76, ../../sass/logbook.scss */ +.logentry2 { + padding-left: 100px; + padding-right: 100px; + border-bottom: 1px solid #282625; +} + +/* line 81, ../../sass/logbook.scss */ +ul { + list-style: square inside url("../images/hunt/bullet3.png"); +} + +/* line 84, ../../sass/logbook.scss */ +table.fancy { + padding: 0; + margin: 0; + width: 100%; + border-collapse: collapse; + border-style: double; + border-color: #282625; + border-left: 0; + border-right: 0; +} + +/* line 94, ../../sass/logbook.scss */ +table.fancy th, tr { + padding: 0; + margin: 0; +} + +/* line 98, ../../sass/logbook.scss */ +table.fancy td { + padding-left: 10px; + margin: 0; + border: 1px solid #282625; + border-right: 0; +} + +/* line 104, ../../sass/logbook.scss */ +.tdleft { + padding: 0; + width: 10%; + border-left: 0; +} + +/* line 109, ../../sass/logbook.scss */ +.caption { + font-style: italic; + border-top: 0px; + margin-top: 0px; + padding-top: 0px; +} + +/* line 116, ../../sass/logbook.scss */ +.puzzle-sans { + font-family: sans-serif; +} + +/* line 120, ../../sass/logbook.scss */ +.puzzle { + display: table; + width: 100%; +} + +/* line 125, ../../sass/logbook.scss */ +.puzzle-page-header { + margin-bottom: 20px; +} + +/* line 129, ../../sass/logbook.scss */ +.answer { + margin-bottom: 30px; +} + +/* line 133, ../../sass/logbook.scss */ +.puzzle li { + list-style-position: inside; + text-indent: -1.1em; +} + +/* line 138, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 145, ../../sass/logbook.scss */ +.clickbaitbannerbox { + width: 320px; + margin-right: 20px; + margin-left: auto; + margin-bottom: 20px; + margin-top: -30px; +} + +@media print { + /* line 154, ../../sass/logbook.scss */ + .clickbaitbannerbox { + margin-top: 50px; + } +} +/* line 159, ../../sass/logbook.scss */ +.clickbaitbanner { + background-color: white; + padding: 10px; +} + +/* line 163, ../../sass/logbook.scss */ +.attop { + position: absolute; + top: 0px; + left: 0px; +} + +/* line 169, ../../sass/logbook.scss */ +.byline { + font-family: 'Times New Roman', serif; + font-style: italic; +} + +/* line 173, ../../sass/logbook.scss */ +.clickbaitlink { + font-family: Helvetica, Arial, sans-serif; + font-size: 20px; +} + +/* line 177, ../../sass/logbook.scss */ +.clickbaitlink a { + text-decoration: none; +} + +/* line 181, ../../sass/logbook.scss */ +.puzzle p, .puzzle li { + line-height: 1.4em; +} + +/* line 185, ../../sass/logbook.scss */ +.solution-table td, .solution-table th { + padding-right: 15px; +} + +@media print { + /* line 190, ../../sass/logbook.scss */ + #puzzle-obj img { + display: none; + } + + /* line 194, ../../sass/logbook.scss */ + .no-page-break { + page-break-inside: avoid; + } + + /* line 197, ../../sass/logbook.scss */ + #paper { + width: 100%; + margin-bottom: 0px !important; + padding-bottom: 0px !important; + border: 0px !important; + } +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r04m_MIT_Mystery_Hunt_2015_School_of_Fish_Meta/_solution_assets/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r04m_MIT_Mystery_Hunt_2015_School_of_Fish_Meta/_solution_assets/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r04m_MIT_Mystery_Hunt_2015_School_of_Fish_Meta/_solution_assets/logbook.css @@ -0,0 +1,244 @@ +@font-face { + font-family: 'im_fell_double_pica_scregular'; + src: url("../fonts/hunt/imfedpsc28p-webfont.eot"); + src: url("../fonts/hunt/imfedpsc28p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hunt/imfedpsc28p-webfont.woff2") format("woff2"), url("../fonts/hunt/imfedpsc28p-webfont.woff") format("woff"), url("../fonts/hunt/imfedpsc28p-webfont.ttf") format("truetype"), url("../fonts/hunt/imfedpsc28p-webfont.svg#im_fell_double_pica_scregular") format("svg"); + font-weight: normal; + font-style: normal; +} + +/* line 14, ../../sass/logbook.scss */ +body { + margin: 0px; + border: 0px; + padding: 0px; +} + +/* line 19, ../../sass/logbook.scss */ +.headerbutton { + padding: 0 12px 0 12px; + float: right; +} + +/* line 24, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 31, ../../sass/logbook.scss */ +#paper { + z-index: 9; + width: 1000px; + padding: 37px 55px 72px; + position: relative; + border: 1px solid #333333; + background: #dbc397; + -webkit-background-size: 100% 30px; + -moz-background-size: 100% 30px; + -ms-background-size: 100% 30px; + background-size: 100% 30px; + box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5); + border-radius: 4px 4px 4px 4px; + color: #282625; + margin: 0 auto; + margin-bottom: 60px; + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; + text-rendering: optimizeLegibility; + font-feature-settings: "kern"; + -webkit-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern=1"; +} + +/* line 57, ../../sass/logbook.scss */ +#infowindow { + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; +} + +/* line 61, ../../sass/logbook.scss */ +.form-container { + top: 50px; +} + +/* line 64, ../../sass/logbook.scss */ +h1, h2, h3 { + font-family: 'im_fell_double_pica_scregular', serif; +} + +/* line 67, ../../sass/logbook.scss */ +.logheader { + font-size: larger; + font-weight: bold; +} + +/* line 71, ../../sass/logbook.scss */ +.logentry { + padding-left: 25px; + padding-right: 25px; + border-bottom: 1px solid #282625; +} + +/* line 76, ../../sass/logbook.scss */ +.logentry2 { + padding-left: 100px; + padding-right: 100px; + border-bottom: 1px solid #282625; +} + +/* line 81, ../../sass/logbook.scss */ +ul { + list-style: square inside url("../images/hunt/bullet3.png"); +} + +/* line 84, ../../sass/logbook.scss */ +table.fancy { + padding: 0; + margin: 0; + width: 100%; + border-collapse: collapse; + border-style: double; + border-color: #282625; + border-left: 0; + border-right: 0; +} + +/* line 94, ../../sass/logbook.scss */ +table.fancy th, tr { + padding: 0; + margin: 0; +} + +/* line 98, ../../sass/logbook.scss */ +table.fancy td { + padding-left: 10px; + margin: 0; + border: 1px solid #282625; + border-right: 0; +} + +/* line 104, ../../sass/logbook.scss */ +.tdleft { + padding: 0; + width: 10%; + border-left: 0; +} + +/* line 109, ../../sass/logbook.scss */ +.caption { + font-style: italic; + border-top: 0px; + margin-top: 0px; + padding-top: 0px; +} + +/* line 116, ../../sass/logbook.scss */ +.puzzle-sans { + font-family: sans-serif; +} + +/* line 120, ../../sass/logbook.scss */ +.puzzle { + display: table; + width: 100%; +} + +/* line 125, ../../sass/logbook.scss */ +.puzzle-page-header { + margin-bottom: 20px; +} + +/* line 129, ../../sass/logbook.scss */ +.answer { + margin-bottom: 30px; +} + +/* line 133, ../../sass/logbook.scss */ +.puzzle li { + list-style-position: inside; + text-indent: -1.1em; +} + +/* line 138, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 145, ../../sass/logbook.scss */ +.clickbaitbannerbox { + width: 320px; + margin-right: 20px; + margin-left: auto; + margin-bottom: 20px; + margin-top: -30px; +} + +@media print { + /* line 154, ../../sass/logbook.scss */ + .clickbaitbannerbox { + margin-top: 50px; + } +} +/* line 159, ../../sass/logbook.scss */ +.clickbaitbanner { + background-color: white; + padding: 10px; +} + +/* line 163, ../../sass/logbook.scss */ +.attop { + position: absolute; + top: 0px; + left: 0px; +} + +/* line 169, ../../sass/logbook.scss */ +.byline { + font-family: 'Times New Roman', serif; + font-style: italic; +} + +/* line 173, ../../sass/logbook.scss */ +.clickbaitlink { + font-family: Helvetica, Arial, sans-serif; + font-size: 20px; +} + +/* line 177, ../../sass/logbook.scss */ +.clickbaitlink a { + text-decoration: none; +} + +/* line 181, ../../sass/logbook.scss */ +.puzzle p, .puzzle li { + line-height: 1.4em; +} + +/* line 185, ../../sass/logbook.scss */ +.solution-table td, .solution-table th { + padding-right: 15px; +} + +@media print { + /* line 190, ../../sass/logbook.scss */ + #puzzle-obj img { + display: none; + } + + /* line 194, ../../sass/logbook.scss */ + .no-page-break { + page-break-inside: avoid; + } + + /* line 197, ../../sass/logbook.scss */ + #paper { + width: 100%; + margin-bottom: 0px !important; + padding-bottom: 0px !important; + border: 0px !important; + } +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r051_MIT_Mystery_Hunt_2015_Per-verse_Poetry/_solution_assets/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r051_MIT_Mystery_Hunt_2015_Per-verse_Poetry/_solution_assets/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r051_MIT_Mystery_Hunt_2015_Per-verse_Poetry/_solution_assets/logbook.css @@ -0,0 +1,244 @@ +@font-face { + font-family: 'im_fell_double_pica_scregular'; + src: url("../fonts/hunt/imfedpsc28p-webfont.eot"); + src: url("../fonts/hunt/imfedpsc28p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hunt/imfedpsc28p-webfont.woff2") format("woff2"), url("../fonts/hunt/imfedpsc28p-webfont.woff") format("woff"), url("../fonts/hunt/imfedpsc28p-webfont.ttf") format("truetype"), url("../fonts/hunt/imfedpsc28p-webfont.svg#im_fell_double_pica_scregular") format("svg"); + font-weight: normal; + font-style: normal; +} + +/* line 14, ../../sass/logbook.scss */ +body { + margin: 0px; + border: 0px; + padding: 0px; +} + +/* line 19, ../../sass/logbook.scss */ +.headerbutton { + padding: 0 12px 0 12px; + float: right; +} + +/* line 24, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 31, ../../sass/logbook.scss */ +#paper { + z-index: 9; + width: 1000px; + padding: 37px 55px 72px; + position: relative; + border: 1px solid #333333; + background: #dbc397; + -webkit-background-size: 100% 30px; + -moz-background-size: 100% 30px; + -ms-background-size: 100% 30px; + background-size: 100% 30px; + box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5); + border-radius: 4px 4px 4px 4px; + color: #282625; + margin: 0 auto; + margin-bottom: 60px; + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; + text-rendering: optimizeLegibility; + font-feature-settings: "kern"; + -webkit-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern=1"; +} + +/* line 57, ../../sass/logbook.scss */ +#infowindow { + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; +} + +/* line 61, ../../sass/logbook.scss */ +.form-container { + top: 50px; +} + +/* line 64, ../../sass/logbook.scss */ +h1, h2, h3 { + font-family: 'im_fell_double_pica_scregular', serif; +} + +/* line 67, ../../sass/logbook.scss */ +.logheader { + font-size: larger; + font-weight: bold; +} + +/* line 71, ../../sass/logbook.scss */ +.logentry { + padding-left: 25px; + padding-right: 25px; + border-bottom: 1px solid #282625; +} + +/* line 76, ../../sass/logbook.scss */ +.logentry2 { + padding-left: 100px; + padding-right: 100px; + border-bottom: 1px solid #282625; +} + +/* line 81, ../../sass/logbook.scss */ +ul { + list-style: square inside url("../images/hunt/bullet3.png"); +} + +/* line 84, ../../sass/logbook.scss */ +table.fancy { + padding: 0; + margin: 0; + width: 100%; + border-collapse: collapse; + border-style: double; + border-color: #282625; + border-left: 0; + border-right: 0; +} + +/* line 94, ../../sass/logbook.scss */ +table.fancy th, tr { + padding: 0; + margin: 0; +} + +/* line 98, ../../sass/logbook.scss */ +table.fancy td { + padding-left: 10px; + margin: 0; + border: 1px solid #282625; + border-right: 0; +} + +/* line 104, ../../sass/logbook.scss */ +.tdleft { + padding: 0; + width: 10%; + border-left: 0; +} + +/* line 109, ../../sass/logbook.scss */ +.caption { + font-style: italic; + border-top: 0px; + margin-top: 0px; + padding-top: 0px; +} + +/* line 116, ../../sass/logbook.scss */ +.puzzle-sans { + font-family: sans-serif; +} + +/* line 120, ../../sass/logbook.scss */ +.puzzle { + display: table; + width: 100%; +} + +/* line 125, ../../sass/logbook.scss */ +.puzzle-page-header { + margin-bottom: 20px; +} + +/* line 129, ../../sass/logbook.scss */ +.answer { + margin-bottom: 30px; +} + +/* line 133, ../../sass/logbook.scss */ +.puzzle li { + list-style-position: inside; + text-indent: -1.1em; +} + +/* line 138, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 145, ../../sass/logbook.scss */ +.clickbaitbannerbox { + width: 320px; + margin-right: 20px; + margin-left: auto; + margin-bottom: 20px; + margin-top: -30px; +} + +@media print { + /* line 154, ../../sass/logbook.scss */ + .clickbaitbannerbox { + margin-top: 50px; + } +} +/* line 159, ../../sass/logbook.scss */ +.clickbaitbanner { + background-color: white; + padding: 10px; +} + +/* line 163, ../../sass/logbook.scss */ +.attop { + position: absolute; + top: 0px; + left: 0px; +} + +/* line 169, ../../sass/logbook.scss */ +.byline { + font-family: 'Times New Roman', serif; + font-style: italic; +} + +/* line 173, ../../sass/logbook.scss */ +.clickbaitlink { + font-family: Helvetica, Arial, sans-serif; + font-size: 20px; +} + +/* line 177, ../../sass/logbook.scss */ +.clickbaitlink a { + text-decoration: none; +} + +/* line 181, ../../sass/logbook.scss */ +.puzzle p, .puzzle li { + line-height: 1.4em; +} + +/* line 185, ../../sass/logbook.scss */ +.solution-table td, .solution-table th { + padding-right: 15px; +} + +@media print { + /* line 190, ../../sass/logbook.scss */ + #puzzle-obj img { + display: none; + } + + /* line 194, ../../sass/logbook.scss */ + .no-page-break { + page-break-inside: avoid; + } + + /* line 197, ../../sass/logbook.scss */ + #paper { + width: 100%; + margin-bottom: 0px !important; + padding-bottom: 0px !important; + border: 0px !important; + } +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r052_MIT_Mystery_Hunt_2015_Representative_Characters/_solution_assets/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r052_MIT_Mystery_Hunt_2015_Representative_Characters/_solution_assets/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r052_MIT_Mystery_Hunt_2015_Representative_Characters/_solution_assets/logbook.css @@ -0,0 +1,244 @@ +@font-face { + font-family: 'im_fell_double_pica_scregular'; + src: url("../fonts/hunt/imfedpsc28p-webfont.eot"); + src: url("../fonts/hunt/imfedpsc28p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hunt/imfedpsc28p-webfont.woff2") format("woff2"), url("../fonts/hunt/imfedpsc28p-webfont.woff") format("woff"), url("../fonts/hunt/imfedpsc28p-webfont.ttf") format("truetype"), url("../fonts/hunt/imfedpsc28p-webfont.svg#im_fell_double_pica_scregular") format("svg"); + font-weight: normal; + font-style: normal; +} + +/* line 14, ../../sass/logbook.scss */ +body { + margin: 0px; + border: 0px; + padding: 0px; +} + +/* line 19, ../../sass/logbook.scss */ +.headerbutton { + padding: 0 12px 0 12px; + float: right; +} + +/* line 24, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 31, ../../sass/logbook.scss */ +#paper { + z-index: 9; + width: 1000px; + padding: 37px 55px 72px; + position: relative; + border: 1px solid #333333; + background: #dbc397; + -webkit-background-size: 100% 30px; + -moz-background-size: 100% 30px; + -ms-background-size: 100% 30px; + background-size: 100% 30px; + box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5); + border-radius: 4px 4px 4px 4px; + color: #282625; + margin: 0 auto; + margin-bottom: 60px; + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; + text-rendering: optimizeLegibility; + font-feature-settings: "kern"; + -webkit-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern=1"; +} + +/* line 57, ../../sass/logbook.scss */ +#infowindow { + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; +} + +/* line 61, ../../sass/logbook.scss */ +.form-container { + top: 50px; +} + +/* line 64, ../../sass/logbook.scss */ +h1, h2, h3 { + font-family: 'im_fell_double_pica_scregular', serif; +} + +/* line 67, ../../sass/logbook.scss */ +.logheader { + font-size: larger; + font-weight: bold; +} + +/* line 71, ../../sass/logbook.scss */ +.logentry { + padding-left: 25px; + padding-right: 25px; + border-bottom: 1px solid #282625; +} + +/* line 76, ../../sass/logbook.scss */ +.logentry2 { + padding-left: 100px; + padding-right: 100px; + border-bottom: 1px solid #282625; +} + +/* line 81, ../../sass/logbook.scss */ +ul { + list-style: square inside url("../images/hunt/bullet3.png"); +} + +/* line 84, ../../sass/logbook.scss */ +table.fancy { + padding: 0; + margin: 0; + width: 100%; + border-collapse: collapse; + border-style: double; + border-color: #282625; + border-left: 0; + border-right: 0; +} + +/* line 94, ../../sass/logbook.scss */ +table.fancy th, tr { + padding: 0; + margin: 0; +} + +/* line 98, ../../sass/logbook.scss */ +table.fancy td { + padding-left: 10px; + margin: 0; + border: 1px solid #282625; + border-right: 0; +} + +/* line 104, ../../sass/logbook.scss */ +.tdleft { + padding: 0; + width: 10%; + border-left: 0; +} + +/* line 109, ../../sass/logbook.scss */ +.caption { + font-style: italic; + border-top: 0px; + margin-top: 0px; + padding-top: 0px; +} + +/* line 116, ../../sass/logbook.scss */ +.puzzle-sans { + font-family: sans-serif; +} + +/* line 120, ../../sass/logbook.scss */ +.puzzle { + display: table; + width: 100%; +} + +/* line 125, ../../sass/logbook.scss */ +.puzzle-page-header { + margin-bottom: 20px; +} + +/* line 129, ../../sass/logbook.scss */ +.answer { + margin-bottom: 30px; +} + +/* line 133, ../../sass/logbook.scss */ +.puzzle li { + list-style-position: inside; + text-indent: -1.1em; +} + +/* line 138, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 145, ../../sass/logbook.scss */ +.clickbaitbannerbox { + width: 320px; + margin-right: 20px; + margin-left: auto; + margin-bottom: 20px; + margin-top: -30px; +} + +@media print { + /* line 154, ../../sass/logbook.scss */ + .clickbaitbannerbox { + margin-top: 50px; + } +} +/* line 159, ../../sass/logbook.scss */ +.clickbaitbanner { + background-color: white; + padding: 10px; +} + +/* line 163, ../../sass/logbook.scss */ +.attop { + position: absolute; + top: 0px; + left: 0px; +} + +/* line 169, ../../sass/logbook.scss */ +.byline { + font-family: 'Times New Roman', serif; + font-style: italic; +} + +/* line 173, ../../sass/logbook.scss */ +.clickbaitlink { + font-family: Helvetica, Arial, sans-serif; + font-size: 20px; +} + +/* line 177, ../../sass/logbook.scss */ +.clickbaitlink a { + text-decoration: none; +} + +/* line 181, ../../sass/logbook.scss */ +.puzzle p, .puzzle li { + line-height: 1.4em; +} + +/* line 185, ../../sass/logbook.scss */ +.solution-table td, .solution-table th { + padding-right: 15px; +} + +@media print { + /* line 190, ../../sass/logbook.scss */ + #puzzle-obj img { + display: none; + } + + /* line 194, ../../sass/logbook.scss */ + .no-page-break { + page-break-inside: avoid; + } + + /* line 197, ../../sass/logbook.scss */ + #paper { + width: 100%; + margin-bottom: 0px !important; + padding-bottom: 0px !important; + border: 0px !important; + } +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r053_MIT_Mystery_Hunt_2015_Constraint_Chef/_solution_assets/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r053_MIT_Mystery_Hunt_2015_Constraint_Chef/_solution_assets/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r053_MIT_Mystery_Hunt_2015_Constraint_Chef/_solution_assets/logbook.css @@ -0,0 +1,244 @@ +@font-face { + font-family: 'im_fell_double_pica_scregular'; + src: url("../fonts/hunt/imfedpsc28p-webfont.eot"); + src: url("../fonts/hunt/imfedpsc28p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hunt/imfedpsc28p-webfont.woff2") format("woff2"), url("../fonts/hunt/imfedpsc28p-webfont.woff") format("woff"), url("../fonts/hunt/imfedpsc28p-webfont.ttf") format("truetype"), url("../fonts/hunt/imfedpsc28p-webfont.svg#im_fell_double_pica_scregular") format("svg"); + font-weight: normal; + font-style: normal; +} + +/* line 14, ../../sass/logbook.scss */ +body { + margin: 0px; + border: 0px; + padding: 0px; +} + +/* line 19, ../../sass/logbook.scss */ +.headerbutton { + padding: 0 12px 0 12px; + float: right; +} + +/* line 24, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 31, ../../sass/logbook.scss */ +#paper { + z-index: 9; + width: 1000px; + padding: 37px 55px 72px; + position: relative; + border: 1px solid #333333; + background: #dbc397; + -webkit-background-size: 100% 30px; + -moz-background-size: 100% 30px; + -ms-background-size: 100% 30px; + background-size: 100% 30px; + box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5); + border-radius: 4px 4px 4px 4px; + color: #282625; + margin: 0 auto; + margin-bottom: 60px; + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; + text-rendering: optimizeLegibility; + font-feature-settings: "kern"; + -webkit-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern=1"; +} + +/* line 57, ../../sass/logbook.scss */ +#infowindow { + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; +} + +/* line 61, ../../sass/logbook.scss */ +.form-container { + top: 50px; +} + +/* line 64, ../../sass/logbook.scss */ +h1, h2, h3 { + font-family: 'im_fell_double_pica_scregular', serif; +} + +/* line 67, ../../sass/logbook.scss */ +.logheader { + font-size: larger; + font-weight: bold; +} + +/* line 71, ../../sass/logbook.scss */ +.logentry { + padding-left: 25px; + padding-right: 25px; + border-bottom: 1px solid #282625; +} + +/* line 76, ../../sass/logbook.scss */ +.logentry2 { + padding-left: 100px; + padding-right: 100px; + border-bottom: 1px solid #282625; +} + +/* line 81, ../../sass/logbook.scss */ +ul { + list-style: square inside url("../images/hunt/bullet3.png"); +} + +/* line 84, ../../sass/logbook.scss */ +table.fancy { + padding: 0; + margin: 0; + width: 100%; + border-collapse: collapse; + border-style: double; + border-color: #282625; + border-left: 0; + border-right: 0; +} + +/* line 94, ../../sass/logbook.scss */ +table.fancy th, tr { + padding: 0; + margin: 0; +} + +/* line 98, ../../sass/logbook.scss */ +table.fancy td { + padding-left: 10px; + margin: 0; + border: 1px solid #282625; + border-right: 0; +} + +/* line 104, ../../sass/logbook.scss */ +.tdleft { + padding: 0; + width: 10%; + border-left: 0; +} + +/* line 109, ../../sass/logbook.scss */ +.caption { + font-style: italic; + border-top: 0px; + margin-top: 0px; + padding-top: 0px; +} + +/* line 116, ../../sass/logbook.scss */ +.puzzle-sans { + font-family: sans-serif; +} + +/* line 120, ../../sass/logbook.scss */ +.puzzle { + display: table; + width: 100%; +} + +/* line 125, ../../sass/logbook.scss */ +.puzzle-page-header { + margin-bottom: 20px; +} + +/* line 129, ../../sass/logbook.scss */ +.answer { + margin-bottom: 30px; +} + +/* line 133, ../../sass/logbook.scss */ +.puzzle li { + list-style-position: inside; + text-indent: -1.1em; +} + +/* line 138, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 145, ../../sass/logbook.scss */ +.clickbaitbannerbox { + width: 320px; + margin-right: 20px; + margin-left: auto; + margin-bottom: 20px; + margin-top: -30px; +} + +@media print { + /* line 154, ../../sass/logbook.scss */ + .clickbaitbannerbox { + margin-top: 50px; + } +} +/* line 159, ../../sass/logbook.scss */ +.clickbaitbanner { + background-color: white; + padding: 10px; +} + +/* line 163, ../../sass/logbook.scss */ +.attop { + position: absolute; + top: 0px; + left: 0px; +} + +/* line 169, ../../sass/logbook.scss */ +.byline { + font-family: 'Times New Roman', serif; + font-style: italic; +} + +/* line 173, ../../sass/logbook.scss */ +.clickbaitlink { + font-family: Helvetica, Arial, sans-serif; + font-size: 20px; +} + +/* line 177, ../../sass/logbook.scss */ +.clickbaitlink a { + text-decoration: none; +} + +/* line 181, ../../sass/logbook.scss */ +.puzzle p, .puzzle li { + line-height: 1.4em; +} + +/* line 185, ../../sass/logbook.scss */ +.solution-table td, .solution-table th { + padding-right: 15px; +} + +@media print { + /* line 190, ../../sass/logbook.scss */ + #puzzle-obj img { + display: none; + } + + /* line 194, ../../sass/logbook.scss */ + .no-page-break { + page-break-inside: avoid; + } + + /* line 197, ../../sass/logbook.scss */ + #paper { + width: 100%; + margin-bottom: 0px !important; + padding-bottom: 0px !important; + border: 0px !important; + } +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r054_MIT_Mystery_Hunt_2015_Something_Looks_Fishy/_solution_assets/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r054_MIT_Mystery_Hunt_2015_Something_Looks_Fishy/_solution_assets/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r054_MIT_Mystery_Hunt_2015_Something_Looks_Fishy/_solution_assets/logbook.css @@ -0,0 +1,244 @@ +@font-face { + font-family: 'im_fell_double_pica_scregular'; + src: url("../fonts/hunt/imfedpsc28p-webfont.eot"); + src: url("../fonts/hunt/imfedpsc28p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hunt/imfedpsc28p-webfont.woff2") format("woff2"), url("../fonts/hunt/imfedpsc28p-webfont.woff") format("woff"), url("../fonts/hunt/imfedpsc28p-webfont.ttf") format("truetype"), url("../fonts/hunt/imfedpsc28p-webfont.svg#im_fell_double_pica_scregular") format("svg"); + font-weight: normal; + font-style: normal; +} + +/* line 14, ../../sass/logbook.scss */ +body { + margin: 0px; + border: 0px; + padding: 0px; +} + +/* line 19, ../../sass/logbook.scss */ +.headerbutton { + padding: 0 12px 0 12px; + float: right; +} + +/* line 24, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 31, ../../sass/logbook.scss */ +#paper { + z-index: 9; + width: 1000px; + padding: 37px 55px 72px; + position: relative; + border: 1px solid #333333; + background: #dbc397; + -webkit-background-size: 100% 30px; + -moz-background-size: 100% 30px; + -ms-background-size: 100% 30px; + background-size: 100% 30px; + box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5); + border-radius: 4px 4px 4px 4px; + color: #282625; + margin: 0 auto; + margin-bottom: 60px; + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; + text-rendering: optimizeLegibility; + font-feature-settings: "kern"; + -webkit-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern=1"; +} + +/* line 57, ../../sass/logbook.scss */ +#infowindow { + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; +} + +/* line 61, ../../sass/logbook.scss */ +.form-container { + top: 50px; +} + +/* line 64, ../../sass/logbook.scss */ +h1, h2, h3 { + font-family: 'im_fell_double_pica_scregular', serif; +} + +/* line 67, ../../sass/logbook.scss */ +.logheader { + font-size: larger; + font-weight: bold; +} + +/* line 71, ../../sass/logbook.scss */ +.logentry { + padding-left: 25px; + padding-right: 25px; + border-bottom: 1px solid #282625; +} + +/* line 76, ../../sass/logbook.scss */ +.logentry2 { + padding-left: 100px; + padding-right: 100px; + border-bottom: 1px solid #282625; +} + +/* line 81, ../../sass/logbook.scss */ +ul { + list-style: square inside url("../images/hunt/bullet3.png"); +} + +/* line 84, ../../sass/logbook.scss */ +table.fancy { + padding: 0; + margin: 0; + width: 100%; + border-collapse: collapse; + border-style: double; + border-color: #282625; + border-left: 0; + border-right: 0; +} + +/* line 94, ../../sass/logbook.scss */ +table.fancy th, tr { + padding: 0; + margin: 0; +} + +/* line 98, ../../sass/logbook.scss */ +table.fancy td { + padding-left: 10px; + margin: 0; + border: 1px solid #282625; + border-right: 0; +} + +/* line 104, ../../sass/logbook.scss */ +.tdleft { + padding: 0; + width: 10%; + border-left: 0; +} + +/* line 109, ../../sass/logbook.scss */ +.caption { + font-style: italic; + border-top: 0px; + margin-top: 0px; + padding-top: 0px; +} + +/* line 116, ../../sass/logbook.scss */ +.puzzle-sans { + font-family: sans-serif; +} + +/* line 120, ../../sass/logbook.scss */ +.puzzle { + display: table; + width: 100%; +} + +/* line 125, ../../sass/logbook.scss */ +.puzzle-page-header { + margin-bottom: 20px; +} + +/* line 129, ../../sass/logbook.scss */ +.answer { + margin-bottom: 30px; +} + +/* line 133, ../../sass/logbook.scss */ +.puzzle li { + list-style-position: inside; + text-indent: -1.1em; +} + +/* line 138, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 145, ../../sass/logbook.scss */ +.clickbaitbannerbox { + width: 320px; + margin-right: 20px; + margin-left: auto; + margin-bottom: 20px; + margin-top: -30px; +} + +@media print { + /* line 154, ../../sass/logbook.scss */ + .clickbaitbannerbox { + margin-top: 50px; + } +} +/* line 159, ../../sass/logbook.scss */ +.clickbaitbanner { + background-color: white; + padding: 10px; +} + +/* line 163, ../../sass/logbook.scss */ +.attop { + position: absolute; + top: 0px; + left: 0px; +} + +/* line 169, ../../sass/logbook.scss */ +.byline { + font-family: 'Times New Roman', serif; + font-style: italic; +} + +/* line 173, ../../sass/logbook.scss */ +.clickbaitlink { + font-family: Helvetica, Arial, sans-serif; + font-size: 20px; +} + +/* line 177, ../../sass/logbook.scss */ +.clickbaitlink a { + text-decoration: none; +} + +/* line 181, ../../sass/logbook.scss */ +.puzzle p, .puzzle li { + line-height: 1.4em; +} + +/* line 185, ../../sass/logbook.scss */ +.solution-table td, .solution-table th { + padding-right: 15px; +} + +@media print { + /* line 190, ../../sass/logbook.scss */ + #puzzle-obj img { + display: none; + } + + /* line 194, ../../sass/logbook.scss */ + .no-page-break { + page-break-inside: avoid; + } + + /* line 197, ../../sass/logbook.scss */ + #paper { + width: 100%; + margin-bottom: 0px !important; + padding-bottom: 0px !important; + border: 0px !important; + } +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r055_MIT_Mystery_Hunt_2015_Field_Trip/_solution_assets/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r055_MIT_Mystery_Hunt_2015_Field_Trip/_solution_assets/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r055_MIT_Mystery_Hunt_2015_Field_Trip/_solution_assets/logbook.css @@ -0,0 +1,244 @@ +@font-face { + font-family: 'im_fell_double_pica_scregular'; + src: url("../fonts/hunt/imfedpsc28p-webfont.eot"); + src: url("../fonts/hunt/imfedpsc28p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hunt/imfedpsc28p-webfont.woff2") format("woff2"), url("../fonts/hunt/imfedpsc28p-webfont.woff") format("woff"), url("../fonts/hunt/imfedpsc28p-webfont.ttf") format("truetype"), url("../fonts/hunt/imfedpsc28p-webfont.svg#im_fell_double_pica_scregular") format("svg"); + font-weight: normal; + font-style: normal; +} + +/* line 14, ../../sass/logbook.scss */ +body { + margin: 0px; + border: 0px; + padding: 0px; +} + +/* line 19, ../../sass/logbook.scss */ +.headerbutton { + padding: 0 12px 0 12px; + float: right; +} + +/* line 24, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 31, ../../sass/logbook.scss */ +#paper { + z-index: 9; + width: 1000px; + padding: 37px 55px 72px; + position: relative; + border: 1px solid #333333; + background: #dbc397; + -webkit-background-size: 100% 30px; + -moz-background-size: 100% 30px; + -ms-background-size: 100% 30px; + background-size: 100% 30px; + box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5); + border-radius: 4px 4px 4px 4px; + color: #282625; + margin: 0 auto; + margin-bottom: 60px; + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; + text-rendering: optimizeLegibility; + font-feature-settings: "kern"; + -webkit-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern=1"; +} + +/* line 57, ../../sass/logbook.scss */ +#infowindow { + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; +} + +/* line 61, ../../sass/logbook.scss */ +.form-container { + top: 50px; +} + +/* line 64, ../../sass/logbook.scss */ +h1, h2, h3 { + font-family: 'im_fell_double_pica_scregular', serif; +} + +/* line 67, ../../sass/logbook.scss */ +.logheader { + font-size: larger; + font-weight: bold; +} + +/* line 71, ../../sass/logbook.scss */ +.logentry { + padding-left: 25px; + padding-right: 25px; + border-bottom: 1px solid #282625; +} + +/* line 76, ../../sass/logbook.scss */ +.logentry2 { + padding-left: 100px; + padding-right: 100px; + border-bottom: 1px solid #282625; +} + +/* line 81, ../../sass/logbook.scss */ +ul { + list-style: square inside url("../images/hunt/bullet3.png"); +} + +/* line 84, ../../sass/logbook.scss */ +table.fancy { + padding: 0; + margin: 0; + width: 100%; + border-collapse: collapse; + border-style: double; + border-color: #282625; + border-left: 0; + border-right: 0; +} + +/* line 94, ../../sass/logbook.scss */ +table.fancy th, tr { + padding: 0; + margin: 0; +} + +/* line 98, ../../sass/logbook.scss */ +table.fancy td { + padding-left: 10px; + margin: 0; + border: 1px solid #282625; + border-right: 0; +} + +/* line 104, ../../sass/logbook.scss */ +.tdleft { + padding: 0; + width: 10%; + border-left: 0; +} + +/* line 109, ../../sass/logbook.scss */ +.caption { + font-style: italic; + border-top: 0px; + margin-top: 0px; + padding-top: 0px; +} + +/* line 116, ../../sass/logbook.scss */ +.puzzle-sans { + font-family: sans-serif; +} + +/* line 120, ../../sass/logbook.scss */ +.puzzle { + display: table; + width: 100%; +} + +/* line 125, ../../sass/logbook.scss */ +.puzzle-page-header { + margin-bottom: 20px; +} + +/* line 129, ../../sass/logbook.scss */ +.answer { + margin-bottom: 30px; +} + +/* line 133, ../../sass/logbook.scss */ +.puzzle li { + list-style-position: inside; + text-indent: -1.1em; +} + +/* line 138, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 145, ../../sass/logbook.scss */ +.clickbaitbannerbox { + width: 320px; + margin-right: 20px; + margin-left: auto; + margin-bottom: 20px; + margin-top: -30px; +} + +@media print { + /* line 154, ../../sass/logbook.scss */ + .clickbaitbannerbox { + margin-top: 50px; + } +} +/* line 159, ../../sass/logbook.scss */ +.clickbaitbanner { + background-color: white; + padding: 10px; +} + +/* line 163, ../../sass/logbook.scss */ +.attop { + position: absolute; + top: 0px; + left: 0px; +} + +/* line 169, ../../sass/logbook.scss */ +.byline { + font-family: 'Times New Roman', serif; + font-style: italic; +} + +/* line 173, ../../sass/logbook.scss */ +.clickbaitlink { + font-family: Helvetica, Arial, sans-serif; + font-size: 20px; +} + +/* line 177, ../../sass/logbook.scss */ +.clickbaitlink a { + text-decoration: none; +} + +/* line 181, ../../sass/logbook.scss */ +.puzzle p, .puzzle li { + line-height: 1.4em; +} + +/* line 185, ../../sass/logbook.scss */ +.solution-table td, .solution-table th { + padding-right: 15px; +} + +@media print { + /* line 190, ../../sass/logbook.scss */ + #puzzle-obj img { + display: none; + } + + /* line 194, ../../sass/logbook.scss */ + .no-page-break { + page-break-inside: avoid; + } + + /* line 197, ../../sass/logbook.scss */ + #paper { + width: 100%; + margin-bottom: 0px !important; + padding-bottom: 0px !important; + border: 0px !important; + } +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r056_MIT_Mystery_Hunt_2015_MiT_MYSTERY_HUNT/_solution_assets/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r056_MIT_Mystery_Hunt_2015_MiT_MYSTERY_HUNT/_solution_assets/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r056_MIT_Mystery_Hunt_2015_MiT_MYSTERY_HUNT/_solution_assets/logbook.css @@ -0,0 +1,244 @@ +@font-face { + font-family: 'im_fell_double_pica_scregular'; + src: url("../fonts/hunt/imfedpsc28p-webfont.eot"); + src: url("../fonts/hunt/imfedpsc28p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hunt/imfedpsc28p-webfont.woff2") format("woff2"), url("../fonts/hunt/imfedpsc28p-webfont.woff") format("woff"), url("../fonts/hunt/imfedpsc28p-webfont.ttf") format("truetype"), url("../fonts/hunt/imfedpsc28p-webfont.svg#im_fell_double_pica_scregular") format("svg"); + font-weight: normal; + font-style: normal; +} + +/* line 14, ../../sass/logbook.scss */ +body { + margin: 0px; + border: 0px; + padding: 0px; +} + +/* line 19, ../../sass/logbook.scss */ +.headerbutton { + padding: 0 12px 0 12px; + float: right; +} + +/* line 24, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 31, ../../sass/logbook.scss */ +#paper { + z-index: 9; + width: 1000px; + padding: 37px 55px 72px; + position: relative; + border: 1px solid #333333; + background: #dbc397; + -webkit-background-size: 100% 30px; + -moz-background-size: 100% 30px; + -ms-background-size: 100% 30px; + background-size: 100% 30px; + box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5); + border-radius: 4px 4px 4px 4px; + color: #282625; + margin: 0 auto; + margin-bottom: 60px; + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; + text-rendering: optimizeLegibility; + font-feature-settings: "kern"; + -webkit-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern=1"; +} + +/* line 57, ../../sass/logbook.scss */ +#infowindow { + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; +} + +/* line 61, ../../sass/logbook.scss */ +.form-container { + top: 50px; +} + +/* line 64, ../../sass/logbook.scss */ +h1, h2, h3 { + font-family: 'im_fell_double_pica_scregular', serif; +} + +/* line 67, ../../sass/logbook.scss */ +.logheader { + font-size: larger; + font-weight: bold; +} + +/* line 71, ../../sass/logbook.scss */ +.logentry { + padding-left: 25px; + padding-right: 25px; + border-bottom: 1px solid #282625; +} + +/* line 76, ../../sass/logbook.scss */ +.logentry2 { + padding-left: 100px; + padding-right: 100px; + border-bottom: 1px solid #282625; +} + +/* line 81, ../../sass/logbook.scss */ +ul { + list-style: square inside url("../images/hunt/bullet3.png"); +} + +/* line 84, ../../sass/logbook.scss */ +table.fancy { + padding: 0; + margin: 0; + width: 100%; + border-collapse: collapse; + border-style: double; + border-color: #282625; + border-left: 0; + border-right: 0; +} + +/* line 94, ../../sass/logbook.scss */ +table.fancy th, tr { + padding: 0; + margin: 0; +} + +/* line 98, ../../sass/logbook.scss */ +table.fancy td { + padding-left: 10px; + margin: 0; + border: 1px solid #282625; + border-right: 0; +} + +/* line 104, ../../sass/logbook.scss */ +.tdleft { + padding: 0; + width: 10%; + border-left: 0; +} + +/* line 109, ../../sass/logbook.scss */ +.caption { + font-style: italic; + border-top: 0px; + margin-top: 0px; + padding-top: 0px; +} + +/* line 116, ../../sass/logbook.scss */ +.puzzle-sans { + font-family: sans-serif; +} + +/* line 120, ../../sass/logbook.scss */ +.puzzle { + display: table; + width: 100%; +} + +/* line 125, ../../sass/logbook.scss */ +.puzzle-page-header { + margin-bottom: 20px; +} + +/* line 129, ../../sass/logbook.scss */ +.answer { + margin-bottom: 30px; +} + +/* line 133, ../../sass/logbook.scss */ +.puzzle li { + list-style-position: inside; + text-indent: -1.1em; +} + +/* line 138, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 145, ../../sass/logbook.scss */ +.clickbaitbannerbox { + width: 320px; + margin-right: 20px; + margin-left: auto; + margin-bottom: 20px; + margin-top: -30px; +} + +@media print { + /* line 154, ../../sass/logbook.scss */ + .clickbaitbannerbox { + margin-top: 50px; + } +} +/* line 159, ../../sass/logbook.scss */ +.clickbaitbanner { + background-color: white; + padding: 10px; +} + +/* line 163, ../../sass/logbook.scss */ +.attop { + position: absolute; + top: 0px; + left: 0px; +} + +/* line 169, ../../sass/logbook.scss */ +.byline { + font-family: 'Times New Roman', serif; + font-style: italic; +} + +/* line 173, ../../sass/logbook.scss */ +.clickbaitlink { + font-family: Helvetica, Arial, sans-serif; + font-size: 20px; +} + +/* line 177, ../../sass/logbook.scss */ +.clickbaitlink a { + text-decoration: none; +} + +/* line 181, ../../sass/logbook.scss */ +.puzzle p, .puzzle li { + line-height: 1.4em; +} + +/* line 185, ../../sass/logbook.scss */ +.solution-table td, .solution-table th { + padding-right: 15px; +} + +@media print { + /* line 190, ../../sass/logbook.scss */ + #puzzle-obj img { + display: none; + } + + /* line 194, ../../sass/logbook.scss */ + .no-page-break { + page-break-inside: avoid; + } + + /* line 197, ../../sass/logbook.scss */ + #paper { + width: 100%; + margin-bottom: 0px !important; + padding-bottom: 0px !important; + border: 0px !important; + } +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r057_MIT_Mystery_Hunt_2015_Choose_Your_Language/_solution_assets/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r057_MIT_Mystery_Hunt_2015_Choose_Your_Language/_solution_assets/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r057_MIT_Mystery_Hunt_2015_Choose_Your_Language/_solution_assets/logbook.css @@ -0,0 +1,244 @@ +@font-face { + font-family: 'im_fell_double_pica_scregular'; + src: url("../fonts/hunt/imfedpsc28p-webfont.eot"); + src: url("../fonts/hunt/imfedpsc28p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hunt/imfedpsc28p-webfont.woff2") format("woff2"), url("../fonts/hunt/imfedpsc28p-webfont.woff") format("woff"), url("../fonts/hunt/imfedpsc28p-webfont.ttf") format("truetype"), url("../fonts/hunt/imfedpsc28p-webfont.svg#im_fell_double_pica_scregular") format("svg"); + font-weight: normal; + font-style: normal; +} + +/* line 14, ../../sass/logbook.scss */ +body { + margin: 0px; + border: 0px; + padding: 0px; +} + +/* line 19, ../../sass/logbook.scss */ +.headerbutton { + padding: 0 12px 0 12px; + float: right; +} + +/* line 24, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 31, ../../sass/logbook.scss */ +#paper { + z-index: 9; + width: 1000px; + padding: 37px 55px 72px; + position: relative; + border: 1px solid #333333; + background: #dbc397; + -webkit-background-size: 100% 30px; + -moz-background-size: 100% 30px; + -ms-background-size: 100% 30px; + background-size: 100% 30px; + box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5); + border-radius: 4px 4px 4px 4px; + color: #282625; + margin: 0 auto; + margin-bottom: 60px; + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; + text-rendering: optimizeLegibility; + font-feature-settings: "kern"; + -webkit-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern=1"; +} + +/* line 57, ../../sass/logbook.scss */ +#infowindow { + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; +} + +/* line 61, ../../sass/logbook.scss */ +.form-container { + top: 50px; +} + +/* line 64, ../../sass/logbook.scss */ +h1, h2, h3 { + font-family: 'im_fell_double_pica_scregular', serif; +} + +/* line 67, ../../sass/logbook.scss */ +.logheader { + font-size: larger; + font-weight: bold; +} + +/* line 71, ../../sass/logbook.scss */ +.logentry { + padding-left: 25px; + padding-right: 25px; + border-bottom: 1px solid #282625; +} + +/* line 76, ../../sass/logbook.scss */ +.logentry2 { + padding-left: 100px; + padding-right: 100px; + border-bottom: 1px solid #282625; +} + +/* line 81, ../../sass/logbook.scss */ +ul { + list-style: square inside url("../images/hunt/bullet3.png"); +} + +/* line 84, ../../sass/logbook.scss */ +table.fancy { + padding: 0; + margin: 0; + width: 100%; + border-collapse: collapse; + border-style: double; + border-color: #282625; + border-left: 0; + border-right: 0; +} + +/* line 94, ../../sass/logbook.scss */ +table.fancy th, tr { + padding: 0; + margin: 0; +} + +/* line 98, ../../sass/logbook.scss */ +table.fancy td { + padding-left: 10px; + margin: 0; + border: 1px solid #282625; + border-right: 0; +} + +/* line 104, ../../sass/logbook.scss */ +.tdleft { + padding: 0; + width: 10%; + border-left: 0; +} + +/* line 109, ../../sass/logbook.scss */ +.caption { + font-style: italic; + border-top: 0px; + margin-top: 0px; + padding-top: 0px; +} + +/* line 116, ../../sass/logbook.scss */ +.puzzle-sans { + font-family: sans-serif; +} + +/* line 120, ../../sass/logbook.scss */ +.puzzle { + display: table; + width: 100%; +} + +/* line 125, ../../sass/logbook.scss */ +.puzzle-page-header { + margin-bottom: 20px; +} + +/* line 129, ../../sass/logbook.scss */ +.answer { + margin-bottom: 30px; +} + +/* line 133, ../../sass/logbook.scss */ +.puzzle li { + list-style-position: inside; + text-indent: -1.1em; +} + +/* line 138, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 145, ../../sass/logbook.scss */ +.clickbaitbannerbox { + width: 320px; + margin-right: 20px; + margin-left: auto; + margin-bottom: 20px; + margin-top: -30px; +} + +@media print { + /* line 154, ../../sass/logbook.scss */ + .clickbaitbannerbox { + margin-top: 50px; + } +} +/* line 159, ../../sass/logbook.scss */ +.clickbaitbanner { + background-color: white; + padding: 10px; +} + +/* line 163, ../../sass/logbook.scss */ +.attop { + position: absolute; + top: 0px; + left: 0px; +} + +/* line 169, ../../sass/logbook.scss */ +.byline { + font-family: 'Times New Roman', serif; + font-style: italic; +} + +/* line 173, ../../sass/logbook.scss */ +.clickbaitlink { + font-family: Helvetica, Arial, sans-serif; + font-size: 20px; +} + +/* line 177, ../../sass/logbook.scss */ +.clickbaitlink a { + text-decoration: none; +} + +/* line 181, ../../sass/logbook.scss */ +.puzzle p, .puzzle li { + line-height: 1.4em; +} + +/* line 185, ../../sass/logbook.scss */ +.solution-table td, .solution-table th { + padding-right: 15px; +} + +@media print { + /* line 190, ../../sass/logbook.scss */ + #puzzle-obj img { + display: none; + } + + /* line 194, ../../sass/logbook.scss */ + .no-page-break { + page-break-inside: avoid; + } + + /* line 197, ../../sass/logbook.scss */ + #paper { + width: 100%; + margin-bottom: 0px !important; + padding-bottom: 0px !important; + border: 0px !important; + } +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r058_MIT_Mystery_Hunt_2015_It_s_Play_Time/_solution_assets/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r058_MIT_Mystery_Hunt_2015_It_s_Play_Time/_solution_assets/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r058_MIT_Mystery_Hunt_2015_It_s_Play_Time/_solution_assets/logbook.css @@ -0,0 +1,244 @@ +@font-face { + font-family: 'im_fell_double_pica_scregular'; + src: url("../fonts/hunt/imfedpsc28p-webfont.eot"); + src: url("../fonts/hunt/imfedpsc28p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hunt/imfedpsc28p-webfont.woff2") format("woff2"), url("../fonts/hunt/imfedpsc28p-webfont.woff") format("woff"), url("../fonts/hunt/imfedpsc28p-webfont.ttf") format("truetype"), url("../fonts/hunt/imfedpsc28p-webfont.svg#im_fell_double_pica_scregular") format("svg"); + font-weight: normal; + font-style: normal; +} + +/* line 14, ../../sass/logbook.scss */ +body { + margin: 0px; + border: 0px; + padding: 0px; +} + +/* line 19, ../../sass/logbook.scss */ +.headerbutton { + padding: 0 12px 0 12px; + float: right; +} + +/* line 24, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 31, ../../sass/logbook.scss */ +#paper { + z-index: 9; + width: 1000px; + padding: 37px 55px 72px; + position: relative; + border: 1px solid #333333; + background: #dbc397; + -webkit-background-size: 100% 30px; + -moz-background-size: 100% 30px; + -ms-background-size: 100% 30px; + background-size: 100% 30px; + box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5); + border-radius: 4px 4px 4px 4px; + color: #282625; + margin: 0 auto; + margin-bottom: 60px; + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; + text-rendering: optimizeLegibility; + font-feature-settings: "kern"; + -webkit-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern=1"; +} + +/* line 57, ../../sass/logbook.scss */ +#infowindow { + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; +} + +/* line 61, ../../sass/logbook.scss */ +.form-container { + top: 50px; +} + +/* line 64, ../../sass/logbook.scss */ +h1, h2, h3 { + font-family: 'im_fell_double_pica_scregular', serif; +} + +/* line 67, ../../sass/logbook.scss */ +.logheader { + font-size: larger; + font-weight: bold; +} + +/* line 71, ../../sass/logbook.scss */ +.logentry { + padding-left: 25px; + padding-right: 25px; + border-bottom: 1px solid #282625; +} + +/* line 76, ../../sass/logbook.scss */ +.logentry2 { + padding-left: 100px; + padding-right: 100px; + border-bottom: 1px solid #282625; +} + +/* line 81, ../../sass/logbook.scss */ +ul { + list-style: square inside url("../images/hunt/bullet3.png"); +} + +/* line 84, ../../sass/logbook.scss */ +table.fancy { + padding: 0; + margin: 0; + width: 100%; + border-collapse: collapse; + border-style: double; + border-color: #282625; + border-left: 0; + border-right: 0; +} + +/* line 94, ../../sass/logbook.scss */ +table.fancy th, tr { + padding: 0; + margin: 0; +} + +/* line 98, ../../sass/logbook.scss */ +table.fancy td { + padding-left: 10px; + margin: 0; + border: 1px solid #282625; + border-right: 0; +} + +/* line 104, ../../sass/logbook.scss */ +.tdleft { + padding: 0; + width: 10%; + border-left: 0; +} + +/* line 109, ../../sass/logbook.scss */ +.caption { + font-style: italic; + border-top: 0px; + margin-top: 0px; + padding-top: 0px; +} + +/* line 116, ../../sass/logbook.scss */ +.puzzle-sans { + font-family: sans-serif; +} + +/* line 120, ../../sass/logbook.scss */ +.puzzle { + display: table; + width: 100%; +} + +/* line 125, ../../sass/logbook.scss */ +.puzzle-page-header { + margin-bottom: 20px; +} + +/* line 129, ../../sass/logbook.scss */ +.answer { + margin-bottom: 30px; +} + +/* line 133, ../../sass/logbook.scss */ +.puzzle li { + list-style-position: inside; + text-indent: -1.1em; +} + +/* line 138, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 145, ../../sass/logbook.scss */ +.clickbaitbannerbox { + width: 320px; + margin-right: 20px; + margin-left: auto; + margin-bottom: 20px; + margin-top: -30px; +} + +@media print { + /* line 154, ../../sass/logbook.scss */ + .clickbaitbannerbox { + margin-top: 50px; + } +} +/* line 159, ../../sass/logbook.scss */ +.clickbaitbanner { + background-color: white; + padding: 10px; +} + +/* line 163, ../../sass/logbook.scss */ +.attop { + position: absolute; + top: 0px; + left: 0px; +} + +/* line 169, ../../sass/logbook.scss */ +.byline { + font-family: 'Times New Roman', serif; + font-style: italic; +} + +/* line 173, ../../sass/logbook.scss */ +.clickbaitlink { + font-family: Helvetica, Arial, sans-serif; + font-size: 20px; +} + +/* line 177, ../../sass/logbook.scss */ +.clickbaitlink a { + text-decoration: none; +} + +/* line 181, ../../sass/logbook.scss */ +.puzzle p, .puzzle li { + line-height: 1.4em; +} + +/* line 185, ../../sass/logbook.scss */ +.solution-table td, .solution-table th { + padding-right: 15px; +} + +@media print { + /* line 190, ../../sass/logbook.scss */ + #puzzle-obj img { + display: none; + } + + /* line 194, ../../sass/logbook.scss */ + .no-page-break { + page-break-inside: avoid; + } + + /* line 197, ../../sass/logbook.scss */ + #paper { + width: 100%; + margin-bottom: 0px !important; + padding-bottom: 0px !important; + border: 0px !important; + } +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r059_MIT_Mystery_Hunt_2015_Dr._Nautilus_s_Secret_Notes/_solution_assets/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r059_MIT_Mystery_Hunt_2015_Dr._Nautilus_s_Secret_Notes/_solution_assets/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r059_MIT_Mystery_Hunt_2015_Dr._Nautilus_s_Secret_Notes/_solution_assets/logbook.css @@ -0,0 +1,244 @@ +@font-face { + font-family: 'im_fell_double_pica_scregular'; + src: url("../fonts/hunt/imfedpsc28p-webfont.eot"); + src: url("../fonts/hunt/imfedpsc28p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hunt/imfedpsc28p-webfont.woff2") format("woff2"), url("../fonts/hunt/imfedpsc28p-webfont.woff") format("woff"), url("../fonts/hunt/imfedpsc28p-webfont.ttf") format("truetype"), url("../fonts/hunt/imfedpsc28p-webfont.svg#im_fell_double_pica_scregular") format("svg"); + font-weight: normal; + font-style: normal; +} + +/* line 14, ../../sass/logbook.scss */ +body { + margin: 0px; + border: 0px; + padding: 0px; +} + +/* line 19, ../../sass/logbook.scss */ +.headerbutton { + padding: 0 12px 0 12px; + float: right; +} + +/* line 24, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 31, ../../sass/logbook.scss */ +#paper { + z-index: 9; + width: 1000px; + padding: 37px 55px 72px; + position: relative; + border: 1px solid #333333; + background: #dbc397; + -webkit-background-size: 100% 30px; + -moz-background-size: 100% 30px; + -ms-background-size: 100% 30px; + background-size: 100% 30px; + box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5); + border-radius: 4px 4px 4px 4px; + color: #282625; + margin: 0 auto; + margin-bottom: 60px; + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; + text-rendering: optimizeLegibility; + font-feature-settings: "kern"; + -webkit-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern=1"; +} + +/* line 57, ../../sass/logbook.scss */ +#infowindow { + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; +} + +/* line 61, ../../sass/logbook.scss */ +.form-container { + top: 50px; +} + +/* line 64, ../../sass/logbook.scss */ +h1, h2, h3 { + font-family: 'im_fell_double_pica_scregular', serif; +} + +/* line 67, ../../sass/logbook.scss */ +.logheader { + font-size: larger; + font-weight: bold; +} + +/* line 71, ../../sass/logbook.scss */ +.logentry { + padding-left: 25px; + padding-right: 25px; + border-bottom: 1px solid #282625; +} + +/* line 76, ../../sass/logbook.scss */ +.logentry2 { + padding-left: 100px; + padding-right: 100px; + border-bottom: 1px solid #282625; +} + +/* line 81, ../../sass/logbook.scss */ +ul { + list-style: square inside url("../images/hunt/bullet3.png"); +} + +/* line 84, ../../sass/logbook.scss */ +table.fancy { + padding: 0; + margin: 0; + width: 100%; + border-collapse: collapse; + border-style: double; + border-color: #282625; + border-left: 0; + border-right: 0; +} + +/* line 94, ../../sass/logbook.scss */ +table.fancy th, tr { + padding: 0; + margin: 0; +} + +/* line 98, ../../sass/logbook.scss */ +table.fancy td { + padding-left: 10px; + margin: 0; + border: 1px solid #282625; + border-right: 0; +} + +/* line 104, ../../sass/logbook.scss */ +.tdleft { + padding: 0; + width: 10%; + border-left: 0; +} + +/* line 109, ../../sass/logbook.scss */ +.caption { + font-style: italic; + border-top: 0px; + margin-top: 0px; + padding-top: 0px; +} + +/* line 116, ../../sass/logbook.scss */ +.puzzle-sans { + font-family: sans-serif; +} + +/* line 120, ../../sass/logbook.scss */ +.puzzle { + display: table; + width: 100%; +} + +/* line 125, ../../sass/logbook.scss */ +.puzzle-page-header { + margin-bottom: 20px; +} + +/* line 129, ../../sass/logbook.scss */ +.answer { + margin-bottom: 30px; +} + +/* line 133, ../../sass/logbook.scss */ +.puzzle li { + list-style-position: inside; + text-indent: -1.1em; +} + +/* line 138, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 145, ../../sass/logbook.scss */ +.clickbaitbannerbox { + width: 320px; + margin-right: 20px; + margin-left: auto; + margin-bottom: 20px; + margin-top: -30px; +} + +@media print { + /* line 154, ../../sass/logbook.scss */ + .clickbaitbannerbox { + margin-top: 50px; + } +} +/* line 159, ../../sass/logbook.scss */ +.clickbaitbanner { + background-color: white; + padding: 10px; +} + +/* line 163, ../../sass/logbook.scss */ +.attop { + position: absolute; + top: 0px; + left: 0px; +} + +/* line 169, ../../sass/logbook.scss */ +.byline { + font-family: 'Times New Roman', serif; + font-style: italic; +} + +/* line 173, ../../sass/logbook.scss */ +.clickbaitlink { + font-family: Helvetica, Arial, sans-serif; + font-size: 20px; +} + +/* line 177, ../../sass/logbook.scss */ +.clickbaitlink a { + text-decoration: none; +} + +/* line 181, ../../sass/logbook.scss */ +.puzzle p, .puzzle li { + line-height: 1.4em; +} + +/* line 185, ../../sass/logbook.scss */ +.solution-table td, .solution-table th { + padding-right: 15px; +} + +@media print { + /* line 190, ../../sass/logbook.scss */ + #puzzle-obj img { + display: none; + } + + /* line 194, ../../sass/logbook.scss */ + .no-page-break { + page-break-inside: avoid; + } + + /* line 197, ../../sass/logbook.scss */ + #paper { + width: 100%; + margin-bottom: 0px !important; + padding-bottom: 0px !important; + border: 0px !important; + } +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r05m_MIT_Mystery_Hunt_2015_Pod_of_Dolphins_Meta/_solution_assets/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r05m_MIT_Mystery_Hunt_2015_Pod_of_Dolphins_Meta/_solution_assets/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r05m_MIT_Mystery_Hunt_2015_Pod_of_Dolphins_Meta/_solution_assets/logbook.css @@ -0,0 +1,244 @@ +@font-face { + font-family: 'im_fell_double_pica_scregular'; + src: url("../fonts/hunt/imfedpsc28p-webfont.eot"); + src: url("../fonts/hunt/imfedpsc28p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hunt/imfedpsc28p-webfont.woff2") format("woff2"), url("../fonts/hunt/imfedpsc28p-webfont.woff") format("woff"), url("../fonts/hunt/imfedpsc28p-webfont.ttf") format("truetype"), url("../fonts/hunt/imfedpsc28p-webfont.svg#im_fell_double_pica_scregular") format("svg"); + font-weight: normal; + font-style: normal; +} + +/* line 14, ../../sass/logbook.scss */ +body { + margin: 0px; + border: 0px; + padding: 0px; +} + +/* line 19, ../../sass/logbook.scss */ +.headerbutton { + padding: 0 12px 0 12px; + float: right; +} + +/* line 24, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 31, ../../sass/logbook.scss */ +#paper { + z-index: 9; + width: 1000px; + padding: 37px 55px 72px; + position: relative; + border: 1px solid #333333; + background: #dbc397; + -webkit-background-size: 100% 30px; + -moz-background-size: 100% 30px; + -ms-background-size: 100% 30px; + background-size: 100% 30px; + box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5); + border-radius: 4px 4px 4px 4px; + color: #282625; + margin: 0 auto; + margin-bottom: 60px; + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; + text-rendering: optimizeLegibility; + font-feature-settings: "kern"; + -webkit-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern=1"; +} + +/* line 57, ../../sass/logbook.scss */ +#infowindow { + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; +} + +/* line 61, ../../sass/logbook.scss */ +.form-container { + top: 50px; +} + +/* line 64, ../../sass/logbook.scss */ +h1, h2, h3 { + font-family: 'im_fell_double_pica_scregular', serif; +} + +/* line 67, ../../sass/logbook.scss */ +.logheader { + font-size: larger; + font-weight: bold; +} + +/* line 71, ../../sass/logbook.scss */ +.logentry { + padding-left: 25px; + padding-right: 25px; + border-bottom: 1px solid #282625; +} + +/* line 76, ../../sass/logbook.scss */ +.logentry2 { + padding-left: 100px; + padding-right: 100px; + border-bottom: 1px solid #282625; +} + +/* line 81, ../../sass/logbook.scss */ +ul { + list-style: square inside url("../images/hunt/bullet3.png"); +} + +/* line 84, ../../sass/logbook.scss */ +table.fancy { + padding: 0; + margin: 0; + width: 100%; + border-collapse: collapse; + border-style: double; + border-color: #282625; + border-left: 0; + border-right: 0; +} + +/* line 94, ../../sass/logbook.scss */ +table.fancy th, tr { + padding: 0; + margin: 0; +} + +/* line 98, ../../sass/logbook.scss */ +table.fancy td { + padding-left: 10px; + margin: 0; + border: 1px solid #282625; + border-right: 0; +} + +/* line 104, ../../sass/logbook.scss */ +.tdleft { + padding: 0; + width: 10%; + border-left: 0; +} + +/* line 109, ../../sass/logbook.scss */ +.caption { + font-style: italic; + border-top: 0px; + margin-top: 0px; + padding-top: 0px; +} + +/* line 116, ../../sass/logbook.scss */ +.puzzle-sans { + font-family: sans-serif; +} + +/* line 120, ../../sass/logbook.scss */ +.puzzle { + display: table; + width: 100%; +} + +/* line 125, ../../sass/logbook.scss */ +.puzzle-page-header { + margin-bottom: 20px; +} + +/* line 129, ../../sass/logbook.scss */ +.answer { + margin-bottom: 30px; +} + +/* line 133, ../../sass/logbook.scss */ +.puzzle li { + list-style-position: inside; + text-indent: -1.1em; +} + +/* line 138, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 145, ../../sass/logbook.scss */ +.clickbaitbannerbox { + width: 320px; + margin-right: 20px; + margin-left: auto; + margin-bottom: 20px; + margin-top: -30px; +} + +@media print { + /* line 154, ../../sass/logbook.scss */ + .clickbaitbannerbox { + margin-top: 50px; + } +} +/* line 159, ../../sass/logbook.scss */ +.clickbaitbanner { + background-color: white; + padding: 10px; +} + +/* line 163, ../../sass/logbook.scss */ +.attop { + position: absolute; + top: 0px; + left: 0px; +} + +/* line 169, ../../sass/logbook.scss */ +.byline { + font-family: 'Times New Roman', serif; + font-style: italic; +} + +/* line 173, ../../sass/logbook.scss */ +.clickbaitlink { + font-family: Helvetica, Arial, sans-serif; + font-size: 20px; +} + +/* line 177, ../../sass/logbook.scss */ +.clickbaitlink a { + text-decoration: none; +} + +/* line 181, ../../sass/logbook.scss */ +.puzzle p, .puzzle li { + line-height: 1.4em; +} + +/* line 185, ../../sass/logbook.scss */ +.solution-table td, .solution-table th { + padding-right: 15px; +} + +@media print { + /* line 190, ../../sass/logbook.scss */ + #puzzle-obj img { + display: none; + } + + /* line 194, ../../sass/logbook.scss */ + .no-page-break { + page-break-inside: avoid; + } + + /* line 197, ../../sass/logbook.scss */ + #paper { + width: 100%; + margin-bottom: 0px !important; + padding-bottom: 0px !important; + border: 0px !important; + } +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r061_MIT_Mystery_Hunt_2015_Hashi_It_Out/_solution_assets/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r061_MIT_Mystery_Hunt_2015_Hashi_It_Out/_solution_assets/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r061_MIT_Mystery_Hunt_2015_Hashi_It_Out/_solution_assets/logbook.css @@ -0,0 +1,244 @@ +@font-face { + font-family: 'im_fell_double_pica_scregular'; + src: url("../fonts/hunt/imfedpsc28p-webfont.eot"); + src: url("../fonts/hunt/imfedpsc28p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hunt/imfedpsc28p-webfont.woff2") format("woff2"), url("../fonts/hunt/imfedpsc28p-webfont.woff") format("woff"), url("../fonts/hunt/imfedpsc28p-webfont.ttf") format("truetype"), url("../fonts/hunt/imfedpsc28p-webfont.svg#im_fell_double_pica_scregular") format("svg"); + font-weight: normal; + font-style: normal; +} + +/* line 14, ../../sass/logbook.scss */ +body { + margin: 0px; + border: 0px; + padding: 0px; +} + +/* line 19, ../../sass/logbook.scss */ +.headerbutton { + padding: 0 12px 0 12px; + float: right; +} + +/* line 24, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 31, ../../sass/logbook.scss */ +#paper { + z-index: 9; + width: 1000px; + padding: 37px 55px 72px; + position: relative; + border: 1px solid #333333; + background: #dbc397; + -webkit-background-size: 100% 30px; + -moz-background-size: 100% 30px; + -ms-background-size: 100% 30px; + background-size: 100% 30px; + box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5); + border-radius: 4px 4px 4px 4px; + color: #282625; + margin: 0 auto; + margin-bottom: 60px; + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; + text-rendering: optimizeLegibility; + font-feature-settings: "kern"; + -webkit-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern=1"; +} + +/* line 57, ../../sass/logbook.scss */ +#infowindow { + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; +} + +/* line 61, ../../sass/logbook.scss */ +.form-container { + top: 50px; +} + +/* line 64, ../../sass/logbook.scss */ +h1, h2, h3 { + font-family: 'im_fell_double_pica_scregular', serif; +} + +/* line 67, ../../sass/logbook.scss */ +.logheader { + font-size: larger; + font-weight: bold; +} + +/* line 71, ../../sass/logbook.scss */ +.logentry { + padding-left: 25px; + padding-right: 25px; + border-bottom: 1px solid #282625; +} + +/* line 76, ../../sass/logbook.scss */ +.logentry2 { + padding-left: 100px; + padding-right: 100px; + border-bottom: 1px solid #282625; +} + +/* line 81, ../../sass/logbook.scss */ +ul { + list-style: square inside url("../images/hunt/bullet3.png"); +} + +/* line 84, ../../sass/logbook.scss */ +table.fancy { + padding: 0; + margin: 0; + width: 100%; + border-collapse: collapse; + border-style: double; + border-color: #282625; + border-left: 0; + border-right: 0; +} + +/* line 94, ../../sass/logbook.scss */ +table.fancy th, tr { + padding: 0; + margin: 0; +} + +/* line 98, ../../sass/logbook.scss */ +table.fancy td { + padding-left: 10px; + margin: 0; + border: 1px solid #282625; + border-right: 0; +} + +/* line 104, ../../sass/logbook.scss */ +.tdleft { + padding: 0; + width: 10%; + border-left: 0; +} + +/* line 109, ../../sass/logbook.scss */ +.caption { + font-style: italic; + border-top: 0px; + margin-top: 0px; + padding-top: 0px; +} + +/* line 116, ../../sass/logbook.scss */ +.puzzle-sans { + font-family: sans-serif; +} + +/* line 120, ../../sass/logbook.scss */ +.puzzle { + display: table; + width: 100%; +} + +/* line 125, ../../sass/logbook.scss */ +.puzzle-page-header { + margin-bottom: 20px; +} + +/* line 129, ../../sass/logbook.scss */ +.answer { + margin-bottom: 30px; +} + +/* line 133, ../../sass/logbook.scss */ +.puzzle li { + list-style-position: inside; + text-indent: -1.1em; +} + +/* line 138, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 145, ../../sass/logbook.scss */ +.clickbaitbannerbox { + width: 320px; + margin-right: 20px; + margin-left: auto; + margin-bottom: 20px; + margin-top: -30px; +} + +@media print { + /* line 154, ../../sass/logbook.scss */ + .clickbaitbannerbox { + margin-top: 50px; + } +} +/* line 159, ../../sass/logbook.scss */ +.clickbaitbanner { + background-color: white; + padding: 10px; +} + +/* line 163, ../../sass/logbook.scss */ +.attop { + position: absolute; + top: 0px; + left: 0px; +} + +/* line 169, ../../sass/logbook.scss */ +.byline { + font-family: 'Times New Roman', serif; + font-style: italic; +} + +/* line 173, ../../sass/logbook.scss */ +.clickbaitlink { + font-family: Helvetica, Arial, sans-serif; + font-size: 20px; +} + +/* line 177, ../../sass/logbook.scss */ +.clickbaitlink a { + text-decoration: none; +} + +/* line 181, ../../sass/logbook.scss */ +.puzzle p, .puzzle li { + line-height: 1.4em; +} + +/* line 185, ../../sass/logbook.scss */ +.solution-table td, .solution-table th { + padding-right: 15px; +} + +@media print { + /* line 190, ../../sass/logbook.scss */ + #puzzle-obj img { + display: none; + } + + /* line 194, ../../sass/logbook.scss */ + .no-page-break { + page-break-inside: avoid; + } + + /* line 197, ../../sass/logbook.scss */ + #paper { + width: 100%; + margin-bottom: 0px !important; + padding-bottom: 0px !important; + border: 0px !important; + } +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r062_MIT_Mystery_Hunt_2015_Ariel_s_Scavenger_Hunt/_solution_assets/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r062_MIT_Mystery_Hunt_2015_Ariel_s_Scavenger_Hunt/_solution_assets/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r062_MIT_Mystery_Hunt_2015_Ariel_s_Scavenger_Hunt/_solution_assets/logbook.css @@ -0,0 +1,244 @@ +@font-face { + font-family: 'im_fell_double_pica_scregular'; + src: url("../fonts/hunt/imfedpsc28p-webfont.eot"); + src: url("../fonts/hunt/imfedpsc28p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hunt/imfedpsc28p-webfont.woff2") format("woff2"), url("../fonts/hunt/imfedpsc28p-webfont.woff") format("woff"), url("../fonts/hunt/imfedpsc28p-webfont.ttf") format("truetype"), url("../fonts/hunt/imfedpsc28p-webfont.svg#im_fell_double_pica_scregular") format("svg"); + font-weight: normal; + font-style: normal; +} + +/* line 14, ../../sass/logbook.scss */ +body { + margin: 0px; + border: 0px; + padding: 0px; +} + +/* line 19, ../../sass/logbook.scss */ +.headerbutton { + padding: 0 12px 0 12px; + float: right; +} + +/* line 24, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 31, ../../sass/logbook.scss */ +#paper { + z-index: 9; + width: 1000px; + padding: 37px 55px 72px; + position: relative; + border: 1px solid #333333; + background: #dbc397; + -webkit-background-size: 100% 30px; + -moz-background-size: 100% 30px; + -ms-background-size: 100% 30px; + background-size: 100% 30px; + box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5); + border-radius: 4px 4px 4px 4px; + color: #282625; + margin: 0 auto; + margin-bottom: 60px; + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; + text-rendering: optimizeLegibility; + font-feature-settings: "kern"; + -webkit-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern=1"; +} + +/* line 57, ../../sass/logbook.scss */ +#infowindow { + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; +} + +/* line 61, ../../sass/logbook.scss */ +.form-container { + top: 50px; +} + +/* line 64, ../../sass/logbook.scss */ +h1, h2, h3 { + font-family: 'im_fell_double_pica_scregular', serif; +} + +/* line 67, ../../sass/logbook.scss */ +.logheader { + font-size: larger; + font-weight: bold; +} + +/* line 71, ../../sass/logbook.scss */ +.logentry { + padding-left: 25px; + padding-right: 25px; + border-bottom: 1px solid #282625; +} + +/* line 76, ../../sass/logbook.scss */ +.logentry2 { + padding-left: 100px; + padding-right: 100px; + border-bottom: 1px solid #282625; +} + +/* line 81, ../../sass/logbook.scss */ +ul { + list-style: square inside url("../images/hunt/bullet3.png"); +} + +/* line 84, ../../sass/logbook.scss */ +table.fancy { + padding: 0; + margin: 0; + width: 100%; + border-collapse: collapse; + border-style: double; + border-color: #282625; + border-left: 0; + border-right: 0; +} + +/* line 94, ../../sass/logbook.scss */ +table.fancy th, tr { + padding: 0; + margin: 0; +} + +/* line 98, ../../sass/logbook.scss */ +table.fancy td { + padding-left: 10px; + margin: 0; + border: 1px solid #282625; + border-right: 0; +} + +/* line 104, ../../sass/logbook.scss */ +.tdleft { + padding: 0; + width: 10%; + border-left: 0; +} + +/* line 109, ../../sass/logbook.scss */ +.caption { + font-style: italic; + border-top: 0px; + margin-top: 0px; + padding-top: 0px; +} + +/* line 116, ../../sass/logbook.scss */ +.puzzle-sans { + font-family: sans-serif; +} + +/* line 120, ../../sass/logbook.scss */ +.puzzle { + display: table; + width: 100%; +} + +/* line 125, ../../sass/logbook.scss */ +.puzzle-page-header { + margin-bottom: 20px; +} + +/* line 129, ../../sass/logbook.scss */ +.answer { + margin-bottom: 30px; +} + +/* line 133, ../../sass/logbook.scss */ +.puzzle li { + list-style-position: inside; + text-indent: -1.1em; +} + +/* line 138, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 145, ../../sass/logbook.scss */ +.clickbaitbannerbox { + width: 320px; + margin-right: 20px; + margin-left: auto; + margin-bottom: 20px; + margin-top: -30px; +} + +@media print { + /* line 154, ../../sass/logbook.scss */ + .clickbaitbannerbox { + margin-top: 50px; + } +} +/* line 159, ../../sass/logbook.scss */ +.clickbaitbanner { + background-color: white; + padding: 10px; +} + +/* line 163, ../../sass/logbook.scss */ +.attop { + position: absolute; + top: 0px; + left: 0px; +} + +/* line 169, ../../sass/logbook.scss */ +.byline { + font-family: 'Times New Roman', serif; + font-style: italic; +} + +/* line 173, ../../sass/logbook.scss */ +.clickbaitlink { + font-family: Helvetica, Arial, sans-serif; + font-size: 20px; +} + +/* line 177, ../../sass/logbook.scss */ +.clickbaitlink a { + text-decoration: none; +} + +/* line 181, ../../sass/logbook.scss */ +.puzzle p, .puzzle li { + line-height: 1.4em; +} + +/* line 185, ../../sass/logbook.scss */ +.solution-table td, .solution-table th { + padding-right: 15px; +} + +@media print { + /* line 190, ../../sass/logbook.scss */ + #puzzle-obj img { + display: none; + } + + /* line 194, ../../sass/logbook.scss */ + .no-page-break { + page-break-inside: avoid; + } + + /* line 197, ../../sass/logbook.scss */ + #paper { + width: 100%; + margin-bottom: 0px !important; + padding-bottom: 0px !important; + border: 0px !important; + } +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r063_MIT_Mystery_Hunt_2015_A_Puzzle_Consisting_Entirely_of_Random_Anagram/_solution_assets/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r063_MIT_Mystery_Hunt_2015_A_Puzzle_Consisting_Entirely_of_Random_Anagram/_solution_assets/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r063_MIT_Mystery_Hunt_2015_A_Puzzle_Consisting_Entirely_of_Random_Anagram/_solution_assets/logbook.css @@ -0,0 +1,244 @@ +@font-face { + font-family: 'im_fell_double_pica_scregular'; + src: url("../fonts/hunt/imfedpsc28p-webfont.eot"); + src: url("../fonts/hunt/imfedpsc28p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hunt/imfedpsc28p-webfont.woff2") format("woff2"), url("../fonts/hunt/imfedpsc28p-webfont.woff") format("woff"), url("../fonts/hunt/imfedpsc28p-webfont.ttf") format("truetype"), url("../fonts/hunt/imfedpsc28p-webfont.svg#im_fell_double_pica_scregular") format("svg"); + font-weight: normal; + font-style: normal; +} + +/* line 14, ../../sass/logbook.scss */ +body { + margin: 0px; + border: 0px; + padding: 0px; +} + +/* line 19, ../../sass/logbook.scss */ +.headerbutton { + padding: 0 12px 0 12px; + float: right; +} + +/* line 24, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 31, ../../sass/logbook.scss */ +#paper { + z-index: 9; + width: 1000px; + padding: 37px 55px 72px; + position: relative; + border: 1px solid #333333; + background: #dbc397; + -webkit-background-size: 100% 30px; + -moz-background-size: 100% 30px; + -ms-background-size: 100% 30px; + background-size: 100% 30px; + box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5); + border-radius: 4px 4px 4px 4px; + color: #282625; + margin: 0 auto; + margin-bottom: 60px; + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; + text-rendering: optimizeLegibility; + font-feature-settings: "kern"; + -webkit-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern=1"; +} + +/* line 57, ../../sass/logbook.scss */ +#infowindow { + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; +} + +/* line 61, ../../sass/logbook.scss */ +.form-container { + top: 50px; +} + +/* line 64, ../../sass/logbook.scss */ +h1, h2, h3 { + font-family: 'im_fell_double_pica_scregular', serif; +} + +/* line 67, ../../sass/logbook.scss */ +.logheader { + font-size: larger; + font-weight: bold; +} + +/* line 71, ../../sass/logbook.scss */ +.logentry { + padding-left: 25px; + padding-right: 25px; + border-bottom: 1px solid #282625; +} + +/* line 76, ../../sass/logbook.scss */ +.logentry2 { + padding-left: 100px; + padding-right: 100px; + border-bottom: 1px solid #282625; +} + +/* line 81, ../../sass/logbook.scss */ +ul { + list-style: square inside url("../images/hunt/bullet3.png"); +} + +/* line 84, ../../sass/logbook.scss */ +table.fancy { + padding: 0; + margin: 0; + width: 100%; + border-collapse: collapse; + border-style: double; + border-color: #282625; + border-left: 0; + border-right: 0; +} + +/* line 94, ../../sass/logbook.scss */ +table.fancy th, tr { + padding: 0; + margin: 0; +} + +/* line 98, ../../sass/logbook.scss */ +table.fancy td { + padding-left: 10px; + margin: 0; + border: 1px solid #282625; + border-right: 0; +} + +/* line 104, ../../sass/logbook.scss */ +.tdleft { + padding: 0; + width: 10%; + border-left: 0; +} + +/* line 109, ../../sass/logbook.scss */ +.caption { + font-style: italic; + border-top: 0px; + margin-top: 0px; + padding-top: 0px; +} + +/* line 116, ../../sass/logbook.scss */ +.puzzle-sans { + font-family: sans-serif; +} + +/* line 120, ../../sass/logbook.scss */ +.puzzle { + display: table; + width: 100%; +} + +/* line 125, ../../sass/logbook.scss */ +.puzzle-page-header { + margin-bottom: 20px; +} + +/* line 129, ../../sass/logbook.scss */ +.answer { + margin-bottom: 30px; +} + +/* line 133, ../../sass/logbook.scss */ +.puzzle li { + list-style-position: inside; + text-indent: -1.1em; +} + +/* line 138, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 145, ../../sass/logbook.scss */ +.clickbaitbannerbox { + width: 320px; + margin-right: 20px; + margin-left: auto; + margin-bottom: 20px; + margin-top: -30px; +} + +@media print { + /* line 154, ../../sass/logbook.scss */ + .clickbaitbannerbox { + margin-top: 50px; + } +} +/* line 159, ../../sass/logbook.scss */ +.clickbaitbanner { + background-color: white; + padding: 10px; +} + +/* line 163, ../../sass/logbook.scss */ +.attop { + position: absolute; + top: 0px; + left: 0px; +} + +/* line 169, ../../sass/logbook.scss */ +.byline { + font-family: 'Times New Roman', serif; + font-style: italic; +} + +/* line 173, ../../sass/logbook.scss */ +.clickbaitlink { + font-family: Helvetica, Arial, sans-serif; + font-size: 20px; +} + +/* line 177, ../../sass/logbook.scss */ +.clickbaitlink a { + text-decoration: none; +} + +/* line 181, ../../sass/logbook.scss */ +.puzzle p, .puzzle li { + line-height: 1.4em; +} + +/* line 185, ../../sass/logbook.scss */ +.solution-table td, .solution-table th { + padding-right: 15px; +} + +@media print { + /* line 190, ../../sass/logbook.scss */ + #puzzle-obj img { + display: none; + } + + /* line 194, ../../sass/logbook.scss */ + .no-page-break { + page-break-inside: avoid; + } + + /* line 197, ../../sass/logbook.scss */ + #paper { + width: 100%; + margin-bottom: 0px !important; + padding-bottom: 0px !important; + border: 0px !important; + } +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r064_MIT_Mystery_Hunt_2015_Jack_and_Jill_or_Janet/_solution_assets/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r064_MIT_Mystery_Hunt_2015_Jack_and_Jill_or_Janet/_solution_assets/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r064_MIT_Mystery_Hunt_2015_Jack_and_Jill_or_Janet/_solution_assets/logbook.css @@ -0,0 +1,244 @@ +@font-face { + font-family: 'im_fell_double_pica_scregular'; + src: url("../fonts/hunt/imfedpsc28p-webfont.eot"); + src: url("../fonts/hunt/imfedpsc28p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hunt/imfedpsc28p-webfont.woff2") format("woff2"), url("../fonts/hunt/imfedpsc28p-webfont.woff") format("woff"), url("../fonts/hunt/imfedpsc28p-webfont.ttf") format("truetype"), url("../fonts/hunt/imfedpsc28p-webfont.svg#im_fell_double_pica_scregular") format("svg"); + font-weight: normal; + font-style: normal; +} + +/* line 14, ../../sass/logbook.scss */ +body { + margin: 0px; + border: 0px; + padding: 0px; +} + +/* line 19, ../../sass/logbook.scss */ +.headerbutton { + padding: 0 12px 0 12px; + float: right; +} + +/* line 24, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 31, ../../sass/logbook.scss */ +#paper { + z-index: 9; + width: 1000px; + padding: 37px 55px 72px; + position: relative; + border: 1px solid #333333; + background: #dbc397; + -webkit-background-size: 100% 30px; + -moz-background-size: 100% 30px; + -ms-background-size: 100% 30px; + background-size: 100% 30px; + box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5); + border-radius: 4px 4px 4px 4px; + color: #282625; + margin: 0 auto; + margin-bottom: 60px; + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; + text-rendering: optimizeLegibility; + font-feature-settings: "kern"; + -webkit-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern=1"; +} + +/* line 57, ../../sass/logbook.scss */ +#infowindow { + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; +} + +/* line 61, ../../sass/logbook.scss */ +.form-container { + top: 50px; +} + +/* line 64, ../../sass/logbook.scss */ +h1, h2, h3 { + font-family: 'im_fell_double_pica_scregular', serif; +} + +/* line 67, ../../sass/logbook.scss */ +.logheader { + font-size: larger; + font-weight: bold; +} + +/* line 71, ../../sass/logbook.scss */ +.logentry { + padding-left: 25px; + padding-right: 25px; + border-bottom: 1px solid #282625; +} + +/* line 76, ../../sass/logbook.scss */ +.logentry2 { + padding-left: 100px; + padding-right: 100px; + border-bottom: 1px solid #282625; +} + +/* line 81, ../../sass/logbook.scss */ +ul { + list-style: square inside url("../images/hunt/bullet3.png"); +} + +/* line 84, ../../sass/logbook.scss */ +table.fancy { + padding: 0; + margin: 0; + width: 100%; + border-collapse: collapse; + border-style: double; + border-color: #282625; + border-left: 0; + border-right: 0; +} + +/* line 94, ../../sass/logbook.scss */ +table.fancy th, tr { + padding: 0; + margin: 0; +} + +/* line 98, ../../sass/logbook.scss */ +table.fancy td { + padding-left: 10px; + margin: 0; + border: 1px solid #282625; + border-right: 0; +} + +/* line 104, ../../sass/logbook.scss */ +.tdleft { + padding: 0; + width: 10%; + border-left: 0; +} + +/* line 109, ../../sass/logbook.scss */ +.caption { + font-style: italic; + border-top: 0px; + margin-top: 0px; + padding-top: 0px; +} + +/* line 116, ../../sass/logbook.scss */ +.puzzle-sans { + font-family: sans-serif; +} + +/* line 120, ../../sass/logbook.scss */ +.puzzle { + display: table; + width: 100%; +} + +/* line 125, ../../sass/logbook.scss */ +.puzzle-page-header { + margin-bottom: 20px; +} + +/* line 129, ../../sass/logbook.scss */ +.answer { + margin-bottom: 30px; +} + +/* line 133, ../../sass/logbook.scss */ +.puzzle li { + list-style-position: inside; + text-indent: -1.1em; +} + +/* line 138, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 145, ../../sass/logbook.scss */ +.clickbaitbannerbox { + width: 320px; + margin-right: 20px; + margin-left: auto; + margin-bottom: 20px; + margin-top: -30px; +} + +@media print { + /* line 154, ../../sass/logbook.scss */ + .clickbaitbannerbox { + margin-top: 50px; + } +} +/* line 159, ../../sass/logbook.scss */ +.clickbaitbanner { + background-color: white; + padding: 10px; +} + +/* line 163, ../../sass/logbook.scss */ +.attop { + position: absolute; + top: 0px; + left: 0px; +} + +/* line 169, ../../sass/logbook.scss */ +.byline { + font-family: 'Times New Roman', serif; + font-style: italic; +} + +/* line 173, ../../sass/logbook.scss */ +.clickbaitlink { + font-family: Helvetica, Arial, sans-serif; + font-size: 20px; +} + +/* line 177, ../../sass/logbook.scss */ +.clickbaitlink a { + text-decoration: none; +} + +/* line 181, ../../sass/logbook.scss */ +.puzzle p, .puzzle li { + line-height: 1.4em; +} + +/* line 185, ../../sass/logbook.scss */ +.solution-table td, .solution-table th { + padding-right: 15px; +} + +@media print { + /* line 190, ../../sass/logbook.scss */ + #puzzle-obj img { + display: none; + } + + /* line 194, ../../sass/logbook.scss */ + .no-page-break { + page-break-inside: avoid; + } + + /* line 197, ../../sass/logbook.scss */ + #paper { + width: 100%; + margin-bottom: 0px !important; + padding-bottom: 0px !important; + border: 0px !important; + } +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r065_MIT_Mystery_Hunt_2015_A_Thousand_Words/_solution_assets/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r065_MIT_Mystery_Hunt_2015_A_Thousand_Words/_solution_assets/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r065_MIT_Mystery_Hunt_2015_A_Thousand_Words/_solution_assets/logbook.css @@ -0,0 +1,244 @@ +@font-face { + font-family: 'im_fell_double_pica_scregular'; + src: url("../fonts/hunt/imfedpsc28p-webfont.eot"); + src: url("../fonts/hunt/imfedpsc28p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hunt/imfedpsc28p-webfont.woff2") format("woff2"), url("../fonts/hunt/imfedpsc28p-webfont.woff") format("woff"), url("../fonts/hunt/imfedpsc28p-webfont.ttf") format("truetype"), url("../fonts/hunt/imfedpsc28p-webfont.svg#im_fell_double_pica_scregular") format("svg"); + font-weight: normal; + font-style: normal; +} + +/* line 14, ../../sass/logbook.scss */ +body { + margin: 0px; + border: 0px; + padding: 0px; +} + +/* line 19, ../../sass/logbook.scss */ +.headerbutton { + padding: 0 12px 0 12px; + float: right; +} + +/* line 24, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 31, ../../sass/logbook.scss */ +#paper { + z-index: 9; + width: 1000px; + padding: 37px 55px 72px; + position: relative; + border: 1px solid #333333; + background: #dbc397; + -webkit-background-size: 100% 30px; + -moz-background-size: 100% 30px; + -ms-background-size: 100% 30px; + background-size: 100% 30px; + box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5); + border-radius: 4px 4px 4px 4px; + color: #282625; + margin: 0 auto; + margin-bottom: 60px; + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; + text-rendering: optimizeLegibility; + font-feature-settings: "kern"; + -webkit-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern=1"; +} + +/* line 57, ../../sass/logbook.scss */ +#infowindow { + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; +} + +/* line 61, ../../sass/logbook.scss */ +.form-container { + top: 50px; +} + +/* line 64, ../../sass/logbook.scss */ +h1, h2, h3 { + font-family: 'im_fell_double_pica_scregular', serif; +} + +/* line 67, ../../sass/logbook.scss */ +.logheader { + font-size: larger; + font-weight: bold; +} + +/* line 71, ../../sass/logbook.scss */ +.logentry { + padding-left: 25px; + padding-right: 25px; + border-bottom: 1px solid #282625; +} + +/* line 76, ../../sass/logbook.scss */ +.logentry2 { + padding-left: 100px; + padding-right: 100px; + border-bottom: 1px solid #282625; +} + +/* line 81, ../../sass/logbook.scss */ +ul { + list-style: square inside url("../images/hunt/bullet3.png"); +} + +/* line 84, ../../sass/logbook.scss */ +table.fancy { + padding: 0; + margin: 0; + width: 100%; + border-collapse: collapse; + border-style: double; + border-color: #282625; + border-left: 0; + border-right: 0; +} + +/* line 94, ../../sass/logbook.scss */ +table.fancy th, tr { + padding: 0; + margin: 0; +} + +/* line 98, ../../sass/logbook.scss */ +table.fancy td { + padding-left: 10px; + margin: 0; + border: 1px solid #282625; + border-right: 0; +} + +/* line 104, ../../sass/logbook.scss */ +.tdleft { + padding: 0; + width: 10%; + border-left: 0; +} + +/* line 109, ../../sass/logbook.scss */ +.caption { + font-style: italic; + border-top: 0px; + margin-top: 0px; + padding-top: 0px; +} + +/* line 116, ../../sass/logbook.scss */ +.puzzle-sans { + font-family: sans-serif; +} + +/* line 120, ../../sass/logbook.scss */ +.puzzle { + display: table; + width: 100%; +} + +/* line 125, ../../sass/logbook.scss */ +.puzzle-page-header { + margin-bottom: 20px; +} + +/* line 129, ../../sass/logbook.scss */ +.answer { + margin-bottom: 30px; +} + +/* line 133, ../../sass/logbook.scss */ +.puzzle li { + list-style-position: inside; + text-indent: -1.1em; +} + +/* line 138, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 145, ../../sass/logbook.scss */ +.clickbaitbannerbox { + width: 320px; + margin-right: 20px; + margin-left: auto; + margin-bottom: 20px; + margin-top: -30px; +} + +@media print { + /* line 154, ../../sass/logbook.scss */ + .clickbaitbannerbox { + margin-top: 50px; + } +} +/* line 159, ../../sass/logbook.scss */ +.clickbaitbanner { + background-color: white; + padding: 10px; +} + +/* line 163, ../../sass/logbook.scss */ +.attop { + position: absolute; + top: 0px; + left: 0px; +} + +/* line 169, ../../sass/logbook.scss */ +.byline { + font-family: 'Times New Roman', serif; + font-style: italic; +} + +/* line 173, ../../sass/logbook.scss */ +.clickbaitlink { + font-family: Helvetica, Arial, sans-serif; + font-size: 20px; +} + +/* line 177, ../../sass/logbook.scss */ +.clickbaitlink a { + text-decoration: none; +} + +/* line 181, ../../sass/logbook.scss */ +.puzzle p, .puzzle li { + line-height: 1.4em; +} + +/* line 185, ../../sass/logbook.scss */ +.solution-table td, .solution-table th { + padding-right: 15px; +} + +@media print { + /* line 190, ../../sass/logbook.scss */ + #puzzle-obj img { + display: none; + } + + /* line 194, ../../sass/logbook.scss */ + .no-page-break { + page-break-inside: avoid; + } + + /* line 197, ../../sass/logbook.scss */ + #paper { + width: 100%; + margin-bottom: 0px !important; + padding-bottom: 0px !important; + border: 0px !important; + } +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r066_MIT_Mystery_Hunt_2015_Pipe/_solution_assets/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r066_MIT_Mystery_Hunt_2015_Pipe/_solution_assets/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r066_MIT_Mystery_Hunt_2015_Pipe/_solution_assets/logbook.css @@ -0,0 +1,244 @@ +@font-face { + font-family: 'im_fell_double_pica_scregular'; + src: url("../fonts/hunt/imfedpsc28p-webfont.eot"); + src: url("../fonts/hunt/imfedpsc28p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hunt/imfedpsc28p-webfont.woff2") format("woff2"), url("../fonts/hunt/imfedpsc28p-webfont.woff") format("woff"), url("../fonts/hunt/imfedpsc28p-webfont.ttf") format("truetype"), url("../fonts/hunt/imfedpsc28p-webfont.svg#im_fell_double_pica_scregular") format("svg"); + font-weight: normal; + font-style: normal; +} + +/* line 14, ../../sass/logbook.scss */ +body { + margin: 0px; + border: 0px; + padding: 0px; +} + +/* line 19, ../../sass/logbook.scss */ +.headerbutton { + padding: 0 12px 0 12px; + float: right; +} + +/* line 24, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 31, ../../sass/logbook.scss */ +#paper { + z-index: 9; + width: 1000px; + padding: 37px 55px 72px; + position: relative; + border: 1px solid #333333; + background: #dbc397; + -webkit-background-size: 100% 30px; + -moz-background-size: 100% 30px; + -ms-background-size: 100% 30px; + background-size: 100% 30px; + box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5); + border-radius: 4px 4px 4px 4px; + color: #282625; + margin: 0 auto; + margin-bottom: 60px; + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; + text-rendering: optimizeLegibility; + font-feature-settings: "kern"; + -webkit-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern=1"; +} + +/* line 57, ../../sass/logbook.scss */ +#infowindow { + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; +} + +/* line 61, ../../sass/logbook.scss */ +.form-container { + top: 50px; +} + +/* line 64, ../../sass/logbook.scss */ +h1, h2, h3 { + font-family: 'im_fell_double_pica_scregular', serif; +} + +/* line 67, ../../sass/logbook.scss */ +.logheader { + font-size: larger; + font-weight: bold; +} + +/* line 71, ../../sass/logbook.scss */ +.logentry { + padding-left: 25px; + padding-right: 25px; + border-bottom: 1px solid #282625; +} + +/* line 76, ../../sass/logbook.scss */ +.logentry2 { + padding-left: 100px; + padding-right: 100px; + border-bottom: 1px solid #282625; +} + +/* line 81, ../../sass/logbook.scss */ +ul { + list-style: square inside url("../images/hunt/bullet3.png"); +} + +/* line 84, ../../sass/logbook.scss */ +table.fancy { + padding: 0; + margin: 0; + width: 100%; + border-collapse: collapse; + border-style: double; + border-color: #282625; + border-left: 0; + border-right: 0; +} + +/* line 94, ../../sass/logbook.scss */ +table.fancy th, tr { + padding: 0; + margin: 0; +} + +/* line 98, ../../sass/logbook.scss */ +table.fancy td { + padding-left: 10px; + margin: 0; + border: 1px solid #282625; + border-right: 0; +} + +/* line 104, ../../sass/logbook.scss */ +.tdleft { + padding: 0; + width: 10%; + border-left: 0; +} + +/* line 109, ../../sass/logbook.scss */ +.caption { + font-style: italic; + border-top: 0px; + margin-top: 0px; + padding-top: 0px; +} + +/* line 116, ../../sass/logbook.scss */ +.puzzle-sans { + font-family: sans-serif; +} + +/* line 120, ../../sass/logbook.scss */ +.puzzle { + display: table; + width: 100%; +} + +/* line 125, ../../sass/logbook.scss */ +.puzzle-page-header { + margin-bottom: 20px; +} + +/* line 129, ../../sass/logbook.scss */ +.answer { + margin-bottom: 30px; +} + +/* line 133, ../../sass/logbook.scss */ +.puzzle li { + list-style-position: inside; + text-indent: -1.1em; +} + +/* line 138, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 145, ../../sass/logbook.scss */ +.clickbaitbannerbox { + width: 320px; + margin-right: 20px; + margin-left: auto; + margin-bottom: 20px; + margin-top: -30px; +} + +@media print { + /* line 154, ../../sass/logbook.scss */ + .clickbaitbannerbox { + margin-top: 50px; + } +} +/* line 159, ../../sass/logbook.scss */ +.clickbaitbanner { + background-color: white; + padding: 10px; +} + +/* line 163, ../../sass/logbook.scss */ +.attop { + position: absolute; + top: 0px; + left: 0px; +} + +/* line 169, ../../sass/logbook.scss */ +.byline { + font-family: 'Times New Roman', serif; + font-style: italic; +} + +/* line 173, ../../sass/logbook.scss */ +.clickbaitlink { + font-family: Helvetica, Arial, sans-serif; + font-size: 20px; +} + +/* line 177, ../../sass/logbook.scss */ +.clickbaitlink a { + text-decoration: none; +} + +/* line 181, ../../sass/logbook.scss */ +.puzzle p, .puzzle li { + line-height: 1.4em; +} + +/* line 185, ../../sass/logbook.scss */ +.solution-table td, .solution-table th { + padding-right: 15px; +} + +@media print { + /* line 190, ../../sass/logbook.scss */ + #puzzle-obj img { + display: none; + } + + /* line 194, ../../sass/logbook.scss */ + .no-page-break { + page-break-inside: avoid; + } + + /* line 197, ../../sass/logbook.scss */ + #paper { + width: 100%; + margin-bottom: 0px !important; + padding-bottom: 0px !important; + border: 0px !important; + } +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r067_MIT_Mystery_Hunt_2015_Polyglot/_solution_assets/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r067_MIT_Mystery_Hunt_2015_Polyglot/_solution_assets/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r067_MIT_Mystery_Hunt_2015_Polyglot/_solution_assets/logbook.css @@ -0,0 +1,244 @@ +@font-face { + font-family: 'im_fell_double_pica_scregular'; + src: url("../fonts/hunt/imfedpsc28p-webfont.eot"); + src: url("../fonts/hunt/imfedpsc28p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hunt/imfedpsc28p-webfont.woff2") format("woff2"), url("../fonts/hunt/imfedpsc28p-webfont.woff") format("woff"), url("../fonts/hunt/imfedpsc28p-webfont.ttf") format("truetype"), url("../fonts/hunt/imfedpsc28p-webfont.svg#im_fell_double_pica_scregular") format("svg"); + font-weight: normal; + font-style: normal; +} + +/* line 14, ../../sass/logbook.scss */ +body { + margin: 0px; + border: 0px; + padding: 0px; +} + +/* line 19, ../../sass/logbook.scss */ +.headerbutton { + padding: 0 12px 0 12px; + float: right; +} + +/* line 24, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 31, ../../sass/logbook.scss */ +#paper { + z-index: 9; + width: 1000px; + padding: 37px 55px 72px; + position: relative; + border: 1px solid #333333; + background: #dbc397; + -webkit-background-size: 100% 30px; + -moz-background-size: 100% 30px; + -ms-background-size: 100% 30px; + background-size: 100% 30px; + box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5); + border-radius: 4px 4px 4px 4px; + color: #282625; + margin: 0 auto; + margin-bottom: 60px; + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; + text-rendering: optimizeLegibility; + font-feature-settings: "kern"; + -webkit-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern=1"; +} + +/* line 57, ../../sass/logbook.scss */ +#infowindow { + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; +} + +/* line 61, ../../sass/logbook.scss */ +.form-container { + top: 50px; +} + +/* line 64, ../../sass/logbook.scss */ +h1, h2, h3 { + font-family: 'im_fell_double_pica_scregular', serif; +} + +/* line 67, ../../sass/logbook.scss */ +.logheader { + font-size: larger; + font-weight: bold; +} + +/* line 71, ../../sass/logbook.scss */ +.logentry { + padding-left: 25px; + padding-right: 25px; + border-bottom: 1px solid #282625; +} + +/* line 76, ../../sass/logbook.scss */ +.logentry2 { + padding-left: 100px; + padding-right: 100px; + border-bottom: 1px solid #282625; +} + +/* line 81, ../../sass/logbook.scss */ +ul { + list-style: square inside url("../images/hunt/bullet3.png"); +} + +/* line 84, ../../sass/logbook.scss */ +table.fancy { + padding: 0; + margin: 0; + width: 100%; + border-collapse: collapse; + border-style: double; + border-color: #282625; + border-left: 0; + border-right: 0; +} + +/* line 94, ../../sass/logbook.scss */ +table.fancy th, tr { + padding: 0; + margin: 0; +} + +/* line 98, ../../sass/logbook.scss */ +table.fancy td { + padding-left: 10px; + margin: 0; + border: 1px solid #282625; + border-right: 0; +} + +/* line 104, ../../sass/logbook.scss */ +.tdleft { + padding: 0; + width: 10%; + border-left: 0; +} + +/* line 109, ../../sass/logbook.scss */ +.caption { + font-style: italic; + border-top: 0px; + margin-top: 0px; + padding-top: 0px; +} + +/* line 116, ../../sass/logbook.scss */ +.puzzle-sans { + font-family: sans-serif; +} + +/* line 120, ../../sass/logbook.scss */ +.puzzle { + display: table; + width: 100%; +} + +/* line 125, ../../sass/logbook.scss */ +.puzzle-page-header { + margin-bottom: 20px; +} + +/* line 129, ../../sass/logbook.scss */ +.answer { + margin-bottom: 30px; +} + +/* line 133, ../../sass/logbook.scss */ +.puzzle li { + list-style-position: inside; + text-indent: -1.1em; +} + +/* line 138, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 145, ../../sass/logbook.scss */ +.clickbaitbannerbox { + width: 320px; + margin-right: 20px; + margin-left: auto; + margin-bottom: 20px; + margin-top: -30px; +} + +@media print { + /* line 154, ../../sass/logbook.scss */ + .clickbaitbannerbox { + margin-top: 50px; + } +} +/* line 159, ../../sass/logbook.scss */ +.clickbaitbanner { + background-color: white; + padding: 10px; +} + +/* line 163, ../../sass/logbook.scss */ +.attop { + position: absolute; + top: 0px; + left: 0px; +} + +/* line 169, ../../sass/logbook.scss */ +.byline { + font-family: 'Times New Roman', serif; + font-style: italic; +} + +/* line 173, ../../sass/logbook.scss */ +.clickbaitlink { + font-family: Helvetica, Arial, sans-serif; + font-size: 20px; +} + +/* line 177, ../../sass/logbook.scss */ +.clickbaitlink a { + text-decoration: none; +} + +/* line 181, ../../sass/logbook.scss */ +.puzzle p, .puzzle li { + line-height: 1.4em; +} + +/* line 185, ../../sass/logbook.scss */ +.solution-table td, .solution-table th { + padding-right: 15px; +} + +@media print { + /* line 190, ../../sass/logbook.scss */ + #puzzle-obj img { + display: none; + } + + /* line 194, ../../sass/logbook.scss */ + .no-page-break { + page-break-inside: avoid; + } + + /* line 197, ../../sass/logbook.scss */ + #paper { + width: 100%; + margin-bottom: 0px !important; + padding-bottom: 0px !important; + border: 0px !important; + } +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r068_MIT_Mystery_Hunt_2015_The_10_000_Puzzle_Pyramid/_solution_assets/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r068_MIT_Mystery_Hunt_2015_The_10_000_Puzzle_Pyramid/_solution_assets/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r068_MIT_Mystery_Hunt_2015_The_10_000_Puzzle_Pyramid/_solution_assets/logbook.css @@ -0,0 +1,244 @@ +@font-face { + font-family: 'im_fell_double_pica_scregular'; + src: url("../fonts/hunt/imfedpsc28p-webfont.eot"); + src: url("../fonts/hunt/imfedpsc28p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hunt/imfedpsc28p-webfont.woff2") format("woff2"), url("../fonts/hunt/imfedpsc28p-webfont.woff") format("woff"), url("../fonts/hunt/imfedpsc28p-webfont.ttf") format("truetype"), url("../fonts/hunt/imfedpsc28p-webfont.svg#im_fell_double_pica_scregular") format("svg"); + font-weight: normal; + font-style: normal; +} + +/* line 14, ../../sass/logbook.scss */ +body { + margin: 0px; + border: 0px; + padding: 0px; +} + +/* line 19, ../../sass/logbook.scss */ +.headerbutton { + padding: 0 12px 0 12px; + float: right; +} + +/* line 24, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 31, ../../sass/logbook.scss */ +#paper { + z-index: 9; + width: 1000px; + padding: 37px 55px 72px; + position: relative; + border: 1px solid #333333; + background: #dbc397; + -webkit-background-size: 100% 30px; + -moz-background-size: 100% 30px; + -ms-background-size: 100% 30px; + background-size: 100% 30px; + box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5); + border-radius: 4px 4px 4px 4px; + color: #282625; + margin: 0 auto; + margin-bottom: 60px; + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; + text-rendering: optimizeLegibility; + font-feature-settings: "kern"; + -webkit-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern=1"; +} + +/* line 57, ../../sass/logbook.scss */ +#infowindow { + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; +} + +/* line 61, ../../sass/logbook.scss */ +.form-container { + top: 50px; +} + +/* line 64, ../../sass/logbook.scss */ +h1, h2, h3 { + font-family: 'im_fell_double_pica_scregular', serif; +} + +/* line 67, ../../sass/logbook.scss */ +.logheader { + font-size: larger; + font-weight: bold; +} + +/* line 71, ../../sass/logbook.scss */ +.logentry { + padding-left: 25px; + padding-right: 25px; + border-bottom: 1px solid #282625; +} + +/* line 76, ../../sass/logbook.scss */ +.logentry2 { + padding-left: 100px; + padding-right: 100px; + border-bottom: 1px solid #282625; +} + +/* line 81, ../../sass/logbook.scss */ +ul { + list-style: square inside url("../images/hunt/bullet3.png"); +} + +/* line 84, ../../sass/logbook.scss */ +table.fancy { + padding: 0; + margin: 0; + width: 100%; + border-collapse: collapse; + border-style: double; + border-color: #282625; + border-left: 0; + border-right: 0; +} + +/* line 94, ../../sass/logbook.scss */ +table.fancy th, tr { + padding: 0; + margin: 0; +} + +/* line 98, ../../sass/logbook.scss */ +table.fancy td { + padding-left: 10px; + margin: 0; + border: 1px solid #282625; + border-right: 0; +} + +/* line 104, ../../sass/logbook.scss */ +.tdleft { + padding: 0; + width: 10%; + border-left: 0; +} + +/* line 109, ../../sass/logbook.scss */ +.caption { + font-style: italic; + border-top: 0px; + margin-top: 0px; + padding-top: 0px; +} + +/* line 116, ../../sass/logbook.scss */ +.puzzle-sans { + font-family: sans-serif; +} + +/* line 120, ../../sass/logbook.scss */ +.puzzle { + display: table; + width: 100%; +} + +/* line 125, ../../sass/logbook.scss */ +.puzzle-page-header { + margin-bottom: 20px; +} + +/* line 129, ../../sass/logbook.scss */ +.answer { + margin-bottom: 30px; +} + +/* line 133, ../../sass/logbook.scss */ +.puzzle li { + list-style-position: inside; + text-indent: -1.1em; +} + +/* line 138, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 145, ../../sass/logbook.scss */ +.clickbaitbannerbox { + width: 320px; + margin-right: 20px; + margin-left: auto; + margin-bottom: 20px; + margin-top: -30px; +} + +@media print { + /* line 154, ../../sass/logbook.scss */ + .clickbaitbannerbox { + margin-top: 50px; + } +} +/* line 159, ../../sass/logbook.scss */ +.clickbaitbanner { + background-color: white; + padding: 10px; +} + +/* line 163, ../../sass/logbook.scss */ +.attop { + position: absolute; + top: 0px; + left: 0px; +} + +/* line 169, ../../sass/logbook.scss */ +.byline { + font-family: 'Times New Roman', serif; + font-style: italic; +} + +/* line 173, ../../sass/logbook.scss */ +.clickbaitlink { + font-family: Helvetica, Arial, sans-serif; + font-size: 20px; +} + +/* line 177, ../../sass/logbook.scss */ +.clickbaitlink a { + text-decoration: none; +} + +/* line 181, ../../sass/logbook.scss */ +.puzzle p, .puzzle li { + line-height: 1.4em; +} + +/* line 185, ../../sass/logbook.scss */ +.solution-table td, .solution-table th { + padding-right: 15px; +} + +@media print { + /* line 190, ../../sass/logbook.scss */ + #puzzle-obj img { + display: none; + } + + /* line 194, ../../sass/logbook.scss */ + .no-page-break { + page-break-inside: avoid; + } + + /* line 197, ../../sass/logbook.scss */ + #paper { + width: 100%; + margin-bottom: 0px !important; + padding-bottom: 0px !important; + border: 0px !important; + } +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r06m_MIT_Mystery_Hunt_2015_Coral_Reef_Meta/_solution_assets/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r06m_MIT_Mystery_Hunt_2015_Coral_Reef_Meta/_solution_assets/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r06m_MIT_Mystery_Hunt_2015_Coral_Reef_Meta/_solution_assets/logbook.css @@ -0,0 +1,244 @@ +@font-face { + font-family: 'im_fell_double_pica_scregular'; + src: url("../fonts/hunt/imfedpsc28p-webfont.eot"); + src: url("../fonts/hunt/imfedpsc28p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hunt/imfedpsc28p-webfont.woff2") format("woff2"), url("../fonts/hunt/imfedpsc28p-webfont.woff") format("woff"), url("../fonts/hunt/imfedpsc28p-webfont.ttf") format("truetype"), url("../fonts/hunt/imfedpsc28p-webfont.svg#im_fell_double_pica_scregular") format("svg"); + font-weight: normal; + font-style: normal; +} + +/* line 14, ../../sass/logbook.scss */ +body { + margin: 0px; + border: 0px; + padding: 0px; +} + +/* line 19, ../../sass/logbook.scss */ +.headerbutton { + padding: 0 12px 0 12px; + float: right; +} + +/* line 24, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 31, ../../sass/logbook.scss */ +#paper { + z-index: 9; + width: 1000px; + padding: 37px 55px 72px; + position: relative; + border: 1px solid #333333; + background: #dbc397; + -webkit-background-size: 100% 30px; + -moz-background-size: 100% 30px; + -ms-background-size: 100% 30px; + background-size: 100% 30px; + box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5); + border-radius: 4px 4px 4px 4px; + color: #282625; + margin: 0 auto; + margin-bottom: 60px; + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; + text-rendering: optimizeLegibility; + font-feature-settings: "kern"; + -webkit-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern=1"; +} + +/* line 57, ../../sass/logbook.scss */ +#infowindow { + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; +} + +/* line 61, ../../sass/logbook.scss */ +.form-container { + top: 50px; +} + +/* line 64, ../../sass/logbook.scss */ +h1, h2, h3 { + font-family: 'im_fell_double_pica_scregular', serif; +} + +/* line 67, ../../sass/logbook.scss */ +.logheader { + font-size: larger; + font-weight: bold; +} + +/* line 71, ../../sass/logbook.scss */ +.logentry { + padding-left: 25px; + padding-right: 25px; + border-bottom: 1px solid #282625; +} + +/* line 76, ../../sass/logbook.scss */ +.logentry2 { + padding-left: 100px; + padding-right: 100px; + border-bottom: 1px solid #282625; +} + +/* line 81, ../../sass/logbook.scss */ +ul { + list-style: square inside url("../images/hunt/bullet3.png"); +} + +/* line 84, ../../sass/logbook.scss */ +table.fancy { + padding: 0; + margin: 0; + width: 100%; + border-collapse: collapse; + border-style: double; + border-color: #282625; + border-left: 0; + border-right: 0; +} + +/* line 94, ../../sass/logbook.scss */ +table.fancy th, tr { + padding: 0; + margin: 0; +} + +/* line 98, ../../sass/logbook.scss */ +table.fancy td { + padding-left: 10px; + margin: 0; + border: 1px solid #282625; + border-right: 0; +} + +/* line 104, ../../sass/logbook.scss */ +.tdleft { + padding: 0; + width: 10%; + border-left: 0; +} + +/* line 109, ../../sass/logbook.scss */ +.caption { + font-style: italic; + border-top: 0px; + margin-top: 0px; + padding-top: 0px; +} + +/* line 116, ../../sass/logbook.scss */ +.puzzle-sans { + font-family: sans-serif; +} + +/* line 120, ../../sass/logbook.scss */ +.puzzle { + display: table; + width: 100%; +} + +/* line 125, ../../sass/logbook.scss */ +.puzzle-page-header { + margin-bottom: 20px; +} + +/* line 129, ../../sass/logbook.scss */ +.answer { + margin-bottom: 30px; +} + +/* line 133, ../../sass/logbook.scss */ +.puzzle li { + list-style-position: inside; + text-indent: -1.1em; +} + +/* line 138, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 145, ../../sass/logbook.scss */ +.clickbaitbannerbox { + width: 320px; + margin-right: 20px; + margin-left: auto; + margin-bottom: 20px; + margin-top: -30px; +} + +@media print { + /* line 154, ../../sass/logbook.scss */ + .clickbaitbannerbox { + margin-top: 50px; + } +} +/* line 159, ../../sass/logbook.scss */ +.clickbaitbanner { + background-color: white; + padding: 10px; +} + +/* line 163, ../../sass/logbook.scss */ +.attop { + position: absolute; + top: 0px; + left: 0px; +} + +/* line 169, ../../sass/logbook.scss */ +.byline { + font-family: 'Times New Roman', serif; + font-style: italic; +} + +/* line 173, ../../sass/logbook.scss */ +.clickbaitlink { + font-family: Helvetica, Arial, sans-serif; + font-size: 20px; +} + +/* line 177, ../../sass/logbook.scss */ +.clickbaitlink a { + text-decoration: none; +} + +/* line 181, ../../sass/logbook.scss */ +.puzzle p, .puzzle li { + line-height: 1.4em; +} + +/* line 185, ../../sass/logbook.scss */ +.solution-table td, .solution-table th { + padding-right: 15px; +} + +@media print { + /* line 190, ../../sass/logbook.scss */ + #puzzle-obj img { + display: none; + } + + /* line 194, ../../sass/logbook.scss */ + .no-page-break { + page-break-inside: avoid; + } + + /* line 197, ../../sass/logbook.scss */ + #paper { + width: 100%; + margin-bottom: 0px !important; + padding-bottom: 0px !important; + border: 0px !important; + } +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r071_MIT_Mystery_Hunt_2015_Cube/_solution_assets/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r071_MIT_Mystery_Hunt_2015_Cube/_solution_assets/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r071_MIT_Mystery_Hunt_2015_Cube/_solution_assets/logbook.css @@ -0,0 +1,244 @@ +@font-face { + font-family: 'im_fell_double_pica_scregular'; + src: url("../fonts/hunt/imfedpsc28p-webfont.eot"); + src: url("../fonts/hunt/imfedpsc28p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hunt/imfedpsc28p-webfont.woff2") format("woff2"), url("../fonts/hunt/imfedpsc28p-webfont.woff") format("woff"), url("../fonts/hunt/imfedpsc28p-webfont.ttf") format("truetype"), url("../fonts/hunt/imfedpsc28p-webfont.svg#im_fell_double_pica_scregular") format("svg"); + font-weight: normal; + font-style: normal; +} + +/* line 14, ../../sass/logbook.scss */ +body { + margin: 0px; + border: 0px; + padding: 0px; +} + +/* line 19, ../../sass/logbook.scss */ +.headerbutton { + padding: 0 12px 0 12px; + float: right; +} + +/* line 24, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 31, ../../sass/logbook.scss */ +#paper { + z-index: 9; + width: 1000px; + padding: 37px 55px 72px; + position: relative; + border: 1px solid #333333; + background: #dbc397; + -webkit-background-size: 100% 30px; + -moz-background-size: 100% 30px; + -ms-background-size: 100% 30px; + background-size: 100% 30px; + box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5); + border-radius: 4px 4px 4px 4px; + color: #282625; + margin: 0 auto; + margin-bottom: 60px; + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; + text-rendering: optimizeLegibility; + font-feature-settings: "kern"; + -webkit-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern=1"; +} + +/* line 57, ../../sass/logbook.scss */ +#infowindow { + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; +} + +/* line 61, ../../sass/logbook.scss */ +.form-container { + top: 50px; +} + +/* line 64, ../../sass/logbook.scss */ +h1, h2, h3 { + font-family: 'im_fell_double_pica_scregular', serif; +} + +/* line 67, ../../sass/logbook.scss */ +.logheader { + font-size: larger; + font-weight: bold; +} + +/* line 71, ../../sass/logbook.scss */ +.logentry { + padding-left: 25px; + padding-right: 25px; + border-bottom: 1px solid #282625; +} + +/* line 76, ../../sass/logbook.scss */ +.logentry2 { + padding-left: 100px; + padding-right: 100px; + border-bottom: 1px solid #282625; +} + +/* line 81, ../../sass/logbook.scss */ +ul { + list-style: square inside url("../images/hunt/bullet3.png"); +} + +/* line 84, ../../sass/logbook.scss */ +table.fancy { + padding: 0; + margin: 0; + width: 100%; + border-collapse: collapse; + border-style: double; + border-color: #282625; + border-left: 0; + border-right: 0; +} + +/* line 94, ../../sass/logbook.scss */ +table.fancy th, tr { + padding: 0; + margin: 0; +} + +/* line 98, ../../sass/logbook.scss */ +table.fancy td { + padding-left: 10px; + margin: 0; + border: 1px solid #282625; + border-right: 0; +} + +/* line 104, ../../sass/logbook.scss */ +.tdleft { + padding: 0; + width: 10%; + border-left: 0; +} + +/* line 109, ../../sass/logbook.scss */ +.caption { + font-style: italic; + border-top: 0px; + margin-top: 0px; + padding-top: 0px; +} + +/* line 116, ../../sass/logbook.scss */ +.puzzle-sans { + font-family: sans-serif; +} + +/* line 120, ../../sass/logbook.scss */ +.puzzle { + display: table; + width: 100%; +} + +/* line 125, ../../sass/logbook.scss */ +.puzzle-page-header { + margin-bottom: 20px; +} + +/* line 129, ../../sass/logbook.scss */ +.answer { + margin-bottom: 30px; +} + +/* line 133, ../../sass/logbook.scss */ +.puzzle li { + list-style-position: inside; + text-indent: -1.1em; +} + +/* line 138, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 145, ../../sass/logbook.scss */ +.clickbaitbannerbox { + width: 320px; + margin-right: 20px; + margin-left: auto; + margin-bottom: 20px; + margin-top: -30px; +} + +@media print { + /* line 154, ../../sass/logbook.scss */ + .clickbaitbannerbox { + margin-top: 50px; + } +} +/* line 159, ../../sass/logbook.scss */ +.clickbaitbanner { + background-color: white; + padding: 10px; +} + +/* line 163, ../../sass/logbook.scss */ +.attop { + position: absolute; + top: 0px; + left: 0px; +} + +/* line 169, ../../sass/logbook.scss */ +.byline { + font-family: 'Times New Roman', serif; + font-style: italic; +} + +/* line 173, ../../sass/logbook.scss */ +.clickbaitlink { + font-family: Helvetica, Arial, sans-serif; + font-size: 20px; +} + +/* line 177, ../../sass/logbook.scss */ +.clickbaitlink a { + text-decoration: none; +} + +/* line 181, ../../sass/logbook.scss */ +.puzzle p, .puzzle li { + line-height: 1.4em; +} + +/* line 185, ../../sass/logbook.scss */ +.solution-table td, .solution-table th { + padding-right: 15px; +} + +@media print { + /* line 190, ../../sass/logbook.scss */ + #puzzle-obj img { + display: none; + } + + /* line 194, ../../sass/logbook.scss */ + .no-page-break { + page-break-inside: avoid; + } + + /* line 197, ../../sass/logbook.scss */ + #paper { + width: 100%; + margin-bottom: 0px !important; + padding-bottom: 0px !important; + border: 0px !important; + } +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r072_MIT_Mystery_Hunt_2015_Game/_solution_assets/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r072_MIT_Mystery_Hunt_2015_Game/_solution_assets/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r072_MIT_Mystery_Hunt_2015_Game/_solution_assets/logbook.css @@ -0,0 +1,244 @@ +@font-face { + font-family: 'im_fell_double_pica_scregular'; + src: url("../fonts/hunt/imfedpsc28p-webfont.eot"); + src: url("../fonts/hunt/imfedpsc28p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hunt/imfedpsc28p-webfont.woff2") format("woff2"), url("../fonts/hunt/imfedpsc28p-webfont.woff") format("woff"), url("../fonts/hunt/imfedpsc28p-webfont.ttf") format("truetype"), url("../fonts/hunt/imfedpsc28p-webfont.svg#im_fell_double_pica_scregular") format("svg"); + font-weight: normal; + font-style: normal; +} + +/* line 14, ../../sass/logbook.scss */ +body { + margin: 0px; + border: 0px; + padding: 0px; +} + +/* line 19, ../../sass/logbook.scss */ +.headerbutton { + padding: 0 12px 0 12px; + float: right; +} + +/* line 24, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 31, ../../sass/logbook.scss */ +#paper { + z-index: 9; + width: 1000px; + padding: 37px 55px 72px; + position: relative; + border: 1px solid #333333; + background: #dbc397; + -webkit-background-size: 100% 30px; + -moz-background-size: 100% 30px; + -ms-background-size: 100% 30px; + background-size: 100% 30px; + box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5); + border-radius: 4px 4px 4px 4px; + color: #282625; + margin: 0 auto; + margin-bottom: 60px; + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; + text-rendering: optimizeLegibility; + font-feature-settings: "kern"; + -webkit-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern=1"; +} + +/* line 57, ../../sass/logbook.scss */ +#infowindow { + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; +} + +/* line 61, ../../sass/logbook.scss */ +.form-container { + top: 50px; +} + +/* line 64, ../../sass/logbook.scss */ +h1, h2, h3 { + font-family: 'im_fell_double_pica_scregular', serif; +} + +/* line 67, ../../sass/logbook.scss */ +.logheader { + font-size: larger; + font-weight: bold; +} + +/* line 71, ../../sass/logbook.scss */ +.logentry { + padding-left: 25px; + padding-right: 25px; + border-bottom: 1px solid #282625; +} + +/* line 76, ../../sass/logbook.scss */ +.logentry2 { + padding-left: 100px; + padding-right: 100px; + border-bottom: 1px solid #282625; +} + +/* line 81, ../../sass/logbook.scss */ +ul { + list-style: square inside url("../images/hunt/bullet3.png"); +} + +/* line 84, ../../sass/logbook.scss */ +table.fancy { + padding: 0; + margin: 0; + width: 100%; + border-collapse: collapse; + border-style: double; + border-color: #282625; + border-left: 0; + border-right: 0; +} + +/* line 94, ../../sass/logbook.scss */ +table.fancy th, tr { + padding: 0; + margin: 0; +} + +/* line 98, ../../sass/logbook.scss */ +table.fancy td { + padding-left: 10px; + margin: 0; + border: 1px solid #282625; + border-right: 0; +} + +/* line 104, ../../sass/logbook.scss */ +.tdleft { + padding: 0; + width: 10%; + border-left: 0; +} + +/* line 109, ../../sass/logbook.scss */ +.caption { + font-style: italic; + border-top: 0px; + margin-top: 0px; + padding-top: 0px; +} + +/* line 116, ../../sass/logbook.scss */ +.puzzle-sans { + font-family: sans-serif; +} + +/* line 120, ../../sass/logbook.scss */ +.puzzle { + display: table; + width: 100%; +} + +/* line 125, ../../sass/logbook.scss */ +.puzzle-page-header { + margin-bottom: 20px; +} + +/* line 129, ../../sass/logbook.scss */ +.answer { + margin-bottom: 30px; +} + +/* line 133, ../../sass/logbook.scss */ +.puzzle li { + list-style-position: inside; + text-indent: -1.1em; +} + +/* line 138, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 145, ../../sass/logbook.scss */ +.clickbaitbannerbox { + width: 320px; + margin-right: 20px; + margin-left: auto; + margin-bottom: 20px; + margin-top: -30px; +} + +@media print { + /* line 154, ../../sass/logbook.scss */ + .clickbaitbannerbox { + margin-top: 50px; + } +} +/* line 159, ../../sass/logbook.scss */ +.clickbaitbanner { + background-color: white; + padding: 10px; +} + +/* line 163, ../../sass/logbook.scss */ +.attop { + position: absolute; + top: 0px; + left: 0px; +} + +/* line 169, ../../sass/logbook.scss */ +.byline { + font-family: 'Times New Roman', serif; + font-style: italic; +} + +/* line 173, ../../sass/logbook.scss */ +.clickbaitlink { + font-family: Helvetica, Arial, sans-serif; + font-size: 20px; +} + +/* line 177, ../../sass/logbook.scss */ +.clickbaitlink a { + text-decoration: none; +} + +/* line 181, ../../sass/logbook.scss */ +.puzzle p, .puzzle li { + line-height: 1.4em; +} + +/* line 185, ../../sass/logbook.scss */ +.solution-table td, .solution-table th { + padding-right: 15px; +} + +@media print { + /* line 190, ../../sass/logbook.scss */ + #puzzle-obj img { + display: none; + } + + /* line 194, ../../sass/logbook.scss */ + .no-page-break { + page-break-inside: avoid; + } + + /* line 197, ../../sass/logbook.scss */ + #paper { + width: 100%; + margin-bottom: 0px !important; + padding-bottom: 0px !important; + border: 0px !important; + } +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r073_MIT_Mystery_Hunt_2015_Knit_Square/_solution_assets/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r073_MIT_Mystery_Hunt_2015_Knit_Square/_solution_assets/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r073_MIT_Mystery_Hunt_2015_Knit_Square/_solution_assets/logbook.css @@ -0,0 +1,244 @@ +@font-face { + font-family: 'im_fell_double_pica_scregular'; + src: url("../fonts/hunt/imfedpsc28p-webfont.eot"); + src: url("../fonts/hunt/imfedpsc28p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hunt/imfedpsc28p-webfont.woff2") format("woff2"), url("../fonts/hunt/imfedpsc28p-webfont.woff") format("woff"), url("../fonts/hunt/imfedpsc28p-webfont.ttf") format("truetype"), url("../fonts/hunt/imfedpsc28p-webfont.svg#im_fell_double_pica_scregular") format("svg"); + font-weight: normal; + font-style: normal; +} + +/* line 14, ../../sass/logbook.scss */ +body { + margin: 0px; + border: 0px; + padding: 0px; +} + +/* line 19, ../../sass/logbook.scss */ +.headerbutton { + padding: 0 12px 0 12px; + float: right; +} + +/* line 24, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 31, ../../sass/logbook.scss */ +#paper { + z-index: 9; + width: 1000px; + padding: 37px 55px 72px; + position: relative; + border: 1px solid #333333; + background: #dbc397; + -webkit-background-size: 100% 30px; + -moz-background-size: 100% 30px; + -ms-background-size: 100% 30px; + background-size: 100% 30px; + box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5); + border-radius: 4px 4px 4px 4px; + color: #282625; + margin: 0 auto; + margin-bottom: 60px; + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; + text-rendering: optimizeLegibility; + font-feature-settings: "kern"; + -webkit-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern=1"; +} + +/* line 57, ../../sass/logbook.scss */ +#infowindow { + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; +} + +/* line 61, ../../sass/logbook.scss */ +.form-container { + top: 50px; +} + +/* line 64, ../../sass/logbook.scss */ +h1, h2, h3 { + font-family: 'im_fell_double_pica_scregular', serif; +} + +/* line 67, ../../sass/logbook.scss */ +.logheader { + font-size: larger; + font-weight: bold; +} + +/* line 71, ../../sass/logbook.scss */ +.logentry { + padding-left: 25px; + padding-right: 25px; + border-bottom: 1px solid #282625; +} + +/* line 76, ../../sass/logbook.scss */ +.logentry2 { + padding-left: 100px; + padding-right: 100px; + border-bottom: 1px solid #282625; +} + +/* line 81, ../../sass/logbook.scss */ +ul { + list-style: square inside url("../images/hunt/bullet3.png"); +} + +/* line 84, ../../sass/logbook.scss */ +table.fancy { + padding: 0; + margin: 0; + width: 100%; + border-collapse: collapse; + border-style: double; + border-color: #282625; + border-left: 0; + border-right: 0; +} + +/* line 94, ../../sass/logbook.scss */ +table.fancy th, tr { + padding: 0; + margin: 0; +} + +/* line 98, ../../sass/logbook.scss */ +table.fancy td { + padding-left: 10px; + margin: 0; + border: 1px solid #282625; + border-right: 0; +} + +/* line 104, ../../sass/logbook.scss */ +.tdleft { + padding: 0; + width: 10%; + border-left: 0; +} + +/* line 109, ../../sass/logbook.scss */ +.caption { + font-style: italic; + border-top: 0px; + margin-top: 0px; + padding-top: 0px; +} + +/* line 116, ../../sass/logbook.scss */ +.puzzle-sans { + font-family: sans-serif; +} + +/* line 120, ../../sass/logbook.scss */ +.puzzle { + display: table; + width: 100%; +} + +/* line 125, ../../sass/logbook.scss */ +.puzzle-page-header { + margin-bottom: 20px; +} + +/* line 129, ../../sass/logbook.scss */ +.answer { + margin-bottom: 30px; +} + +/* line 133, ../../sass/logbook.scss */ +.puzzle li { + list-style-position: inside; + text-indent: -1.1em; +} + +/* line 138, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 145, ../../sass/logbook.scss */ +.clickbaitbannerbox { + width: 320px; + margin-right: 20px; + margin-left: auto; + margin-bottom: 20px; + margin-top: -30px; +} + +@media print { + /* line 154, ../../sass/logbook.scss */ + .clickbaitbannerbox { + margin-top: 50px; + } +} +/* line 159, ../../sass/logbook.scss */ +.clickbaitbanner { + background-color: white; + padding: 10px; +} + +/* line 163, ../../sass/logbook.scss */ +.attop { + position: absolute; + top: 0px; + left: 0px; +} + +/* line 169, ../../sass/logbook.scss */ +.byline { + font-family: 'Times New Roman', serif; + font-style: italic; +} + +/* line 173, ../../sass/logbook.scss */ +.clickbaitlink { + font-family: Helvetica, Arial, sans-serif; + font-size: 20px; +} + +/* line 177, ../../sass/logbook.scss */ +.clickbaitlink a { + text-decoration: none; +} + +/* line 181, ../../sass/logbook.scss */ +.puzzle p, .puzzle li { + line-height: 1.4em; +} + +/* line 185, ../../sass/logbook.scss */ +.solution-table td, .solution-table th { + padding-right: 15px; +} + +@media print { + /* line 190, ../../sass/logbook.scss */ + #puzzle-obj img { + display: none; + } + + /* line 194, ../../sass/logbook.scss */ + .no-page-break { + page-break-inside: avoid; + } + + /* line 197, ../../sass/logbook.scss */ + #paper { + width: 100%; + margin-bottom: 0px !important; + padding-bottom: 0px !important; + border: 0px !important; + } +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r074_MIT_Mystery_Hunt_2015_Ropes/_solution_assets/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r074_MIT_Mystery_Hunt_2015_Ropes/_solution_assets/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r074_MIT_Mystery_Hunt_2015_Ropes/_solution_assets/logbook.css @@ -0,0 +1,244 @@ +@font-face { + font-family: 'im_fell_double_pica_scregular'; + src: url("../fonts/hunt/imfedpsc28p-webfont.eot"); + src: url("../fonts/hunt/imfedpsc28p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hunt/imfedpsc28p-webfont.woff2") format("woff2"), url("../fonts/hunt/imfedpsc28p-webfont.woff") format("woff"), url("../fonts/hunt/imfedpsc28p-webfont.ttf") format("truetype"), url("../fonts/hunt/imfedpsc28p-webfont.svg#im_fell_double_pica_scregular") format("svg"); + font-weight: normal; + font-style: normal; +} + +/* line 14, ../../sass/logbook.scss */ +body { + margin: 0px; + border: 0px; + padding: 0px; +} + +/* line 19, ../../sass/logbook.scss */ +.headerbutton { + padding: 0 12px 0 12px; + float: right; +} + +/* line 24, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 31, ../../sass/logbook.scss */ +#paper { + z-index: 9; + width: 1000px; + padding: 37px 55px 72px; + position: relative; + border: 1px solid #333333; + background: #dbc397; + -webkit-background-size: 100% 30px; + -moz-background-size: 100% 30px; + -ms-background-size: 100% 30px; + background-size: 100% 30px; + box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5); + border-radius: 4px 4px 4px 4px; + color: #282625; + margin: 0 auto; + margin-bottom: 60px; + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; + text-rendering: optimizeLegibility; + font-feature-settings: "kern"; + -webkit-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern=1"; +} + +/* line 57, ../../sass/logbook.scss */ +#infowindow { + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; +} + +/* line 61, ../../sass/logbook.scss */ +.form-container { + top: 50px; +} + +/* line 64, ../../sass/logbook.scss */ +h1, h2, h3 { + font-family: 'im_fell_double_pica_scregular', serif; +} + +/* line 67, ../../sass/logbook.scss */ +.logheader { + font-size: larger; + font-weight: bold; +} + +/* line 71, ../../sass/logbook.scss */ +.logentry { + padding-left: 25px; + padding-right: 25px; + border-bottom: 1px solid #282625; +} + +/* line 76, ../../sass/logbook.scss */ +.logentry2 { + padding-left: 100px; + padding-right: 100px; + border-bottom: 1px solid #282625; +} + +/* line 81, ../../sass/logbook.scss */ +ul { + list-style: square inside url("../images/hunt/bullet3.png"); +} + +/* line 84, ../../sass/logbook.scss */ +table.fancy { + padding: 0; + margin: 0; + width: 100%; + border-collapse: collapse; + border-style: double; + border-color: #282625; + border-left: 0; + border-right: 0; +} + +/* line 94, ../../sass/logbook.scss */ +table.fancy th, tr { + padding: 0; + margin: 0; +} + +/* line 98, ../../sass/logbook.scss */ +table.fancy td { + padding-left: 10px; + margin: 0; + border: 1px solid #282625; + border-right: 0; +} + +/* line 104, ../../sass/logbook.scss */ +.tdleft { + padding: 0; + width: 10%; + border-left: 0; +} + +/* line 109, ../../sass/logbook.scss */ +.caption { + font-style: italic; + border-top: 0px; + margin-top: 0px; + padding-top: 0px; +} + +/* line 116, ../../sass/logbook.scss */ +.puzzle-sans { + font-family: sans-serif; +} + +/* line 120, ../../sass/logbook.scss */ +.puzzle { + display: table; + width: 100%; +} + +/* line 125, ../../sass/logbook.scss */ +.puzzle-page-header { + margin-bottom: 20px; +} + +/* line 129, ../../sass/logbook.scss */ +.answer { + margin-bottom: 30px; +} + +/* line 133, ../../sass/logbook.scss */ +.puzzle li { + list-style-position: inside; + text-indent: -1.1em; +} + +/* line 138, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 145, ../../sass/logbook.scss */ +.clickbaitbannerbox { + width: 320px; + margin-right: 20px; + margin-left: auto; + margin-bottom: 20px; + margin-top: -30px; +} + +@media print { + /* line 154, ../../sass/logbook.scss */ + .clickbaitbannerbox { + margin-top: 50px; + } +} +/* line 159, ../../sass/logbook.scss */ +.clickbaitbanner { + background-color: white; + padding: 10px; +} + +/* line 163, ../../sass/logbook.scss */ +.attop { + position: absolute; + top: 0px; + left: 0px; +} + +/* line 169, ../../sass/logbook.scss */ +.byline { + font-family: 'Times New Roman', serif; + font-style: italic; +} + +/* line 173, ../../sass/logbook.scss */ +.clickbaitlink { + font-family: Helvetica, Arial, sans-serif; + font-size: 20px; +} + +/* line 177, ../../sass/logbook.scss */ +.clickbaitlink a { + text-decoration: none; +} + +/* line 181, ../../sass/logbook.scss */ +.puzzle p, .puzzle li { + line-height: 1.4em; +} + +/* line 185, ../../sass/logbook.scss */ +.solution-table td, .solution-table th { + padding-right: 15px; +} + +@media print { + /* line 190, ../../sass/logbook.scss */ + #puzzle-obj img { + display: none; + } + + /* line 194, ../../sass/logbook.scss */ + .no-page-break { + page-break-inside: avoid; + } + + /* line 197, ../../sass/logbook.scss */ + #paper { + width: 100%; + margin-bottom: 0px !important; + padding-bottom: 0px !important; + border: 0px !important; + } +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r075_MIT_Mystery_Hunt_2015_Paper_Jigsaw/_solution_assets/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r075_MIT_Mystery_Hunt_2015_Paper_Jigsaw/_solution_assets/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r075_MIT_Mystery_Hunt_2015_Paper_Jigsaw/_solution_assets/logbook.css @@ -0,0 +1,244 @@ +@font-face { + font-family: 'im_fell_double_pica_scregular'; + src: url("../fonts/hunt/imfedpsc28p-webfont.eot"); + src: url("../fonts/hunt/imfedpsc28p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hunt/imfedpsc28p-webfont.woff2") format("woff2"), url("../fonts/hunt/imfedpsc28p-webfont.woff") format("woff"), url("../fonts/hunt/imfedpsc28p-webfont.ttf") format("truetype"), url("../fonts/hunt/imfedpsc28p-webfont.svg#im_fell_double_pica_scregular") format("svg"); + font-weight: normal; + font-style: normal; +} + +/* line 14, ../../sass/logbook.scss */ +body { + margin: 0px; + border: 0px; + padding: 0px; +} + +/* line 19, ../../sass/logbook.scss */ +.headerbutton { + padding: 0 12px 0 12px; + float: right; +} + +/* line 24, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 31, ../../sass/logbook.scss */ +#paper { + z-index: 9; + width: 1000px; + padding: 37px 55px 72px; + position: relative; + border: 1px solid #333333; + background: #dbc397; + -webkit-background-size: 100% 30px; + -moz-background-size: 100% 30px; + -ms-background-size: 100% 30px; + background-size: 100% 30px; + box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5); + border-radius: 4px 4px 4px 4px; + color: #282625; + margin: 0 auto; + margin-bottom: 60px; + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; + text-rendering: optimizeLegibility; + font-feature-settings: "kern"; + -webkit-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern=1"; +} + +/* line 57, ../../sass/logbook.scss */ +#infowindow { + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; +} + +/* line 61, ../../sass/logbook.scss */ +.form-container { + top: 50px; +} + +/* line 64, ../../sass/logbook.scss */ +h1, h2, h3 { + font-family: 'im_fell_double_pica_scregular', serif; +} + +/* line 67, ../../sass/logbook.scss */ +.logheader { + font-size: larger; + font-weight: bold; +} + +/* line 71, ../../sass/logbook.scss */ +.logentry { + padding-left: 25px; + padding-right: 25px; + border-bottom: 1px solid #282625; +} + +/* line 76, ../../sass/logbook.scss */ +.logentry2 { + padding-left: 100px; + padding-right: 100px; + border-bottom: 1px solid #282625; +} + +/* line 81, ../../sass/logbook.scss */ +ul { + list-style: square inside url("../images/hunt/bullet3.png"); +} + +/* line 84, ../../sass/logbook.scss */ +table.fancy { + padding: 0; + margin: 0; + width: 100%; + border-collapse: collapse; + border-style: double; + border-color: #282625; + border-left: 0; + border-right: 0; +} + +/* line 94, ../../sass/logbook.scss */ +table.fancy th, tr { + padding: 0; + margin: 0; +} + +/* line 98, ../../sass/logbook.scss */ +table.fancy td { + padding-left: 10px; + margin: 0; + border: 1px solid #282625; + border-right: 0; +} + +/* line 104, ../../sass/logbook.scss */ +.tdleft { + padding: 0; + width: 10%; + border-left: 0; +} + +/* line 109, ../../sass/logbook.scss */ +.caption { + font-style: italic; + border-top: 0px; + margin-top: 0px; + padding-top: 0px; +} + +/* line 116, ../../sass/logbook.scss */ +.puzzle-sans { + font-family: sans-serif; +} + +/* line 120, ../../sass/logbook.scss */ +.puzzle { + display: table; + width: 100%; +} + +/* line 125, ../../sass/logbook.scss */ +.puzzle-page-header { + margin-bottom: 20px; +} + +/* line 129, ../../sass/logbook.scss */ +.answer { + margin-bottom: 30px; +} + +/* line 133, ../../sass/logbook.scss */ +.puzzle li { + list-style-position: inside; + text-indent: -1.1em; +} + +/* line 138, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 145, ../../sass/logbook.scss */ +.clickbaitbannerbox { + width: 320px; + margin-right: 20px; + margin-left: auto; + margin-bottom: 20px; + margin-top: -30px; +} + +@media print { + /* line 154, ../../sass/logbook.scss */ + .clickbaitbannerbox { + margin-top: 50px; + } +} +/* line 159, ../../sass/logbook.scss */ +.clickbaitbanner { + background-color: white; + padding: 10px; +} + +/* line 163, ../../sass/logbook.scss */ +.attop { + position: absolute; + top: 0px; + left: 0px; +} + +/* line 169, ../../sass/logbook.scss */ +.byline { + font-family: 'Times New Roman', serif; + font-style: italic; +} + +/* line 173, ../../sass/logbook.scss */ +.clickbaitlink { + font-family: Helvetica, Arial, sans-serif; + font-size: 20px; +} + +/* line 177, ../../sass/logbook.scss */ +.clickbaitlink a { + text-decoration: none; +} + +/* line 181, ../../sass/logbook.scss */ +.puzzle p, .puzzle li { + line-height: 1.4em; +} + +/* line 185, ../../sass/logbook.scss */ +.solution-table td, .solution-table th { + padding-right: 15px; +} + +@media print { + /* line 190, ../../sass/logbook.scss */ + #puzzle-obj img { + display: none; + } + + /* line 194, ../../sass/logbook.scss */ + .no-page-break { + page-break-inside: avoid; + } + + /* line 197, ../../sass/logbook.scss */ + #paper { + width: 100%; + margin-bottom: 0px !important; + padding-bottom: 0px !important; + border: 0px !important; + } +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r076_MIT_Mystery_Hunt_2015_Locks/_solution_assets/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r076_MIT_Mystery_Hunt_2015_Locks/_solution_assets/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r076_MIT_Mystery_Hunt_2015_Locks/_solution_assets/logbook.css @@ -0,0 +1,244 @@ +@font-face { + font-family: 'im_fell_double_pica_scregular'; + src: url("../fonts/hunt/imfedpsc28p-webfont.eot"); + src: url("../fonts/hunt/imfedpsc28p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hunt/imfedpsc28p-webfont.woff2") format("woff2"), url("../fonts/hunt/imfedpsc28p-webfont.woff") format("woff"), url("../fonts/hunt/imfedpsc28p-webfont.ttf") format("truetype"), url("../fonts/hunt/imfedpsc28p-webfont.svg#im_fell_double_pica_scregular") format("svg"); + font-weight: normal; + font-style: normal; +} + +/* line 14, ../../sass/logbook.scss */ +body { + margin: 0px; + border: 0px; + padding: 0px; +} + +/* line 19, ../../sass/logbook.scss */ +.headerbutton { + padding: 0 12px 0 12px; + float: right; +} + +/* line 24, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 31, ../../sass/logbook.scss */ +#paper { + z-index: 9; + width: 1000px; + padding: 37px 55px 72px; + position: relative; + border: 1px solid #333333; + background: #dbc397; + -webkit-background-size: 100% 30px; + -moz-background-size: 100% 30px; + -ms-background-size: 100% 30px; + background-size: 100% 30px; + box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5); + border-radius: 4px 4px 4px 4px; + color: #282625; + margin: 0 auto; + margin-bottom: 60px; + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; + text-rendering: optimizeLegibility; + font-feature-settings: "kern"; + -webkit-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern=1"; +} + +/* line 57, ../../sass/logbook.scss */ +#infowindow { + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; +} + +/* line 61, ../../sass/logbook.scss */ +.form-container { + top: 50px; +} + +/* line 64, ../../sass/logbook.scss */ +h1, h2, h3 { + font-family: 'im_fell_double_pica_scregular', serif; +} + +/* line 67, ../../sass/logbook.scss */ +.logheader { + font-size: larger; + font-weight: bold; +} + +/* line 71, ../../sass/logbook.scss */ +.logentry { + padding-left: 25px; + padding-right: 25px; + border-bottom: 1px solid #282625; +} + +/* line 76, ../../sass/logbook.scss */ +.logentry2 { + padding-left: 100px; + padding-right: 100px; + border-bottom: 1px solid #282625; +} + +/* line 81, ../../sass/logbook.scss */ +ul { + list-style: square inside url("../images/hunt/bullet3.png"); +} + +/* line 84, ../../sass/logbook.scss */ +table.fancy { + padding: 0; + margin: 0; + width: 100%; + border-collapse: collapse; + border-style: double; + border-color: #282625; + border-left: 0; + border-right: 0; +} + +/* line 94, ../../sass/logbook.scss */ +table.fancy th, tr { + padding: 0; + margin: 0; +} + +/* line 98, ../../sass/logbook.scss */ +table.fancy td { + padding-left: 10px; + margin: 0; + border: 1px solid #282625; + border-right: 0; +} + +/* line 104, ../../sass/logbook.scss */ +.tdleft { + padding: 0; + width: 10%; + border-left: 0; +} + +/* line 109, ../../sass/logbook.scss */ +.caption { + font-style: italic; + border-top: 0px; + margin-top: 0px; + padding-top: 0px; +} + +/* line 116, ../../sass/logbook.scss */ +.puzzle-sans { + font-family: sans-serif; +} + +/* line 120, ../../sass/logbook.scss */ +.puzzle { + display: table; + width: 100%; +} + +/* line 125, ../../sass/logbook.scss */ +.puzzle-page-header { + margin-bottom: 20px; +} + +/* line 129, ../../sass/logbook.scss */ +.answer { + margin-bottom: 30px; +} + +/* line 133, ../../sass/logbook.scss */ +.puzzle li { + list-style-position: inside; + text-indent: -1.1em; +} + +/* line 138, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 145, ../../sass/logbook.scss */ +.clickbaitbannerbox { + width: 320px; + margin-right: 20px; + margin-left: auto; + margin-bottom: 20px; + margin-top: -30px; +} + +@media print { + /* line 154, ../../sass/logbook.scss */ + .clickbaitbannerbox { + margin-top: 50px; + } +} +/* line 159, ../../sass/logbook.scss */ +.clickbaitbanner { + background-color: white; + padding: 10px; +} + +/* line 163, ../../sass/logbook.scss */ +.attop { + position: absolute; + top: 0px; + left: 0px; +} + +/* line 169, ../../sass/logbook.scss */ +.byline { + font-family: 'Times New Roman', serif; + font-style: italic; +} + +/* line 173, ../../sass/logbook.scss */ +.clickbaitlink { + font-family: Helvetica, Arial, sans-serif; + font-size: 20px; +} + +/* line 177, ../../sass/logbook.scss */ +.clickbaitlink a { + text-decoration: none; +} + +/* line 181, ../../sass/logbook.scss */ +.puzzle p, .puzzle li { + line-height: 1.4em; +} + +/* line 185, ../../sass/logbook.scss */ +.solution-table td, .solution-table th { + padding-right: 15px; +} + +@media print { + /* line 190, ../../sass/logbook.scss */ + #puzzle-obj img { + display: none; + } + + /* line 194, ../../sass/logbook.scss */ + .no-page-break { + page-break-inside: avoid; + } + + /* line 197, ../../sass/logbook.scss */ + #paper { + width: 100%; + margin-bottom: 0px !important; + padding-bottom: 0px !important; + border: 0px !important; + } +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r077_MIT_Mystery_Hunt_2015_Wood/_solution_assets/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r077_MIT_Mystery_Hunt_2015_Wood/_solution_assets/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r077_MIT_Mystery_Hunt_2015_Wood/_solution_assets/logbook.css @@ -0,0 +1,244 @@ +@font-face { + font-family: 'im_fell_double_pica_scregular'; + src: url("../fonts/hunt/imfedpsc28p-webfont.eot"); + src: url("../fonts/hunt/imfedpsc28p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hunt/imfedpsc28p-webfont.woff2") format("woff2"), url("../fonts/hunt/imfedpsc28p-webfont.woff") format("woff"), url("../fonts/hunt/imfedpsc28p-webfont.ttf") format("truetype"), url("../fonts/hunt/imfedpsc28p-webfont.svg#im_fell_double_pica_scregular") format("svg"); + font-weight: normal; + font-style: normal; +} + +/* line 14, ../../sass/logbook.scss */ +body { + margin: 0px; + border: 0px; + padding: 0px; +} + +/* line 19, ../../sass/logbook.scss */ +.headerbutton { + padding: 0 12px 0 12px; + float: right; +} + +/* line 24, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 31, ../../sass/logbook.scss */ +#paper { + z-index: 9; + width: 1000px; + padding: 37px 55px 72px; + position: relative; + border: 1px solid #333333; + background: #dbc397; + -webkit-background-size: 100% 30px; + -moz-background-size: 100% 30px; + -ms-background-size: 100% 30px; + background-size: 100% 30px; + box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5); + border-radius: 4px 4px 4px 4px; + color: #282625; + margin: 0 auto; + margin-bottom: 60px; + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; + text-rendering: optimizeLegibility; + font-feature-settings: "kern"; + -webkit-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern=1"; +} + +/* line 57, ../../sass/logbook.scss */ +#infowindow { + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; +} + +/* line 61, ../../sass/logbook.scss */ +.form-container { + top: 50px; +} + +/* line 64, ../../sass/logbook.scss */ +h1, h2, h3 { + font-family: 'im_fell_double_pica_scregular', serif; +} + +/* line 67, ../../sass/logbook.scss */ +.logheader { + font-size: larger; + font-weight: bold; +} + +/* line 71, ../../sass/logbook.scss */ +.logentry { + padding-left: 25px; + padding-right: 25px; + border-bottom: 1px solid #282625; +} + +/* line 76, ../../sass/logbook.scss */ +.logentry2 { + padding-left: 100px; + padding-right: 100px; + border-bottom: 1px solid #282625; +} + +/* line 81, ../../sass/logbook.scss */ +ul { + list-style: square inside url("../images/hunt/bullet3.png"); +} + +/* line 84, ../../sass/logbook.scss */ +table.fancy { + padding: 0; + margin: 0; + width: 100%; + border-collapse: collapse; + border-style: double; + border-color: #282625; + border-left: 0; + border-right: 0; +} + +/* line 94, ../../sass/logbook.scss */ +table.fancy th, tr { + padding: 0; + margin: 0; +} + +/* line 98, ../../sass/logbook.scss */ +table.fancy td { + padding-left: 10px; + margin: 0; + border: 1px solid #282625; + border-right: 0; +} + +/* line 104, ../../sass/logbook.scss */ +.tdleft { + padding: 0; + width: 10%; + border-left: 0; +} + +/* line 109, ../../sass/logbook.scss */ +.caption { + font-style: italic; + border-top: 0px; + margin-top: 0px; + padding-top: 0px; +} + +/* line 116, ../../sass/logbook.scss */ +.puzzle-sans { + font-family: sans-serif; +} + +/* line 120, ../../sass/logbook.scss */ +.puzzle { + display: table; + width: 100%; +} + +/* line 125, ../../sass/logbook.scss */ +.puzzle-page-header { + margin-bottom: 20px; +} + +/* line 129, ../../sass/logbook.scss */ +.answer { + margin-bottom: 30px; +} + +/* line 133, ../../sass/logbook.scss */ +.puzzle li { + list-style-position: inside; + text-indent: -1.1em; +} + +/* line 138, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 145, ../../sass/logbook.scss */ +.clickbaitbannerbox { + width: 320px; + margin-right: 20px; + margin-left: auto; + margin-bottom: 20px; + margin-top: -30px; +} + +@media print { + /* line 154, ../../sass/logbook.scss */ + .clickbaitbannerbox { + margin-top: 50px; + } +} +/* line 159, ../../sass/logbook.scss */ +.clickbaitbanner { + background-color: white; + padding: 10px; +} + +/* line 163, ../../sass/logbook.scss */ +.attop { + position: absolute; + top: 0px; + left: 0px; +} + +/* line 169, ../../sass/logbook.scss */ +.byline { + font-family: 'Times New Roman', serif; + font-style: italic; +} + +/* line 173, ../../sass/logbook.scss */ +.clickbaitlink { + font-family: Helvetica, Arial, sans-serif; + font-size: 20px; +} + +/* line 177, ../../sass/logbook.scss */ +.clickbaitlink a { + text-decoration: none; +} + +/* line 181, ../../sass/logbook.scss */ +.puzzle p, .puzzle li { + line-height: 1.4em; +} + +/* line 185, ../../sass/logbook.scss */ +.solution-table td, .solution-table th { + padding-right: 15px; +} + +@media print { + /* line 190, ../../sass/logbook.scss */ + #puzzle-obj img { + display: none; + } + + /* line 194, ../../sass/logbook.scss */ + .no-page-break { + page-break-inside: avoid; + } + + /* line 197, ../../sass/logbook.scss */ + #paper { + width: 100%; + margin-bottom: 0px !important; + padding-bottom: 0px !important; + border: 0px !important; + } +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r07m_MIT_Mystery_Hunt_2015_Treasure_Chest_Meta/_solution_assets/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r07m_MIT_Mystery_Hunt_2015_Treasure_Chest_Meta/_solution_assets/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r07m_MIT_Mystery_Hunt_2015_Treasure_Chest_Meta/_solution_assets/logbook.css @@ -0,0 +1,244 @@ +@font-face { + font-family: 'im_fell_double_pica_scregular'; + src: url("../fonts/hunt/imfedpsc28p-webfont.eot"); + src: url("../fonts/hunt/imfedpsc28p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hunt/imfedpsc28p-webfont.woff2") format("woff2"), url("../fonts/hunt/imfedpsc28p-webfont.woff") format("woff"), url("../fonts/hunt/imfedpsc28p-webfont.ttf") format("truetype"), url("../fonts/hunt/imfedpsc28p-webfont.svg#im_fell_double_pica_scregular") format("svg"); + font-weight: normal; + font-style: normal; +} + +/* line 14, ../../sass/logbook.scss */ +body { + margin: 0px; + border: 0px; + padding: 0px; +} + +/* line 19, ../../sass/logbook.scss */ +.headerbutton { + padding: 0 12px 0 12px; + float: right; +} + +/* line 24, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 31, ../../sass/logbook.scss */ +#paper { + z-index: 9; + width: 1000px; + padding: 37px 55px 72px; + position: relative; + border: 1px solid #333333; + background: #dbc397; + -webkit-background-size: 100% 30px; + -moz-background-size: 100% 30px; + -ms-background-size: 100% 30px; + background-size: 100% 30px; + box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5); + border-radius: 4px 4px 4px 4px; + color: #282625; + margin: 0 auto; + margin-bottom: 60px; + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; + text-rendering: optimizeLegibility; + font-feature-settings: "kern"; + -webkit-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern=1"; +} + +/* line 57, ../../sass/logbook.scss */ +#infowindow { + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; +} + +/* line 61, ../../sass/logbook.scss */ +.form-container { + top: 50px; +} + +/* line 64, ../../sass/logbook.scss */ +h1, h2, h3 { + font-family: 'im_fell_double_pica_scregular', serif; +} + +/* line 67, ../../sass/logbook.scss */ +.logheader { + font-size: larger; + font-weight: bold; +} + +/* line 71, ../../sass/logbook.scss */ +.logentry { + padding-left: 25px; + padding-right: 25px; + border-bottom: 1px solid #282625; +} + +/* line 76, ../../sass/logbook.scss */ +.logentry2 { + padding-left: 100px; + padding-right: 100px; + border-bottom: 1px solid #282625; +} + +/* line 81, ../../sass/logbook.scss */ +ul { + list-style: square inside url("../images/hunt/bullet3.png"); +} + +/* line 84, ../../sass/logbook.scss */ +table.fancy { + padding: 0; + margin: 0; + width: 100%; + border-collapse: collapse; + border-style: double; + border-color: #282625; + border-left: 0; + border-right: 0; +} + +/* line 94, ../../sass/logbook.scss */ +table.fancy th, tr { + padding: 0; + margin: 0; +} + +/* line 98, ../../sass/logbook.scss */ +table.fancy td { + padding-left: 10px; + margin: 0; + border: 1px solid #282625; + border-right: 0; +} + +/* line 104, ../../sass/logbook.scss */ +.tdleft { + padding: 0; + width: 10%; + border-left: 0; +} + +/* line 109, ../../sass/logbook.scss */ +.caption { + font-style: italic; + border-top: 0px; + margin-top: 0px; + padding-top: 0px; +} + +/* line 116, ../../sass/logbook.scss */ +.puzzle-sans { + font-family: sans-serif; +} + +/* line 120, ../../sass/logbook.scss */ +.puzzle { + display: table; + width: 100%; +} + +/* line 125, ../../sass/logbook.scss */ +.puzzle-page-header { + margin-bottom: 20px; +} + +/* line 129, ../../sass/logbook.scss */ +.answer { + margin-bottom: 30px; +} + +/* line 133, ../../sass/logbook.scss */ +.puzzle li { + list-style-position: inside; + text-indent: -1.1em; +} + +/* line 138, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 145, ../../sass/logbook.scss */ +.clickbaitbannerbox { + width: 320px; + margin-right: 20px; + margin-left: auto; + margin-bottom: 20px; + margin-top: -30px; +} + +@media print { + /* line 154, ../../sass/logbook.scss */ + .clickbaitbannerbox { + margin-top: 50px; + } +} +/* line 159, ../../sass/logbook.scss */ +.clickbaitbanner { + background-color: white; + padding: 10px; +} + +/* line 163, ../../sass/logbook.scss */ +.attop { + position: absolute; + top: 0px; + left: 0px; +} + +/* line 169, ../../sass/logbook.scss */ +.byline { + font-family: 'Times New Roman', serif; + font-style: italic; +} + +/* line 173, ../../sass/logbook.scss */ +.clickbaitlink { + font-family: Helvetica, Arial, sans-serif; + font-size: 20px; +} + +/* line 177, ../../sass/logbook.scss */ +.clickbaitlink a { + text-decoration: none; +} + +/* line 181, ../../sass/logbook.scss */ +.puzzle p, .puzzle li { + line-height: 1.4em; +} + +/* line 185, ../../sass/logbook.scss */ +.solution-table td, .solution-table th { + padding-right: 15px; +} + +@media print { + /* line 190, ../../sass/logbook.scss */ + #puzzle-obj img { + display: none; + } + + /* line 194, ../../sass/logbook.scss */ + .no-page-break { + page-break-inside: avoid; + } + + /* line 197, ../../sass/logbook.scss */ + #paper { + width: 100%; + margin-bottom: 0px !important; + padding-bottom: 0px !important; + border: 0px !important; + } +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r081_MIT_Mystery_Hunt_2015_Shark_Blood/_solution_assets/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r081_MIT_Mystery_Hunt_2015_Shark_Blood/_solution_assets/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r081_MIT_Mystery_Hunt_2015_Shark_Blood/_solution_assets/logbook.css @@ -0,0 +1,244 @@ +@font-face { + font-family: 'im_fell_double_pica_scregular'; + src: url("../fonts/hunt/imfedpsc28p-webfont.eot"); + src: url("../fonts/hunt/imfedpsc28p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hunt/imfedpsc28p-webfont.woff2") format("woff2"), url("../fonts/hunt/imfedpsc28p-webfont.woff") format("woff"), url("../fonts/hunt/imfedpsc28p-webfont.ttf") format("truetype"), url("../fonts/hunt/imfedpsc28p-webfont.svg#im_fell_double_pica_scregular") format("svg"); + font-weight: normal; + font-style: normal; +} + +/* line 14, ../../sass/logbook.scss */ +body { + margin: 0px; + border: 0px; + padding: 0px; +} + +/* line 19, ../../sass/logbook.scss */ +.headerbutton { + padding: 0 12px 0 12px; + float: right; +} + +/* line 24, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 31, ../../sass/logbook.scss */ +#paper { + z-index: 9; + width: 1000px; + padding: 37px 55px 72px; + position: relative; + border: 1px solid #333333; + background: #dbc397; + -webkit-background-size: 100% 30px; + -moz-background-size: 100% 30px; + -ms-background-size: 100% 30px; + background-size: 100% 30px; + box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5); + border-radius: 4px 4px 4px 4px; + color: #282625; + margin: 0 auto; + margin-bottom: 60px; + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; + text-rendering: optimizeLegibility; + font-feature-settings: "kern"; + -webkit-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern=1"; +} + +/* line 57, ../../sass/logbook.scss */ +#infowindow { + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; +} + +/* line 61, ../../sass/logbook.scss */ +.form-container { + top: 50px; +} + +/* line 64, ../../sass/logbook.scss */ +h1, h2, h3 { + font-family: 'im_fell_double_pica_scregular', serif; +} + +/* line 67, ../../sass/logbook.scss */ +.logheader { + font-size: larger; + font-weight: bold; +} + +/* line 71, ../../sass/logbook.scss */ +.logentry { + padding-left: 25px; + padding-right: 25px; + border-bottom: 1px solid #282625; +} + +/* line 76, ../../sass/logbook.scss */ +.logentry2 { + padding-left: 100px; + padding-right: 100px; + border-bottom: 1px solid #282625; +} + +/* line 81, ../../sass/logbook.scss */ +ul { + list-style: square inside url("../images/hunt/bullet3.png"); +} + +/* line 84, ../../sass/logbook.scss */ +table.fancy { + padding: 0; + margin: 0; + width: 100%; + border-collapse: collapse; + border-style: double; + border-color: #282625; + border-left: 0; + border-right: 0; +} + +/* line 94, ../../sass/logbook.scss */ +table.fancy th, tr { + padding: 0; + margin: 0; +} + +/* line 98, ../../sass/logbook.scss */ +table.fancy td { + padding-left: 10px; + margin: 0; + border: 1px solid #282625; + border-right: 0; +} + +/* line 104, ../../sass/logbook.scss */ +.tdleft { + padding: 0; + width: 10%; + border-left: 0; +} + +/* line 109, ../../sass/logbook.scss */ +.caption { + font-style: italic; + border-top: 0px; + margin-top: 0px; + padding-top: 0px; +} + +/* line 116, ../../sass/logbook.scss */ +.puzzle-sans { + font-family: sans-serif; +} + +/* line 120, ../../sass/logbook.scss */ +.puzzle { + display: table; + width: 100%; +} + +/* line 125, ../../sass/logbook.scss */ +.puzzle-page-header { + margin-bottom: 20px; +} + +/* line 129, ../../sass/logbook.scss */ +.answer { + margin-bottom: 30px; +} + +/* line 133, ../../sass/logbook.scss */ +.puzzle li { + list-style-position: inside; + text-indent: -1.1em; +} + +/* line 138, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 145, ../../sass/logbook.scss */ +.clickbaitbannerbox { + width: 320px; + margin-right: 20px; + margin-left: auto; + margin-bottom: 20px; + margin-top: -30px; +} + +@media print { + /* line 154, ../../sass/logbook.scss */ + .clickbaitbannerbox { + margin-top: 50px; + } +} +/* line 159, ../../sass/logbook.scss */ +.clickbaitbanner { + background-color: white; + padding: 10px; +} + +/* line 163, ../../sass/logbook.scss */ +.attop { + position: absolute; + top: 0px; + left: 0px; +} + +/* line 169, ../../sass/logbook.scss */ +.byline { + font-family: 'Times New Roman', serif; + font-style: italic; +} + +/* line 173, ../../sass/logbook.scss */ +.clickbaitlink { + font-family: Helvetica, Arial, sans-serif; + font-size: 20px; +} + +/* line 177, ../../sass/logbook.scss */ +.clickbaitlink a { + text-decoration: none; +} + +/* line 181, ../../sass/logbook.scss */ +.puzzle p, .puzzle li { + line-height: 1.4em; +} + +/* line 185, ../../sass/logbook.scss */ +.solution-table td, .solution-table th { + padding-right: 15px; +} + +@media print { + /* line 190, ../../sass/logbook.scss */ + #puzzle-obj img { + display: none; + } + + /* line 194, ../../sass/logbook.scss */ + .no-page-break { + page-break-inside: avoid; + } + + /* line 197, ../../sass/logbook.scss */ + #paper { + width: 100%; + margin-bottom: 0px !important; + padding-bottom: 0px !important; + border: 0px !important; + } +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r082_MIT_Mystery_Hunt_2015_Welcome_to_Dead_Waters/_solution_assets/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r082_MIT_Mystery_Hunt_2015_Welcome_to_Dead_Waters/_solution_assets/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r082_MIT_Mystery_Hunt_2015_Welcome_to_Dead_Waters/_solution_assets/logbook.css @@ -0,0 +1,244 @@ +@font-face { + font-family: 'im_fell_double_pica_scregular'; + src: url("../fonts/hunt/imfedpsc28p-webfont.eot"); + src: url("../fonts/hunt/imfedpsc28p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hunt/imfedpsc28p-webfont.woff2") format("woff2"), url("../fonts/hunt/imfedpsc28p-webfont.woff") format("woff"), url("../fonts/hunt/imfedpsc28p-webfont.ttf") format("truetype"), url("../fonts/hunt/imfedpsc28p-webfont.svg#im_fell_double_pica_scregular") format("svg"); + font-weight: normal; + font-style: normal; +} + +/* line 14, ../../sass/logbook.scss */ +body { + margin: 0px; + border: 0px; + padding: 0px; +} + +/* line 19, ../../sass/logbook.scss */ +.headerbutton { + padding: 0 12px 0 12px; + float: right; +} + +/* line 24, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 31, ../../sass/logbook.scss */ +#paper { + z-index: 9; + width: 1000px; + padding: 37px 55px 72px; + position: relative; + border: 1px solid #333333; + background: #dbc397; + -webkit-background-size: 100% 30px; + -moz-background-size: 100% 30px; + -ms-background-size: 100% 30px; + background-size: 100% 30px; + box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5); + border-radius: 4px 4px 4px 4px; + color: #282625; + margin: 0 auto; + margin-bottom: 60px; + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; + text-rendering: optimizeLegibility; + font-feature-settings: "kern"; + -webkit-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern=1"; +} + +/* line 57, ../../sass/logbook.scss */ +#infowindow { + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; +} + +/* line 61, ../../sass/logbook.scss */ +.form-container { + top: 50px; +} + +/* line 64, ../../sass/logbook.scss */ +h1, h2, h3 { + font-family: 'im_fell_double_pica_scregular', serif; +} + +/* line 67, ../../sass/logbook.scss */ +.logheader { + font-size: larger; + font-weight: bold; +} + +/* line 71, ../../sass/logbook.scss */ +.logentry { + padding-left: 25px; + padding-right: 25px; + border-bottom: 1px solid #282625; +} + +/* line 76, ../../sass/logbook.scss */ +.logentry2 { + padding-left: 100px; + padding-right: 100px; + border-bottom: 1px solid #282625; +} + +/* line 81, ../../sass/logbook.scss */ +ul { + list-style: square inside url("../images/hunt/bullet3.png"); +} + +/* line 84, ../../sass/logbook.scss */ +table.fancy { + padding: 0; + margin: 0; + width: 100%; + border-collapse: collapse; + border-style: double; + border-color: #282625; + border-left: 0; + border-right: 0; +} + +/* line 94, ../../sass/logbook.scss */ +table.fancy th, tr { + padding: 0; + margin: 0; +} + +/* line 98, ../../sass/logbook.scss */ +table.fancy td { + padding-left: 10px; + margin: 0; + border: 1px solid #282625; + border-right: 0; +} + +/* line 104, ../../sass/logbook.scss */ +.tdleft { + padding: 0; + width: 10%; + border-left: 0; +} + +/* line 109, ../../sass/logbook.scss */ +.caption { + font-style: italic; + border-top: 0px; + margin-top: 0px; + padding-top: 0px; +} + +/* line 116, ../../sass/logbook.scss */ +.puzzle-sans { + font-family: sans-serif; +} + +/* line 120, ../../sass/logbook.scss */ +.puzzle { + display: table; + width: 100%; +} + +/* line 125, ../../sass/logbook.scss */ +.puzzle-page-header { + margin-bottom: 20px; +} + +/* line 129, ../../sass/logbook.scss */ +.answer { + margin-bottom: 30px; +} + +/* line 133, ../../sass/logbook.scss */ +.puzzle li { + list-style-position: inside; + text-indent: -1.1em; +} + +/* line 138, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 145, ../../sass/logbook.scss */ +.clickbaitbannerbox { + width: 320px; + margin-right: 20px; + margin-left: auto; + margin-bottom: 20px; + margin-top: -30px; +} + +@media print { + /* line 154, ../../sass/logbook.scss */ + .clickbaitbannerbox { + margin-top: 50px; + } +} +/* line 159, ../../sass/logbook.scss */ +.clickbaitbanner { + background-color: white; + padding: 10px; +} + +/* line 163, ../../sass/logbook.scss */ +.attop { + position: absolute; + top: 0px; + left: 0px; +} + +/* line 169, ../../sass/logbook.scss */ +.byline { + font-family: 'Times New Roman', serif; + font-style: italic; +} + +/* line 173, ../../sass/logbook.scss */ +.clickbaitlink { + font-family: Helvetica, Arial, sans-serif; + font-size: 20px; +} + +/* line 177, ../../sass/logbook.scss */ +.clickbaitlink a { + text-decoration: none; +} + +/* line 181, ../../sass/logbook.scss */ +.puzzle p, .puzzle li { + line-height: 1.4em; +} + +/* line 185, ../../sass/logbook.scss */ +.solution-table td, .solution-table th { + padding-right: 15px; +} + +@media print { + /* line 190, ../../sass/logbook.scss */ + #puzzle-obj img { + display: none; + } + + /* line 194, ../../sass/logbook.scss */ + .no-page-break { + page-break-inside: avoid; + } + + /* line 197, ../../sass/logbook.scss */ + #paper { + width: 100%; + margin-bottom: 0px !important; + padding-bottom: 0px !important; + border: 0px !important; + } +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r083_MIT_Mystery_Hunt_2015_Say_Cheese_and_Dive/_solution_assets/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r083_MIT_Mystery_Hunt_2015_Say_Cheese_and_Dive/_solution_assets/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r083_MIT_Mystery_Hunt_2015_Say_Cheese_and_Dive/_solution_assets/logbook.css @@ -0,0 +1,244 @@ +@font-face { + font-family: 'im_fell_double_pica_scregular'; + src: url("../fonts/hunt/imfedpsc28p-webfont.eot"); + src: url("../fonts/hunt/imfedpsc28p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hunt/imfedpsc28p-webfont.woff2") format("woff2"), url("../fonts/hunt/imfedpsc28p-webfont.woff") format("woff"), url("../fonts/hunt/imfedpsc28p-webfont.ttf") format("truetype"), url("../fonts/hunt/imfedpsc28p-webfont.svg#im_fell_double_pica_scregular") format("svg"); + font-weight: normal; + font-style: normal; +} + +/* line 14, ../../sass/logbook.scss */ +body { + margin: 0px; + border: 0px; + padding: 0px; +} + +/* line 19, ../../sass/logbook.scss */ +.headerbutton { + padding: 0 12px 0 12px; + float: right; +} + +/* line 24, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 31, ../../sass/logbook.scss */ +#paper { + z-index: 9; + width: 1000px; + padding: 37px 55px 72px; + position: relative; + border: 1px solid #333333; + background: #dbc397; + -webkit-background-size: 100% 30px; + -moz-background-size: 100% 30px; + -ms-background-size: 100% 30px; + background-size: 100% 30px; + box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5); + border-radius: 4px 4px 4px 4px; + color: #282625; + margin: 0 auto; + margin-bottom: 60px; + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; + text-rendering: optimizeLegibility; + font-feature-settings: "kern"; + -webkit-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern=1"; +} + +/* line 57, ../../sass/logbook.scss */ +#infowindow { + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; +} + +/* line 61, ../../sass/logbook.scss */ +.form-container { + top: 50px; +} + +/* line 64, ../../sass/logbook.scss */ +h1, h2, h3 { + font-family: 'im_fell_double_pica_scregular', serif; +} + +/* line 67, ../../sass/logbook.scss */ +.logheader { + font-size: larger; + font-weight: bold; +} + +/* line 71, ../../sass/logbook.scss */ +.logentry { + padding-left: 25px; + padding-right: 25px; + border-bottom: 1px solid #282625; +} + +/* line 76, ../../sass/logbook.scss */ +.logentry2 { + padding-left: 100px; + padding-right: 100px; + border-bottom: 1px solid #282625; +} + +/* line 81, ../../sass/logbook.scss */ +ul { + list-style: square inside url("../images/hunt/bullet3.png"); +} + +/* line 84, ../../sass/logbook.scss */ +table.fancy { + padding: 0; + margin: 0; + width: 100%; + border-collapse: collapse; + border-style: double; + border-color: #282625; + border-left: 0; + border-right: 0; +} + +/* line 94, ../../sass/logbook.scss */ +table.fancy th, tr { + padding: 0; + margin: 0; +} + +/* line 98, ../../sass/logbook.scss */ +table.fancy td { + padding-left: 10px; + margin: 0; + border: 1px solid #282625; + border-right: 0; +} + +/* line 104, ../../sass/logbook.scss */ +.tdleft { + padding: 0; + width: 10%; + border-left: 0; +} + +/* line 109, ../../sass/logbook.scss */ +.caption { + font-style: italic; + border-top: 0px; + margin-top: 0px; + padding-top: 0px; +} + +/* line 116, ../../sass/logbook.scss */ +.puzzle-sans { + font-family: sans-serif; +} + +/* line 120, ../../sass/logbook.scss */ +.puzzle { + display: table; + width: 100%; +} + +/* line 125, ../../sass/logbook.scss */ +.puzzle-page-header { + margin-bottom: 20px; +} + +/* line 129, ../../sass/logbook.scss */ +.answer { + margin-bottom: 30px; +} + +/* line 133, ../../sass/logbook.scss */ +.puzzle li { + list-style-position: inside; + text-indent: -1.1em; +} + +/* line 138, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 145, ../../sass/logbook.scss */ +.clickbaitbannerbox { + width: 320px; + margin-right: 20px; + margin-left: auto; + margin-bottom: 20px; + margin-top: -30px; +} + +@media print { + /* line 154, ../../sass/logbook.scss */ + .clickbaitbannerbox { + margin-top: 50px; + } +} +/* line 159, ../../sass/logbook.scss */ +.clickbaitbanner { + background-color: white; + padding: 10px; +} + +/* line 163, ../../sass/logbook.scss */ +.attop { + position: absolute; + top: 0px; + left: 0px; +} + +/* line 169, ../../sass/logbook.scss */ +.byline { + font-family: 'Times New Roman', serif; + font-style: italic; +} + +/* line 173, ../../sass/logbook.scss */ +.clickbaitlink { + font-family: Helvetica, Arial, sans-serif; + font-size: 20px; +} + +/* line 177, ../../sass/logbook.scss */ +.clickbaitlink a { + text-decoration: none; +} + +/* line 181, ../../sass/logbook.scss */ +.puzzle p, .puzzle li { + line-height: 1.4em; +} + +/* line 185, ../../sass/logbook.scss */ +.solution-table td, .solution-table th { + padding-right: 15px; +} + +@media print { + /* line 190, ../../sass/logbook.scss */ + #puzzle-obj img { + display: none; + } + + /* line 194, ../../sass/logbook.scss */ + .no-page-break { + page-break-inside: avoid; + } + + /* line 197, ../../sass/logbook.scss */ + #paper { + width: 100%; + margin-bottom: 0px !important; + padding-bottom: 0px !important; + border: 0px !important; + } +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r084_MIT_Mystery_Hunt_2015_Let_s_Get_Submersible/_solution_assets/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r084_MIT_Mystery_Hunt_2015_Let_s_Get_Submersible/_solution_assets/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r084_MIT_Mystery_Hunt_2015_Let_s_Get_Submersible/_solution_assets/logbook.css @@ -0,0 +1,244 @@ +@font-face { + font-family: 'im_fell_double_pica_scregular'; + src: url("../fonts/hunt/imfedpsc28p-webfont.eot"); + src: url("../fonts/hunt/imfedpsc28p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hunt/imfedpsc28p-webfont.woff2") format("woff2"), url("../fonts/hunt/imfedpsc28p-webfont.woff") format("woff"), url("../fonts/hunt/imfedpsc28p-webfont.ttf") format("truetype"), url("../fonts/hunt/imfedpsc28p-webfont.svg#im_fell_double_pica_scregular") format("svg"); + font-weight: normal; + font-style: normal; +} + +/* line 14, ../../sass/logbook.scss */ +body { + margin: 0px; + border: 0px; + padding: 0px; +} + +/* line 19, ../../sass/logbook.scss */ +.headerbutton { + padding: 0 12px 0 12px; + float: right; +} + +/* line 24, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 31, ../../sass/logbook.scss */ +#paper { + z-index: 9; + width: 1000px; + padding: 37px 55px 72px; + position: relative; + border: 1px solid #333333; + background: #dbc397; + -webkit-background-size: 100% 30px; + -moz-background-size: 100% 30px; + -ms-background-size: 100% 30px; + background-size: 100% 30px; + box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5); + border-radius: 4px 4px 4px 4px; + color: #282625; + margin: 0 auto; + margin-bottom: 60px; + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; + text-rendering: optimizeLegibility; + font-feature-settings: "kern"; + -webkit-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern=1"; +} + +/* line 57, ../../sass/logbook.scss */ +#infowindow { + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; +} + +/* line 61, ../../sass/logbook.scss */ +.form-container { + top: 50px; +} + +/* line 64, ../../sass/logbook.scss */ +h1, h2, h3 { + font-family: 'im_fell_double_pica_scregular', serif; +} + +/* line 67, ../../sass/logbook.scss */ +.logheader { + font-size: larger; + font-weight: bold; +} + +/* line 71, ../../sass/logbook.scss */ +.logentry { + padding-left: 25px; + padding-right: 25px; + border-bottom: 1px solid #282625; +} + +/* line 76, ../../sass/logbook.scss */ +.logentry2 { + padding-left: 100px; + padding-right: 100px; + border-bottom: 1px solid #282625; +} + +/* line 81, ../../sass/logbook.scss */ +ul { + list-style: square inside url("../images/hunt/bullet3.png"); +} + +/* line 84, ../../sass/logbook.scss */ +table.fancy { + padding: 0; + margin: 0; + width: 100%; + border-collapse: collapse; + border-style: double; + border-color: #282625; + border-left: 0; + border-right: 0; +} + +/* line 94, ../../sass/logbook.scss */ +table.fancy th, tr { + padding: 0; + margin: 0; +} + +/* line 98, ../../sass/logbook.scss */ +table.fancy td { + padding-left: 10px; + margin: 0; + border: 1px solid #282625; + border-right: 0; +} + +/* line 104, ../../sass/logbook.scss */ +.tdleft { + padding: 0; + width: 10%; + border-left: 0; +} + +/* line 109, ../../sass/logbook.scss */ +.caption { + font-style: italic; + border-top: 0px; + margin-top: 0px; + padding-top: 0px; +} + +/* line 116, ../../sass/logbook.scss */ +.puzzle-sans { + font-family: sans-serif; +} + +/* line 120, ../../sass/logbook.scss */ +.puzzle { + display: table; + width: 100%; +} + +/* line 125, ../../sass/logbook.scss */ +.puzzle-page-header { + margin-bottom: 20px; +} + +/* line 129, ../../sass/logbook.scss */ +.answer { + margin-bottom: 30px; +} + +/* line 133, ../../sass/logbook.scss */ +.puzzle li { + list-style-position: inside; + text-indent: -1.1em; +} + +/* line 138, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 145, ../../sass/logbook.scss */ +.clickbaitbannerbox { + width: 320px; + margin-right: 20px; + margin-left: auto; + margin-bottom: 20px; + margin-top: -30px; +} + +@media print { + /* line 154, ../../sass/logbook.scss */ + .clickbaitbannerbox { + margin-top: 50px; + } +} +/* line 159, ../../sass/logbook.scss */ +.clickbaitbanner { + background-color: white; + padding: 10px; +} + +/* line 163, ../../sass/logbook.scss */ +.attop { + position: absolute; + top: 0px; + left: 0px; +} + +/* line 169, ../../sass/logbook.scss */ +.byline { + font-family: 'Times New Roman', serif; + font-style: italic; +} + +/* line 173, ../../sass/logbook.scss */ +.clickbaitlink { + font-family: Helvetica, Arial, sans-serif; + font-size: 20px; +} + +/* line 177, ../../sass/logbook.scss */ +.clickbaitlink a { + text-decoration: none; +} + +/* line 181, ../../sass/logbook.scss */ +.puzzle p, .puzzle li { + line-height: 1.4em; +} + +/* line 185, ../../sass/logbook.scss */ +.solution-table td, .solution-table th { + padding-right: 15px; +} + +@media print { + /* line 190, ../../sass/logbook.scss */ + #puzzle-obj img { + display: none; + } + + /* line 194, ../../sass/logbook.scss */ + .no-page-break { + page-break-inside: avoid; + } + + /* line 197, ../../sass/logbook.scss */ + #paper { + width: 100%; + margin-bottom: 0px !important; + padding-bottom: 0px !important; + border: 0px !important; + } +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r085_MIT_Mystery_Hunt_2015_Night_of_the_Living_Kraken/_solution_assets/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r085_MIT_Mystery_Hunt_2015_Night_of_the_Living_Kraken/_solution_assets/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r085_MIT_Mystery_Hunt_2015_Night_of_the_Living_Kraken/_solution_assets/logbook.css @@ -0,0 +1,244 @@ +@font-face { + font-family: 'im_fell_double_pica_scregular'; + src: url("../fonts/hunt/imfedpsc28p-webfont.eot"); + src: url("../fonts/hunt/imfedpsc28p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hunt/imfedpsc28p-webfont.woff2") format("woff2"), url("../fonts/hunt/imfedpsc28p-webfont.woff") format("woff"), url("../fonts/hunt/imfedpsc28p-webfont.ttf") format("truetype"), url("../fonts/hunt/imfedpsc28p-webfont.svg#im_fell_double_pica_scregular") format("svg"); + font-weight: normal; + font-style: normal; +} + +/* line 14, ../../sass/logbook.scss */ +body { + margin: 0px; + border: 0px; + padding: 0px; +} + +/* line 19, ../../sass/logbook.scss */ +.headerbutton { + padding: 0 12px 0 12px; + float: right; +} + +/* line 24, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 31, ../../sass/logbook.scss */ +#paper { + z-index: 9; + width: 1000px; + padding: 37px 55px 72px; + position: relative; + border: 1px solid #333333; + background: #dbc397; + -webkit-background-size: 100% 30px; + -moz-background-size: 100% 30px; + -ms-background-size: 100% 30px; + background-size: 100% 30px; + box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5); + border-radius: 4px 4px 4px 4px; + color: #282625; + margin: 0 auto; + margin-bottom: 60px; + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; + text-rendering: optimizeLegibility; + font-feature-settings: "kern"; + -webkit-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern=1"; +} + +/* line 57, ../../sass/logbook.scss */ +#infowindow { + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; +} + +/* line 61, ../../sass/logbook.scss */ +.form-container { + top: 50px; +} + +/* line 64, ../../sass/logbook.scss */ +h1, h2, h3 { + font-family: 'im_fell_double_pica_scregular', serif; +} + +/* line 67, ../../sass/logbook.scss */ +.logheader { + font-size: larger; + font-weight: bold; +} + +/* line 71, ../../sass/logbook.scss */ +.logentry { + padding-left: 25px; + padding-right: 25px; + border-bottom: 1px solid #282625; +} + +/* line 76, ../../sass/logbook.scss */ +.logentry2 { + padding-left: 100px; + padding-right: 100px; + border-bottom: 1px solid #282625; +} + +/* line 81, ../../sass/logbook.scss */ +ul { + list-style: square inside url("../images/hunt/bullet3.png"); +} + +/* line 84, ../../sass/logbook.scss */ +table.fancy { + padding: 0; + margin: 0; + width: 100%; + border-collapse: collapse; + border-style: double; + border-color: #282625; + border-left: 0; + border-right: 0; +} + +/* line 94, ../../sass/logbook.scss */ +table.fancy th, tr { + padding: 0; + margin: 0; +} + +/* line 98, ../../sass/logbook.scss */ +table.fancy td { + padding-left: 10px; + margin: 0; + border: 1px solid #282625; + border-right: 0; +} + +/* line 104, ../../sass/logbook.scss */ +.tdleft { + padding: 0; + width: 10%; + border-left: 0; +} + +/* line 109, ../../sass/logbook.scss */ +.caption { + font-style: italic; + border-top: 0px; + margin-top: 0px; + padding-top: 0px; +} + +/* line 116, ../../sass/logbook.scss */ +.puzzle-sans { + font-family: sans-serif; +} + +/* line 120, ../../sass/logbook.scss */ +.puzzle { + display: table; + width: 100%; +} + +/* line 125, ../../sass/logbook.scss */ +.puzzle-page-header { + margin-bottom: 20px; +} + +/* line 129, ../../sass/logbook.scss */ +.answer { + margin-bottom: 30px; +} + +/* line 133, ../../sass/logbook.scss */ +.puzzle li { + list-style-position: inside; + text-indent: -1.1em; +} + +/* line 138, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 145, ../../sass/logbook.scss */ +.clickbaitbannerbox { + width: 320px; + margin-right: 20px; + margin-left: auto; + margin-bottom: 20px; + margin-top: -30px; +} + +@media print { + /* line 154, ../../sass/logbook.scss */ + .clickbaitbannerbox { + margin-top: 50px; + } +} +/* line 159, ../../sass/logbook.scss */ +.clickbaitbanner { + background-color: white; + padding: 10px; +} + +/* line 163, ../../sass/logbook.scss */ +.attop { + position: absolute; + top: 0px; + left: 0px; +} + +/* line 169, ../../sass/logbook.scss */ +.byline { + font-family: 'Times New Roman', serif; + font-style: italic; +} + +/* line 173, ../../sass/logbook.scss */ +.clickbaitlink { + font-family: Helvetica, Arial, sans-serif; + font-size: 20px; +} + +/* line 177, ../../sass/logbook.scss */ +.clickbaitlink a { + text-decoration: none; +} + +/* line 181, ../../sass/logbook.scss */ +.puzzle p, .puzzle li { + line-height: 1.4em; +} + +/* line 185, ../../sass/logbook.scss */ +.solution-table td, .solution-table th { + padding-right: 15px; +} + +@media print { + /* line 190, ../../sass/logbook.scss */ + #puzzle-obj img { + display: none; + } + + /* line 194, ../../sass/logbook.scss */ + .no-page-break { + page-break-inside: avoid; + } + + /* line 197, ../../sass/logbook.scss */ + #paper { + width: 100%; + margin-bottom: 0px !important; + padding-bottom: 0px !important; + border: 0px !important; + } +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r086_MIT_Mystery_Hunt_2015_The_Curse_of_the_Atlantean_s_Tomb/_solution_assets/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r086_MIT_Mystery_Hunt_2015_The_Curse_of_the_Atlantean_s_Tomb/_solution_assets/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r086_MIT_Mystery_Hunt_2015_The_Curse_of_the_Atlantean_s_Tomb/_solution_assets/logbook.css @@ -0,0 +1,244 @@ +@font-face { + font-family: 'im_fell_double_pica_scregular'; + src: url("../fonts/hunt/imfedpsc28p-webfont.eot"); + src: url("../fonts/hunt/imfedpsc28p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hunt/imfedpsc28p-webfont.woff2") format("woff2"), url("../fonts/hunt/imfedpsc28p-webfont.woff") format("woff"), url("../fonts/hunt/imfedpsc28p-webfont.ttf") format("truetype"), url("../fonts/hunt/imfedpsc28p-webfont.svg#im_fell_double_pica_scregular") format("svg"); + font-weight: normal; + font-style: normal; +} + +/* line 14, ../../sass/logbook.scss */ +body { + margin: 0px; + border: 0px; + padding: 0px; +} + +/* line 19, ../../sass/logbook.scss */ +.headerbutton { + padding: 0 12px 0 12px; + float: right; +} + +/* line 24, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 31, ../../sass/logbook.scss */ +#paper { + z-index: 9; + width: 1000px; + padding: 37px 55px 72px; + position: relative; + border: 1px solid #333333; + background: #dbc397; + -webkit-background-size: 100% 30px; + -moz-background-size: 100% 30px; + -ms-background-size: 100% 30px; + background-size: 100% 30px; + box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5); + border-radius: 4px 4px 4px 4px; + color: #282625; + margin: 0 auto; + margin-bottom: 60px; + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; + text-rendering: optimizeLegibility; + font-feature-settings: "kern"; + -webkit-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern=1"; +} + +/* line 57, ../../sass/logbook.scss */ +#infowindow { + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; +} + +/* line 61, ../../sass/logbook.scss */ +.form-container { + top: 50px; +} + +/* line 64, ../../sass/logbook.scss */ +h1, h2, h3 { + font-family: 'im_fell_double_pica_scregular', serif; +} + +/* line 67, ../../sass/logbook.scss */ +.logheader { + font-size: larger; + font-weight: bold; +} + +/* line 71, ../../sass/logbook.scss */ +.logentry { + padding-left: 25px; + padding-right: 25px; + border-bottom: 1px solid #282625; +} + +/* line 76, ../../sass/logbook.scss */ +.logentry2 { + padding-left: 100px; + padding-right: 100px; + border-bottom: 1px solid #282625; +} + +/* line 81, ../../sass/logbook.scss */ +ul { + list-style: square inside url("../images/hunt/bullet3.png"); +} + +/* line 84, ../../sass/logbook.scss */ +table.fancy { + padding: 0; + margin: 0; + width: 100%; + border-collapse: collapse; + border-style: double; + border-color: #282625; + border-left: 0; + border-right: 0; +} + +/* line 94, ../../sass/logbook.scss */ +table.fancy th, tr { + padding: 0; + margin: 0; +} + +/* line 98, ../../sass/logbook.scss */ +table.fancy td { + padding-left: 10px; + margin: 0; + border: 1px solid #282625; + border-right: 0; +} + +/* line 104, ../../sass/logbook.scss */ +.tdleft { + padding: 0; + width: 10%; + border-left: 0; +} + +/* line 109, ../../sass/logbook.scss */ +.caption { + font-style: italic; + border-top: 0px; + margin-top: 0px; + padding-top: 0px; +} + +/* line 116, ../../sass/logbook.scss */ +.puzzle-sans { + font-family: sans-serif; +} + +/* line 120, ../../sass/logbook.scss */ +.puzzle { + display: table; + width: 100%; +} + +/* line 125, ../../sass/logbook.scss */ +.puzzle-page-header { + margin-bottom: 20px; +} + +/* line 129, ../../sass/logbook.scss */ +.answer { + margin-bottom: 30px; +} + +/* line 133, ../../sass/logbook.scss */ +.puzzle li { + list-style-position: inside; + text-indent: -1.1em; +} + +/* line 138, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 145, ../../sass/logbook.scss */ +.clickbaitbannerbox { + width: 320px; + margin-right: 20px; + margin-left: auto; + margin-bottom: 20px; + margin-top: -30px; +} + +@media print { + /* line 154, ../../sass/logbook.scss */ + .clickbaitbannerbox { + margin-top: 50px; + } +} +/* line 159, ../../sass/logbook.scss */ +.clickbaitbanner { + background-color: white; + padding: 10px; +} + +/* line 163, ../../sass/logbook.scss */ +.attop { + position: absolute; + top: 0px; + left: 0px; +} + +/* line 169, ../../sass/logbook.scss */ +.byline { + font-family: 'Times New Roman', serif; + font-style: italic; +} + +/* line 173, ../../sass/logbook.scss */ +.clickbaitlink { + font-family: Helvetica, Arial, sans-serif; + font-size: 20px; +} + +/* line 177, ../../sass/logbook.scss */ +.clickbaitlink a { + text-decoration: none; +} + +/* line 181, ../../sass/logbook.scss */ +.puzzle p, .puzzle li { + line-height: 1.4em; +} + +/* line 185, ../../sass/logbook.scss */ +.solution-table td, .solution-table th { + padding-right: 15px; +} + +@media print { + /* line 190, ../../sass/logbook.scss */ + #puzzle-obj img { + display: none; + } + + /* line 194, ../../sass/logbook.scss */ + .no-page-break { + page-break-inside: avoid; + } + + /* line 197, ../../sass/logbook.scss */ + #paper { + width: 100%; + margin-bottom: 0px !important; + padding-bottom: 0px !important; + border: 0px !important; + } +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r087_MIT_Mystery_Hunt_2015_Stay_Out_of_the_Trench/_solution_assets/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r087_MIT_Mystery_Hunt_2015_Stay_Out_of_the_Trench/_solution_assets/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r087_MIT_Mystery_Hunt_2015_Stay_Out_of_the_Trench/_solution_assets/logbook.css @@ -0,0 +1,244 @@ +@font-face { + font-family: 'im_fell_double_pica_scregular'; + src: url("../fonts/hunt/imfedpsc28p-webfont.eot"); + src: url("../fonts/hunt/imfedpsc28p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hunt/imfedpsc28p-webfont.woff2") format("woff2"), url("../fonts/hunt/imfedpsc28p-webfont.woff") format("woff"), url("../fonts/hunt/imfedpsc28p-webfont.ttf") format("truetype"), url("../fonts/hunt/imfedpsc28p-webfont.svg#im_fell_double_pica_scregular") format("svg"); + font-weight: normal; + font-style: normal; +} + +/* line 14, ../../sass/logbook.scss */ +body { + margin: 0px; + border: 0px; + padding: 0px; +} + +/* line 19, ../../sass/logbook.scss */ +.headerbutton { + padding: 0 12px 0 12px; + float: right; +} + +/* line 24, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 31, ../../sass/logbook.scss */ +#paper { + z-index: 9; + width: 1000px; + padding: 37px 55px 72px; + position: relative; + border: 1px solid #333333; + background: #dbc397; + -webkit-background-size: 100% 30px; + -moz-background-size: 100% 30px; + -ms-background-size: 100% 30px; + background-size: 100% 30px; + box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5); + border-radius: 4px 4px 4px 4px; + color: #282625; + margin: 0 auto; + margin-bottom: 60px; + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; + text-rendering: optimizeLegibility; + font-feature-settings: "kern"; + -webkit-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern=1"; +} + +/* line 57, ../../sass/logbook.scss */ +#infowindow { + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; +} + +/* line 61, ../../sass/logbook.scss */ +.form-container { + top: 50px; +} + +/* line 64, ../../sass/logbook.scss */ +h1, h2, h3 { + font-family: 'im_fell_double_pica_scregular', serif; +} + +/* line 67, ../../sass/logbook.scss */ +.logheader { + font-size: larger; + font-weight: bold; +} + +/* line 71, ../../sass/logbook.scss */ +.logentry { + padding-left: 25px; + padding-right: 25px; + border-bottom: 1px solid #282625; +} + +/* line 76, ../../sass/logbook.scss */ +.logentry2 { + padding-left: 100px; + padding-right: 100px; + border-bottom: 1px solid #282625; +} + +/* line 81, ../../sass/logbook.scss */ +ul { + list-style: square inside url("../images/hunt/bullet3.png"); +} + +/* line 84, ../../sass/logbook.scss */ +table.fancy { + padding: 0; + margin: 0; + width: 100%; + border-collapse: collapse; + border-style: double; + border-color: #282625; + border-left: 0; + border-right: 0; +} + +/* line 94, ../../sass/logbook.scss */ +table.fancy th, tr { + padding: 0; + margin: 0; +} + +/* line 98, ../../sass/logbook.scss */ +table.fancy td { + padding-left: 10px; + margin: 0; + border: 1px solid #282625; + border-right: 0; +} + +/* line 104, ../../sass/logbook.scss */ +.tdleft { + padding: 0; + width: 10%; + border-left: 0; +} + +/* line 109, ../../sass/logbook.scss */ +.caption { + font-style: italic; + border-top: 0px; + margin-top: 0px; + padding-top: 0px; +} + +/* line 116, ../../sass/logbook.scss */ +.puzzle-sans { + font-family: sans-serif; +} + +/* line 120, ../../sass/logbook.scss */ +.puzzle { + display: table; + width: 100%; +} + +/* line 125, ../../sass/logbook.scss */ +.puzzle-page-header { + margin-bottom: 20px; +} + +/* line 129, ../../sass/logbook.scss */ +.answer { + margin-bottom: 30px; +} + +/* line 133, ../../sass/logbook.scss */ +.puzzle li { + list-style-position: inside; + text-indent: -1.1em; +} + +/* line 138, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 145, ../../sass/logbook.scss */ +.clickbaitbannerbox { + width: 320px; + margin-right: 20px; + margin-left: auto; + margin-bottom: 20px; + margin-top: -30px; +} + +@media print { + /* line 154, ../../sass/logbook.scss */ + .clickbaitbannerbox { + margin-top: 50px; + } +} +/* line 159, ../../sass/logbook.scss */ +.clickbaitbanner { + background-color: white; + padding: 10px; +} + +/* line 163, ../../sass/logbook.scss */ +.attop { + position: absolute; + top: 0px; + left: 0px; +} + +/* line 169, ../../sass/logbook.scss */ +.byline { + font-family: 'Times New Roman', serif; + font-style: italic; +} + +/* line 173, ../../sass/logbook.scss */ +.clickbaitlink { + font-family: Helvetica, Arial, sans-serif; + font-size: 20px; +} + +/* line 177, ../../sass/logbook.scss */ +.clickbaitlink a { + text-decoration: none; +} + +/* line 181, ../../sass/logbook.scss */ +.puzzle p, .puzzle li { + line-height: 1.4em; +} + +/* line 185, ../../sass/logbook.scss */ +.solution-table td, .solution-table th { + padding-right: 15px; +} + +@media print { + /* line 190, ../../sass/logbook.scss */ + #puzzle-obj img { + display: none; + } + + /* line 194, ../../sass/logbook.scss */ + .no-page-break { + page-break-inside: avoid; + } + + /* line 197, ../../sass/logbook.scss */ + #paper { + width: 100%; + margin-bottom: 0px !important; + padding-bottom: 0px !important; + border: 0px !important; + } +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r088_MIT_Mystery_Hunt_2015_Graveyard_Meta/_solution_assets/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r088_MIT_Mystery_Hunt_2015_Graveyard_Meta/_solution_assets/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r088_MIT_Mystery_Hunt_2015_Graveyard_Meta/_solution_assets/logbook.css @@ -0,0 +1,244 @@ +@font-face { + font-family: 'im_fell_double_pica_scregular'; + src: url("../fonts/hunt/imfedpsc28p-webfont.eot"); + src: url("../fonts/hunt/imfedpsc28p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hunt/imfedpsc28p-webfont.woff2") format("woff2"), url("../fonts/hunt/imfedpsc28p-webfont.woff") format("woff"), url("../fonts/hunt/imfedpsc28p-webfont.ttf") format("truetype"), url("../fonts/hunt/imfedpsc28p-webfont.svg#im_fell_double_pica_scregular") format("svg"); + font-weight: normal; + font-style: normal; +} + +/* line 14, ../../sass/logbook.scss */ +body { + margin: 0px; + border: 0px; + padding: 0px; +} + +/* line 19, ../../sass/logbook.scss */ +.headerbutton { + padding: 0 12px 0 12px; + float: right; +} + +/* line 24, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 31, ../../sass/logbook.scss */ +#paper { + z-index: 9; + width: 1000px; + padding: 37px 55px 72px; + position: relative; + border: 1px solid #333333; + background: #dbc397; + -webkit-background-size: 100% 30px; + -moz-background-size: 100% 30px; + -ms-background-size: 100% 30px; + background-size: 100% 30px; + box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5); + border-radius: 4px 4px 4px 4px; + color: #282625; + margin: 0 auto; + margin-bottom: 60px; + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; + text-rendering: optimizeLegibility; + font-feature-settings: "kern"; + -webkit-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern=1"; +} + +/* line 57, ../../sass/logbook.scss */ +#infowindow { + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; +} + +/* line 61, ../../sass/logbook.scss */ +.form-container { + top: 50px; +} + +/* line 64, ../../sass/logbook.scss */ +h1, h2, h3 { + font-family: 'im_fell_double_pica_scregular', serif; +} + +/* line 67, ../../sass/logbook.scss */ +.logheader { + font-size: larger; + font-weight: bold; +} + +/* line 71, ../../sass/logbook.scss */ +.logentry { + padding-left: 25px; + padding-right: 25px; + border-bottom: 1px solid #282625; +} + +/* line 76, ../../sass/logbook.scss */ +.logentry2 { + padding-left: 100px; + padding-right: 100px; + border-bottom: 1px solid #282625; +} + +/* line 81, ../../sass/logbook.scss */ +ul { + list-style: square inside url("../images/hunt/bullet3.png"); +} + +/* line 84, ../../sass/logbook.scss */ +table.fancy { + padding: 0; + margin: 0; + width: 100%; + border-collapse: collapse; + border-style: double; + border-color: #282625; + border-left: 0; + border-right: 0; +} + +/* line 94, ../../sass/logbook.scss */ +table.fancy th, tr { + padding: 0; + margin: 0; +} + +/* line 98, ../../sass/logbook.scss */ +table.fancy td { + padding-left: 10px; + margin: 0; + border: 1px solid #282625; + border-right: 0; +} + +/* line 104, ../../sass/logbook.scss */ +.tdleft { + padding: 0; + width: 10%; + border-left: 0; +} + +/* line 109, ../../sass/logbook.scss */ +.caption { + font-style: italic; + border-top: 0px; + margin-top: 0px; + padding-top: 0px; +} + +/* line 116, ../../sass/logbook.scss */ +.puzzle-sans { + font-family: sans-serif; +} + +/* line 120, ../../sass/logbook.scss */ +.puzzle { + display: table; + width: 100%; +} + +/* line 125, ../../sass/logbook.scss */ +.puzzle-page-header { + margin-bottom: 20px; +} + +/* line 129, ../../sass/logbook.scss */ +.answer { + margin-bottom: 30px; +} + +/* line 133, ../../sass/logbook.scss */ +.puzzle li { + list-style-position: inside; + text-indent: -1.1em; +} + +/* line 138, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 145, ../../sass/logbook.scss */ +.clickbaitbannerbox { + width: 320px; + margin-right: 20px; + margin-left: auto; + margin-bottom: 20px; + margin-top: -30px; +} + +@media print { + /* line 154, ../../sass/logbook.scss */ + .clickbaitbannerbox { + margin-top: 50px; + } +} +/* line 159, ../../sass/logbook.scss */ +.clickbaitbanner { + background-color: white; + padding: 10px; +} + +/* line 163, ../../sass/logbook.scss */ +.attop { + position: absolute; + top: 0px; + left: 0px; +} + +/* line 169, ../../sass/logbook.scss */ +.byline { + font-family: 'Times New Roman', serif; + font-style: italic; +} + +/* line 173, ../../sass/logbook.scss */ +.clickbaitlink { + font-family: Helvetica, Arial, sans-serif; + font-size: 20px; +} + +/* line 177, ../../sass/logbook.scss */ +.clickbaitlink a { + text-decoration: none; +} + +/* line 181, ../../sass/logbook.scss */ +.puzzle p, .puzzle li { + line-height: 1.4em; +} + +/* line 185, ../../sass/logbook.scss */ +.solution-table td, .solution-table th { + padding-right: 15px; +} + +@media print { + /* line 190, ../../sass/logbook.scss */ + #puzzle-obj img { + display: none; + } + + /* line 194, ../../sass/logbook.scss */ + .no-page-break { + page-break-inside: avoid; + } + + /* line 197, ../../sass/logbook.scss */ + #paper { + width: 100%; + margin-bottom: 0px !important; + padding-bottom: 0px !important; + border: 0px !important; + } +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r08mm_MIT_Mystery_Hunt_2015_Ocean_Meta_Meta/_solution_assets/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r08mm_MIT_Mystery_Hunt_2015_Ocean_Meta_Meta/_solution_assets/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r08mm_MIT_Mystery_Hunt_2015_Ocean_Meta_Meta/_solution_assets/logbook.css @@ -0,0 +1,244 @@ +@font-face { + font-family: 'im_fell_double_pica_scregular'; + src: url("../fonts/hunt/imfedpsc28p-webfont.eot"); + src: url("../fonts/hunt/imfedpsc28p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hunt/imfedpsc28p-webfont.woff2") format("woff2"), url("../fonts/hunt/imfedpsc28p-webfont.woff") format("woff"), url("../fonts/hunt/imfedpsc28p-webfont.ttf") format("truetype"), url("../fonts/hunt/imfedpsc28p-webfont.svg#im_fell_double_pica_scregular") format("svg"); + font-weight: normal; + font-style: normal; +} + +/* line 14, ../../sass/logbook.scss */ +body { + margin: 0px; + border: 0px; + padding: 0px; +} + +/* line 19, ../../sass/logbook.scss */ +.headerbutton { + padding: 0 12px 0 12px; + float: right; +} + +/* line 24, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 31, ../../sass/logbook.scss */ +#paper { + z-index: 9; + width: 1000px; + padding: 37px 55px 72px; + position: relative; + border: 1px solid #333333; + background: #dbc397; + -webkit-background-size: 100% 30px; + -moz-background-size: 100% 30px; + -ms-background-size: 100% 30px; + background-size: 100% 30px; + box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5); + border-radius: 4px 4px 4px 4px; + color: #282625; + margin: 0 auto; + margin-bottom: 60px; + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; + text-rendering: optimizeLegibility; + font-feature-settings: "kern"; + -webkit-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern=1"; +} + +/* line 57, ../../sass/logbook.scss */ +#infowindow { + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; +} + +/* line 61, ../../sass/logbook.scss */ +.form-container { + top: 50px; +} + +/* line 64, ../../sass/logbook.scss */ +h1, h2, h3 { + font-family: 'im_fell_double_pica_scregular', serif; +} + +/* line 67, ../../sass/logbook.scss */ +.logheader { + font-size: larger; + font-weight: bold; +} + +/* line 71, ../../sass/logbook.scss */ +.logentry { + padding-left: 25px; + padding-right: 25px; + border-bottom: 1px solid #282625; +} + +/* line 76, ../../sass/logbook.scss */ +.logentry2 { + padding-left: 100px; + padding-right: 100px; + border-bottom: 1px solid #282625; +} + +/* line 81, ../../sass/logbook.scss */ +ul { + list-style: square inside url("../images/hunt/bullet3.png"); +} + +/* line 84, ../../sass/logbook.scss */ +table.fancy { + padding: 0; + margin: 0; + width: 100%; + border-collapse: collapse; + border-style: double; + border-color: #282625; + border-left: 0; + border-right: 0; +} + +/* line 94, ../../sass/logbook.scss */ +table.fancy th, tr { + padding: 0; + margin: 0; +} + +/* line 98, ../../sass/logbook.scss */ +table.fancy td { + padding-left: 10px; + margin: 0; + border: 1px solid #282625; + border-right: 0; +} + +/* line 104, ../../sass/logbook.scss */ +.tdleft { + padding: 0; + width: 10%; + border-left: 0; +} + +/* line 109, ../../sass/logbook.scss */ +.caption { + font-style: italic; + border-top: 0px; + margin-top: 0px; + padding-top: 0px; +} + +/* line 116, ../../sass/logbook.scss */ +.puzzle-sans { + font-family: sans-serif; +} + +/* line 120, ../../sass/logbook.scss */ +.puzzle { + display: table; + width: 100%; +} + +/* line 125, ../../sass/logbook.scss */ +.puzzle-page-header { + margin-bottom: 20px; +} + +/* line 129, ../../sass/logbook.scss */ +.answer { + margin-bottom: 30px; +} + +/* line 133, ../../sass/logbook.scss */ +.puzzle li { + list-style-position: inside; + text-indent: -1.1em; +} + +/* line 138, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 145, ../../sass/logbook.scss */ +.clickbaitbannerbox { + width: 320px; + margin-right: 20px; + margin-left: auto; + margin-bottom: 20px; + margin-top: -30px; +} + +@media print { + /* line 154, ../../sass/logbook.scss */ + .clickbaitbannerbox { + margin-top: 50px; + } +} +/* line 159, ../../sass/logbook.scss */ +.clickbaitbanner { + background-color: white; + padding: 10px; +} + +/* line 163, ../../sass/logbook.scss */ +.attop { + position: absolute; + top: 0px; + left: 0px; +} + +/* line 169, ../../sass/logbook.scss */ +.byline { + font-family: 'Times New Roman', serif; + font-style: italic; +} + +/* line 173, ../../sass/logbook.scss */ +.clickbaitlink { + font-family: Helvetica, Arial, sans-serif; + font-size: 20px; +} + +/* line 177, ../../sass/logbook.scss */ +.clickbaitlink a { + text-decoration: none; +} + +/* line 181, ../../sass/logbook.scss */ +.puzzle p, .puzzle li { + line-height: 1.4em; +} + +/* line 185, ../../sass/logbook.scss */ +.solution-table td, .solution-table th { + padding-right: 15px; +} + +@media print { + /* line 190, ../../sass/logbook.scss */ + #puzzle-obj img { + display: none; + } + + /* line 194, ../../sass/logbook.scss */ + .no-page-break { + page-break-inside: avoid; + } + + /* line 197, ../../sass/logbook.scss */ + #paper { + width: 100%; + margin-bottom: 0px !important; + padding-bottom: 0px !important; + border: 0px !important; + } +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r091_MIT_Mystery_Hunt_2015_Spongebob/_solution_assets/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r091_MIT_Mystery_Hunt_2015_Spongebob/_solution_assets/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r091_MIT_Mystery_Hunt_2015_Spongebob/_solution_assets/logbook.css @@ -0,0 +1,244 @@ +@font-face { + font-family: 'im_fell_double_pica_scregular'; + src: url("../fonts/hunt/imfedpsc28p-webfont.eot"); + src: url("../fonts/hunt/imfedpsc28p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hunt/imfedpsc28p-webfont.woff2") format("woff2"), url("../fonts/hunt/imfedpsc28p-webfont.woff") format("woff"), url("../fonts/hunt/imfedpsc28p-webfont.ttf") format("truetype"), url("../fonts/hunt/imfedpsc28p-webfont.svg#im_fell_double_pica_scregular") format("svg"); + font-weight: normal; + font-style: normal; +} + +/* line 14, ../../sass/logbook.scss */ +body { + margin: 0px; + border: 0px; + padding: 0px; +} + +/* line 19, ../../sass/logbook.scss */ +.headerbutton { + padding: 0 12px 0 12px; + float: right; +} + +/* line 24, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 31, ../../sass/logbook.scss */ +#paper { + z-index: 9; + width: 1000px; + padding: 37px 55px 72px; + position: relative; + border: 1px solid #333333; + background: #dbc397; + -webkit-background-size: 100% 30px; + -moz-background-size: 100% 30px; + -ms-background-size: 100% 30px; + background-size: 100% 30px; + box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5); + border-radius: 4px 4px 4px 4px; + color: #282625; + margin: 0 auto; + margin-bottom: 60px; + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; + text-rendering: optimizeLegibility; + font-feature-settings: "kern"; + -webkit-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern=1"; +} + +/* line 57, ../../sass/logbook.scss */ +#infowindow { + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; +} + +/* line 61, ../../sass/logbook.scss */ +.form-container { + top: 50px; +} + +/* line 64, ../../sass/logbook.scss */ +h1, h2, h3 { + font-family: 'im_fell_double_pica_scregular', serif; +} + +/* line 67, ../../sass/logbook.scss */ +.logheader { + font-size: larger; + font-weight: bold; +} + +/* line 71, ../../sass/logbook.scss */ +.logentry { + padding-left: 25px; + padding-right: 25px; + border-bottom: 1px solid #282625; +} + +/* line 76, ../../sass/logbook.scss */ +.logentry2 { + padding-left: 100px; + padding-right: 100px; + border-bottom: 1px solid #282625; +} + +/* line 81, ../../sass/logbook.scss */ +ul { + list-style: square inside url("../images/hunt/bullet3.png"); +} + +/* line 84, ../../sass/logbook.scss */ +table.fancy { + padding: 0; + margin: 0; + width: 100%; + border-collapse: collapse; + border-style: double; + border-color: #282625; + border-left: 0; + border-right: 0; +} + +/* line 94, ../../sass/logbook.scss */ +table.fancy th, tr { + padding: 0; + margin: 0; +} + +/* line 98, ../../sass/logbook.scss */ +table.fancy td { + padding-left: 10px; + margin: 0; + border: 1px solid #282625; + border-right: 0; +} + +/* line 104, ../../sass/logbook.scss */ +.tdleft { + padding: 0; + width: 10%; + border-left: 0; +} + +/* line 109, ../../sass/logbook.scss */ +.caption { + font-style: italic; + border-top: 0px; + margin-top: 0px; + padding-top: 0px; +} + +/* line 116, ../../sass/logbook.scss */ +.puzzle-sans { + font-family: sans-serif; +} + +/* line 120, ../../sass/logbook.scss */ +.puzzle { + display: table; + width: 100%; +} + +/* line 125, ../../sass/logbook.scss */ +.puzzle-page-header { + margin-bottom: 20px; +} + +/* line 129, ../../sass/logbook.scss */ +.answer { + margin-bottom: 30px; +} + +/* line 133, ../../sass/logbook.scss */ +.puzzle li { + list-style-position: inside; + text-indent: -1.1em; +} + +/* line 138, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 145, ../../sass/logbook.scss */ +.clickbaitbannerbox { + width: 320px; + margin-right: 20px; + margin-left: auto; + margin-bottom: 20px; + margin-top: -30px; +} + +@media print { + /* line 154, ../../sass/logbook.scss */ + .clickbaitbannerbox { + margin-top: 50px; + } +} +/* line 159, ../../sass/logbook.scss */ +.clickbaitbanner { + background-color: white; + padding: 10px; +} + +/* line 163, ../../sass/logbook.scss */ +.attop { + position: absolute; + top: 0px; + left: 0px; +} + +/* line 169, ../../sass/logbook.scss */ +.byline { + font-family: 'Times New Roman', serif; + font-style: italic; +} + +/* line 173, ../../sass/logbook.scss */ +.clickbaitlink { + font-family: Helvetica, Arial, sans-serif; + font-size: 20px; +} + +/* line 177, ../../sass/logbook.scss */ +.clickbaitlink a { + text-decoration: none; +} + +/* line 181, ../../sass/logbook.scss */ +.puzzle p, .puzzle li { + line-height: 1.4em; +} + +/* line 185, ../../sass/logbook.scss */ +.solution-table td, .solution-table th { + padding-right: 15px; +} + +@media print { + /* line 190, ../../sass/logbook.scss */ + #puzzle-obj img { + display: none; + } + + /* line 194, ../../sass/logbook.scss */ + .no-page-break { + page-break-inside: avoid; + } + + /* line 197, ../../sass/logbook.scss */ + #paper { + width: 100%; + margin-bottom: 0px !important; + padding-bottom: 0px !important; + border: 0px !important; + } +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r092_MIT_Mystery_Hunt_2015_Captain_Planet/_solution_assets/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r092_MIT_Mystery_Hunt_2015_Captain_Planet/_solution_assets/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r092_MIT_Mystery_Hunt_2015_Captain_Planet/_solution_assets/logbook.css @@ -0,0 +1,244 @@ +@font-face { + font-family: 'im_fell_double_pica_scregular'; + src: url("../fonts/hunt/imfedpsc28p-webfont.eot"); + src: url("../fonts/hunt/imfedpsc28p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hunt/imfedpsc28p-webfont.woff2") format("woff2"), url("../fonts/hunt/imfedpsc28p-webfont.woff") format("woff"), url("../fonts/hunt/imfedpsc28p-webfont.ttf") format("truetype"), url("../fonts/hunt/imfedpsc28p-webfont.svg#im_fell_double_pica_scregular") format("svg"); + font-weight: normal; + font-style: normal; +} + +/* line 14, ../../sass/logbook.scss */ +body { + margin: 0px; + border: 0px; + padding: 0px; +} + +/* line 19, ../../sass/logbook.scss */ +.headerbutton { + padding: 0 12px 0 12px; + float: right; +} + +/* line 24, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 31, ../../sass/logbook.scss */ +#paper { + z-index: 9; + width: 1000px; + padding: 37px 55px 72px; + position: relative; + border: 1px solid #333333; + background: #dbc397; + -webkit-background-size: 100% 30px; + -moz-background-size: 100% 30px; + -ms-background-size: 100% 30px; + background-size: 100% 30px; + box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5); + border-radius: 4px 4px 4px 4px; + color: #282625; + margin: 0 auto; + margin-bottom: 60px; + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; + text-rendering: optimizeLegibility; + font-feature-settings: "kern"; + -webkit-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern=1"; +} + +/* line 57, ../../sass/logbook.scss */ +#infowindow { + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; +} + +/* line 61, ../../sass/logbook.scss */ +.form-container { + top: 50px; +} + +/* line 64, ../../sass/logbook.scss */ +h1, h2, h3 { + font-family: 'im_fell_double_pica_scregular', serif; +} + +/* line 67, ../../sass/logbook.scss */ +.logheader { + font-size: larger; + font-weight: bold; +} + +/* line 71, ../../sass/logbook.scss */ +.logentry { + padding-left: 25px; + padding-right: 25px; + border-bottom: 1px solid #282625; +} + +/* line 76, ../../sass/logbook.scss */ +.logentry2 { + padding-left: 100px; + padding-right: 100px; + border-bottom: 1px solid #282625; +} + +/* line 81, ../../sass/logbook.scss */ +ul { + list-style: square inside url("../images/hunt/bullet3.png"); +} + +/* line 84, ../../sass/logbook.scss */ +table.fancy { + padding: 0; + margin: 0; + width: 100%; + border-collapse: collapse; + border-style: double; + border-color: #282625; + border-left: 0; + border-right: 0; +} + +/* line 94, ../../sass/logbook.scss */ +table.fancy th, tr { + padding: 0; + margin: 0; +} + +/* line 98, ../../sass/logbook.scss */ +table.fancy td { + padding-left: 10px; + margin: 0; + border: 1px solid #282625; + border-right: 0; +} + +/* line 104, ../../sass/logbook.scss */ +.tdleft { + padding: 0; + width: 10%; + border-left: 0; +} + +/* line 109, ../../sass/logbook.scss */ +.caption { + font-style: italic; + border-top: 0px; + margin-top: 0px; + padding-top: 0px; +} + +/* line 116, ../../sass/logbook.scss */ +.puzzle-sans { + font-family: sans-serif; +} + +/* line 120, ../../sass/logbook.scss */ +.puzzle { + display: table; + width: 100%; +} + +/* line 125, ../../sass/logbook.scss */ +.puzzle-page-header { + margin-bottom: 20px; +} + +/* line 129, ../../sass/logbook.scss */ +.answer { + margin-bottom: 30px; +} + +/* line 133, ../../sass/logbook.scss */ +.puzzle li { + list-style-position: inside; + text-indent: -1.1em; +} + +/* line 138, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 145, ../../sass/logbook.scss */ +.clickbaitbannerbox { + width: 320px; + margin-right: 20px; + margin-left: auto; + margin-bottom: 20px; + margin-top: -30px; +} + +@media print { + /* line 154, ../../sass/logbook.scss */ + .clickbaitbannerbox { + margin-top: 50px; + } +} +/* line 159, ../../sass/logbook.scss */ +.clickbaitbanner { + background-color: white; + padding: 10px; +} + +/* line 163, ../../sass/logbook.scss */ +.attop { + position: absolute; + top: 0px; + left: 0px; +} + +/* line 169, ../../sass/logbook.scss */ +.byline { + font-family: 'Times New Roman', serif; + font-style: italic; +} + +/* line 173, ../../sass/logbook.scss */ +.clickbaitlink { + font-family: Helvetica, Arial, sans-serif; + font-size: 20px; +} + +/* line 177, ../../sass/logbook.scss */ +.clickbaitlink a { + text-decoration: none; +} + +/* line 181, ../../sass/logbook.scss */ +.puzzle p, .puzzle li { + line-height: 1.4em; +} + +/* line 185, ../../sass/logbook.scss */ +.solution-table td, .solution-table th { + padding-right: 15px; +} + +@media print { + /* line 190, ../../sass/logbook.scss */ + #puzzle-obj img { + display: none; + } + + /* line 194, ../../sass/logbook.scss */ + .no-page-break { + page-break-inside: avoid; + } + + /* line 197, ../../sass/logbook.scss */ + #paper { + width: 100%; + margin-bottom: 0px !important; + padding-bottom: 0px !important; + border: 0px !important; + } +}