diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r011_MIT_Mystery_Hunt_2015_Imba/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r011_MIT_Mystery_Hunt_2015_Imba/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r011_MIT_Mystery_Hunt_2015_Imba/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/mit2015r012_MIT_Mystery_Hunt_2015_Beth/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r012_MIT_Mystery_Hunt_2015_Beth/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r012_MIT_Mystery_Hunt_2015_Beth/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/mit2015r013_MIT_Mystery_Hunt_2015_Erraticism/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r013_MIT_Mystery_Hunt_2015_Erraticism/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r013_MIT_Mystery_Hunt_2015_Erraticism/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/mit2015r014_MIT_Mystery_Hunt_2015_Back_on_the_Move/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r014_MIT_Mystery_Hunt_2015_Back_on_the_Move/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r014_MIT_Mystery_Hunt_2015_Back_on_the_Move/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/mit2015r015_MIT_Mystery_Hunt_2015_Loony_Playhouse_Actors/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r015_MIT_Mystery_Hunt_2015_Loony_Playhouse_Actors/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r015_MIT_Mystery_Hunt_2015_Loony_Playhouse_Actors/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/mit2015r016_MIT_Mystery_Hunt_2015_Nautilus_s_Duplicated_Quest/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r016_MIT_Mystery_Hunt_2015_Nautilus_s_Duplicated_Quest/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r016_MIT_Mystery_Hunt_2015_Nautilus_s_Duplicated_Quest/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/mit2015r017_MIT_Mystery_Hunt_2015_Takeout_Ordering/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r017_MIT_Mystery_Hunt_2015_Takeout_Ordering/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r017_MIT_Mystery_Hunt_2015_Takeout_Ordering/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/mit2015r018_MIT_Mystery_Hunt_2015_Nope/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r018_MIT_Mystery_Hunt_2015_Nope/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r018_MIT_Mystery_Hunt_2015_Nope/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/mit2015r019_MIT_Mystery_Hunt_2015_A_Rare_Teak/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r019_MIT_Mystery_Hunt_2015_A_Rare_Teak/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r019_MIT_Mystery_Hunt_2015_A_Rare_Teak/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/mit2015r01m_MIT_Mystery_Hunt_2015_Machine_Room_Meta/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r01m_MIT_Mystery_Hunt_2015_Machine_Room_Meta/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r01m_MIT_Mystery_Hunt_2015_Machine_Room_Meta/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/mit2015r021_MIT_Mystery_Hunt_2015_This_Puzzle_Has_No_Errata/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r021_MIT_Mystery_Hunt_2015_This_Puzzle_Has_No_Errata/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r021_MIT_Mystery_Hunt_2015_This_Puzzle_Has_No_Errata/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/mit2015r022_MIT_Mystery_Hunt_2015_Wait_What_Did_You_Say/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r022_MIT_Mystery_Hunt_2015_Wait_What_Did_You_Say/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r022_MIT_Mystery_Hunt_2015_Wait_What_Did_You_Say/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/mit2015r023_MIT_Mystery_Hunt_2015_Time_is_Out_of_Joint/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r023_MIT_Mystery_Hunt_2015_Time_is_Out_of_Joint/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r023_MIT_Mystery_Hunt_2015_Time_is_Out_of_Joint/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/mit2015r024_MIT_Mystery_Hunt_2015_Wizardly_Tales/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r024_MIT_Mystery_Hunt_2015_Wizardly_Tales/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r024_MIT_Mystery_Hunt_2015_Wizardly_Tales/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/mit2015r025_MIT_Mystery_Hunt_2015_Captain_Ager_s_Puzzling_Adventure/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r025_MIT_Mystery_Hunt_2015_Captain_Ager_s_Puzzling_Adventure/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r025_MIT_Mystery_Hunt_2015_Captain_Ager_s_Puzzling_Adventure/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/mit2015r026_MIT_Mystery_Hunt_2015_Montages/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r026_MIT_Mystery_Hunt_2015_Montages/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r026_MIT_Mystery_Hunt_2015_Montages/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/mit2015r027_MIT_Mystery_Hunt_2015_Nina/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r027_MIT_Mystery_Hunt_2015_Nina/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r027_MIT_Mystery_Hunt_2015_Nina/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/mit2015r02m_MIT_Mystery_Hunt_2015_Optics_Lab_Meta/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r02m_MIT_Mystery_Hunt_2015_Optics_Lab_Meta/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r02m_MIT_Mystery_Hunt_2015_Optics_Lab_Meta/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/mit2015r031_MIT_Mystery_Hunt_2015_Escape_from_the_Classroom/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r031_MIT_Mystery_Hunt_2015_Escape_from_the_Classroom/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r031_MIT_Mystery_Hunt_2015_Escape_from_the_Classroom/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/mit2015r032_MIT_Mystery_Hunt_2015_Mythological_Connections/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r032_MIT_Mystery_Hunt_2015_Mythological_Connections/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r032_MIT_Mystery_Hunt_2015_Mythological_Connections/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/mit2015r033_MIT_Mystery_Hunt_2015_The_Misspelled_Insects/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r033_MIT_Mystery_Hunt_2015_The_Misspelled_Insects/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r033_MIT_Mystery_Hunt_2015_The_Misspelled_Insects/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/mit2015r034_MIT_Mystery_Hunt_2015_People_and_Places/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r034_MIT_Mystery_Hunt_2015_People_and_Places/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/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/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r035_MIT_Mystery_Hunt_2015_Finsey_Gillhone/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/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/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r036_MIT_Mystery_Hunt_2015_Wordsearches_Are_a_Piece_of_Cake/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/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/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r037_MIT_Mystery_Hunt_2015_Speak_of_the_Devil_Fruit/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/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/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r038_MIT_Mystery_Hunt_2015_The_Accumulator/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/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/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r03m_MIT_Mystery_Hunt_2015_Chemistry_Lab_Meta/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/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/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r03mm_MIT_Mystery_Hunt_2015_Workshop_Meta_Meta/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/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/mit2015r03mmx_MIT_Mystery_Hunt_2015_Steam_Lab/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r03mmx_MIT_Mystery_Hunt_2015_Steam_Lab/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r03mmx_MIT_Mystery_Hunt_2015_Steam_Lab/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/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0401_MIT_Mystery_Hunt_2015_Denizen_of_the_Deep/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/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/mit2015r0402_MIT_Mystery_Hunt_2015_Eh/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0402_MIT_Mystery_Hunt_2015_Eh/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0402_MIT_Mystery_Hunt_2015_Eh/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/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0403_MIT_Mystery_Hunt_2015_Feeling_Bluefin/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/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/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0404_MIT_Mystery_Hunt_2015_Tournament/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0404_MIT_Mystery_Hunt_2015_Tournament/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/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0405_MIT_Mystery_Hunt_2015_The_Cat_s_Meow/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/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/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0406_MIT_Mystery_Hunt_2015_A_Short_Transmission/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/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/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0407_MIT_Mystery_Hunt_2015_Hash/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0407_MIT_Mystery_Hunt_2015_Hash/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/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0408_MIT_Mystery_Hunt_2015_Ready_Set_Go/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/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/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0409_MIT_Mystery_Hunt_2015_Frequency_Distribution_Tank/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/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/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0410_MIT_Mystery_Hunt_2015_Headshots/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0410_MIT_Mystery_Hunt_2015_Headshots/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/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0411_MIT_Mystery_Hunt_2015_Watch_Me_Blow_This/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/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/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0412_MIT_Mystery_Hunt_2015_Blocks/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0412_MIT_Mystery_Hunt_2015_Blocks/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/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0413_MIT_Mystery_Hunt_2015_The_Last_Airbender/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/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/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0414_MIT_Mystery_Hunt_2015_Rid_Fill/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/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/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0415_MIT_Mystery_Hunt_2015_Moves/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0415_MIT_Mystery_Hunt_2015_Moves/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/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0416_MIT_Mystery_Hunt_2015_Twelve_Grids_of_Pictures/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/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/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0417_MIT_Mystery_Hunt_2015_The_Acerbic_Sixteen/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/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/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0418_MIT_Mystery_Hunt_2015_This_Story_is_Canon/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/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/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0419_MIT_Mystery_Hunt_2015_p1ctures/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0419_MIT_Mystery_Hunt_2015_p1ctures/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/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0420_MIT_Mystery_Hunt_2015_Tickle_Me_Pink/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/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/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0421_MIT_Mystery_Hunt_2015_Memory_Lane/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/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/index.html b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0422_MIT_Mystery_Hunt_2015_Ride_Em_In/_solution_assets/index.html new file mode 100644 index 0000000000000000000000000000000000000000..4b58bebdf7c056e8e6cc7ecab6b2c8f8e054ca1d --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0422_MIT_Mystery_Hunt_2015_Ride_Em_In/_solution_assets/index.html @@ -0,0 +1,127 @@ + + + + + + + + + + + Solution to Ride 'Em In — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + + + +
+
+
+
Location: School of Fish
Depth: 188
+
+
+
+
+
+
+ +

Solution to Ride 'Em In

+

by Daniel Levine

+

Answer: TOUGHEN

+
+
+ +

Each rebus clues a winner of exactly two of the three legs of the Triple Crown of Thoroughbred Racing: The Kentucky Derby, Preakness Stakes, or Belmont Stakes.

+ + + + + + + + + +
1976 - BOLDFORBES KD, BS
2014 - CALIFORNIACHROME KD, PS
1999 - CHARISMATIC KD, PS
1967 - DAMASCUS PS, BS
1991 - HANSEL PS, BS
1953 - NATIVEDANCER PS, BS
1984 - SWALE KD, BS
+ +

We reorder the answers by the year in which the horse competed and take the name of the horse that won the leg of the Triple Crown that the answer horse failed to win:

+ +

+DARKSTAR
+PROUDCLARION
+ELOCUTIONIST
+GATEDANCER
+STRIKETHEGOLD
+LEMONDROPKID
+TONALIST +

+ +

Indexing into these names with the numbers next to the rebuses gives the answer, TOUGHEN + + +

+
+ + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0422_MIT_Mystery_Hunt_2015_Ride_Em_In/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0422_MIT_Mystery_Hunt_2015_Ride_Em_In/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/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.html b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0422_MIT_Mystery_Hunt_2015_Ride_Em_In/solution.html new file mode 100644 index 0000000000000000000000000000000000000000..4b58bebdf7c056e8e6cc7ecab6b2c8f8e054ca1d --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0422_MIT_Mystery_Hunt_2015_Ride_Em_In/solution.html @@ -0,0 +1,127 @@ + + + + + + + + + + + Solution to Ride 'Em In — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + + + +
+
+
+
Location: School of Fish
Depth: 188
+
+
+
+
+
+
+ +

Solution to Ride 'Em In

+

by Daniel Levine

+

Answer: TOUGHEN

+
+
+ +

Each rebus clues a winner of exactly two of the three legs of the Triple Crown of Thoroughbred Racing: The Kentucky Derby, Preakness Stakes, or Belmont Stakes.

+ + + + + + + + + +
1976 - BOLDFORBES KD, BS
2014 - CALIFORNIACHROME KD, PS
1999 - CHARISMATIC KD, PS
1967 - DAMASCUS PS, BS
1991 - HANSEL PS, BS
1953 - NATIVEDANCER PS, BS
1984 - SWALE KD, BS
+ +

We reorder the answers by the year in which the horse competed and take the name of the horse that won the leg of the Triple Crown that the answer horse failed to win:

+ +

+DARKSTAR
+PROUDCLARION
+ELOCUTIONIST
+GATEDANCER
+STRIKETHEGOLD
+LEMONDROPKID
+TONALIST +

+ +

Indexing into these names with the numbers next to the rebuses gives the answer, TOUGHEN + + +

+
+ + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0423_MIT_Mystery_Hunt_2015_The_Hidden_City/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0423_MIT_Mystery_Hunt_2015_The_Hidden_City/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/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/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0424_MIT_Mystery_Hunt_2015_Trivia_Round/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/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/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0425_MIT_Mystery_Hunt_2015_Go_At_It/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/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/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0426_MIT_Mystery_Hunt_2015_Goldfish_Memory/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/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/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0427_MIT_Mystery_Hunt_2015_Bubbles/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0427_MIT_Mystery_Hunt_2015_Bubbles/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/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0428_MIT_Mystery_Hunt_2015_Bookshelves/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0428_MIT_Mystery_Hunt_2015_Bookshelves/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/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0429_MIT_Mystery_Hunt_2015_Three_s_the_Charm/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/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/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0430_MIT_Mystery_Hunt_2015_Starfish/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0430_MIT_Mystery_Hunt_2015_Starfish/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/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0431_MIT_Mystery_Hunt_2015_Toasting_the_Bagel/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/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/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0432_MIT_Mystery_Hunt_2015_Rectangles/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0432_MIT_Mystery_Hunt_2015_Rectangles/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/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0433_MIT_Mystery_Hunt_2015_FJF_S/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/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/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0434_MIT_Mystery_Hunt_2015_Fencing/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0434_MIT_Mystery_Hunt_2015_Fencing/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/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0435_MIT_Mystery_Hunt_2015_Striptease/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0435_MIT_Mystery_Hunt_2015_Striptease/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/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0436_MIT_Mystery_Hunt_2015_Siamese_Quintuplets/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/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/index.html b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0437_MIT_Mystery_Hunt_2015_Not_All_There/_solution_assets/index.html new file mode 100644 index 0000000000000000000000000000000000000000..37490e64e5ba7f61e7b656f245dabdd66a2a72bf --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0437_MIT_Mystery_Hunt_2015_Not_All_There/_solution_assets/index.html @@ -0,0 +1,121 @@ + + + + + + + + + + + Solution to Not All There — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + + + +
+
+
+
Location: School of Fish
Depth: 284
+
+
+
+
+
+
+ +

Solution to Not All There

+

by Iolanthe Chronis, Miranda Gavrin, and Brad Stronger

+

Answer: CLEANED

+
+
+ +

Each column of images goes with a well-known phrase which includes a number. Take the difference between the number given and the number in the common phrase, and index into the alphabet to read off the answer CLEANED.

+ + + + + + + + + + + + +
Given imagesCommon phraseDifferenceLetter
3 flags6 flags3C
38 shades of grey50 shades of grey12L
2 dwarves7 dwarves5E
9 things I hate about you10 things I hate about you1A
7 guns21 guns14N
5 little Indians10 little Indians5E
8 angry men12 angry men4D
+ + +
+
+ + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0437_MIT_Mystery_Hunt_2015_Not_All_There/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0437_MIT_Mystery_Hunt_2015_Not_All_There/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/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/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0438_MIT_Mystery_Hunt_2015_No_Pluto/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/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/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0439_MIT_Mystery_Hunt_2015_The_Resistance/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/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/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0440_MIT_Mystery_Hunt_2015_Go_Fish/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/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/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0441_MIT_Mystery_Hunt_2015_Fill_in_the_Blanks/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/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/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0442_MIT_Mystery_Hunt_2015_A_Toast/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/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/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0443_MIT_Mystery_Hunt_2015_Be_a_Star/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/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/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0444_MIT_Mystery_Hunt_2015_I_Know_That_s_a_Pisser_Baby/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/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/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0445_MIT_Mystery_Hunt_2015_Word_Fork/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/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/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0446_MIT_Mystery_Hunt_2015_A_Poem_by_Shell_Silverstein/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/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/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0448_MIT_Mystery_Hunt_2015_Spittle_Loon/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/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/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0449_MIT_Mystery_Hunt_2015_Flat_Containers/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/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/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0450_MIT_Mystery_Hunt_2015_The____er_of_Men/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/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/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0451_MIT_Mystery_Hunt_2015_The_Wheels_Go_Round_and_Round/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/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/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0452_MIT_Mystery_Hunt_2015_Munchies/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0452_MIT_Mystery_Hunt_2015_Munchies/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/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0453_MIT_Mystery_Hunt_2015_Back_and_Forth/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/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/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0454_MIT_Mystery_Hunt_2015_Encephalon/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0454_MIT_Mystery_Hunt_2015_Encephalon/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/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0455_MIT_Mystery_Hunt_2015_Funny_Shapes/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/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/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r0456_MIT_Mystery_Hunt_2015_Les_Faux_Amis_Valent_Rien/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/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/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r04m_MIT_Mystery_Hunt_2015_School_of_Fish_Meta/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/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/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r051_MIT_Mystery_Hunt_2015_Per-verse_Poetry/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/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/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r052_MIT_Mystery_Hunt_2015_Representative_Characters/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/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/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r053_MIT_Mystery_Hunt_2015_Constraint_Chef/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/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/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r054_MIT_Mystery_Hunt_2015_Something_Looks_Fishy/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/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/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r055_MIT_Mystery_Hunt_2015_Field_Trip/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/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/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r056_MIT_Mystery_Hunt_2015_MiT_MYSTERY_HUNT/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/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/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r057_MIT_Mystery_Hunt_2015_Choose_Your_Language/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/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/2016/mit2016r08m_MIT_Mystery_Hunt_2016_Pam_Ewing_Meta/_solution_assets/asset_index.html b/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r08m_MIT_Mystery_Hunt_2016_Pam_Ewing_Meta/_solution_assets/asset_index.html new file mode 100644 index 0000000000000000000000000000000000000000..357845460e557ef8fce05c5edb2abd683656b2ca --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r08m_MIT_Mystery_Hunt_2016_Pam_Ewing_Meta/_solution_assets/asset_index.html @@ -0,0 +1,164 @@ + + + + + + + + + + + Pam Ewing — MIT Mystery Hunt 2016 + + + + + + + + + + + + + + + + + + + +
+
+ + + + +
+
+
+ + + +

Solution - Pam Ewing

+

by Nathan Fung, Mike Sylvia, Mark Halpin, and Craig Kasper

+

Answer: Click here to reveal

+
+
+

+ In this Dallas themed round, each answer starts with a + consecutive letter between J and R, giving a sort order. Each + answer alludes to word or phrase that contains the substring + "J?R". The letter between the J and R is the letter to + extract: +

+

+

    +
  • KARIN INGEL-ANKER → Maj-Britt Nilsson
  • +
  • LIZ LEMON GREEK FROZEN YOGURT → Ben and Jerry's
  • +
  • MADEWELL → J. Crew
  • +
  • NAZGUL → J.R.R. Tolkien
  • +
  • OUT FOR THE SEASON → injured
  • +
  • PURITY IN DEATH → J.D. Robb
  • +
  • QUICK REACTION → kneejerk
  • +
+

+

+ Taking each character occuring between the J and R spells the + answer BE CRUDE. +

+
+
+
+ + + + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r08m_MIT_Mystery_Hunt_2016_Pam_Ewing_Meta/_solution_assets/solution b/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r08m_MIT_Mystery_Hunt_2016_Pam_Ewing_Meta/_solution_assets/solution new file mode 100644 index 0000000000000000000000000000000000000000..357845460e557ef8fce05c5edb2abd683656b2ca --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r08m_MIT_Mystery_Hunt_2016_Pam_Ewing_Meta/_solution_assets/solution @@ -0,0 +1,164 @@ + + + + + + + + + + + Pam Ewing — MIT Mystery Hunt 2016 + + + + + + + + + + + + + + + + + + + +
+
+ + + + +
+
+
+ + + +

Solution - Pam Ewing

+

by Nathan Fung, Mike Sylvia, Mark Halpin, and Craig Kasper

+

Answer: Click here to reveal

+
+
+

+ In this Dallas themed round, each answer starts with a + consecutive letter between J and R, giving a sort order. Each + answer alludes to word or phrase that contains the substring + "J?R". The letter between the J and R is the letter to + extract: +

+

+

    +
  • KARIN INGEL-ANKER → Maj-Britt Nilsson
  • +
  • LIZ LEMON GREEK FROZEN YOGURT → Ben and Jerry's
  • +
  • MADEWELL → J. Crew
  • +
  • NAZGUL → J.R.R. Tolkien
  • +
  • OUT FOR THE SEASON → injured
  • +
  • PURITY IN DEATH → J.D. Robb
  • +
  • QUICK REACTION → kneejerk
  • +
+

+

+ Taking each character occuring between the J and R spells the + answer BE CRUDE. +

+
+
+
+ + + + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r08m_MIT_Mystery_Hunt_2016_Pam_Ewing_Meta/solution b/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r08m_MIT_Mystery_Hunt_2016_Pam_Ewing_Meta/solution new file mode 100644 index 0000000000000000000000000000000000000000..357845460e557ef8fce05c5edb2abd683656b2ca --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r08m_MIT_Mystery_Hunt_2016_Pam_Ewing_Meta/solution @@ -0,0 +1,164 @@ + + + + + + + + + + + Pam Ewing — MIT Mystery Hunt 2016 + + + + + + + + + + + + + + + + + + + +
+
+ + + + +
+
+
+ + + +

Solution - Pam Ewing

+

by Nathan Fung, Mike Sylvia, Mark Halpin, and Craig Kasper

+

Answer: Click here to reveal

+
+
+

+ In this Dallas themed round, each answer starts with a + consecutive letter between J and R, giving a sort order. Each + answer alludes to word or phrase that contains the substring + "J?R". The letter between the J and R is the letter to + extract: +

+

+

    +
  • KARIN INGEL-ANKER → Maj-Britt Nilsson
  • +
  • LIZ LEMON GREEK FROZEN YOGURT → Ben and Jerry's
  • +
  • MADEWELL → J. Crew
  • +
  • NAZGUL → J.R.R. Tolkien
  • +
  • OUT FOR THE SEASON → injured
  • +
  • PURITY IN DEATH → J.D. Robb
  • +
  • QUICK REACTION → kneejerk
  • +
+

+

+ Taking each character occuring between the J and R spells the + answer BE CRUDE. +

+
+
+
+ + + + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r102_MIT_Mystery_Hunt_2016_Believe/asset_index.html b/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r102_MIT_Mystery_Hunt_2016_Believe/asset_index.html new file mode 100644 index 0000000000000000000000000000000000000000..292674fb927ff63513d1919e8feb235f3467c01d --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r102_MIT_Mystery_Hunt_2016_Believe/asset_index.html @@ -0,0 +1,182 @@ + + + + + + + + + + + Believe — Sleeping Gypsy — MIT Mystery Hunt 2016 + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + +
+
+
+ + + +

Believe

+ +
+
+ + + + + + + + + +
+
+ Score: +
+
+
+
+ +
+
+
+
+
+ + + +
+
+
+
+
+
+
+ + + + + + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r102_MIT_Mystery_Hunt_2016_Believe/believe b/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r102_MIT_Mystery_Hunt_2016_Believe/believe new file mode 100644 index 0000000000000000000000000000000000000000..292674fb927ff63513d1919e8feb235f3467c01d --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2016/mit2016r102_MIT_Mystery_Hunt_2016_Believe/believe @@ -0,0 +1,182 @@ + + + + + + + + + + + Believe — Sleeping Gypsy — MIT Mystery Hunt 2016 + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + +
+
+
+ + + +

Believe

+ +
+
+ + + + + + + + + +
+
+ Score: +
+
+
+
+ +
+
+
+
+
+ + + +
+
+
+
+
+
+
+ + + + + + + + + + + + + +