diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r058_MIT_Mystery_Hunt_2015_It_s_Play_Time/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r058_MIT_Mystery_Hunt_2015_It_s_Play_Time/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r058_MIT_Mystery_Hunt_2015_It_s_Play_Time/logbook.css @@ -0,0 +1,244 @@ +@font-face { + font-family: 'im_fell_double_pica_scregular'; + src: url("../fonts/hunt/imfedpsc28p-webfont.eot"); + src: url("../fonts/hunt/imfedpsc28p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hunt/imfedpsc28p-webfont.woff2") format("woff2"), url("../fonts/hunt/imfedpsc28p-webfont.woff") format("woff"), url("../fonts/hunt/imfedpsc28p-webfont.ttf") format("truetype"), url("../fonts/hunt/imfedpsc28p-webfont.svg#im_fell_double_pica_scregular") format("svg"); + font-weight: normal; + font-style: normal; +} + +/* line 14, ../../sass/logbook.scss */ +body { + margin: 0px; + border: 0px; + padding: 0px; +} + +/* line 19, ../../sass/logbook.scss */ +.headerbutton { + padding: 0 12px 0 12px; + float: right; +} + +/* line 24, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 31, ../../sass/logbook.scss */ +#paper { + z-index: 9; + width: 1000px; + padding: 37px 55px 72px; + position: relative; + border: 1px solid #333333; + background: #dbc397; + -webkit-background-size: 100% 30px; + -moz-background-size: 100% 30px; + -ms-background-size: 100% 30px; + background-size: 100% 30px; + box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5); + border-radius: 4px 4px 4px 4px; + color: #282625; + margin: 0 auto; + margin-bottom: 60px; + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; + text-rendering: optimizeLegibility; + font-feature-settings: "kern"; + -webkit-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern=1"; +} + +/* line 57, ../../sass/logbook.scss */ +#infowindow { + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; +} + +/* line 61, ../../sass/logbook.scss */ +.form-container { + top: 50px; +} + +/* line 64, ../../sass/logbook.scss */ +h1, h2, h3 { + font-family: 'im_fell_double_pica_scregular', serif; +} + +/* line 67, ../../sass/logbook.scss */ +.logheader { + font-size: larger; + font-weight: bold; +} + +/* line 71, ../../sass/logbook.scss */ +.logentry { + padding-left: 25px; + padding-right: 25px; + border-bottom: 1px solid #282625; +} + +/* line 76, ../../sass/logbook.scss */ +.logentry2 { + padding-left: 100px; + padding-right: 100px; + border-bottom: 1px solid #282625; +} + +/* line 81, ../../sass/logbook.scss */ +ul { + list-style: square inside url("../images/hunt/bullet3.png"); +} + +/* line 84, ../../sass/logbook.scss */ +table.fancy { + padding: 0; + margin: 0; + width: 100%; + border-collapse: collapse; + border-style: double; + border-color: #282625; + border-left: 0; + border-right: 0; +} + +/* line 94, ../../sass/logbook.scss */ +table.fancy th, tr { + padding: 0; + margin: 0; +} + +/* line 98, ../../sass/logbook.scss */ +table.fancy td { + padding-left: 10px; + margin: 0; + border: 1px solid #282625; + border-right: 0; +} + +/* line 104, ../../sass/logbook.scss */ +.tdleft { + padding: 0; + width: 10%; + border-left: 0; +} + +/* line 109, ../../sass/logbook.scss */ +.caption { + font-style: italic; + border-top: 0px; + margin-top: 0px; + padding-top: 0px; +} + +/* line 116, ../../sass/logbook.scss */ +.puzzle-sans { + font-family: sans-serif; +} + +/* line 120, ../../sass/logbook.scss */ +.puzzle { + display: table; + width: 100%; +} + +/* line 125, ../../sass/logbook.scss */ +.puzzle-page-header { + margin-bottom: 20px; +} + +/* line 129, ../../sass/logbook.scss */ +.answer { + margin-bottom: 30px; +} + +/* line 133, ../../sass/logbook.scss */ +.puzzle li { + list-style-position: inside; + text-indent: -1.1em; +} + +/* line 138, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 145, ../../sass/logbook.scss */ +.clickbaitbannerbox { + width: 320px; + margin-right: 20px; + margin-left: auto; + margin-bottom: 20px; + margin-top: -30px; +} + +@media print { + /* line 154, ../../sass/logbook.scss */ + .clickbaitbannerbox { + margin-top: 50px; + } +} +/* line 159, ../../sass/logbook.scss */ +.clickbaitbanner { + background-color: white; + padding: 10px; +} + +/* line 163, ../../sass/logbook.scss */ +.attop { + position: absolute; + top: 0px; + left: 0px; +} + +/* line 169, ../../sass/logbook.scss */ +.byline { + font-family: 'Times New Roman', serif; + font-style: italic; +} + +/* line 173, ../../sass/logbook.scss */ +.clickbaitlink { + font-family: Helvetica, Arial, sans-serif; + font-size: 20px; +} + +/* line 177, ../../sass/logbook.scss */ +.clickbaitlink a { + text-decoration: none; +} + +/* line 181, ../../sass/logbook.scss */ +.puzzle p, .puzzle li { + line-height: 1.4em; +} + +/* line 185, ../../sass/logbook.scss */ +.solution-table td, .solution-table th { + padding-right: 15px; +} + +@media print { + /* line 190, ../../sass/logbook.scss */ + #puzzle-obj img { + display: none; + } + + /* line 194, ../../sass/logbook.scss */ + .no-page-break { + page-break-inside: avoid; + } + + /* line 197, ../../sass/logbook.scss */ + #paper { + width: 100%; + margin-bottom: 0px !important; + padding-bottom: 0px !important; + border: 0px !important; + } +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r059_MIT_Mystery_Hunt_2015_Dr._Nautilus_s_Secret_Notes/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r059_MIT_Mystery_Hunt_2015_Dr._Nautilus_s_Secret_Notes/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r059_MIT_Mystery_Hunt_2015_Dr._Nautilus_s_Secret_Notes/logbook.css @@ -0,0 +1,244 @@ +@font-face { + font-family: 'im_fell_double_pica_scregular'; + src: url("../fonts/hunt/imfedpsc28p-webfont.eot"); + src: url("../fonts/hunt/imfedpsc28p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hunt/imfedpsc28p-webfont.woff2") format("woff2"), url("../fonts/hunt/imfedpsc28p-webfont.woff") format("woff"), url("../fonts/hunt/imfedpsc28p-webfont.ttf") format("truetype"), url("../fonts/hunt/imfedpsc28p-webfont.svg#im_fell_double_pica_scregular") format("svg"); + font-weight: normal; + font-style: normal; +} + +/* line 14, ../../sass/logbook.scss */ +body { + margin: 0px; + border: 0px; + padding: 0px; +} + +/* line 19, ../../sass/logbook.scss */ +.headerbutton { + padding: 0 12px 0 12px; + float: right; +} + +/* line 24, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 31, ../../sass/logbook.scss */ +#paper { + z-index: 9; + width: 1000px; + padding: 37px 55px 72px; + position: relative; + border: 1px solid #333333; + background: #dbc397; + -webkit-background-size: 100% 30px; + -moz-background-size: 100% 30px; + -ms-background-size: 100% 30px; + background-size: 100% 30px; + box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5); + border-radius: 4px 4px 4px 4px; + color: #282625; + margin: 0 auto; + margin-bottom: 60px; + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; + text-rendering: optimizeLegibility; + font-feature-settings: "kern"; + -webkit-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern=1"; +} + +/* line 57, ../../sass/logbook.scss */ +#infowindow { + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; +} + +/* line 61, ../../sass/logbook.scss */ +.form-container { + top: 50px; +} + +/* line 64, ../../sass/logbook.scss */ +h1, h2, h3 { + font-family: 'im_fell_double_pica_scregular', serif; +} + +/* line 67, ../../sass/logbook.scss */ +.logheader { + font-size: larger; + font-weight: bold; +} + +/* line 71, ../../sass/logbook.scss */ +.logentry { + padding-left: 25px; + padding-right: 25px; + border-bottom: 1px solid #282625; +} + +/* line 76, ../../sass/logbook.scss */ +.logentry2 { + padding-left: 100px; + padding-right: 100px; + border-bottom: 1px solid #282625; +} + +/* line 81, ../../sass/logbook.scss */ +ul { + list-style: square inside url("../images/hunt/bullet3.png"); +} + +/* line 84, ../../sass/logbook.scss */ +table.fancy { + padding: 0; + margin: 0; + width: 100%; + border-collapse: collapse; + border-style: double; + border-color: #282625; + border-left: 0; + border-right: 0; +} + +/* line 94, ../../sass/logbook.scss */ +table.fancy th, tr { + padding: 0; + margin: 0; +} + +/* line 98, ../../sass/logbook.scss */ +table.fancy td { + padding-left: 10px; + margin: 0; + border: 1px solid #282625; + border-right: 0; +} + +/* line 104, ../../sass/logbook.scss */ +.tdleft { + padding: 0; + width: 10%; + border-left: 0; +} + +/* line 109, ../../sass/logbook.scss */ +.caption { + font-style: italic; + border-top: 0px; + margin-top: 0px; + padding-top: 0px; +} + +/* line 116, ../../sass/logbook.scss */ +.puzzle-sans { + font-family: sans-serif; +} + +/* line 120, ../../sass/logbook.scss */ +.puzzle { + display: table; + width: 100%; +} + +/* line 125, ../../sass/logbook.scss */ +.puzzle-page-header { + margin-bottom: 20px; +} + +/* line 129, ../../sass/logbook.scss */ +.answer { + margin-bottom: 30px; +} + +/* line 133, ../../sass/logbook.scss */ +.puzzle li { + list-style-position: inside; + text-indent: -1.1em; +} + +/* line 138, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 145, ../../sass/logbook.scss */ +.clickbaitbannerbox { + width: 320px; + margin-right: 20px; + margin-left: auto; + margin-bottom: 20px; + margin-top: -30px; +} + +@media print { + /* line 154, ../../sass/logbook.scss */ + .clickbaitbannerbox { + margin-top: 50px; + } +} +/* line 159, ../../sass/logbook.scss */ +.clickbaitbanner { + background-color: white; + padding: 10px; +} + +/* line 163, ../../sass/logbook.scss */ +.attop { + position: absolute; + top: 0px; + left: 0px; +} + +/* line 169, ../../sass/logbook.scss */ +.byline { + font-family: 'Times New Roman', serif; + font-style: italic; +} + +/* line 173, ../../sass/logbook.scss */ +.clickbaitlink { + font-family: Helvetica, Arial, sans-serif; + font-size: 20px; +} + +/* line 177, ../../sass/logbook.scss */ +.clickbaitlink a { + text-decoration: none; +} + +/* line 181, ../../sass/logbook.scss */ +.puzzle p, .puzzle li { + line-height: 1.4em; +} + +/* line 185, ../../sass/logbook.scss */ +.solution-table td, .solution-table th { + padding-right: 15px; +} + +@media print { + /* line 190, ../../sass/logbook.scss */ + #puzzle-obj img { + display: none; + } + + /* line 194, ../../sass/logbook.scss */ + .no-page-break { + page-break-inside: avoid; + } + + /* line 197, ../../sass/logbook.scss */ + #paper { + width: 100%; + margin-bottom: 0px !important; + padding-bottom: 0px !important; + border: 0px !important; + } +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r05m_MIT_Mystery_Hunt_2015_Pod_of_Dolphins_Meta/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r05m_MIT_Mystery_Hunt_2015_Pod_of_Dolphins_Meta/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r05m_MIT_Mystery_Hunt_2015_Pod_of_Dolphins_Meta/logbook.css @@ -0,0 +1,244 @@ +@font-face { + font-family: 'im_fell_double_pica_scregular'; + src: url("../fonts/hunt/imfedpsc28p-webfont.eot"); + src: url("../fonts/hunt/imfedpsc28p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hunt/imfedpsc28p-webfont.woff2") format("woff2"), url("../fonts/hunt/imfedpsc28p-webfont.woff") format("woff"), url("../fonts/hunt/imfedpsc28p-webfont.ttf") format("truetype"), url("../fonts/hunt/imfedpsc28p-webfont.svg#im_fell_double_pica_scregular") format("svg"); + font-weight: normal; + font-style: normal; +} + +/* line 14, ../../sass/logbook.scss */ +body { + margin: 0px; + border: 0px; + padding: 0px; +} + +/* line 19, ../../sass/logbook.scss */ +.headerbutton { + padding: 0 12px 0 12px; + float: right; +} + +/* line 24, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 31, ../../sass/logbook.scss */ +#paper { + z-index: 9; + width: 1000px; + padding: 37px 55px 72px; + position: relative; + border: 1px solid #333333; + background: #dbc397; + -webkit-background-size: 100% 30px; + -moz-background-size: 100% 30px; + -ms-background-size: 100% 30px; + background-size: 100% 30px; + box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5); + border-radius: 4px 4px 4px 4px; + color: #282625; + margin: 0 auto; + margin-bottom: 60px; + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; + text-rendering: optimizeLegibility; + font-feature-settings: "kern"; + -webkit-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern=1"; +} + +/* line 57, ../../sass/logbook.scss */ +#infowindow { + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; +} + +/* line 61, ../../sass/logbook.scss */ +.form-container { + top: 50px; +} + +/* line 64, ../../sass/logbook.scss */ +h1, h2, h3 { + font-family: 'im_fell_double_pica_scregular', serif; +} + +/* line 67, ../../sass/logbook.scss */ +.logheader { + font-size: larger; + font-weight: bold; +} + +/* line 71, ../../sass/logbook.scss */ +.logentry { + padding-left: 25px; + padding-right: 25px; + border-bottom: 1px solid #282625; +} + +/* line 76, ../../sass/logbook.scss */ +.logentry2 { + padding-left: 100px; + padding-right: 100px; + border-bottom: 1px solid #282625; +} + +/* line 81, ../../sass/logbook.scss */ +ul { + list-style: square inside url("../images/hunt/bullet3.png"); +} + +/* line 84, ../../sass/logbook.scss */ +table.fancy { + padding: 0; + margin: 0; + width: 100%; + border-collapse: collapse; + border-style: double; + border-color: #282625; + border-left: 0; + border-right: 0; +} + +/* line 94, ../../sass/logbook.scss */ +table.fancy th, tr { + padding: 0; + margin: 0; +} + +/* line 98, ../../sass/logbook.scss */ +table.fancy td { + padding-left: 10px; + margin: 0; + border: 1px solid #282625; + border-right: 0; +} + +/* line 104, ../../sass/logbook.scss */ +.tdleft { + padding: 0; + width: 10%; + border-left: 0; +} + +/* line 109, ../../sass/logbook.scss */ +.caption { + font-style: italic; + border-top: 0px; + margin-top: 0px; + padding-top: 0px; +} + +/* line 116, ../../sass/logbook.scss */ +.puzzle-sans { + font-family: sans-serif; +} + +/* line 120, ../../sass/logbook.scss */ +.puzzle { + display: table; + width: 100%; +} + +/* line 125, ../../sass/logbook.scss */ +.puzzle-page-header { + margin-bottom: 20px; +} + +/* line 129, ../../sass/logbook.scss */ +.answer { + margin-bottom: 30px; +} + +/* line 133, ../../sass/logbook.scss */ +.puzzle li { + list-style-position: inside; + text-indent: -1.1em; +} + +/* line 138, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 145, ../../sass/logbook.scss */ +.clickbaitbannerbox { + width: 320px; + margin-right: 20px; + margin-left: auto; + margin-bottom: 20px; + margin-top: -30px; +} + +@media print { + /* line 154, ../../sass/logbook.scss */ + .clickbaitbannerbox { + margin-top: 50px; + } +} +/* line 159, ../../sass/logbook.scss */ +.clickbaitbanner { + background-color: white; + padding: 10px; +} + +/* line 163, ../../sass/logbook.scss */ +.attop { + position: absolute; + top: 0px; + left: 0px; +} + +/* line 169, ../../sass/logbook.scss */ +.byline { + font-family: 'Times New Roman', serif; + font-style: italic; +} + +/* line 173, ../../sass/logbook.scss */ +.clickbaitlink { + font-family: Helvetica, Arial, sans-serif; + font-size: 20px; +} + +/* line 177, ../../sass/logbook.scss */ +.clickbaitlink a { + text-decoration: none; +} + +/* line 181, ../../sass/logbook.scss */ +.puzzle p, .puzzle li { + line-height: 1.4em; +} + +/* line 185, ../../sass/logbook.scss */ +.solution-table td, .solution-table th { + padding-right: 15px; +} + +@media print { + /* line 190, ../../sass/logbook.scss */ + #puzzle-obj img { + display: none; + } + + /* line 194, ../../sass/logbook.scss */ + .no-page-break { + page-break-inside: avoid; + } + + /* line 197, ../../sass/logbook.scss */ + #paper { + width: 100%; + margin-bottom: 0px !important; + padding-bottom: 0px !important; + border: 0px !important; + } +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r061_MIT_Mystery_Hunt_2015_Hashi_It_Out/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r061_MIT_Mystery_Hunt_2015_Hashi_It_Out/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r061_MIT_Mystery_Hunt_2015_Hashi_It_Out/logbook.css @@ -0,0 +1,244 @@ +@font-face { + font-family: 'im_fell_double_pica_scregular'; + src: url("../fonts/hunt/imfedpsc28p-webfont.eot"); + src: url("../fonts/hunt/imfedpsc28p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hunt/imfedpsc28p-webfont.woff2") format("woff2"), url("../fonts/hunt/imfedpsc28p-webfont.woff") format("woff"), url("../fonts/hunt/imfedpsc28p-webfont.ttf") format("truetype"), url("../fonts/hunt/imfedpsc28p-webfont.svg#im_fell_double_pica_scregular") format("svg"); + font-weight: normal; + font-style: normal; +} + +/* line 14, ../../sass/logbook.scss */ +body { + margin: 0px; + border: 0px; + padding: 0px; +} + +/* line 19, ../../sass/logbook.scss */ +.headerbutton { + padding: 0 12px 0 12px; + float: right; +} + +/* line 24, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 31, ../../sass/logbook.scss */ +#paper { + z-index: 9; + width: 1000px; + padding: 37px 55px 72px; + position: relative; + border: 1px solid #333333; + background: #dbc397; + -webkit-background-size: 100% 30px; + -moz-background-size: 100% 30px; + -ms-background-size: 100% 30px; + background-size: 100% 30px; + box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5); + border-radius: 4px 4px 4px 4px; + color: #282625; + margin: 0 auto; + margin-bottom: 60px; + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; + text-rendering: optimizeLegibility; + font-feature-settings: "kern"; + -webkit-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern=1"; +} + +/* line 57, ../../sass/logbook.scss */ +#infowindow { + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; +} + +/* line 61, ../../sass/logbook.scss */ +.form-container { + top: 50px; +} + +/* line 64, ../../sass/logbook.scss */ +h1, h2, h3 { + font-family: 'im_fell_double_pica_scregular', serif; +} + +/* line 67, ../../sass/logbook.scss */ +.logheader { + font-size: larger; + font-weight: bold; +} + +/* line 71, ../../sass/logbook.scss */ +.logentry { + padding-left: 25px; + padding-right: 25px; + border-bottom: 1px solid #282625; +} + +/* line 76, ../../sass/logbook.scss */ +.logentry2 { + padding-left: 100px; + padding-right: 100px; + border-bottom: 1px solid #282625; +} + +/* line 81, ../../sass/logbook.scss */ +ul { + list-style: square inside url("../images/hunt/bullet3.png"); +} + +/* line 84, ../../sass/logbook.scss */ +table.fancy { + padding: 0; + margin: 0; + width: 100%; + border-collapse: collapse; + border-style: double; + border-color: #282625; + border-left: 0; + border-right: 0; +} + +/* line 94, ../../sass/logbook.scss */ +table.fancy th, tr { + padding: 0; + margin: 0; +} + +/* line 98, ../../sass/logbook.scss */ +table.fancy td { + padding-left: 10px; + margin: 0; + border: 1px solid #282625; + border-right: 0; +} + +/* line 104, ../../sass/logbook.scss */ +.tdleft { + padding: 0; + width: 10%; + border-left: 0; +} + +/* line 109, ../../sass/logbook.scss */ +.caption { + font-style: italic; + border-top: 0px; + margin-top: 0px; + padding-top: 0px; +} + +/* line 116, ../../sass/logbook.scss */ +.puzzle-sans { + font-family: sans-serif; +} + +/* line 120, ../../sass/logbook.scss */ +.puzzle { + display: table; + width: 100%; +} + +/* line 125, ../../sass/logbook.scss */ +.puzzle-page-header { + margin-bottom: 20px; +} + +/* line 129, ../../sass/logbook.scss */ +.answer { + margin-bottom: 30px; +} + +/* line 133, ../../sass/logbook.scss */ +.puzzle li { + list-style-position: inside; + text-indent: -1.1em; +} + +/* line 138, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 145, ../../sass/logbook.scss */ +.clickbaitbannerbox { + width: 320px; + margin-right: 20px; + margin-left: auto; + margin-bottom: 20px; + margin-top: -30px; +} + +@media print { + /* line 154, ../../sass/logbook.scss */ + .clickbaitbannerbox { + margin-top: 50px; + } +} +/* line 159, ../../sass/logbook.scss */ +.clickbaitbanner { + background-color: white; + padding: 10px; +} + +/* line 163, ../../sass/logbook.scss */ +.attop { + position: absolute; + top: 0px; + left: 0px; +} + +/* line 169, ../../sass/logbook.scss */ +.byline { + font-family: 'Times New Roman', serif; + font-style: italic; +} + +/* line 173, ../../sass/logbook.scss */ +.clickbaitlink { + font-family: Helvetica, Arial, sans-serif; + font-size: 20px; +} + +/* line 177, ../../sass/logbook.scss */ +.clickbaitlink a { + text-decoration: none; +} + +/* line 181, ../../sass/logbook.scss */ +.puzzle p, .puzzle li { + line-height: 1.4em; +} + +/* line 185, ../../sass/logbook.scss */ +.solution-table td, .solution-table th { + padding-right: 15px; +} + +@media print { + /* line 190, ../../sass/logbook.scss */ + #puzzle-obj img { + display: none; + } + + /* line 194, ../../sass/logbook.scss */ + .no-page-break { + page-break-inside: avoid; + } + + /* line 197, ../../sass/logbook.scss */ + #paper { + width: 100%; + margin-bottom: 0px !important; + padding-bottom: 0px !important; + border: 0px !important; + } +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r062_MIT_Mystery_Hunt_2015_Ariel_s_Scavenger_Hunt/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r062_MIT_Mystery_Hunt_2015_Ariel_s_Scavenger_Hunt/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r062_MIT_Mystery_Hunt_2015_Ariel_s_Scavenger_Hunt/logbook.css @@ -0,0 +1,244 @@ +@font-face { + font-family: 'im_fell_double_pica_scregular'; + src: url("../fonts/hunt/imfedpsc28p-webfont.eot"); + src: url("../fonts/hunt/imfedpsc28p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hunt/imfedpsc28p-webfont.woff2") format("woff2"), url("../fonts/hunt/imfedpsc28p-webfont.woff") format("woff"), url("../fonts/hunt/imfedpsc28p-webfont.ttf") format("truetype"), url("../fonts/hunt/imfedpsc28p-webfont.svg#im_fell_double_pica_scregular") format("svg"); + font-weight: normal; + font-style: normal; +} + +/* line 14, ../../sass/logbook.scss */ +body { + margin: 0px; + border: 0px; + padding: 0px; +} + +/* line 19, ../../sass/logbook.scss */ +.headerbutton { + padding: 0 12px 0 12px; + float: right; +} + +/* line 24, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 31, ../../sass/logbook.scss */ +#paper { + z-index: 9; + width: 1000px; + padding: 37px 55px 72px; + position: relative; + border: 1px solid #333333; + background: #dbc397; + -webkit-background-size: 100% 30px; + -moz-background-size: 100% 30px; + -ms-background-size: 100% 30px; + background-size: 100% 30px; + box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5); + border-radius: 4px 4px 4px 4px; + color: #282625; + margin: 0 auto; + margin-bottom: 60px; + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; + text-rendering: optimizeLegibility; + font-feature-settings: "kern"; + -webkit-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern=1"; +} + +/* line 57, ../../sass/logbook.scss */ +#infowindow { + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; +} + +/* line 61, ../../sass/logbook.scss */ +.form-container { + top: 50px; +} + +/* line 64, ../../sass/logbook.scss */ +h1, h2, h3 { + font-family: 'im_fell_double_pica_scregular', serif; +} + +/* line 67, ../../sass/logbook.scss */ +.logheader { + font-size: larger; + font-weight: bold; +} + +/* line 71, ../../sass/logbook.scss */ +.logentry { + padding-left: 25px; + padding-right: 25px; + border-bottom: 1px solid #282625; +} + +/* line 76, ../../sass/logbook.scss */ +.logentry2 { + padding-left: 100px; + padding-right: 100px; + border-bottom: 1px solid #282625; +} + +/* line 81, ../../sass/logbook.scss */ +ul { + list-style: square inside url("../images/hunt/bullet3.png"); +} + +/* line 84, ../../sass/logbook.scss */ +table.fancy { + padding: 0; + margin: 0; + width: 100%; + border-collapse: collapse; + border-style: double; + border-color: #282625; + border-left: 0; + border-right: 0; +} + +/* line 94, ../../sass/logbook.scss */ +table.fancy th, tr { + padding: 0; + margin: 0; +} + +/* line 98, ../../sass/logbook.scss */ +table.fancy td { + padding-left: 10px; + margin: 0; + border: 1px solid #282625; + border-right: 0; +} + +/* line 104, ../../sass/logbook.scss */ +.tdleft { + padding: 0; + width: 10%; + border-left: 0; +} + +/* line 109, ../../sass/logbook.scss */ +.caption { + font-style: italic; + border-top: 0px; + margin-top: 0px; + padding-top: 0px; +} + +/* line 116, ../../sass/logbook.scss */ +.puzzle-sans { + font-family: sans-serif; +} + +/* line 120, ../../sass/logbook.scss */ +.puzzle { + display: table; + width: 100%; +} + +/* line 125, ../../sass/logbook.scss */ +.puzzle-page-header { + margin-bottom: 20px; +} + +/* line 129, ../../sass/logbook.scss */ +.answer { + margin-bottom: 30px; +} + +/* line 133, ../../sass/logbook.scss */ +.puzzle li { + list-style-position: inside; + text-indent: -1.1em; +} + +/* line 138, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 145, ../../sass/logbook.scss */ +.clickbaitbannerbox { + width: 320px; + margin-right: 20px; + margin-left: auto; + margin-bottom: 20px; + margin-top: -30px; +} + +@media print { + /* line 154, ../../sass/logbook.scss */ + .clickbaitbannerbox { + margin-top: 50px; + } +} +/* line 159, ../../sass/logbook.scss */ +.clickbaitbanner { + background-color: white; + padding: 10px; +} + +/* line 163, ../../sass/logbook.scss */ +.attop { + position: absolute; + top: 0px; + left: 0px; +} + +/* line 169, ../../sass/logbook.scss */ +.byline { + font-family: 'Times New Roman', serif; + font-style: italic; +} + +/* line 173, ../../sass/logbook.scss */ +.clickbaitlink { + font-family: Helvetica, Arial, sans-serif; + font-size: 20px; +} + +/* line 177, ../../sass/logbook.scss */ +.clickbaitlink a { + text-decoration: none; +} + +/* line 181, ../../sass/logbook.scss */ +.puzzle p, .puzzle li { + line-height: 1.4em; +} + +/* line 185, ../../sass/logbook.scss */ +.solution-table td, .solution-table th { + padding-right: 15px; +} + +@media print { + /* line 190, ../../sass/logbook.scss */ + #puzzle-obj img { + display: none; + } + + /* line 194, ../../sass/logbook.scss */ + .no-page-break { + page-break-inside: avoid; + } + + /* line 197, ../../sass/logbook.scss */ + #paper { + width: 100%; + margin-bottom: 0px !important; + padding-bottom: 0px !important; + border: 0px !important; + } +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r063_MIT_Mystery_Hunt_2015_A_Puzzle_Consisting_Entirely_of_Random_Anagram/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r063_MIT_Mystery_Hunt_2015_A_Puzzle_Consisting_Entirely_of_Random_Anagram/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r063_MIT_Mystery_Hunt_2015_A_Puzzle_Consisting_Entirely_of_Random_Anagram/logbook.css @@ -0,0 +1,244 @@ +@font-face { + font-family: 'im_fell_double_pica_scregular'; + src: url("../fonts/hunt/imfedpsc28p-webfont.eot"); + src: url("../fonts/hunt/imfedpsc28p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hunt/imfedpsc28p-webfont.woff2") format("woff2"), url("../fonts/hunt/imfedpsc28p-webfont.woff") format("woff"), url("../fonts/hunt/imfedpsc28p-webfont.ttf") format("truetype"), url("../fonts/hunt/imfedpsc28p-webfont.svg#im_fell_double_pica_scregular") format("svg"); + font-weight: normal; + font-style: normal; +} + +/* line 14, ../../sass/logbook.scss */ +body { + margin: 0px; + border: 0px; + padding: 0px; +} + +/* line 19, ../../sass/logbook.scss */ +.headerbutton { + padding: 0 12px 0 12px; + float: right; +} + +/* line 24, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 31, ../../sass/logbook.scss */ +#paper { + z-index: 9; + width: 1000px; + padding: 37px 55px 72px; + position: relative; + border: 1px solid #333333; + background: #dbc397; + -webkit-background-size: 100% 30px; + -moz-background-size: 100% 30px; + -ms-background-size: 100% 30px; + background-size: 100% 30px; + box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5); + border-radius: 4px 4px 4px 4px; + color: #282625; + margin: 0 auto; + margin-bottom: 60px; + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; + text-rendering: optimizeLegibility; + font-feature-settings: "kern"; + -webkit-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern=1"; +} + +/* line 57, ../../sass/logbook.scss */ +#infowindow { + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; +} + +/* line 61, ../../sass/logbook.scss */ +.form-container { + top: 50px; +} + +/* line 64, ../../sass/logbook.scss */ +h1, h2, h3 { + font-family: 'im_fell_double_pica_scregular', serif; +} + +/* line 67, ../../sass/logbook.scss */ +.logheader { + font-size: larger; + font-weight: bold; +} + +/* line 71, ../../sass/logbook.scss */ +.logentry { + padding-left: 25px; + padding-right: 25px; + border-bottom: 1px solid #282625; +} + +/* line 76, ../../sass/logbook.scss */ +.logentry2 { + padding-left: 100px; + padding-right: 100px; + border-bottom: 1px solid #282625; +} + +/* line 81, ../../sass/logbook.scss */ +ul { + list-style: square inside url("../images/hunt/bullet3.png"); +} + +/* line 84, ../../sass/logbook.scss */ +table.fancy { + padding: 0; + margin: 0; + width: 100%; + border-collapse: collapse; + border-style: double; + border-color: #282625; + border-left: 0; + border-right: 0; +} + +/* line 94, ../../sass/logbook.scss */ +table.fancy th, tr { + padding: 0; + margin: 0; +} + +/* line 98, ../../sass/logbook.scss */ +table.fancy td { + padding-left: 10px; + margin: 0; + border: 1px solid #282625; + border-right: 0; +} + +/* line 104, ../../sass/logbook.scss */ +.tdleft { + padding: 0; + width: 10%; + border-left: 0; +} + +/* line 109, ../../sass/logbook.scss */ +.caption { + font-style: italic; + border-top: 0px; + margin-top: 0px; + padding-top: 0px; +} + +/* line 116, ../../sass/logbook.scss */ +.puzzle-sans { + font-family: sans-serif; +} + +/* line 120, ../../sass/logbook.scss */ +.puzzle { + display: table; + width: 100%; +} + +/* line 125, ../../sass/logbook.scss */ +.puzzle-page-header { + margin-bottom: 20px; +} + +/* line 129, ../../sass/logbook.scss */ +.answer { + margin-bottom: 30px; +} + +/* line 133, ../../sass/logbook.scss */ +.puzzle li { + list-style-position: inside; + text-indent: -1.1em; +} + +/* line 138, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 145, ../../sass/logbook.scss */ +.clickbaitbannerbox { + width: 320px; + margin-right: 20px; + margin-left: auto; + margin-bottom: 20px; + margin-top: -30px; +} + +@media print { + /* line 154, ../../sass/logbook.scss */ + .clickbaitbannerbox { + margin-top: 50px; + } +} +/* line 159, ../../sass/logbook.scss */ +.clickbaitbanner { + background-color: white; + padding: 10px; +} + +/* line 163, ../../sass/logbook.scss */ +.attop { + position: absolute; + top: 0px; + left: 0px; +} + +/* line 169, ../../sass/logbook.scss */ +.byline { + font-family: 'Times New Roman', serif; + font-style: italic; +} + +/* line 173, ../../sass/logbook.scss */ +.clickbaitlink { + font-family: Helvetica, Arial, sans-serif; + font-size: 20px; +} + +/* line 177, ../../sass/logbook.scss */ +.clickbaitlink a { + text-decoration: none; +} + +/* line 181, ../../sass/logbook.scss */ +.puzzle p, .puzzle li { + line-height: 1.4em; +} + +/* line 185, ../../sass/logbook.scss */ +.solution-table td, .solution-table th { + padding-right: 15px; +} + +@media print { + /* line 190, ../../sass/logbook.scss */ + #puzzle-obj img { + display: none; + } + + /* line 194, ../../sass/logbook.scss */ + .no-page-break { + page-break-inside: avoid; + } + + /* line 197, ../../sass/logbook.scss */ + #paper { + width: 100%; + margin-bottom: 0px !important; + padding-bottom: 0px !important; + border: 0px !important; + } +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r064_MIT_Mystery_Hunt_2015_Jack_and_Jill_or_Janet/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r064_MIT_Mystery_Hunt_2015_Jack_and_Jill_or_Janet/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r064_MIT_Mystery_Hunt_2015_Jack_and_Jill_or_Janet/logbook.css @@ -0,0 +1,244 @@ +@font-face { + font-family: 'im_fell_double_pica_scregular'; + src: url("../fonts/hunt/imfedpsc28p-webfont.eot"); + src: url("../fonts/hunt/imfedpsc28p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hunt/imfedpsc28p-webfont.woff2") format("woff2"), url("../fonts/hunt/imfedpsc28p-webfont.woff") format("woff"), url("../fonts/hunt/imfedpsc28p-webfont.ttf") format("truetype"), url("../fonts/hunt/imfedpsc28p-webfont.svg#im_fell_double_pica_scregular") format("svg"); + font-weight: normal; + font-style: normal; +} + +/* line 14, ../../sass/logbook.scss */ +body { + margin: 0px; + border: 0px; + padding: 0px; +} + +/* line 19, ../../sass/logbook.scss */ +.headerbutton { + padding: 0 12px 0 12px; + float: right; +} + +/* line 24, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 31, ../../sass/logbook.scss */ +#paper { + z-index: 9; + width: 1000px; + padding: 37px 55px 72px; + position: relative; + border: 1px solid #333333; + background: #dbc397; + -webkit-background-size: 100% 30px; + -moz-background-size: 100% 30px; + -ms-background-size: 100% 30px; + background-size: 100% 30px; + box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5); + border-radius: 4px 4px 4px 4px; + color: #282625; + margin: 0 auto; + margin-bottom: 60px; + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; + text-rendering: optimizeLegibility; + font-feature-settings: "kern"; + -webkit-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern=1"; +} + +/* line 57, ../../sass/logbook.scss */ +#infowindow { + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; +} + +/* line 61, ../../sass/logbook.scss */ +.form-container { + top: 50px; +} + +/* line 64, ../../sass/logbook.scss */ +h1, h2, h3 { + font-family: 'im_fell_double_pica_scregular', serif; +} + +/* line 67, ../../sass/logbook.scss */ +.logheader { + font-size: larger; + font-weight: bold; +} + +/* line 71, ../../sass/logbook.scss */ +.logentry { + padding-left: 25px; + padding-right: 25px; + border-bottom: 1px solid #282625; +} + +/* line 76, ../../sass/logbook.scss */ +.logentry2 { + padding-left: 100px; + padding-right: 100px; + border-bottom: 1px solid #282625; +} + +/* line 81, ../../sass/logbook.scss */ +ul { + list-style: square inside url("../images/hunt/bullet3.png"); +} + +/* line 84, ../../sass/logbook.scss */ +table.fancy { + padding: 0; + margin: 0; + width: 100%; + border-collapse: collapse; + border-style: double; + border-color: #282625; + border-left: 0; + border-right: 0; +} + +/* line 94, ../../sass/logbook.scss */ +table.fancy th, tr { + padding: 0; + margin: 0; +} + +/* line 98, ../../sass/logbook.scss */ +table.fancy td { + padding-left: 10px; + margin: 0; + border: 1px solid #282625; + border-right: 0; +} + +/* line 104, ../../sass/logbook.scss */ +.tdleft { + padding: 0; + width: 10%; + border-left: 0; +} + +/* line 109, ../../sass/logbook.scss */ +.caption { + font-style: italic; + border-top: 0px; + margin-top: 0px; + padding-top: 0px; +} + +/* line 116, ../../sass/logbook.scss */ +.puzzle-sans { + font-family: sans-serif; +} + +/* line 120, ../../sass/logbook.scss */ +.puzzle { + display: table; + width: 100%; +} + +/* line 125, ../../sass/logbook.scss */ +.puzzle-page-header { + margin-bottom: 20px; +} + +/* line 129, ../../sass/logbook.scss */ +.answer { + margin-bottom: 30px; +} + +/* line 133, ../../sass/logbook.scss */ +.puzzle li { + list-style-position: inside; + text-indent: -1.1em; +} + +/* line 138, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 145, ../../sass/logbook.scss */ +.clickbaitbannerbox { + width: 320px; + margin-right: 20px; + margin-left: auto; + margin-bottom: 20px; + margin-top: -30px; +} + +@media print { + /* line 154, ../../sass/logbook.scss */ + .clickbaitbannerbox { + margin-top: 50px; + } +} +/* line 159, ../../sass/logbook.scss */ +.clickbaitbanner { + background-color: white; + padding: 10px; +} + +/* line 163, ../../sass/logbook.scss */ +.attop { + position: absolute; + top: 0px; + left: 0px; +} + +/* line 169, ../../sass/logbook.scss */ +.byline { + font-family: 'Times New Roman', serif; + font-style: italic; +} + +/* line 173, ../../sass/logbook.scss */ +.clickbaitlink { + font-family: Helvetica, Arial, sans-serif; + font-size: 20px; +} + +/* line 177, ../../sass/logbook.scss */ +.clickbaitlink a { + text-decoration: none; +} + +/* line 181, ../../sass/logbook.scss */ +.puzzle p, .puzzle li { + line-height: 1.4em; +} + +/* line 185, ../../sass/logbook.scss */ +.solution-table td, .solution-table th { + padding-right: 15px; +} + +@media print { + /* line 190, ../../sass/logbook.scss */ + #puzzle-obj img { + display: none; + } + + /* line 194, ../../sass/logbook.scss */ + .no-page-break { + page-break-inside: avoid; + } + + /* line 197, ../../sass/logbook.scss */ + #paper { + width: 100%; + margin-bottom: 0px !important; + padding-bottom: 0px !important; + border: 0px !important; + } +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r065_MIT_Mystery_Hunt_2015_A_Thousand_Words/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r065_MIT_Mystery_Hunt_2015_A_Thousand_Words/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r065_MIT_Mystery_Hunt_2015_A_Thousand_Words/logbook.css @@ -0,0 +1,244 @@ +@font-face { + font-family: 'im_fell_double_pica_scregular'; + src: url("../fonts/hunt/imfedpsc28p-webfont.eot"); + src: url("../fonts/hunt/imfedpsc28p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hunt/imfedpsc28p-webfont.woff2") format("woff2"), url("../fonts/hunt/imfedpsc28p-webfont.woff") format("woff"), url("../fonts/hunt/imfedpsc28p-webfont.ttf") format("truetype"), url("../fonts/hunt/imfedpsc28p-webfont.svg#im_fell_double_pica_scregular") format("svg"); + font-weight: normal; + font-style: normal; +} + +/* line 14, ../../sass/logbook.scss */ +body { + margin: 0px; + border: 0px; + padding: 0px; +} + +/* line 19, ../../sass/logbook.scss */ +.headerbutton { + padding: 0 12px 0 12px; + float: right; +} + +/* line 24, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 31, ../../sass/logbook.scss */ +#paper { + z-index: 9; + width: 1000px; + padding: 37px 55px 72px; + position: relative; + border: 1px solid #333333; + background: #dbc397; + -webkit-background-size: 100% 30px; + -moz-background-size: 100% 30px; + -ms-background-size: 100% 30px; + background-size: 100% 30px; + box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5); + border-radius: 4px 4px 4px 4px; + color: #282625; + margin: 0 auto; + margin-bottom: 60px; + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; + text-rendering: optimizeLegibility; + font-feature-settings: "kern"; + -webkit-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern=1"; +} + +/* line 57, ../../sass/logbook.scss */ +#infowindow { + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; +} + +/* line 61, ../../sass/logbook.scss */ +.form-container { + top: 50px; +} + +/* line 64, ../../sass/logbook.scss */ +h1, h2, h3 { + font-family: 'im_fell_double_pica_scregular', serif; +} + +/* line 67, ../../sass/logbook.scss */ +.logheader { + font-size: larger; + font-weight: bold; +} + +/* line 71, ../../sass/logbook.scss */ +.logentry { + padding-left: 25px; + padding-right: 25px; + border-bottom: 1px solid #282625; +} + +/* line 76, ../../sass/logbook.scss */ +.logentry2 { + padding-left: 100px; + padding-right: 100px; + border-bottom: 1px solid #282625; +} + +/* line 81, ../../sass/logbook.scss */ +ul { + list-style: square inside url("../images/hunt/bullet3.png"); +} + +/* line 84, ../../sass/logbook.scss */ +table.fancy { + padding: 0; + margin: 0; + width: 100%; + border-collapse: collapse; + border-style: double; + border-color: #282625; + border-left: 0; + border-right: 0; +} + +/* line 94, ../../sass/logbook.scss */ +table.fancy th, tr { + padding: 0; + margin: 0; +} + +/* line 98, ../../sass/logbook.scss */ +table.fancy td { + padding-left: 10px; + margin: 0; + border: 1px solid #282625; + border-right: 0; +} + +/* line 104, ../../sass/logbook.scss */ +.tdleft { + padding: 0; + width: 10%; + border-left: 0; +} + +/* line 109, ../../sass/logbook.scss */ +.caption { + font-style: italic; + border-top: 0px; + margin-top: 0px; + padding-top: 0px; +} + +/* line 116, ../../sass/logbook.scss */ +.puzzle-sans { + font-family: sans-serif; +} + +/* line 120, ../../sass/logbook.scss */ +.puzzle { + display: table; + width: 100%; +} + +/* line 125, ../../sass/logbook.scss */ +.puzzle-page-header { + margin-bottom: 20px; +} + +/* line 129, ../../sass/logbook.scss */ +.answer { + margin-bottom: 30px; +} + +/* line 133, ../../sass/logbook.scss */ +.puzzle li { + list-style-position: inside; + text-indent: -1.1em; +} + +/* line 138, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 145, ../../sass/logbook.scss */ +.clickbaitbannerbox { + width: 320px; + margin-right: 20px; + margin-left: auto; + margin-bottom: 20px; + margin-top: -30px; +} + +@media print { + /* line 154, ../../sass/logbook.scss */ + .clickbaitbannerbox { + margin-top: 50px; + } +} +/* line 159, ../../sass/logbook.scss */ +.clickbaitbanner { + background-color: white; + padding: 10px; +} + +/* line 163, ../../sass/logbook.scss */ +.attop { + position: absolute; + top: 0px; + left: 0px; +} + +/* line 169, ../../sass/logbook.scss */ +.byline { + font-family: 'Times New Roman', serif; + font-style: italic; +} + +/* line 173, ../../sass/logbook.scss */ +.clickbaitlink { + font-family: Helvetica, Arial, sans-serif; + font-size: 20px; +} + +/* line 177, ../../sass/logbook.scss */ +.clickbaitlink a { + text-decoration: none; +} + +/* line 181, ../../sass/logbook.scss */ +.puzzle p, .puzzle li { + line-height: 1.4em; +} + +/* line 185, ../../sass/logbook.scss */ +.solution-table td, .solution-table th { + padding-right: 15px; +} + +@media print { + /* line 190, ../../sass/logbook.scss */ + #puzzle-obj img { + display: none; + } + + /* line 194, ../../sass/logbook.scss */ + .no-page-break { + page-break-inside: avoid; + } + + /* line 197, ../../sass/logbook.scss */ + #paper { + width: 100%; + margin-bottom: 0px !important; + padding-bottom: 0px !important; + border: 0px !important; + } +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r066_MIT_Mystery_Hunt_2015_Pipe/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r066_MIT_Mystery_Hunt_2015_Pipe/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r066_MIT_Mystery_Hunt_2015_Pipe/logbook.css @@ -0,0 +1,244 @@ +@font-face { + font-family: 'im_fell_double_pica_scregular'; + src: url("../fonts/hunt/imfedpsc28p-webfont.eot"); + src: url("../fonts/hunt/imfedpsc28p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hunt/imfedpsc28p-webfont.woff2") format("woff2"), url("../fonts/hunt/imfedpsc28p-webfont.woff") format("woff"), url("../fonts/hunt/imfedpsc28p-webfont.ttf") format("truetype"), url("../fonts/hunt/imfedpsc28p-webfont.svg#im_fell_double_pica_scregular") format("svg"); + font-weight: normal; + font-style: normal; +} + +/* line 14, ../../sass/logbook.scss */ +body { + margin: 0px; + border: 0px; + padding: 0px; +} + +/* line 19, ../../sass/logbook.scss */ +.headerbutton { + padding: 0 12px 0 12px; + float: right; +} + +/* line 24, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 31, ../../sass/logbook.scss */ +#paper { + z-index: 9; + width: 1000px; + padding: 37px 55px 72px; + position: relative; + border: 1px solid #333333; + background: #dbc397; + -webkit-background-size: 100% 30px; + -moz-background-size: 100% 30px; + -ms-background-size: 100% 30px; + background-size: 100% 30px; + box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5); + border-radius: 4px 4px 4px 4px; + color: #282625; + margin: 0 auto; + margin-bottom: 60px; + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; + text-rendering: optimizeLegibility; + font-feature-settings: "kern"; + -webkit-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern=1"; +} + +/* line 57, ../../sass/logbook.scss */ +#infowindow { + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; +} + +/* line 61, ../../sass/logbook.scss */ +.form-container { + top: 50px; +} + +/* line 64, ../../sass/logbook.scss */ +h1, h2, h3 { + font-family: 'im_fell_double_pica_scregular', serif; +} + +/* line 67, ../../sass/logbook.scss */ +.logheader { + font-size: larger; + font-weight: bold; +} + +/* line 71, ../../sass/logbook.scss */ +.logentry { + padding-left: 25px; + padding-right: 25px; + border-bottom: 1px solid #282625; +} + +/* line 76, ../../sass/logbook.scss */ +.logentry2 { + padding-left: 100px; + padding-right: 100px; + border-bottom: 1px solid #282625; +} + +/* line 81, ../../sass/logbook.scss */ +ul { + list-style: square inside url("../images/hunt/bullet3.png"); +} + +/* line 84, ../../sass/logbook.scss */ +table.fancy { + padding: 0; + margin: 0; + width: 100%; + border-collapse: collapse; + border-style: double; + border-color: #282625; + border-left: 0; + border-right: 0; +} + +/* line 94, ../../sass/logbook.scss */ +table.fancy th, tr { + padding: 0; + margin: 0; +} + +/* line 98, ../../sass/logbook.scss */ +table.fancy td { + padding-left: 10px; + margin: 0; + border: 1px solid #282625; + border-right: 0; +} + +/* line 104, ../../sass/logbook.scss */ +.tdleft { + padding: 0; + width: 10%; + border-left: 0; +} + +/* line 109, ../../sass/logbook.scss */ +.caption { + font-style: italic; + border-top: 0px; + margin-top: 0px; + padding-top: 0px; +} + +/* line 116, ../../sass/logbook.scss */ +.puzzle-sans { + font-family: sans-serif; +} + +/* line 120, ../../sass/logbook.scss */ +.puzzle { + display: table; + width: 100%; +} + +/* line 125, ../../sass/logbook.scss */ +.puzzle-page-header { + margin-bottom: 20px; +} + +/* line 129, ../../sass/logbook.scss */ +.answer { + margin-bottom: 30px; +} + +/* line 133, ../../sass/logbook.scss */ +.puzzle li { + list-style-position: inside; + text-indent: -1.1em; +} + +/* line 138, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 145, ../../sass/logbook.scss */ +.clickbaitbannerbox { + width: 320px; + margin-right: 20px; + margin-left: auto; + margin-bottom: 20px; + margin-top: -30px; +} + +@media print { + /* line 154, ../../sass/logbook.scss */ + .clickbaitbannerbox { + margin-top: 50px; + } +} +/* line 159, ../../sass/logbook.scss */ +.clickbaitbanner { + background-color: white; + padding: 10px; +} + +/* line 163, ../../sass/logbook.scss */ +.attop { + position: absolute; + top: 0px; + left: 0px; +} + +/* line 169, ../../sass/logbook.scss */ +.byline { + font-family: 'Times New Roman', serif; + font-style: italic; +} + +/* line 173, ../../sass/logbook.scss */ +.clickbaitlink { + font-family: Helvetica, Arial, sans-serif; + font-size: 20px; +} + +/* line 177, ../../sass/logbook.scss */ +.clickbaitlink a { + text-decoration: none; +} + +/* line 181, ../../sass/logbook.scss */ +.puzzle p, .puzzle li { + line-height: 1.4em; +} + +/* line 185, ../../sass/logbook.scss */ +.solution-table td, .solution-table th { + padding-right: 15px; +} + +@media print { + /* line 190, ../../sass/logbook.scss */ + #puzzle-obj img { + display: none; + } + + /* line 194, ../../sass/logbook.scss */ + .no-page-break { + page-break-inside: avoid; + } + + /* line 197, ../../sass/logbook.scss */ + #paper { + width: 100%; + margin-bottom: 0px !important; + padding-bottom: 0px !important; + border: 0px !important; + } +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r067_MIT_Mystery_Hunt_2015_Polyglot/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r067_MIT_Mystery_Hunt_2015_Polyglot/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r067_MIT_Mystery_Hunt_2015_Polyglot/logbook.css @@ -0,0 +1,244 @@ +@font-face { + font-family: 'im_fell_double_pica_scregular'; + src: url("../fonts/hunt/imfedpsc28p-webfont.eot"); + src: url("../fonts/hunt/imfedpsc28p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hunt/imfedpsc28p-webfont.woff2") format("woff2"), url("../fonts/hunt/imfedpsc28p-webfont.woff") format("woff"), url("../fonts/hunt/imfedpsc28p-webfont.ttf") format("truetype"), url("../fonts/hunt/imfedpsc28p-webfont.svg#im_fell_double_pica_scregular") format("svg"); + font-weight: normal; + font-style: normal; +} + +/* line 14, ../../sass/logbook.scss */ +body { + margin: 0px; + border: 0px; + padding: 0px; +} + +/* line 19, ../../sass/logbook.scss */ +.headerbutton { + padding: 0 12px 0 12px; + float: right; +} + +/* line 24, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 31, ../../sass/logbook.scss */ +#paper { + z-index: 9; + width: 1000px; + padding: 37px 55px 72px; + position: relative; + border: 1px solid #333333; + background: #dbc397; + -webkit-background-size: 100% 30px; + -moz-background-size: 100% 30px; + -ms-background-size: 100% 30px; + background-size: 100% 30px; + box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5); + border-radius: 4px 4px 4px 4px; + color: #282625; + margin: 0 auto; + margin-bottom: 60px; + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; + text-rendering: optimizeLegibility; + font-feature-settings: "kern"; + -webkit-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern=1"; +} + +/* line 57, ../../sass/logbook.scss */ +#infowindow { + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; +} + +/* line 61, ../../sass/logbook.scss */ +.form-container { + top: 50px; +} + +/* line 64, ../../sass/logbook.scss */ +h1, h2, h3 { + font-family: 'im_fell_double_pica_scregular', serif; +} + +/* line 67, ../../sass/logbook.scss */ +.logheader { + font-size: larger; + font-weight: bold; +} + +/* line 71, ../../sass/logbook.scss */ +.logentry { + padding-left: 25px; + padding-right: 25px; + border-bottom: 1px solid #282625; +} + +/* line 76, ../../sass/logbook.scss */ +.logentry2 { + padding-left: 100px; + padding-right: 100px; + border-bottom: 1px solid #282625; +} + +/* line 81, ../../sass/logbook.scss */ +ul { + list-style: square inside url("../images/hunt/bullet3.png"); +} + +/* line 84, ../../sass/logbook.scss */ +table.fancy { + padding: 0; + margin: 0; + width: 100%; + border-collapse: collapse; + border-style: double; + border-color: #282625; + border-left: 0; + border-right: 0; +} + +/* line 94, ../../sass/logbook.scss */ +table.fancy th, tr { + padding: 0; + margin: 0; +} + +/* line 98, ../../sass/logbook.scss */ +table.fancy td { + padding-left: 10px; + margin: 0; + border: 1px solid #282625; + border-right: 0; +} + +/* line 104, ../../sass/logbook.scss */ +.tdleft { + padding: 0; + width: 10%; + border-left: 0; +} + +/* line 109, ../../sass/logbook.scss */ +.caption { + font-style: italic; + border-top: 0px; + margin-top: 0px; + padding-top: 0px; +} + +/* line 116, ../../sass/logbook.scss */ +.puzzle-sans { + font-family: sans-serif; +} + +/* line 120, ../../sass/logbook.scss */ +.puzzle { + display: table; + width: 100%; +} + +/* line 125, ../../sass/logbook.scss */ +.puzzle-page-header { + margin-bottom: 20px; +} + +/* line 129, ../../sass/logbook.scss */ +.answer { + margin-bottom: 30px; +} + +/* line 133, ../../sass/logbook.scss */ +.puzzle li { + list-style-position: inside; + text-indent: -1.1em; +} + +/* line 138, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 145, ../../sass/logbook.scss */ +.clickbaitbannerbox { + width: 320px; + margin-right: 20px; + margin-left: auto; + margin-bottom: 20px; + margin-top: -30px; +} + +@media print { + /* line 154, ../../sass/logbook.scss */ + .clickbaitbannerbox { + margin-top: 50px; + } +} +/* line 159, ../../sass/logbook.scss */ +.clickbaitbanner { + background-color: white; + padding: 10px; +} + +/* line 163, ../../sass/logbook.scss */ +.attop { + position: absolute; + top: 0px; + left: 0px; +} + +/* line 169, ../../sass/logbook.scss */ +.byline { + font-family: 'Times New Roman', serif; + font-style: italic; +} + +/* line 173, ../../sass/logbook.scss */ +.clickbaitlink { + font-family: Helvetica, Arial, sans-serif; + font-size: 20px; +} + +/* line 177, ../../sass/logbook.scss */ +.clickbaitlink a { + text-decoration: none; +} + +/* line 181, ../../sass/logbook.scss */ +.puzzle p, .puzzle li { + line-height: 1.4em; +} + +/* line 185, ../../sass/logbook.scss */ +.solution-table td, .solution-table th { + padding-right: 15px; +} + +@media print { + /* line 190, ../../sass/logbook.scss */ + #puzzle-obj img { + display: none; + } + + /* line 194, ../../sass/logbook.scss */ + .no-page-break { + page-break-inside: avoid; + } + + /* line 197, ../../sass/logbook.scss */ + #paper { + width: 100%; + margin-bottom: 0px !important; + padding-bottom: 0px !important; + border: 0px !important; + } +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r068_MIT_Mystery_Hunt_2015_The_10_000_Puzzle_Pyramid/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r068_MIT_Mystery_Hunt_2015_The_10_000_Puzzle_Pyramid/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r068_MIT_Mystery_Hunt_2015_The_10_000_Puzzle_Pyramid/logbook.css @@ -0,0 +1,244 @@ +@font-face { + font-family: 'im_fell_double_pica_scregular'; + src: url("../fonts/hunt/imfedpsc28p-webfont.eot"); + src: url("../fonts/hunt/imfedpsc28p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hunt/imfedpsc28p-webfont.woff2") format("woff2"), url("../fonts/hunt/imfedpsc28p-webfont.woff") format("woff"), url("../fonts/hunt/imfedpsc28p-webfont.ttf") format("truetype"), url("../fonts/hunt/imfedpsc28p-webfont.svg#im_fell_double_pica_scregular") format("svg"); + font-weight: normal; + font-style: normal; +} + +/* line 14, ../../sass/logbook.scss */ +body { + margin: 0px; + border: 0px; + padding: 0px; +} + +/* line 19, ../../sass/logbook.scss */ +.headerbutton { + padding: 0 12px 0 12px; + float: right; +} + +/* line 24, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 31, ../../sass/logbook.scss */ +#paper { + z-index: 9; + width: 1000px; + padding: 37px 55px 72px; + position: relative; + border: 1px solid #333333; + background: #dbc397; + -webkit-background-size: 100% 30px; + -moz-background-size: 100% 30px; + -ms-background-size: 100% 30px; + background-size: 100% 30px; + box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5); + border-radius: 4px 4px 4px 4px; + color: #282625; + margin: 0 auto; + margin-bottom: 60px; + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; + text-rendering: optimizeLegibility; + font-feature-settings: "kern"; + -webkit-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern=1"; +} + +/* line 57, ../../sass/logbook.scss */ +#infowindow { + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; +} + +/* line 61, ../../sass/logbook.scss */ +.form-container { + top: 50px; +} + +/* line 64, ../../sass/logbook.scss */ +h1, h2, h3 { + font-family: 'im_fell_double_pica_scregular', serif; +} + +/* line 67, ../../sass/logbook.scss */ +.logheader { + font-size: larger; + font-weight: bold; +} + +/* line 71, ../../sass/logbook.scss */ +.logentry { + padding-left: 25px; + padding-right: 25px; + border-bottom: 1px solid #282625; +} + +/* line 76, ../../sass/logbook.scss */ +.logentry2 { + padding-left: 100px; + padding-right: 100px; + border-bottom: 1px solid #282625; +} + +/* line 81, ../../sass/logbook.scss */ +ul { + list-style: square inside url("../images/hunt/bullet3.png"); +} + +/* line 84, ../../sass/logbook.scss */ +table.fancy { + padding: 0; + margin: 0; + width: 100%; + border-collapse: collapse; + border-style: double; + border-color: #282625; + border-left: 0; + border-right: 0; +} + +/* line 94, ../../sass/logbook.scss */ +table.fancy th, tr { + padding: 0; + margin: 0; +} + +/* line 98, ../../sass/logbook.scss */ +table.fancy td { + padding-left: 10px; + margin: 0; + border: 1px solid #282625; + border-right: 0; +} + +/* line 104, ../../sass/logbook.scss */ +.tdleft { + padding: 0; + width: 10%; + border-left: 0; +} + +/* line 109, ../../sass/logbook.scss */ +.caption { + font-style: italic; + border-top: 0px; + margin-top: 0px; + padding-top: 0px; +} + +/* line 116, ../../sass/logbook.scss */ +.puzzle-sans { + font-family: sans-serif; +} + +/* line 120, ../../sass/logbook.scss */ +.puzzle { + display: table; + width: 100%; +} + +/* line 125, ../../sass/logbook.scss */ +.puzzle-page-header { + margin-bottom: 20px; +} + +/* line 129, ../../sass/logbook.scss */ +.answer { + margin-bottom: 30px; +} + +/* line 133, ../../sass/logbook.scss */ +.puzzle li { + list-style-position: inside; + text-indent: -1.1em; +} + +/* line 138, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 145, ../../sass/logbook.scss */ +.clickbaitbannerbox { + width: 320px; + margin-right: 20px; + margin-left: auto; + margin-bottom: 20px; + margin-top: -30px; +} + +@media print { + /* line 154, ../../sass/logbook.scss */ + .clickbaitbannerbox { + margin-top: 50px; + } +} +/* line 159, ../../sass/logbook.scss */ +.clickbaitbanner { + background-color: white; + padding: 10px; +} + +/* line 163, ../../sass/logbook.scss */ +.attop { + position: absolute; + top: 0px; + left: 0px; +} + +/* line 169, ../../sass/logbook.scss */ +.byline { + font-family: 'Times New Roman', serif; + font-style: italic; +} + +/* line 173, ../../sass/logbook.scss */ +.clickbaitlink { + font-family: Helvetica, Arial, sans-serif; + font-size: 20px; +} + +/* line 177, ../../sass/logbook.scss */ +.clickbaitlink a { + text-decoration: none; +} + +/* line 181, ../../sass/logbook.scss */ +.puzzle p, .puzzle li { + line-height: 1.4em; +} + +/* line 185, ../../sass/logbook.scss */ +.solution-table td, .solution-table th { + padding-right: 15px; +} + +@media print { + /* line 190, ../../sass/logbook.scss */ + #puzzle-obj img { + display: none; + } + + /* line 194, ../../sass/logbook.scss */ + .no-page-break { + page-break-inside: avoid; + } + + /* line 197, ../../sass/logbook.scss */ + #paper { + width: 100%; + margin-bottom: 0px !important; + padding-bottom: 0px !important; + border: 0px !important; + } +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r06m_MIT_Mystery_Hunt_2015_Coral_Reef_Meta/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r06m_MIT_Mystery_Hunt_2015_Coral_Reef_Meta/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r06m_MIT_Mystery_Hunt_2015_Coral_Reef_Meta/logbook.css @@ -0,0 +1,244 @@ +@font-face { + font-family: 'im_fell_double_pica_scregular'; + src: url("../fonts/hunt/imfedpsc28p-webfont.eot"); + src: url("../fonts/hunt/imfedpsc28p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hunt/imfedpsc28p-webfont.woff2") format("woff2"), url("../fonts/hunt/imfedpsc28p-webfont.woff") format("woff"), url("../fonts/hunt/imfedpsc28p-webfont.ttf") format("truetype"), url("../fonts/hunt/imfedpsc28p-webfont.svg#im_fell_double_pica_scregular") format("svg"); + font-weight: normal; + font-style: normal; +} + +/* line 14, ../../sass/logbook.scss */ +body { + margin: 0px; + border: 0px; + padding: 0px; +} + +/* line 19, ../../sass/logbook.scss */ +.headerbutton { + padding: 0 12px 0 12px; + float: right; +} + +/* line 24, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 31, ../../sass/logbook.scss */ +#paper { + z-index: 9; + width: 1000px; + padding: 37px 55px 72px; + position: relative; + border: 1px solid #333333; + background: #dbc397; + -webkit-background-size: 100% 30px; + -moz-background-size: 100% 30px; + -ms-background-size: 100% 30px; + background-size: 100% 30px; + box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5); + border-radius: 4px 4px 4px 4px; + color: #282625; + margin: 0 auto; + margin-bottom: 60px; + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; + text-rendering: optimizeLegibility; + font-feature-settings: "kern"; + -webkit-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern=1"; +} + +/* line 57, ../../sass/logbook.scss */ +#infowindow { + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; +} + +/* line 61, ../../sass/logbook.scss */ +.form-container { + top: 50px; +} + +/* line 64, ../../sass/logbook.scss */ +h1, h2, h3 { + font-family: 'im_fell_double_pica_scregular', serif; +} + +/* line 67, ../../sass/logbook.scss */ +.logheader { + font-size: larger; + font-weight: bold; +} + +/* line 71, ../../sass/logbook.scss */ +.logentry { + padding-left: 25px; + padding-right: 25px; + border-bottom: 1px solid #282625; +} + +/* line 76, ../../sass/logbook.scss */ +.logentry2 { + padding-left: 100px; + padding-right: 100px; + border-bottom: 1px solid #282625; +} + +/* line 81, ../../sass/logbook.scss */ +ul { + list-style: square inside url("../images/hunt/bullet3.png"); +} + +/* line 84, ../../sass/logbook.scss */ +table.fancy { + padding: 0; + margin: 0; + width: 100%; + border-collapse: collapse; + border-style: double; + border-color: #282625; + border-left: 0; + border-right: 0; +} + +/* line 94, ../../sass/logbook.scss */ +table.fancy th, tr { + padding: 0; + margin: 0; +} + +/* line 98, ../../sass/logbook.scss */ +table.fancy td { + padding-left: 10px; + margin: 0; + border: 1px solid #282625; + border-right: 0; +} + +/* line 104, ../../sass/logbook.scss */ +.tdleft { + padding: 0; + width: 10%; + border-left: 0; +} + +/* line 109, ../../sass/logbook.scss */ +.caption { + font-style: italic; + border-top: 0px; + margin-top: 0px; + padding-top: 0px; +} + +/* line 116, ../../sass/logbook.scss */ +.puzzle-sans { + font-family: sans-serif; +} + +/* line 120, ../../sass/logbook.scss */ +.puzzle { + display: table; + width: 100%; +} + +/* line 125, ../../sass/logbook.scss */ +.puzzle-page-header { + margin-bottom: 20px; +} + +/* line 129, ../../sass/logbook.scss */ +.answer { + margin-bottom: 30px; +} + +/* line 133, ../../sass/logbook.scss */ +.puzzle li { + list-style-position: inside; + text-indent: -1.1em; +} + +/* line 138, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 145, ../../sass/logbook.scss */ +.clickbaitbannerbox { + width: 320px; + margin-right: 20px; + margin-left: auto; + margin-bottom: 20px; + margin-top: -30px; +} + +@media print { + /* line 154, ../../sass/logbook.scss */ + .clickbaitbannerbox { + margin-top: 50px; + } +} +/* line 159, ../../sass/logbook.scss */ +.clickbaitbanner { + background-color: white; + padding: 10px; +} + +/* line 163, ../../sass/logbook.scss */ +.attop { + position: absolute; + top: 0px; + left: 0px; +} + +/* line 169, ../../sass/logbook.scss */ +.byline { + font-family: 'Times New Roman', serif; + font-style: italic; +} + +/* line 173, ../../sass/logbook.scss */ +.clickbaitlink { + font-family: Helvetica, Arial, sans-serif; + font-size: 20px; +} + +/* line 177, ../../sass/logbook.scss */ +.clickbaitlink a { + text-decoration: none; +} + +/* line 181, ../../sass/logbook.scss */ +.puzzle p, .puzzle li { + line-height: 1.4em; +} + +/* line 185, ../../sass/logbook.scss */ +.solution-table td, .solution-table th { + padding-right: 15px; +} + +@media print { + /* line 190, ../../sass/logbook.scss */ + #puzzle-obj img { + display: none; + } + + /* line 194, ../../sass/logbook.scss */ + .no-page-break { + page-break-inside: avoid; + } + + /* line 197, ../../sass/logbook.scss */ + #paper { + width: 100%; + margin-bottom: 0px !important; + padding-bottom: 0px !important; + border: 0px !important; + } +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r071_MIT_Mystery_Hunt_2015_Cube/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r071_MIT_Mystery_Hunt_2015_Cube/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r071_MIT_Mystery_Hunt_2015_Cube/logbook.css @@ -0,0 +1,244 @@ +@font-face { + font-family: 'im_fell_double_pica_scregular'; + src: url("../fonts/hunt/imfedpsc28p-webfont.eot"); + src: url("../fonts/hunt/imfedpsc28p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hunt/imfedpsc28p-webfont.woff2") format("woff2"), url("../fonts/hunt/imfedpsc28p-webfont.woff") format("woff"), url("../fonts/hunt/imfedpsc28p-webfont.ttf") format("truetype"), url("../fonts/hunt/imfedpsc28p-webfont.svg#im_fell_double_pica_scregular") format("svg"); + font-weight: normal; + font-style: normal; +} + +/* line 14, ../../sass/logbook.scss */ +body { + margin: 0px; + border: 0px; + padding: 0px; +} + +/* line 19, ../../sass/logbook.scss */ +.headerbutton { + padding: 0 12px 0 12px; + float: right; +} + +/* line 24, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 31, ../../sass/logbook.scss */ +#paper { + z-index: 9; + width: 1000px; + padding: 37px 55px 72px; + position: relative; + border: 1px solid #333333; + background: #dbc397; + -webkit-background-size: 100% 30px; + -moz-background-size: 100% 30px; + -ms-background-size: 100% 30px; + background-size: 100% 30px; + box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5); + border-radius: 4px 4px 4px 4px; + color: #282625; + margin: 0 auto; + margin-bottom: 60px; + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; + text-rendering: optimizeLegibility; + font-feature-settings: "kern"; + -webkit-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern=1"; +} + +/* line 57, ../../sass/logbook.scss */ +#infowindow { + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; +} + +/* line 61, ../../sass/logbook.scss */ +.form-container { + top: 50px; +} + +/* line 64, ../../sass/logbook.scss */ +h1, h2, h3 { + font-family: 'im_fell_double_pica_scregular', serif; +} + +/* line 67, ../../sass/logbook.scss */ +.logheader { + font-size: larger; + font-weight: bold; +} + +/* line 71, ../../sass/logbook.scss */ +.logentry { + padding-left: 25px; + padding-right: 25px; + border-bottom: 1px solid #282625; +} + +/* line 76, ../../sass/logbook.scss */ +.logentry2 { + padding-left: 100px; + padding-right: 100px; + border-bottom: 1px solid #282625; +} + +/* line 81, ../../sass/logbook.scss */ +ul { + list-style: square inside url("../images/hunt/bullet3.png"); +} + +/* line 84, ../../sass/logbook.scss */ +table.fancy { + padding: 0; + margin: 0; + width: 100%; + border-collapse: collapse; + border-style: double; + border-color: #282625; + border-left: 0; + border-right: 0; +} + +/* line 94, ../../sass/logbook.scss */ +table.fancy th, tr { + padding: 0; + margin: 0; +} + +/* line 98, ../../sass/logbook.scss */ +table.fancy td { + padding-left: 10px; + margin: 0; + border: 1px solid #282625; + border-right: 0; +} + +/* line 104, ../../sass/logbook.scss */ +.tdleft { + padding: 0; + width: 10%; + border-left: 0; +} + +/* line 109, ../../sass/logbook.scss */ +.caption { + font-style: italic; + border-top: 0px; + margin-top: 0px; + padding-top: 0px; +} + +/* line 116, ../../sass/logbook.scss */ +.puzzle-sans { + font-family: sans-serif; +} + +/* line 120, ../../sass/logbook.scss */ +.puzzle { + display: table; + width: 100%; +} + +/* line 125, ../../sass/logbook.scss */ +.puzzle-page-header { + margin-bottom: 20px; +} + +/* line 129, ../../sass/logbook.scss */ +.answer { + margin-bottom: 30px; +} + +/* line 133, ../../sass/logbook.scss */ +.puzzle li { + list-style-position: inside; + text-indent: -1.1em; +} + +/* line 138, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 145, ../../sass/logbook.scss */ +.clickbaitbannerbox { + width: 320px; + margin-right: 20px; + margin-left: auto; + margin-bottom: 20px; + margin-top: -30px; +} + +@media print { + /* line 154, ../../sass/logbook.scss */ + .clickbaitbannerbox { + margin-top: 50px; + } +} +/* line 159, ../../sass/logbook.scss */ +.clickbaitbanner { + background-color: white; + padding: 10px; +} + +/* line 163, ../../sass/logbook.scss */ +.attop { + position: absolute; + top: 0px; + left: 0px; +} + +/* line 169, ../../sass/logbook.scss */ +.byline { + font-family: 'Times New Roman', serif; + font-style: italic; +} + +/* line 173, ../../sass/logbook.scss */ +.clickbaitlink { + font-family: Helvetica, Arial, sans-serif; + font-size: 20px; +} + +/* line 177, ../../sass/logbook.scss */ +.clickbaitlink a { + text-decoration: none; +} + +/* line 181, ../../sass/logbook.scss */ +.puzzle p, .puzzle li { + line-height: 1.4em; +} + +/* line 185, ../../sass/logbook.scss */ +.solution-table td, .solution-table th { + padding-right: 15px; +} + +@media print { + /* line 190, ../../sass/logbook.scss */ + #puzzle-obj img { + display: none; + } + + /* line 194, ../../sass/logbook.scss */ + .no-page-break { + page-break-inside: avoid; + } + + /* line 197, ../../sass/logbook.scss */ + #paper { + width: 100%; + margin-bottom: 0px !important; + padding-bottom: 0px !important; + border: 0px !important; + } +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r072_MIT_Mystery_Hunt_2015_Game/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r072_MIT_Mystery_Hunt_2015_Game/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r072_MIT_Mystery_Hunt_2015_Game/logbook.css @@ -0,0 +1,244 @@ +@font-face { + font-family: 'im_fell_double_pica_scregular'; + src: url("../fonts/hunt/imfedpsc28p-webfont.eot"); + src: url("../fonts/hunt/imfedpsc28p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hunt/imfedpsc28p-webfont.woff2") format("woff2"), url("../fonts/hunt/imfedpsc28p-webfont.woff") format("woff"), url("../fonts/hunt/imfedpsc28p-webfont.ttf") format("truetype"), url("../fonts/hunt/imfedpsc28p-webfont.svg#im_fell_double_pica_scregular") format("svg"); + font-weight: normal; + font-style: normal; +} + +/* line 14, ../../sass/logbook.scss */ +body { + margin: 0px; + border: 0px; + padding: 0px; +} + +/* line 19, ../../sass/logbook.scss */ +.headerbutton { + padding: 0 12px 0 12px; + float: right; +} + +/* line 24, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 31, ../../sass/logbook.scss */ +#paper { + z-index: 9; + width: 1000px; + padding: 37px 55px 72px; + position: relative; + border: 1px solid #333333; + background: #dbc397; + -webkit-background-size: 100% 30px; + -moz-background-size: 100% 30px; + -ms-background-size: 100% 30px; + background-size: 100% 30px; + box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5); + border-radius: 4px 4px 4px 4px; + color: #282625; + margin: 0 auto; + margin-bottom: 60px; + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; + text-rendering: optimizeLegibility; + font-feature-settings: "kern"; + -webkit-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern=1"; +} + +/* line 57, ../../sass/logbook.scss */ +#infowindow { + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; +} + +/* line 61, ../../sass/logbook.scss */ +.form-container { + top: 50px; +} + +/* line 64, ../../sass/logbook.scss */ +h1, h2, h3 { + font-family: 'im_fell_double_pica_scregular', serif; +} + +/* line 67, ../../sass/logbook.scss */ +.logheader { + font-size: larger; + font-weight: bold; +} + +/* line 71, ../../sass/logbook.scss */ +.logentry { + padding-left: 25px; + padding-right: 25px; + border-bottom: 1px solid #282625; +} + +/* line 76, ../../sass/logbook.scss */ +.logentry2 { + padding-left: 100px; + padding-right: 100px; + border-bottom: 1px solid #282625; +} + +/* line 81, ../../sass/logbook.scss */ +ul { + list-style: square inside url("../images/hunt/bullet3.png"); +} + +/* line 84, ../../sass/logbook.scss */ +table.fancy { + padding: 0; + margin: 0; + width: 100%; + border-collapse: collapse; + border-style: double; + border-color: #282625; + border-left: 0; + border-right: 0; +} + +/* line 94, ../../sass/logbook.scss */ +table.fancy th, tr { + padding: 0; + margin: 0; +} + +/* line 98, ../../sass/logbook.scss */ +table.fancy td { + padding-left: 10px; + margin: 0; + border: 1px solid #282625; + border-right: 0; +} + +/* line 104, ../../sass/logbook.scss */ +.tdleft { + padding: 0; + width: 10%; + border-left: 0; +} + +/* line 109, ../../sass/logbook.scss */ +.caption { + font-style: italic; + border-top: 0px; + margin-top: 0px; + padding-top: 0px; +} + +/* line 116, ../../sass/logbook.scss */ +.puzzle-sans { + font-family: sans-serif; +} + +/* line 120, ../../sass/logbook.scss */ +.puzzle { + display: table; + width: 100%; +} + +/* line 125, ../../sass/logbook.scss */ +.puzzle-page-header { + margin-bottom: 20px; +} + +/* line 129, ../../sass/logbook.scss */ +.answer { + margin-bottom: 30px; +} + +/* line 133, ../../sass/logbook.scss */ +.puzzle li { + list-style-position: inside; + text-indent: -1.1em; +} + +/* line 138, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 145, ../../sass/logbook.scss */ +.clickbaitbannerbox { + width: 320px; + margin-right: 20px; + margin-left: auto; + margin-bottom: 20px; + margin-top: -30px; +} + +@media print { + /* line 154, ../../sass/logbook.scss */ + .clickbaitbannerbox { + margin-top: 50px; + } +} +/* line 159, ../../sass/logbook.scss */ +.clickbaitbanner { + background-color: white; + padding: 10px; +} + +/* line 163, ../../sass/logbook.scss */ +.attop { + position: absolute; + top: 0px; + left: 0px; +} + +/* line 169, ../../sass/logbook.scss */ +.byline { + font-family: 'Times New Roman', serif; + font-style: italic; +} + +/* line 173, ../../sass/logbook.scss */ +.clickbaitlink { + font-family: Helvetica, Arial, sans-serif; + font-size: 20px; +} + +/* line 177, ../../sass/logbook.scss */ +.clickbaitlink a { + text-decoration: none; +} + +/* line 181, ../../sass/logbook.scss */ +.puzzle p, .puzzle li { + line-height: 1.4em; +} + +/* line 185, ../../sass/logbook.scss */ +.solution-table td, .solution-table th { + padding-right: 15px; +} + +@media print { + /* line 190, ../../sass/logbook.scss */ + #puzzle-obj img { + display: none; + } + + /* line 194, ../../sass/logbook.scss */ + .no-page-break { + page-break-inside: avoid; + } + + /* line 197, ../../sass/logbook.scss */ + #paper { + width: 100%; + margin-bottom: 0px !important; + padding-bottom: 0px !important; + border: 0px !important; + } +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r073_MIT_Mystery_Hunt_2015_Knit_Square/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r073_MIT_Mystery_Hunt_2015_Knit_Square/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r073_MIT_Mystery_Hunt_2015_Knit_Square/logbook.css @@ -0,0 +1,244 @@ +@font-face { + font-family: 'im_fell_double_pica_scregular'; + src: url("../fonts/hunt/imfedpsc28p-webfont.eot"); + src: url("../fonts/hunt/imfedpsc28p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hunt/imfedpsc28p-webfont.woff2") format("woff2"), url("../fonts/hunt/imfedpsc28p-webfont.woff") format("woff"), url("../fonts/hunt/imfedpsc28p-webfont.ttf") format("truetype"), url("../fonts/hunt/imfedpsc28p-webfont.svg#im_fell_double_pica_scregular") format("svg"); + font-weight: normal; + font-style: normal; +} + +/* line 14, ../../sass/logbook.scss */ +body { + margin: 0px; + border: 0px; + padding: 0px; +} + +/* line 19, ../../sass/logbook.scss */ +.headerbutton { + padding: 0 12px 0 12px; + float: right; +} + +/* line 24, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 31, ../../sass/logbook.scss */ +#paper { + z-index: 9; + width: 1000px; + padding: 37px 55px 72px; + position: relative; + border: 1px solid #333333; + background: #dbc397; + -webkit-background-size: 100% 30px; + -moz-background-size: 100% 30px; + -ms-background-size: 100% 30px; + background-size: 100% 30px; + box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5); + border-radius: 4px 4px 4px 4px; + color: #282625; + margin: 0 auto; + margin-bottom: 60px; + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; + text-rendering: optimizeLegibility; + font-feature-settings: "kern"; + -webkit-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern=1"; +} + +/* line 57, ../../sass/logbook.scss */ +#infowindow { + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; +} + +/* line 61, ../../sass/logbook.scss */ +.form-container { + top: 50px; +} + +/* line 64, ../../sass/logbook.scss */ +h1, h2, h3 { + font-family: 'im_fell_double_pica_scregular', serif; +} + +/* line 67, ../../sass/logbook.scss */ +.logheader { + font-size: larger; + font-weight: bold; +} + +/* line 71, ../../sass/logbook.scss */ +.logentry { + padding-left: 25px; + padding-right: 25px; + border-bottom: 1px solid #282625; +} + +/* line 76, ../../sass/logbook.scss */ +.logentry2 { + padding-left: 100px; + padding-right: 100px; + border-bottom: 1px solid #282625; +} + +/* line 81, ../../sass/logbook.scss */ +ul { + list-style: square inside url("../images/hunt/bullet3.png"); +} + +/* line 84, ../../sass/logbook.scss */ +table.fancy { + padding: 0; + margin: 0; + width: 100%; + border-collapse: collapse; + border-style: double; + border-color: #282625; + border-left: 0; + border-right: 0; +} + +/* line 94, ../../sass/logbook.scss */ +table.fancy th, tr { + padding: 0; + margin: 0; +} + +/* line 98, ../../sass/logbook.scss */ +table.fancy td { + padding-left: 10px; + margin: 0; + border: 1px solid #282625; + border-right: 0; +} + +/* line 104, ../../sass/logbook.scss */ +.tdleft { + padding: 0; + width: 10%; + border-left: 0; +} + +/* line 109, ../../sass/logbook.scss */ +.caption { + font-style: italic; + border-top: 0px; + margin-top: 0px; + padding-top: 0px; +} + +/* line 116, ../../sass/logbook.scss */ +.puzzle-sans { + font-family: sans-serif; +} + +/* line 120, ../../sass/logbook.scss */ +.puzzle { + display: table; + width: 100%; +} + +/* line 125, ../../sass/logbook.scss */ +.puzzle-page-header { + margin-bottom: 20px; +} + +/* line 129, ../../sass/logbook.scss */ +.answer { + margin-bottom: 30px; +} + +/* line 133, ../../sass/logbook.scss */ +.puzzle li { + list-style-position: inside; + text-indent: -1.1em; +} + +/* line 138, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 145, ../../sass/logbook.scss */ +.clickbaitbannerbox { + width: 320px; + margin-right: 20px; + margin-left: auto; + margin-bottom: 20px; + margin-top: -30px; +} + +@media print { + /* line 154, ../../sass/logbook.scss */ + .clickbaitbannerbox { + margin-top: 50px; + } +} +/* line 159, ../../sass/logbook.scss */ +.clickbaitbanner { + background-color: white; + padding: 10px; +} + +/* line 163, ../../sass/logbook.scss */ +.attop { + position: absolute; + top: 0px; + left: 0px; +} + +/* line 169, ../../sass/logbook.scss */ +.byline { + font-family: 'Times New Roman', serif; + font-style: italic; +} + +/* line 173, ../../sass/logbook.scss */ +.clickbaitlink { + font-family: Helvetica, Arial, sans-serif; + font-size: 20px; +} + +/* line 177, ../../sass/logbook.scss */ +.clickbaitlink a { + text-decoration: none; +} + +/* line 181, ../../sass/logbook.scss */ +.puzzle p, .puzzle li { + line-height: 1.4em; +} + +/* line 185, ../../sass/logbook.scss */ +.solution-table td, .solution-table th { + padding-right: 15px; +} + +@media print { + /* line 190, ../../sass/logbook.scss */ + #puzzle-obj img { + display: none; + } + + /* line 194, ../../sass/logbook.scss */ + .no-page-break { + page-break-inside: avoid; + } + + /* line 197, ../../sass/logbook.scss */ + #paper { + width: 100%; + margin-bottom: 0px !important; + padding-bottom: 0px !important; + border: 0px !important; + } +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r074_MIT_Mystery_Hunt_2015_Ropes/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r074_MIT_Mystery_Hunt_2015_Ropes/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r074_MIT_Mystery_Hunt_2015_Ropes/logbook.css @@ -0,0 +1,244 @@ +@font-face { + font-family: 'im_fell_double_pica_scregular'; + src: url("../fonts/hunt/imfedpsc28p-webfont.eot"); + src: url("../fonts/hunt/imfedpsc28p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hunt/imfedpsc28p-webfont.woff2") format("woff2"), url("../fonts/hunt/imfedpsc28p-webfont.woff") format("woff"), url("../fonts/hunt/imfedpsc28p-webfont.ttf") format("truetype"), url("../fonts/hunt/imfedpsc28p-webfont.svg#im_fell_double_pica_scregular") format("svg"); + font-weight: normal; + font-style: normal; +} + +/* line 14, ../../sass/logbook.scss */ +body { + margin: 0px; + border: 0px; + padding: 0px; +} + +/* line 19, ../../sass/logbook.scss */ +.headerbutton { + padding: 0 12px 0 12px; + float: right; +} + +/* line 24, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 31, ../../sass/logbook.scss */ +#paper { + z-index: 9; + width: 1000px; + padding: 37px 55px 72px; + position: relative; + border: 1px solid #333333; + background: #dbc397; + -webkit-background-size: 100% 30px; + -moz-background-size: 100% 30px; + -ms-background-size: 100% 30px; + background-size: 100% 30px; + box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5); + border-radius: 4px 4px 4px 4px; + color: #282625; + margin: 0 auto; + margin-bottom: 60px; + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; + text-rendering: optimizeLegibility; + font-feature-settings: "kern"; + -webkit-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern=1"; +} + +/* line 57, ../../sass/logbook.scss */ +#infowindow { + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; +} + +/* line 61, ../../sass/logbook.scss */ +.form-container { + top: 50px; +} + +/* line 64, ../../sass/logbook.scss */ +h1, h2, h3 { + font-family: 'im_fell_double_pica_scregular', serif; +} + +/* line 67, ../../sass/logbook.scss */ +.logheader { + font-size: larger; + font-weight: bold; +} + +/* line 71, ../../sass/logbook.scss */ +.logentry { + padding-left: 25px; + padding-right: 25px; + border-bottom: 1px solid #282625; +} + +/* line 76, ../../sass/logbook.scss */ +.logentry2 { + padding-left: 100px; + padding-right: 100px; + border-bottom: 1px solid #282625; +} + +/* line 81, ../../sass/logbook.scss */ +ul { + list-style: square inside url("../images/hunt/bullet3.png"); +} + +/* line 84, ../../sass/logbook.scss */ +table.fancy { + padding: 0; + margin: 0; + width: 100%; + border-collapse: collapse; + border-style: double; + border-color: #282625; + border-left: 0; + border-right: 0; +} + +/* line 94, ../../sass/logbook.scss */ +table.fancy th, tr { + padding: 0; + margin: 0; +} + +/* line 98, ../../sass/logbook.scss */ +table.fancy td { + padding-left: 10px; + margin: 0; + border: 1px solid #282625; + border-right: 0; +} + +/* line 104, ../../sass/logbook.scss */ +.tdleft { + padding: 0; + width: 10%; + border-left: 0; +} + +/* line 109, ../../sass/logbook.scss */ +.caption { + font-style: italic; + border-top: 0px; + margin-top: 0px; + padding-top: 0px; +} + +/* line 116, ../../sass/logbook.scss */ +.puzzle-sans { + font-family: sans-serif; +} + +/* line 120, ../../sass/logbook.scss */ +.puzzle { + display: table; + width: 100%; +} + +/* line 125, ../../sass/logbook.scss */ +.puzzle-page-header { + margin-bottom: 20px; +} + +/* line 129, ../../sass/logbook.scss */ +.answer { + margin-bottom: 30px; +} + +/* line 133, ../../sass/logbook.scss */ +.puzzle li { + list-style-position: inside; + text-indent: -1.1em; +} + +/* line 138, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 145, ../../sass/logbook.scss */ +.clickbaitbannerbox { + width: 320px; + margin-right: 20px; + margin-left: auto; + margin-bottom: 20px; + margin-top: -30px; +} + +@media print { + /* line 154, ../../sass/logbook.scss */ + .clickbaitbannerbox { + margin-top: 50px; + } +} +/* line 159, ../../sass/logbook.scss */ +.clickbaitbanner { + background-color: white; + padding: 10px; +} + +/* line 163, ../../sass/logbook.scss */ +.attop { + position: absolute; + top: 0px; + left: 0px; +} + +/* line 169, ../../sass/logbook.scss */ +.byline { + font-family: 'Times New Roman', serif; + font-style: italic; +} + +/* line 173, ../../sass/logbook.scss */ +.clickbaitlink { + font-family: Helvetica, Arial, sans-serif; + font-size: 20px; +} + +/* line 177, ../../sass/logbook.scss */ +.clickbaitlink a { + text-decoration: none; +} + +/* line 181, ../../sass/logbook.scss */ +.puzzle p, .puzzle li { + line-height: 1.4em; +} + +/* line 185, ../../sass/logbook.scss */ +.solution-table td, .solution-table th { + padding-right: 15px; +} + +@media print { + /* line 190, ../../sass/logbook.scss */ + #puzzle-obj img { + display: none; + } + + /* line 194, ../../sass/logbook.scss */ + .no-page-break { + page-break-inside: avoid; + } + + /* line 197, ../../sass/logbook.scss */ + #paper { + width: 100%; + margin-bottom: 0px !important; + padding-bottom: 0px !important; + border: 0px !important; + } +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r075_MIT_Mystery_Hunt_2015_Paper_Jigsaw/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r075_MIT_Mystery_Hunt_2015_Paper_Jigsaw/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r075_MIT_Mystery_Hunt_2015_Paper_Jigsaw/logbook.css @@ -0,0 +1,244 @@ +@font-face { + font-family: 'im_fell_double_pica_scregular'; + src: url("../fonts/hunt/imfedpsc28p-webfont.eot"); + src: url("../fonts/hunt/imfedpsc28p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hunt/imfedpsc28p-webfont.woff2") format("woff2"), url("../fonts/hunt/imfedpsc28p-webfont.woff") format("woff"), url("../fonts/hunt/imfedpsc28p-webfont.ttf") format("truetype"), url("../fonts/hunt/imfedpsc28p-webfont.svg#im_fell_double_pica_scregular") format("svg"); + font-weight: normal; + font-style: normal; +} + +/* line 14, ../../sass/logbook.scss */ +body { + margin: 0px; + border: 0px; + padding: 0px; +} + +/* line 19, ../../sass/logbook.scss */ +.headerbutton { + padding: 0 12px 0 12px; + float: right; +} + +/* line 24, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 31, ../../sass/logbook.scss */ +#paper { + z-index: 9; + width: 1000px; + padding: 37px 55px 72px; + position: relative; + border: 1px solid #333333; + background: #dbc397; + -webkit-background-size: 100% 30px; + -moz-background-size: 100% 30px; + -ms-background-size: 100% 30px; + background-size: 100% 30px; + box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5); + border-radius: 4px 4px 4px 4px; + color: #282625; + margin: 0 auto; + margin-bottom: 60px; + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; + text-rendering: optimizeLegibility; + font-feature-settings: "kern"; + -webkit-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern=1"; +} + +/* line 57, ../../sass/logbook.scss */ +#infowindow { + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; +} + +/* line 61, ../../sass/logbook.scss */ +.form-container { + top: 50px; +} + +/* line 64, ../../sass/logbook.scss */ +h1, h2, h3 { + font-family: 'im_fell_double_pica_scregular', serif; +} + +/* line 67, ../../sass/logbook.scss */ +.logheader { + font-size: larger; + font-weight: bold; +} + +/* line 71, ../../sass/logbook.scss */ +.logentry { + padding-left: 25px; + padding-right: 25px; + border-bottom: 1px solid #282625; +} + +/* line 76, ../../sass/logbook.scss */ +.logentry2 { + padding-left: 100px; + padding-right: 100px; + border-bottom: 1px solid #282625; +} + +/* line 81, ../../sass/logbook.scss */ +ul { + list-style: square inside url("../images/hunt/bullet3.png"); +} + +/* line 84, ../../sass/logbook.scss */ +table.fancy { + padding: 0; + margin: 0; + width: 100%; + border-collapse: collapse; + border-style: double; + border-color: #282625; + border-left: 0; + border-right: 0; +} + +/* line 94, ../../sass/logbook.scss */ +table.fancy th, tr { + padding: 0; + margin: 0; +} + +/* line 98, ../../sass/logbook.scss */ +table.fancy td { + padding-left: 10px; + margin: 0; + border: 1px solid #282625; + border-right: 0; +} + +/* line 104, ../../sass/logbook.scss */ +.tdleft { + padding: 0; + width: 10%; + border-left: 0; +} + +/* line 109, ../../sass/logbook.scss */ +.caption { + font-style: italic; + border-top: 0px; + margin-top: 0px; + padding-top: 0px; +} + +/* line 116, ../../sass/logbook.scss */ +.puzzle-sans { + font-family: sans-serif; +} + +/* line 120, ../../sass/logbook.scss */ +.puzzle { + display: table; + width: 100%; +} + +/* line 125, ../../sass/logbook.scss */ +.puzzle-page-header { + margin-bottom: 20px; +} + +/* line 129, ../../sass/logbook.scss */ +.answer { + margin-bottom: 30px; +} + +/* line 133, ../../sass/logbook.scss */ +.puzzle li { + list-style-position: inside; + text-indent: -1.1em; +} + +/* line 138, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 145, ../../sass/logbook.scss */ +.clickbaitbannerbox { + width: 320px; + margin-right: 20px; + margin-left: auto; + margin-bottom: 20px; + margin-top: -30px; +} + +@media print { + /* line 154, ../../sass/logbook.scss */ + .clickbaitbannerbox { + margin-top: 50px; + } +} +/* line 159, ../../sass/logbook.scss */ +.clickbaitbanner { + background-color: white; + padding: 10px; +} + +/* line 163, ../../sass/logbook.scss */ +.attop { + position: absolute; + top: 0px; + left: 0px; +} + +/* line 169, ../../sass/logbook.scss */ +.byline { + font-family: 'Times New Roman', serif; + font-style: italic; +} + +/* line 173, ../../sass/logbook.scss */ +.clickbaitlink { + font-family: Helvetica, Arial, sans-serif; + font-size: 20px; +} + +/* line 177, ../../sass/logbook.scss */ +.clickbaitlink a { + text-decoration: none; +} + +/* line 181, ../../sass/logbook.scss */ +.puzzle p, .puzzle li { + line-height: 1.4em; +} + +/* line 185, ../../sass/logbook.scss */ +.solution-table td, .solution-table th { + padding-right: 15px; +} + +@media print { + /* line 190, ../../sass/logbook.scss */ + #puzzle-obj img { + display: none; + } + + /* line 194, ../../sass/logbook.scss */ + .no-page-break { + page-break-inside: avoid; + } + + /* line 197, ../../sass/logbook.scss */ + #paper { + width: 100%; + margin-bottom: 0px !important; + padding-bottom: 0px !important; + border: 0px !important; + } +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r076_MIT_Mystery_Hunt_2015_Locks/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r076_MIT_Mystery_Hunt_2015_Locks/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r076_MIT_Mystery_Hunt_2015_Locks/logbook.css @@ -0,0 +1,244 @@ +@font-face { + font-family: 'im_fell_double_pica_scregular'; + src: url("../fonts/hunt/imfedpsc28p-webfont.eot"); + src: url("../fonts/hunt/imfedpsc28p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hunt/imfedpsc28p-webfont.woff2") format("woff2"), url("../fonts/hunt/imfedpsc28p-webfont.woff") format("woff"), url("../fonts/hunt/imfedpsc28p-webfont.ttf") format("truetype"), url("../fonts/hunt/imfedpsc28p-webfont.svg#im_fell_double_pica_scregular") format("svg"); + font-weight: normal; + font-style: normal; +} + +/* line 14, ../../sass/logbook.scss */ +body { + margin: 0px; + border: 0px; + padding: 0px; +} + +/* line 19, ../../sass/logbook.scss */ +.headerbutton { + padding: 0 12px 0 12px; + float: right; +} + +/* line 24, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 31, ../../sass/logbook.scss */ +#paper { + z-index: 9; + width: 1000px; + padding: 37px 55px 72px; + position: relative; + border: 1px solid #333333; + background: #dbc397; + -webkit-background-size: 100% 30px; + -moz-background-size: 100% 30px; + -ms-background-size: 100% 30px; + background-size: 100% 30px; + box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5); + border-radius: 4px 4px 4px 4px; + color: #282625; + margin: 0 auto; + margin-bottom: 60px; + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; + text-rendering: optimizeLegibility; + font-feature-settings: "kern"; + -webkit-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern=1"; +} + +/* line 57, ../../sass/logbook.scss */ +#infowindow { + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; +} + +/* line 61, ../../sass/logbook.scss */ +.form-container { + top: 50px; +} + +/* line 64, ../../sass/logbook.scss */ +h1, h2, h3 { + font-family: 'im_fell_double_pica_scregular', serif; +} + +/* line 67, ../../sass/logbook.scss */ +.logheader { + font-size: larger; + font-weight: bold; +} + +/* line 71, ../../sass/logbook.scss */ +.logentry { + padding-left: 25px; + padding-right: 25px; + border-bottom: 1px solid #282625; +} + +/* line 76, ../../sass/logbook.scss */ +.logentry2 { + padding-left: 100px; + padding-right: 100px; + border-bottom: 1px solid #282625; +} + +/* line 81, ../../sass/logbook.scss */ +ul { + list-style: square inside url("../images/hunt/bullet3.png"); +} + +/* line 84, ../../sass/logbook.scss */ +table.fancy { + padding: 0; + margin: 0; + width: 100%; + border-collapse: collapse; + border-style: double; + border-color: #282625; + border-left: 0; + border-right: 0; +} + +/* line 94, ../../sass/logbook.scss */ +table.fancy th, tr { + padding: 0; + margin: 0; +} + +/* line 98, ../../sass/logbook.scss */ +table.fancy td { + padding-left: 10px; + margin: 0; + border: 1px solid #282625; + border-right: 0; +} + +/* line 104, ../../sass/logbook.scss */ +.tdleft { + padding: 0; + width: 10%; + border-left: 0; +} + +/* line 109, ../../sass/logbook.scss */ +.caption { + font-style: italic; + border-top: 0px; + margin-top: 0px; + padding-top: 0px; +} + +/* line 116, ../../sass/logbook.scss */ +.puzzle-sans { + font-family: sans-serif; +} + +/* line 120, ../../sass/logbook.scss */ +.puzzle { + display: table; + width: 100%; +} + +/* line 125, ../../sass/logbook.scss */ +.puzzle-page-header { + margin-bottom: 20px; +} + +/* line 129, ../../sass/logbook.scss */ +.answer { + margin-bottom: 30px; +} + +/* line 133, ../../sass/logbook.scss */ +.puzzle li { + list-style-position: inside; + text-indent: -1.1em; +} + +/* line 138, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 145, ../../sass/logbook.scss */ +.clickbaitbannerbox { + width: 320px; + margin-right: 20px; + margin-left: auto; + margin-bottom: 20px; + margin-top: -30px; +} + +@media print { + /* line 154, ../../sass/logbook.scss */ + .clickbaitbannerbox { + margin-top: 50px; + } +} +/* line 159, ../../sass/logbook.scss */ +.clickbaitbanner { + background-color: white; + padding: 10px; +} + +/* line 163, ../../sass/logbook.scss */ +.attop { + position: absolute; + top: 0px; + left: 0px; +} + +/* line 169, ../../sass/logbook.scss */ +.byline { + font-family: 'Times New Roman', serif; + font-style: italic; +} + +/* line 173, ../../sass/logbook.scss */ +.clickbaitlink { + font-family: Helvetica, Arial, sans-serif; + font-size: 20px; +} + +/* line 177, ../../sass/logbook.scss */ +.clickbaitlink a { + text-decoration: none; +} + +/* line 181, ../../sass/logbook.scss */ +.puzzle p, .puzzle li { + line-height: 1.4em; +} + +/* line 185, ../../sass/logbook.scss */ +.solution-table td, .solution-table th { + padding-right: 15px; +} + +@media print { + /* line 190, ../../sass/logbook.scss */ + #puzzle-obj img { + display: none; + } + + /* line 194, ../../sass/logbook.scss */ + .no-page-break { + page-break-inside: avoid; + } + + /* line 197, ../../sass/logbook.scss */ + #paper { + width: 100%; + margin-bottom: 0px !important; + padding-bottom: 0px !important; + border: 0px !important; + } +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r077_MIT_Mystery_Hunt_2015_Wood/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r077_MIT_Mystery_Hunt_2015_Wood/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r077_MIT_Mystery_Hunt_2015_Wood/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/mit2015r078_MIT_Mystery_Hunt_2015_Coins/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r078_MIT_Mystery_Hunt_2015_Coins/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r078_MIT_Mystery_Hunt_2015_Coins/logbook.css @@ -0,0 +1,244 @@ +@font-face { + font-family: 'im_fell_double_pica_scregular'; + src: url("../fonts/hunt/imfedpsc28p-webfont.eot"); + src: url("../fonts/hunt/imfedpsc28p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hunt/imfedpsc28p-webfont.woff2") format("woff2"), url("../fonts/hunt/imfedpsc28p-webfont.woff") format("woff"), url("../fonts/hunt/imfedpsc28p-webfont.ttf") format("truetype"), url("../fonts/hunt/imfedpsc28p-webfont.svg#im_fell_double_pica_scregular") format("svg"); + font-weight: normal; + font-style: normal; +} + +/* line 14, ../../sass/logbook.scss */ +body { + margin: 0px; + border: 0px; + padding: 0px; +} + +/* line 19, ../../sass/logbook.scss */ +.headerbutton { + padding: 0 12px 0 12px; + float: right; +} + +/* line 24, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 31, ../../sass/logbook.scss */ +#paper { + z-index: 9; + width: 1000px; + padding: 37px 55px 72px; + position: relative; + border: 1px solid #333333; + background: #dbc397; + -webkit-background-size: 100% 30px; + -moz-background-size: 100% 30px; + -ms-background-size: 100% 30px; + background-size: 100% 30px; + box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5); + border-radius: 4px 4px 4px 4px; + color: #282625; + margin: 0 auto; + margin-bottom: 60px; + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; + text-rendering: optimizeLegibility; + font-feature-settings: "kern"; + -webkit-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern=1"; +} + +/* line 57, ../../sass/logbook.scss */ +#infowindow { + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; +} + +/* line 61, ../../sass/logbook.scss */ +.form-container { + top: 50px; +} + +/* line 64, ../../sass/logbook.scss */ +h1, h2, h3 { + font-family: 'im_fell_double_pica_scregular', serif; +} + +/* line 67, ../../sass/logbook.scss */ +.logheader { + font-size: larger; + font-weight: bold; +} + +/* line 71, ../../sass/logbook.scss */ +.logentry { + padding-left: 25px; + padding-right: 25px; + border-bottom: 1px solid #282625; +} + +/* line 76, ../../sass/logbook.scss */ +.logentry2 { + padding-left: 100px; + padding-right: 100px; + border-bottom: 1px solid #282625; +} + +/* line 81, ../../sass/logbook.scss */ +ul { + list-style: square inside url("../images/hunt/bullet3.png"); +} + +/* line 84, ../../sass/logbook.scss */ +table.fancy { + padding: 0; + margin: 0; + width: 100%; + border-collapse: collapse; + border-style: double; + border-color: #282625; + border-left: 0; + border-right: 0; +} + +/* line 94, ../../sass/logbook.scss */ +table.fancy th, tr { + padding: 0; + margin: 0; +} + +/* line 98, ../../sass/logbook.scss */ +table.fancy td { + padding-left: 10px; + margin: 0; + border: 1px solid #282625; + border-right: 0; +} + +/* line 104, ../../sass/logbook.scss */ +.tdleft { + padding: 0; + width: 10%; + border-left: 0; +} + +/* line 109, ../../sass/logbook.scss */ +.caption { + font-style: italic; + border-top: 0px; + margin-top: 0px; + padding-top: 0px; +} + +/* line 116, ../../sass/logbook.scss */ +.puzzle-sans { + font-family: sans-serif; +} + +/* line 120, ../../sass/logbook.scss */ +.puzzle { + display: table; + width: 100%; +} + +/* line 125, ../../sass/logbook.scss */ +.puzzle-page-header { + margin-bottom: 20px; +} + +/* line 129, ../../sass/logbook.scss */ +.answer { + margin-bottom: 30px; +} + +/* line 133, ../../sass/logbook.scss */ +.puzzle li { + list-style-position: inside; + text-indent: -1.1em; +} + +/* line 138, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 145, ../../sass/logbook.scss */ +.clickbaitbannerbox { + width: 320px; + margin-right: 20px; + margin-left: auto; + margin-bottom: 20px; + margin-top: -30px; +} + +@media print { + /* line 154, ../../sass/logbook.scss */ + .clickbaitbannerbox { + margin-top: 50px; + } +} +/* line 159, ../../sass/logbook.scss */ +.clickbaitbanner { + background-color: white; + padding: 10px; +} + +/* line 163, ../../sass/logbook.scss */ +.attop { + position: absolute; + top: 0px; + left: 0px; +} + +/* line 169, ../../sass/logbook.scss */ +.byline { + font-family: 'Times New Roman', serif; + font-style: italic; +} + +/* line 173, ../../sass/logbook.scss */ +.clickbaitlink { + font-family: Helvetica, Arial, sans-serif; + font-size: 20px; +} + +/* line 177, ../../sass/logbook.scss */ +.clickbaitlink a { + text-decoration: none; +} + +/* line 181, ../../sass/logbook.scss */ +.puzzle p, .puzzle li { + line-height: 1.4em; +} + +/* line 185, ../../sass/logbook.scss */ +.solution-table td, .solution-table th { + padding-right: 15px; +} + +@media print { + /* line 190, ../../sass/logbook.scss */ + #puzzle-obj img { + display: none; + } + + /* line 194, ../../sass/logbook.scss */ + .no-page-break { + page-break-inside: avoid; + } + + /* line 197, ../../sass/logbook.scss */ + #paper { + width: 100%; + margin-bottom: 0px !important; + padding-bottom: 0px !important; + border: 0px !important; + } +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r07m_MIT_Mystery_Hunt_2015_Treasure_Chest_Meta/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r07m_MIT_Mystery_Hunt_2015_Treasure_Chest_Meta/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r07m_MIT_Mystery_Hunt_2015_Treasure_Chest_Meta/logbook.css @@ -0,0 +1,244 @@ +@font-face { + font-family: 'im_fell_double_pica_scregular'; + src: url("../fonts/hunt/imfedpsc28p-webfont.eot"); + src: url("../fonts/hunt/imfedpsc28p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hunt/imfedpsc28p-webfont.woff2") format("woff2"), url("../fonts/hunt/imfedpsc28p-webfont.woff") format("woff"), url("../fonts/hunt/imfedpsc28p-webfont.ttf") format("truetype"), url("../fonts/hunt/imfedpsc28p-webfont.svg#im_fell_double_pica_scregular") format("svg"); + font-weight: normal; + font-style: normal; +} + +/* line 14, ../../sass/logbook.scss */ +body { + margin: 0px; + border: 0px; + padding: 0px; +} + +/* line 19, ../../sass/logbook.scss */ +.headerbutton { + padding: 0 12px 0 12px; + float: right; +} + +/* line 24, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 31, ../../sass/logbook.scss */ +#paper { + z-index: 9; + width: 1000px; + padding: 37px 55px 72px; + position: relative; + border: 1px solid #333333; + background: #dbc397; + -webkit-background-size: 100% 30px; + -moz-background-size: 100% 30px; + -ms-background-size: 100% 30px; + background-size: 100% 30px; + box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5); + border-radius: 4px 4px 4px 4px; + color: #282625; + margin: 0 auto; + margin-bottom: 60px; + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; + text-rendering: optimizeLegibility; + font-feature-settings: "kern"; + -webkit-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern=1"; +} + +/* line 57, ../../sass/logbook.scss */ +#infowindow { + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; +} + +/* line 61, ../../sass/logbook.scss */ +.form-container { + top: 50px; +} + +/* line 64, ../../sass/logbook.scss */ +h1, h2, h3 { + font-family: 'im_fell_double_pica_scregular', serif; +} + +/* line 67, ../../sass/logbook.scss */ +.logheader { + font-size: larger; + font-weight: bold; +} + +/* line 71, ../../sass/logbook.scss */ +.logentry { + padding-left: 25px; + padding-right: 25px; + border-bottom: 1px solid #282625; +} + +/* line 76, ../../sass/logbook.scss */ +.logentry2 { + padding-left: 100px; + padding-right: 100px; + border-bottom: 1px solid #282625; +} + +/* line 81, ../../sass/logbook.scss */ +ul { + list-style: square inside url("../images/hunt/bullet3.png"); +} + +/* line 84, ../../sass/logbook.scss */ +table.fancy { + padding: 0; + margin: 0; + width: 100%; + border-collapse: collapse; + border-style: double; + border-color: #282625; + border-left: 0; + border-right: 0; +} + +/* line 94, ../../sass/logbook.scss */ +table.fancy th, tr { + padding: 0; + margin: 0; +} + +/* line 98, ../../sass/logbook.scss */ +table.fancy td { + padding-left: 10px; + margin: 0; + border: 1px solid #282625; + border-right: 0; +} + +/* line 104, ../../sass/logbook.scss */ +.tdleft { + padding: 0; + width: 10%; + border-left: 0; +} + +/* line 109, ../../sass/logbook.scss */ +.caption { + font-style: italic; + border-top: 0px; + margin-top: 0px; + padding-top: 0px; +} + +/* line 116, ../../sass/logbook.scss */ +.puzzle-sans { + font-family: sans-serif; +} + +/* line 120, ../../sass/logbook.scss */ +.puzzle { + display: table; + width: 100%; +} + +/* line 125, ../../sass/logbook.scss */ +.puzzle-page-header { + margin-bottom: 20px; +} + +/* line 129, ../../sass/logbook.scss */ +.answer { + margin-bottom: 30px; +} + +/* line 133, ../../sass/logbook.scss */ +.puzzle li { + list-style-position: inside; + text-indent: -1.1em; +} + +/* line 138, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 145, ../../sass/logbook.scss */ +.clickbaitbannerbox { + width: 320px; + margin-right: 20px; + margin-left: auto; + margin-bottom: 20px; + margin-top: -30px; +} + +@media print { + /* line 154, ../../sass/logbook.scss */ + .clickbaitbannerbox { + margin-top: 50px; + } +} +/* line 159, ../../sass/logbook.scss */ +.clickbaitbanner { + background-color: white; + padding: 10px; +} + +/* line 163, ../../sass/logbook.scss */ +.attop { + position: absolute; + top: 0px; + left: 0px; +} + +/* line 169, ../../sass/logbook.scss */ +.byline { + font-family: 'Times New Roman', serif; + font-style: italic; +} + +/* line 173, ../../sass/logbook.scss */ +.clickbaitlink { + font-family: Helvetica, Arial, sans-serif; + font-size: 20px; +} + +/* line 177, ../../sass/logbook.scss */ +.clickbaitlink a { + text-decoration: none; +} + +/* line 181, ../../sass/logbook.scss */ +.puzzle p, .puzzle li { + line-height: 1.4em; +} + +/* line 185, ../../sass/logbook.scss */ +.solution-table td, .solution-table th { + padding-right: 15px; +} + +@media print { + /* line 190, ../../sass/logbook.scss */ + #puzzle-obj img { + display: none; + } + + /* line 194, ../../sass/logbook.scss */ + .no-page-break { + page-break-inside: avoid; + } + + /* line 197, ../../sass/logbook.scss */ + #paper { + width: 100%; + margin-bottom: 0px !important; + padding-bottom: 0px !important; + border: 0px !important; + } +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r081_MIT_Mystery_Hunt_2015_Shark_Blood/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r081_MIT_Mystery_Hunt_2015_Shark_Blood/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r081_MIT_Mystery_Hunt_2015_Shark_Blood/logbook.css @@ -0,0 +1,244 @@ +@font-face { + font-family: 'im_fell_double_pica_scregular'; + src: url("../fonts/hunt/imfedpsc28p-webfont.eot"); + src: url("../fonts/hunt/imfedpsc28p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hunt/imfedpsc28p-webfont.woff2") format("woff2"), url("../fonts/hunt/imfedpsc28p-webfont.woff") format("woff"), url("../fonts/hunt/imfedpsc28p-webfont.ttf") format("truetype"), url("../fonts/hunt/imfedpsc28p-webfont.svg#im_fell_double_pica_scregular") format("svg"); + font-weight: normal; + font-style: normal; +} + +/* line 14, ../../sass/logbook.scss */ +body { + margin: 0px; + border: 0px; + padding: 0px; +} + +/* line 19, ../../sass/logbook.scss */ +.headerbutton { + padding: 0 12px 0 12px; + float: right; +} + +/* line 24, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 31, ../../sass/logbook.scss */ +#paper { + z-index: 9; + width: 1000px; + padding: 37px 55px 72px; + position: relative; + border: 1px solid #333333; + background: #dbc397; + -webkit-background-size: 100% 30px; + -moz-background-size: 100% 30px; + -ms-background-size: 100% 30px; + background-size: 100% 30px; + box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5); + border-radius: 4px 4px 4px 4px; + color: #282625; + margin: 0 auto; + margin-bottom: 60px; + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; + text-rendering: optimizeLegibility; + font-feature-settings: "kern"; + -webkit-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern=1"; +} + +/* line 57, ../../sass/logbook.scss */ +#infowindow { + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; +} + +/* line 61, ../../sass/logbook.scss */ +.form-container { + top: 50px; +} + +/* line 64, ../../sass/logbook.scss */ +h1, h2, h3 { + font-family: 'im_fell_double_pica_scregular', serif; +} + +/* line 67, ../../sass/logbook.scss */ +.logheader { + font-size: larger; + font-weight: bold; +} + +/* line 71, ../../sass/logbook.scss */ +.logentry { + padding-left: 25px; + padding-right: 25px; + border-bottom: 1px solid #282625; +} + +/* line 76, ../../sass/logbook.scss */ +.logentry2 { + padding-left: 100px; + padding-right: 100px; + border-bottom: 1px solid #282625; +} + +/* line 81, ../../sass/logbook.scss */ +ul { + list-style: square inside url("../images/hunt/bullet3.png"); +} + +/* line 84, ../../sass/logbook.scss */ +table.fancy { + padding: 0; + margin: 0; + width: 100%; + border-collapse: collapse; + border-style: double; + border-color: #282625; + border-left: 0; + border-right: 0; +} + +/* line 94, ../../sass/logbook.scss */ +table.fancy th, tr { + padding: 0; + margin: 0; +} + +/* line 98, ../../sass/logbook.scss */ +table.fancy td { + padding-left: 10px; + margin: 0; + border: 1px solid #282625; + border-right: 0; +} + +/* line 104, ../../sass/logbook.scss */ +.tdleft { + padding: 0; + width: 10%; + border-left: 0; +} + +/* line 109, ../../sass/logbook.scss */ +.caption { + font-style: italic; + border-top: 0px; + margin-top: 0px; + padding-top: 0px; +} + +/* line 116, ../../sass/logbook.scss */ +.puzzle-sans { + font-family: sans-serif; +} + +/* line 120, ../../sass/logbook.scss */ +.puzzle { + display: table; + width: 100%; +} + +/* line 125, ../../sass/logbook.scss */ +.puzzle-page-header { + margin-bottom: 20px; +} + +/* line 129, ../../sass/logbook.scss */ +.answer { + margin-bottom: 30px; +} + +/* line 133, ../../sass/logbook.scss */ +.puzzle li { + list-style-position: inside; + text-indent: -1.1em; +} + +/* line 138, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 145, ../../sass/logbook.scss */ +.clickbaitbannerbox { + width: 320px; + margin-right: 20px; + margin-left: auto; + margin-bottom: 20px; + margin-top: -30px; +} + +@media print { + /* line 154, ../../sass/logbook.scss */ + .clickbaitbannerbox { + margin-top: 50px; + } +} +/* line 159, ../../sass/logbook.scss */ +.clickbaitbanner { + background-color: white; + padding: 10px; +} + +/* line 163, ../../sass/logbook.scss */ +.attop { + position: absolute; + top: 0px; + left: 0px; +} + +/* line 169, ../../sass/logbook.scss */ +.byline { + font-family: 'Times New Roman', serif; + font-style: italic; +} + +/* line 173, ../../sass/logbook.scss */ +.clickbaitlink { + font-family: Helvetica, Arial, sans-serif; + font-size: 20px; +} + +/* line 177, ../../sass/logbook.scss */ +.clickbaitlink a { + text-decoration: none; +} + +/* line 181, ../../sass/logbook.scss */ +.puzzle p, .puzzle li { + line-height: 1.4em; +} + +/* line 185, ../../sass/logbook.scss */ +.solution-table td, .solution-table th { + padding-right: 15px; +} + +@media print { + /* line 190, ../../sass/logbook.scss */ + #puzzle-obj img { + display: none; + } + + /* line 194, ../../sass/logbook.scss */ + .no-page-break { + page-break-inside: avoid; + } + + /* line 197, ../../sass/logbook.scss */ + #paper { + width: 100%; + margin-bottom: 0px !important; + padding-bottom: 0px !important; + border: 0px !important; + } +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r082_MIT_Mystery_Hunt_2015_Welcome_to_Dead_Waters/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r082_MIT_Mystery_Hunt_2015_Welcome_to_Dead_Waters/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r082_MIT_Mystery_Hunt_2015_Welcome_to_Dead_Waters/logbook.css @@ -0,0 +1,244 @@ +@font-face { + font-family: 'im_fell_double_pica_scregular'; + src: url("../fonts/hunt/imfedpsc28p-webfont.eot"); + src: url("../fonts/hunt/imfedpsc28p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hunt/imfedpsc28p-webfont.woff2") format("woff2"), url("../fonts/hunt/imfedpsc28p-webfont.woff") format("woff"), url("../fonts/hunt/imfedpsc28p-webfont.ttf") format("truetype"), url("../fonts/hunt/imfedpsc28p-webfont.svg#im_fell_double_pica_scregular") format("svg"); + font-weight: normal; + font-style: normal; +} + +/* line 14, ../../sass/logbook.scss */ +body { + margin: 0px; + border: 0px; + padding: 0px; +} + +/* line 19, ../../sass/logbook.scss */ +.headerbutton { + padding: 0 12px 0 12px; + float: right; +} + +/* line 24, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 31, ../../sass/logbook.scss */ +#paper { + z-index: 9; + width: 1000px; + padding: 37px 55px 72px; + position: relative; + border: 1px solid #333333; + background: #dbc397; + -webkit-background-size: 100% 30px; + -moz-background-size: 100% 30px; + -ms-background-size: 100% 30px; + background-size: 100% 30px; + box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5); + border-radius: 4px 4px 4px 4px; + color: #282625; + margin: 0 auto; + margin-bottom: 60px; + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; + text-rendering: optimizeLegibility; + font-feature-settings: "kern"; + -webkit-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern=1"; +} + +/* line 57, ../../sass/logbook.scss */ +#infowindow { + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; +} + +/* line 61, ../../sass/logbook.scss */ +.form-container { + top: 50px; +} + +/* line 64, ../../sass/logbook.scss */ +h1, h2, h3 { + font-family: 'im_fell_double_pica_scregular', serif; +} + +/* line 67, ../../sass/logbook.scss */ +.logheader { + font-size: larger; + font-weight: bold; +} + +/* line 71, ../../sass/logbook.scss */ +.logentry { + padding-left: 25px; + padding-right: 25px; + border-bottom: 1px solid #282625; +} + +/* line 76, ../../sass/logbook.scss */ +.logentry2 { + padding-left: 100px; + padding-right: 100px; + border-bottom: 1px solid #282625; +} + +/* line 81, ../../sass/logbook.scss */ +ul { + list-style: square inside url("../images/hunt/bullet3.png"); +} + +/* line 84, ../../sass/logbook.scss */ +table.fancy { + padding: 0; + margin: 0; + width: 100%; + border-collapse: collapse; + border-style: double; + border-color: #282625; + border-left: 0; + border-right: 0; +} + +/* line 94, ../../sass/logbook.scss */ +table.fancy th, tr { + padding: 0; + margin: 0; +} + +/* line 98, ../../sass/logbook.scss */ +table.fancy td { + padding-left: 10px; + margin: 0; + border: 1px solid #282625; + border-right: 0; +} + +/* line 104, ../../sass/logbook.scss */ +.tdleft { + padding: 0; + width: 10%; + border-left: 0; +} + +/* line 109, ../../sass/logbook.scss */ +.caption { + font-style: italic; + border-top: 0px; + margin-top: 0px; + padding-top: 0px; +} + +/* line 116, ../../sass/logbook.scss */ +.puzzle-sans { + font-family: sans-serif; +} + +/* line 120, ../../sass/logbook.scss */ +.puzzle { + display: table; + width: 100%; +} + +/* line 125, ../../sass/logbook.scss */ +.puzzle-page-header { + margin-bottom: 20px; +} + +/* line 129, ../../sass/logbook.scss */ +.answer { + margin-bottom: 30px; +} + +/* line 133, ../../sass/logbook.scss */ +.puzzle li { + list-style-position: inside; + text-indent: -1.1em; +} + +/* line 138, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 145, ../../sass/logbook.scss */ +.clickbaitbannerbox { + width: 320px; + margin-right: 20px; + margin-left: auto; + margin-bottom: 20px; + margin-top: -30px; +} + +@media print { + /* line 154, ../../sass/logbook.scss */ + .clickbaitbannerbox { + margin-top: 50px; + } +} +/* line 159, ../../sass/logbook.scss */ +.clickbaitbanner { + background-color: white; + padding: 10px; +} + +/* line 163, ../../sass/logbook.scss */ +.attop { + position: absolute; + top: 0px; + left: 0px; +} + +/* line 169, ../../sass/logbook.scss */ +.byline { + font-family: 'Times New Roman', serif; + font-style: italic; +} + +/* line 173, ../../sass/logbook.scss */ +.clickbaitlink { + font-family: Helvetica, Arial, sans-serif; + font-size: 20px; +} + +/* line 177, ../../sass/logbook.scss */ +.clickbaitlink a { + text-decoration: none; +} + +/* line 181, ../../sass/logbook.scss */ +.puzzle p, .puzzle li { + line-height: 1.4em; +} + +/* line 185, ../../sass/logbook.scss */ +.solution-table td, .solution-table th { + padding-right: 15px; +} + +@media print { + /* line 190, ../../sass/logbook.scss */ + #puzzle-obj img { + display: none; + } + + /* line 194, ../../sass/logbook.scss */ + .no-page-break { + page-break-inside: avoid; + } + + /* line 197, ../../sass/logbook.scss */ + #paper { + width: 100%; + margin-bottom: 0px !important; + padding-bottom: 0px !important; + border: 0px !important; + } +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r083_MIT_Mystery_Hunt_2015_Say_Cheese_and_Dive/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r083_MIT_Mystery_Hunt_2015_Say_Cheese_and_Dive/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r083_MIT_Mystery_Hunt_2015_Say_Cheese_and_Dive/logbook.css @@ -0,0 +1,244 @@ +@font-face { + font-family: 'im_fell_double_pica_scregular'; + src: url("../fonts/hunt/imfedpsc28p-webfont.eot"); + src: url("../fonts/hunt/imfedpsc28p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hunt/imfedpsc28p-webfont.woff2") format("woff2"), url("../fonts/hunt/imfedpsc28p-webfont.woff") format("woff"), url("../fonts/hunt/imfedpsc28p-webfont.ttf") format("truetype"), url("../fonts/hunt/imfedpsc28p-webfont.svg#im_fell_double_pica_scregular") format("svg"); + font-weight: normal; + font-style: normal; +} + +/* line 14, ../../sass/logbook.scss */ +body { + margin: 0px; + border: 0px; + padding: 0px; +} + +/* line 19, ../../sass/logbook.scss */ +.headerbutton { + padding: 0 12px 0 12px; + float: right; +} + +/* line 24, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 31, ../../sass/logbook.scss */ +#paper { + z-index: 9; + width: 1000px; + padding: 37px 55px 72px; + position: relative; + border: 1px solid #333333; + background: #dbc397; + -webkit-background-size: 100% 30px; + -moz-background-size: 100% 30px; + -ms-background-size: 100% 30px; + background-size: 100% 30px; + box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5); + border-radius: 4px 4px 4px 4px; + color: #282625; + margin: 0 auto; + margin-bottom: 60px; + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; + text-rendering: optimizeLegibility; + font-feature-settings: "kern"; + -webkit-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern=1"; +} + +/* line 57, ../../sass/logbook.scss */ +#infowindow { + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; +} + +/* line 61, ../../sass/logbook.scss */ +.form-container { + top: 50px; +} + +/* line 64, ../../sass/logbook.scss */ +h1, h2, h3 { + font-family: 'im_fell_double_pica_scregular', serif; +} + +/* line 67, ../../sass/logbook.scss */ +.logheader { + font-size: larger; + font-weight: bold; +} + +/* line 71, ../../sass/logbook.scss */ +.logentry { + padding-left: 25px; + padding-right: 25px; + border-bottom: 1px solid #282625; +} + +/* line 76, ../../sass/logbook.scss */ +.logentry2 { + padding-left: 100px; + padding-right: 100px; + border-bottom: 1px solid #282625; +} + +/* line 81, ../../sass/logbook.scss */ +ul { + list-style: square inside url("../images/hunt/bullet3.png"); +} + +/* line 84, ../../sass/logbook.scss */ +table.fancy { + padding: 0; + margin: 0; + width: 100%; + border-collapse: collapse; + border-style: double; + border-color: #282625; + border-left: 0; + border-right: 0; +} + +/* line 94, ../../sass/logbook.scss */ +table.fancy th, tr { + padding: 0; + margin: 0; +} + +/* line 98, ../../sass/logbook.scss */ +table.fancy td { + padding-left: 10px; + margin: 0; + border: 1px solid #282625; + border-right: 0; +} + +/* line 104, ../../sass/logbook.scss */ +.tdleft { + padding: 0; + width: 10%; + border-left: 0; +} + +/* line 109, ../../sass/logbook.scss */ +.caption { + font-style: italic; + border-top: 0px; + margin-top: 0px; + padding-top: 0px; +} + +/* line 116, ../../sass/logbook.scss */ +.puzzle-sans { + font-family: sans-serif; +} + +/* line 120, ../../sass/logbook.scss */ +.puzzle { + display: table; + width: 100%; +} + +/* line 125, ../../sass/logbook.scss */ +.puzzle-page-header { + margin-bottom: 20px; +} + +/* line 129, ../../sass/logbook.scss */ +.answer { + margin-bottom: 30px; +} + +/* line 133, ../../sass/logbook.scss */ +.puzzle li { + list-style-position: inside; + text-indent: -1.1em; +} + +/* line 138, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 145, ../../sass/logbook.scss */ +.clickbaitbannerbox { + width: 320px; + margin-right: 20px; + margin-left: auto; + margin-bottom: 20px; + margin-top: -30px; +} + +@media print { + /* line 154, ../../sass/logbook.scss */ + .clickbaitbannerbox { + margin-top: 50px; + } +} +/* line 159, ../../sass/logbook.scss */ +.clickbaitbanner { + background-color: white; + padding: 10px; +} + +/* line 163, ../../sass/logbook.scss */ +.attop { + position: absolute; + top: 0px; + left: 0px; +} + +/* line 169, ../../sass/logbook.scss */ +.byline { + font-family: 'Times New Roman', serif; + font-style: italic; +} + +/* line 173, ../../sass/logbook.scss */ +.clickbaitlink { + font-family: Helvetica, Arial, sans-serif; + font-size: 20px; +} + +/* line 177, ../../sass/logbook.scss */ +.clickbaitlink a { + text-decoration: none; +} + +/* line 181, ../../sass/logbook.scss */ +.puzzle p, .puzzle li { + line-height: 1.4em; +} + +/* line 185, ../../sass/logbook.scss */ +.solution-table td, .solution-table th { + padding-right: 15px; +} + +@media print { + /* line 190, ../../sass/logbook.scss */ + #puzzle-obj img { + display: none; + } + + /* line 194, ../../sass/logbook.scss */ + .no-page-break { + page-break-inside: avoid; + } + + /* line 197, ../../sass/logbook.scss */ + #paper { + width: 100%; + margin-bottom: 0px !important; + padding-bottom: 0px !important; + border: 0px !important; + } +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r084_MIT_Mystery_Hunt_2015_Let_s_Get_Submersible/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r084_MIT_Mystery_Hunt_2015_Let_s_Get_Submersible/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r084_MIT_Mystery_Hunt_2015_Let_s_Get_Submersible/logbook.css @@ -0,0 +1,244 @@ +@font-face { + font-family: 'im_fell_double_pica_scregular'; + src: url("../fonts/hunt/imfedpsc28p-webfont.eot"); + src: url("../fonts/hunt/imfedpsc28p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hunt/imfedpsc28p-webfont.woff2") format("woff2"), url("../fonts/hunt/imfedpsc28p-webfont.woff") format("woff"), url("../fonts/hunt/imfedpsc28p-webfont.ttf") format("truetype"), url("../fonts/hunt/imfedpsc28p-webfont.svg#im_fell_double_pica_scregular") format("svg"); + font-weight: normal; + font-style: normal; +} + +/* line 14, ../../sass/logbook.scss */ +body { + margin: 0px; + border: 0px; + padding: 0px; +} + +/* line 19, ../../sass/logbook.scss */ +.headerbutton { + padding: 0 12px 0 12px; + float: right; +} + +/* line 24, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 31, ../../sass/logbook.scss */ +#paper { + z-index: 9; + width: 1000px; + padding: 37px 55px 72px; + position: relative; + border: 1px solid #333333; + background: #dbc397; + -webkit-background-size: 100% 30px; + -moz-background-size: 100% 30px; + -ms-background-size: 100% 30px; + background-size: 100% 30px; + box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5); + border-radius: 4px 4px 4px 4px; + color: #282625; + margin: 0 auto; + margin-bottom: 60px; + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; + text-rendering: optimizeLegibility; + font-feature-settings: "kern"; + -webkit-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern=1"; +} + +/* line 57, ../../sass/logbook.scss */ +#infowindow { + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; +} + +/* line 61, ../../sass/logbook.scss */ +.form-container { + top: 50px; +} + +/* line 64, ../../sass/logbook.scss */ +h1, h2, h3 { + font-family: 'im_fell_double_pica_scregular', serif; +} + +/* line 67, ../../sass/logbook.scss */ +.logheader { + font-size: larger; + font-weight: bold; +} + +/* line 71, ../../sass/logbook.scss */ +.logentry { + padding-left: 25px; + padding-right: 25px; + border-bottom: 1px solid #282625; +} + +/* line 76, ../../sass/logbook.scss */ +.logentry2 { + padding-left: 100px; + padding-right: 100px; + border-bottom: 1px solid #282625; +} + +/* line 81, ../../sass/logbook.scss */ +ul { + list-style: square inside url("../images/hunt/bullet3.png"); +} + +/* line 84, ../../sass/logbook.scss */ +table.fancy { + padding: 0; + margin: 0; + width: 100%; + border-collapse: collapse; + border-style: double; + border-color: #282625; + border-left: 0; + border-right: 0; +} + +/* line 94, ../../sass/logbook.scss */ +table.fancy th, tr { + padding: 0; + margin: 0; +} + +/* line 98, ../../sass/logbook.scss */ +table.fancy td { + padding-left: 10px; + margin: 0; + border: 1px solid #282625; + border-right: 0; +} + +/* line 104, ../../sass/logbook.scss */ +.tdleft { + padding: 0; + width: 10%; + border-left: 0; +} + +/* line 109, ../../sass/logbook.scss */ +.caption { + font-style: italic; + border-top: 0px; + margin-top: 0px; + padding-top: 0px; +} + +/* line 116, ../../sass/logbook.scss */ +.puzzle-sans { + font-family: sans-serif; +} + +/* line 120, ../../sass/logbook.scss */ +.puzzle { + display: table; + width: 100%; +} + +/* line 125, ../../sass/logbook.scss */ +.puzzle-page-header { + margin-bottom: 20px; +} + +/* line 129, ../../sass/logbook.scss */ +.answer { + margin-bottom: 30px; +} + +/* line 133, ../../sass/logbook.scss */ +.puzzle li { + list-style-position: inside; + text-indent: -1.1em; +} + +/* line 138, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 145, ../../sass/logbook.scss */ +.clickbaitbannerbox { + width: 320px; + margin-right: 20px; + margin-left: auto; + margin-bottom: 20px; + margin-top: -30px; +} + +@media print { + /* line 154, ../../sass/logbook.scss */ + .clickbaitbannerbox { + margin-top: 50px; + } +} +/* line 159, ../../sass/logbook.scss */ +.clickbaitbanner { + background-color: white; + padding: 10px; +} + +/* line 163, ../../sass/logbook.scss */ +.attop { + position: absolute; + top: 0px; + left: 0px; +} + +/* line 169, ../../sass/logbook.scss */ +.byline { + font-family: 'Times New Roman', serif; + font-style: italic; +} + +/* line 173, ../../sass/logbook.scss */ +.clickbaitlink { + font-family: Helvetica, Arial, sans-serif; + font-size: 20px; +} + +/* line 177, ../../sass/logbook.scss */ +.clickbaitlink a { + text-decoration: none; +} + +/* line 181, ../../sass/logbook.scss */ +.puzzle p, .puzzle li { + line-height: 1.4em; +} + +/* line 185, ../../sass/logbook.scss */ +.solution-table td, .solution-table th { + padding-right: 15px; +} + +@media print { + /* line 190, ../../sass/logbook.scss */ + #puzzle-obj img { + display: none; + } + + /* line 194, ../../sass/logbook.scss */ + .no-page-break { + page-break-inside: avoid; + } + + /* line 197, ../../sass/logbook.scss */ + #paper { + width: 100%; + margin-bottom: 0px !important; + padding-bottom: 0px !important; + border: 0px !important; + } +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r085_MIT_Mystery_Hunt_2015_Night_of_the_Living_Kraken/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r085_MIT_Mystery_Hunt_2015_Night_of_the_Living_Kraken/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r085_MIT_Mystery_Hunt_2015_Night_of_the_Living_Kraken/logbook.css @@ -0,0 +1,244 @@ +@font-face { + font-family: 'im_fell_double_pica_scregular'; + src: url("../fonts/hunt/imfedpsc28p-webfont.eot"); + src: url("../fonts/hunt/imfedpsc28p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hunt/imfedpsc28p-webfont.woff2") format("woff2"), url("../fonts/hunt/imfedpsc28p-webfont.woff") format("woff"), url("../fonts/hunt/imfedpsc28p-webfont.ttf") format("truetype"), url("../fonts/hunt/imfedpsc28p-webfont.svg#im_fell_double_pica_scregular") format("svg"); + font-weight: normal; + font-style: normal; +} + +/* line 14, ../../sass/logbook.scss */ +body { + margin: 0px; + border: 0px; + padding: 0px; +} + +/* line 19, ../../sass/logbook.scss */ +.headerbutton { + padding: 0 12px 0 12px; + float: right; +} + +/* line 24, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 31, ../../sass/logbook.scss */ +#paper { + z-index: 9; + width: 1000px; + padding: 37px 55px 72px; + position: relative; + border: 1px solid #333333; + background: #dbc397; + -webkit-background-size: 100% 30px; + -moz-background-size: 100% 30px; + -ms-background-size: 100% 30px; + background-size: 100% 30px; + box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5); + border-radius: 4px 4px 4px 4px; + color: #282625; + margin: 0 auto; + margin-bottom: 60px; + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; + text-rendering: optimizeLegibility; + font-feature-settings: "kern"; + -webkit-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern=1"; +} + +/* line 57, ../../sass/logbook.scss */ +#infowindow { + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; +} + +/* line 61, ../../sass/logbook.scss */ +.form-container { + top: 50px; +} + +/* line 64, ../../sass/logbook.scss */ +h1, h2, h3 { + font-family: 'im_fell_double_pica_scregular', serif; +} + +/* line 67, ../../sass/logbook.scss */ +.logheader { + font-size: larger; + font-weight: bold; +} + +/* line 71, ../../sass/logbook.scss */ +.logentry { + padding-left: 25px; + padding-right: 25px; + border-bottom: 1px solid #282625; +} + +/* line 76, ../../sass/logbook.scss */ +.logentry2 { + padding-left: 100px; + padding-right: 100px; + border-bottom: 1px solid #282625; +} + +/* line 81, ../../sass/logbook.scss */ +ul { + list-style: square inside url("../images/hunt/bullet3.png"); +} + +/* line 84, ../../sass/logbook.scss */ +table.fancy { + padding: 0; + margin: 0; + width: 100%; + border-collapse: collapse; + border-style: double; + border-color: #282625; + border-left: 0; + border-right: 0; +} + +/* line 94, ../../sass/logbook.scss */ +table.fancy th, tr { + padding: 0; + margin: 0; +} + +/* line 98, ../../sass/logbook.scss */ +table.fancy td { + padding-left: 10px; + margin: 0; + border: 1px solid #282625; + border-right: 0; +} + +/* line 104, ../../sass/logbook.scss */ +.tdleft { + padding: 0; + width: 10%; + border-left: 0; +} + +/* line 109, ../../sass/logbook.scss */ +.caption { + font-style: italic; + border-top: 0px; + margin-top: 0px; + padding-top: 0px; +} + +/* line 116, ../../sass/logbook.scss */ +.puzzle-sans { + font-family: sans-serif; +} + +/* line 120, ../../sass/logbook.scss */ +.puzzle { + display: table; + width: 100%; +} + +/* line 125, ../../sass/logbook.scss */ +.puzzle-page-header { + margin-bottom: 20px; +} + +/* line 129, ../../sass/logbook.scss */ +.answer { + margin-bottom: 30px; +} + +/* line 133, ../../sass/logbook.scss */ +.puzzle li { + list-style-position: inside; + text-indent: -1.1em; +} + +/* line 138, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 145, ../../sass/logbook.scss */ +.clickbaitbannerbox { + width: 320px; + margin-right: 20px; + margin-left: auto; + margin-bottom: 20px; + margin-top: -30px; +} + +@media print { + /* line 154, ../../sass/logbook.scss */ + .clickbaitbannerbox { + margin-top: 50px; + } +} +/* line 159, ../../sass/logbook.scss */ +.clickbaitbanner { + background-color: white; + padding: 10px; +} + +/* line 163, ../../sass/logbook.scss */ +.attop { + position: absolute; + top: 0px; + left: 0px; +} + +/* line 169, ../../sass/logbook.scss */ +.byline { + font-family: 'Times New Roman', serif; + font-style: italic; +} + +/* line 173, ../../sass/logbook.scss */ +.clickbaitlink { + font-family: Helvetica, Arial, sans-serif; + font-size: 20px; +} + +/* line 177, ../../sass/logbook.scss */ +.clickbaitlink a { + text-decoration: none; +} + +/* line 181, ../../sass/logbook.scss */ +.puzzle p, .puzzle li { + line-height: 1.4em; +} + +/* line 185, ../../sass/logbook.scss */ +.solution-table td, .solution-table th { + padding-right: 15px; +} + +@media print { + /* line 190, ../../sass/logbook.scss */ + #puzzle-obj img { + display: none; + } + + /* line 194, ../../sass/logbook.scss */ + .no-page-break { + page-break-inside: avoid; + } + + /* line 197, ../../sass/logbook.scss */ + #paper { + width: 100%; + margin-bottom: 0px !important; + padding-bottom: 0px !important; + border: 0px !important; + } +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r086_MIT_Mystery_Hunt_2015_The_Curse_of_the_Atlantean_s_Tomb/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r086_MIT_Mystery_Hunt_2015_The_Curse_of_the_Atlantean_s_Tomb/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r086_MIT_Mystery_Hunt_2015_The_Curse_of_the_Atlantean_s_Tomb/logbook.css @@ -0,0 +1,244 @@ +@font-face { + font-family: 'im_fell_double_pica_scregular'; + src: url("../fonts/hunt/imfedpsc28p-webfont.eot"); + src: url("../fonts/hunt/imfedpsc28p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hunt/imfedpsc28p-webfont.woff2") format("woff2"), url("../fonts/hunt/imfedpsc28p-webfont.woff") format("woff"), url("../fonts/hunt/imfedpsc28p-webfont.ttf") format("truetype"), url("../fonts/hunt/imfedpsc28p-webfont.svg#im_fell_double_pica_scregular") format("svg"); + font-weight: normal; + font-style: normal; +} + +/* line 14, ../../sass/logbook.scss */ +body { + margin: 0px; + border: 0px; + padding: 0px; +} + +/* line 19, ../../sass/logbook.scss */ +.headerbutton { + padding: 0 12px 0 12px; + float: right; +} + +/* line 24, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 31, ../../sass/logbook.scss */ +#paper { + z-index: 9; + width: 1000px; + padding: 37px 55px 72px; + position: relative; + border: 1px solid #333333; + background: #dbc397; + -webkit-background-size: 100% 30px; + -moz-background-size: 100% 30px; + -ms-background-size: 100% 30px; + background-size: 100% 30px; + box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5); + border-radius: 4px 4px 4px 4px; + color: #282625; + margin: 0 auto; + margin-bottom: 60px; + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; + text-rendering: optimizeLegibility; + font-feature-settings: "kern"; + -webkit-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern=1"; +} + +/* line 57, ../../sass/logbook.scss */ +#infowindow { + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; +} + +/* line 61, ../../sass/logbook.scss */ +.form-container { + top: 50px; +} + +/* line 64, ../../sass/logbook.scss */ +h1, h2, h3 { + font-family: 'im_fell_double_pica_scregular', serif; +} + +/* line 67, ../../sass/logbook.scss */ +.logheader { + font-size: larger; + font-weight: bold; +} + +/* line 71, ../../sass/logbook.scss */ +.logentry { + padding-left: 25px; + padding-right: 25px; + border-bottom: 1px solid #282625; +} + +/* line 76, ../../sass/logbook.scss */ +.logentry2 { + padding-left: 100px; + padding-right: 100px; + border-bottom: 1px solid #282625; +} + +/* line 81, ../../sass/logbook.scss */ +ul { + list-style: square inside url("../images/hunt/bullet3.png"); +} + +/* line 84, ../../sass/logbook.scss */ +table.fancy { + padding: 0; + margin: 0; + width: 100%; + border-collapse: collapse; + border-style: double; + border-color: #282625; + border-left: 0; + border-right: 0; +} + +/* line 94, ../../sass/logbook.scss */ +table.fancy th, tr { + padding: 0; + margin: 0; +} + +/* line 98, ../../sass/logbook.scss */ +table.fancy td { + padding-left: 10px; + margin: 0; + border: 1px solid #282625; + border-right: 0; +} + +/* line 104, ../../sass/logbook.scss */ +.tdleft { + padding: 0; + width: 10%; + border-left: 0; +} + +/* line 109, ../../sass/logbook.scss */ +.caption { + font-style: italic; + border-top: 0px; + margin-top: 0px; + padding-top: 0px; +} + +/* line 116, ../../sass/logbook.scss */ +.puzzle-sans { + font-family: sans-serif; +} + +/* line 120, ../../sass/logbook.scss */ +.puzzle { + display: table; + width: 100%; +} + +/* line 125, ../../sass/logbook.scss */ +.puzzle-page-header { + margin-bottom: 20px; +} + +/* line 129, ../../sass/logbook.scss */ +.answer { + margin-bottom: 30px; +} + +/* line 133, ../../sass/logbook.scss */ +.puzzle li { + list-style-position: inside; + text-indent: -1.1em; +} + +/* line 138, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 145, ../../sass/logbook.scss */ +.clickbaitbannerbox { + width: 320px; + margin-right: 20px; + margin-left: auto; + margin-bottom: 20px; + margin-top: -30px; +} + +@media print { + /* line 154, ../../sass/logbook.scss */ + .clickbaitbannerbox { + margin-top: 50px; + } +} +/* line 159, ../../sass/logbook.scss */ +.clickbaitbanner { + background-color: white; + padding: 10px; +} + +/* line 163, ../../sass/logbook.scss */ +.attop { + position: absolute; + top: 0px; + left: 0px; +} + +/* line 169, ../../sass/logbook.scss */ +.byline { + font-family: 'Times New Roman', serif; + font-style: italic; +} + +/* line 173, ../../sass/logbook.scss */ +.clickbaitlink { + font-family: Helvetica, Arial, sans-serif; + font-size: 20px; +} + +/* line 177, ../../sass/logbook.scss */ +.clickbaitlink a { + text-decoration: none; +} + +/* line 181, ../../sass/logbook.scss */ +.puzzle p, .puzzle li { + line-height: 1.4em; +} + +/* line 185, ../../sass/logbook.scss */ +.solution-table td, .solution-table th { + padding-right: 15px; +} + +@media print { + /* line 190, ../../sass/logbook.scss */ + #puzzle-obj img { + display: none; + } + + /* line 194, ../../sass/logbook.scss */ + .no-page-break { + page-break-inside: avoid; + } + + /* line 197, ../../sass/logbook.scss */ + #paper { + width: 100%; + margin-bottom: 0px !important; + padding-bottom: 0px !important; + border: 0px !important; + } +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r087_MIT_Mystery_Hunt_2015_Stay_Out_of_the_Trench/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r087_MIT_Mystery_Hunt_2015_Stay_Out_of_the_Trench/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r087_MIT_Mystery_Hunt_2015_Stay_Out_of_the_Trench/logbook.css @@ -0,0 +1,244 @@ +@font-face { + font-family: 'im_fell_double_pica_scregular'; + src: url("../fonts/hunt/imfedpsc28p-webfont.eot"); + src: url("../fonts/hunt/imfedpsc28p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hunt/imfedpsc28p-webfont.woff2") format("woff2"), url("../fonts/hunt/imfedpsc28p-webfont.woff") format("woff"), url("../fonts/hunt/imfedpsc28p-webfont.ttf") format("truetype"), url("../fonts/hunt/imfedpsc28p-webfont.svg#im_fell_double_pica_scregular") format("svg"); + font-weight: normal; + font-style: normal; +} + +/* line 14, ../../sass/logbook.scss */ +body { + margin: 0px; + border: 0px; + padding: 0px; +} + +/* line 19, ../../sass/logbook.scss */ +.headerbutton { + padding: 0 12px 0 12px; + float: right; +} + +/* line 24, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 31, ../../sass/logbook.scss */ +#paper { + z-index: 9; + width: 1000px; + padding: 37px 55px 72px; + position: relative; + border: 1px solid #333333; + background: #dbc397; + -webkit-background-size: 100% 30px; + -moz-background-size: 100% 30px; + -ms-background-size: 100% 30px; + background-size: 100% 30px; + box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5); + border-radius: 4px 4px 4px 4px; + color: #282625; + margin: 0 auto; + margin-bottom: 60px; + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; + text-rendering: optimizeLegibility; + font-feature-settings: "kern"; + -webkit-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern=1"; +} + +/* line 57, ../../sass/logbook.scss */ +#infowindow { + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; +} + +/* line 61, ../../sass/logbook.scss */ +.form-container { + top: 50px; +} + +/* line 64, ../../sass/logbook.scss */ +h1, h2, h3 { + font-family: 'im_fell_double_pica_scregular', serif; +} + +/* line 67, ../../sass/logbook.scss */ +.logheader { + font-size: larger; + font-weight: bold; +} + +/* line 71, ../../sass/logbook.scss */ +.logentry { + padding-left: 25px; + padding-right: 25px; + border-bottom: 1px solid #282625; +} + +/* line 76, ../../sass/logbook.scss */ +.logentry2 { + padding-left: 100px; + padding-right: 100px; + border-bottom: 1px solid #282625; +} + +/* line 81, ../../sass/logbook.scss */ +ul { + list-style: square inside url("../images/hunt/bullet3.png"); +} + +/* line 84, ../../sass/logbook.scss */ +table.fancy { + padding: 0; + margin: 0; + width: 100%; + border-collapse: collapse; + border-style: double; + border-color: #282625; + border-left: 0; + border-right: 0; +} + +/* line 94, ../../sass/logbook.scss */ +table.fancy th, tr { + padding: 0; + margin: 0; +} + +/* line 98, ../../sass/logbook.scss */ +table.fancy td { + padding-left: 10px; + margin: 0; + border: 1px solid #282625; + border-right: 0; +} + +/* line 104, ../../sass/logbook.scss */ +.tdleft { + padding: 0; + width: 10%; + border-left: 0; +} + +/* line 109, ../../sass/logbook.scss */ +.caption { + font-style: italic; + border-top: 0px; + margin-top: 0px; + padding-top: 0px; +} + +/* line 116, ../../sass/logbook.scss */ +.puzzle-sans { + font-family: sans-serif; +} + +/* line 120, ../../sass/logbook.scss */ +.puzzle { + display: table; + width: 100%; +} + +/* line 125, ../../sass/logbook.scss */ +.puzzle-page-header { + margin-bottom: 20px; +} + +/* line 129, ../../sass/logbook.scss */ +.answer { + margin-bottom: 30px; +} + +/* line 133, ../../sass/logbook.scss */ +.puzzle li { + list-style-position: inside; + text-indent: -1.1em; +} + +/* line 138, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 145, ../../sass/logbook.scss */ +.clickbaitbannerbox { + width: 320px; + margin-right: 20px; + margin-left: auto; + margin-bottom: 20px; + margin-top: -30px; +} + +@media print { + /* line 154, ../../sass/logbook.scss */ + .clickbaitbannerbox { + margin-top: 50px; + } +} +/* line 159, ../../sass/logbook.scss */ +.clickbaitbanner { + background-color: white; + padding: 10px; +} + +/* line 163, ../../sass/logbook.scss */ +.attop { + position: absolute; + top: 0px; + left: 0px; +} + +/* line 169, ../../sass/logbook.scss */ +.byline { + font-family: 'Times New Roman', serif; + font-style: italic; +} + +/* line 173, ../../sass/logbook.scss */ +.clickbaitlink { + font-family: Helvetica, Arial, sans-serif; + font-size: 20px; +} + +/* line 177, ../../sass/logbook.scss */ +.clickbaitlink a { + text-decoration: none; +} + +/* line 181, ../../sass/logbook.scss */ +.puzzle p, .puzzle li { + line-height: 1.4em; +} + +/* line 185, ../../sass/logbook.scss */ +.solution-table td, .solution-table th { + padding-right: 15px; +} + +@media print { + /* line 190, ../../sass/logbook.scss */ + #puzzle-obj img { + display: none; + } + + /* line 194, ../../sass/logbook.scss */ + .no-page-break { + page-break-inside: avoid; + } + + /* line 197, ../../sass/logbook.scss */ + #paper { + width: 100%; + margin-bottom: 0px !important; + padding-bottom: 0px !important; + border: 0px !important; + } +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r088_MIT_Mystery_Hunt_2015_Graveyard_Meta/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r088_MIT_Mystery_Hunt_2015_Graveyard_Meta/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r088_MIT_Mystery_Hunt_2015_Graveyard_Meta/logbook.css @@ -0,0 +1,244 @@ +@font-face { + font-family: 'im_fell_double_pica_scregular'; + src: url("../fonts/hunt/imfedpsc28p-webfont.eot"); + src: url("../fonts/hunt/imfedpsc28p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hunt/imfedpsc28p-webfont.woff2") format("woff2"), url("../fonts/hunt/imfedpsc28p-webfont.woff") format("woff"), url("../fonts/hunt/imfedpsc28p-webfont.ttf") format("truetype"), url("../fonts/hunt/imfedpsc28p-webfont.svg#im_fell_double_pica_scregular") format("svg"); + font-weight: normal; + font-style: normal; +} + +/* line 14, ../../sass/logbook.scss */ +body { + margin: 0px; + border: 0px; + padding: 0px; +} + +/* line 19, ../../sass/logbook.scss */ +.headerbutton { + padding: 0 12px 0 12px; + float: right; +} + +/* line 24, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 31, ../../sass/logbook.scss */ +#paper { + z-index: 9; + width: 1000px; + padding: 37px 55px 72px; + position: relative; + border: 1px solid #333333; + background: #dbc397; + -webkit-background-size: 100% 30px; + -moz-background-size: 100% 30px; + -ms-background-size: 100% 30px; + background-size: 100% 30px; + box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5); + border-radius: 4px 4px 4px 4px; + color: #282625; + margin: 0 auto; + margin-bottom: 60px; + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; + text-rendering: optimizeLegibility; + font-feature-settings: "kern"; + -webkit-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern=1"; +} + +/* line 57, ../../sass/logbook.scss */ +#infowindow { + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; +} + +/* line 61, ../../sass/logbook.scss */ +.form-container { + top: 50px; +} + +/* line 64, ../../sass/logbook.scss */ +h1, h2, h3 { + font-family: 'im_fell_double_pica_scregular', serif; +} + +/* line 67, ../../sass/logbook.scss */ +.logheader { + font-size: larger; + font-weight: bold; +} + +/* line 71, ../../sass/logbook.scss */ +.logentry { + padding-left: 25px; + padding-right: 25px; + border-bottom: 1px solid #282625; +} + +/* line 76, ../../sass/logbook.scss */ +.logentry2 { + padding-left: 100px; + padding-right: 100px; + border-bottom: 1px solid #282625; +} + +/* line 81, ../../sass/logbook.scss */ +ul { + list-style: square inside url("../images/hunt/bullet3.png"); +} + +/* line 84, ../../sass/logbook.scss */ +table.fancy { + padding: 0; + margin: 0; + width: 100%; + border-collapse: collapse; + border-style: double; + border-color: #282625; + border-left: 0; + border-right: 0; +} + +/* line 94, ../../sass/logbook.scss */ +table.fancy th, tr { + padding: 0; + margin: 0; +} + +/* line 98, ../../sass/logbook.scss */ +table.fancy td { + padding-left: 10px; + margin: 0; + border: 1px solid #282625; + border-right: 0; +} + +/* line 104, ../../sass/logbook.scss */ +.tdleft { + padding: 0; + width: 10%; + border-left: 0; +} + +/* line 109, ../../sass/logbook.scss */ +.caption { + font-style: italic; + border-top: 0px; + margin-top: 0px; + padding-top: 0px; +} + +/* line 116, ../../sass/logbook.scss */ +.puzzle-sans { + font-family: sans-serif; +} + +/* line 120, ../../sass/logbook.scss */ +.puzzle { + display: table; + width: 100%; +} + +/* line 125, ../../sass/logbook.scss */ +.puzzle-page-header { + margin-bottom: 20px; +} + +/* line 129, ../../sass/logbook.scss */ +.answer { + margin-bottom: 30px; +} + +/* line 133, ../../sass/logbook.scss */ +.puzzle li { + list-style-position: inside; + text-indent: -1.1em; +} + +/* line 138, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 145, ../../sass/logbook.scss */ +.clickbaitbannerbox { + width: 320px; + margin-right: 20px; + margin-left: auto; + margin-bottom: 20px; + margin-top: -30px; +} + +@media print { + /* line 154, ../../sass/logbook.scss */ + .clickbaitbannerbox { + margin-top: 50px; + } +} +/* line 159, ../../sass/logbook.scss */ +.clickbaitbanner { + background-color: white; + padding: 10px; +} + +/* line 163, ../../sass/logbook.scss */ +.attop { + position: absolute; + top: 0px; + left: 0px; +} + +/* line 169, ../../sass/logbook.scss */ +.byline { + font-family: 'Times New Roman', serif; + font-style: italic; +} + +/* line 173, ../../sass/logbook.scss */ +.clickbaitlink { + font-family: Helvetica, Arial, sans-serif; + font-size: 20px; +} + +/* line 177, ../../sass/logbook.scss */ +.clickbaitlink a { + text-decoration: none; +} + +/* line 181, ../../sass/logbook.scss */ +.puzzle p, .puzzle li { + line-height: 1.4em; +} + +/* line 185, ../../sass/logbook.scss */ +.solution-table td, .solution-table th { + padding-right: 15px; +} + +@media print { + /* line 190, ../../sass/logbook.scss */ + #puzzle-obj img { + display: none; + } + + /* line 194, ../../sass/logbook.scss */ + .no-page-break { + page-break-inside: avoid; + } + + /* line 197, ../../sass/logbook.scss */ + #paper { + width: 100%; + margin-bottom: 0px !important; + padding-bottom: 0px !important; + border: 0px !important; + } +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r08mm_MIT_Mystery_Hunt_2015_Ocean_Meta_Meta/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r08mm_MIT_Mystery_Hunt_2015_Ocean_Meta_Meta/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r08mm_MIT_Mystery_Hunt_2015_Ocean_Meta_Meta/logbook.css @@ -0,0 +1,244 @@ +@font-face { + font-family: 'im_fell_double_pica_scregular'; + src: url("../fonts/hunt/imfedpsc28p-webfont.eot"); + src: url("../fonts/hunt/imfedpsc28p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hunt/imfedpsc28p-webfont.woff2") format("woff2"), url("../fonts/hunt/imfedpsc28p-webfont.woff") format("woff"), url("../fonts/hunt/imfedpsc28p-webfont.ttf") format("truetype"), url("../fonts/hunt/imfedpsc28p-webfont.svg#im_fell_double_pica_scregular") format("svg"); + font-weight: normal; + font-style: normal; +} + +/* line 14, ../../sass/logbook.scss */ +body { + margin: 0px; + border: 0px; + padding: 0px; +} + +/* line 19, ../../sass/logbook.scss */ +.headerbutton { + padding: 0 12px 0 12px; + float: right; +} + +/* line 24, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 31, ../../sass/logbook.scss */ +#paper { + z-index: 9; + width: 1000px; + padding: 37px 55px 72px; + position: relative; + border: 1px solid #333333; + background: #dbc397; + -webkit-background-size: 100% 30px; + -moz-background-size: 100% 30px; + -ms-background-size: 100% 30px; + background-size: 100% 30px; + box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5); + border-radius: 4px 4px 4px 4px; + color: #282625; + margin: 0 auto; + margin-bottom: 60px; + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; + text-rendering: optimizeLegibility; + font-feature-settings: "kern"; + -webkit-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern=1"; +} + +/* line 57, ../../sass/logbook.scss */ +#infowindow { + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; +} + +/* line 61, ../../sass/logbook.scss */ +.form-container { + top: 50px; +} + +/* line 64, ../../sass/logbook.scss */ +h1, h2, h3 { + font-family: 'im_fell_double_pica_scregular', serif; +} + +/* line 67, ../../sass/logbook.scss */ +.logheader { + font-size: larger; + font-weight: bold; +} + +/* line 71, ../../sass/logbook.scss */ +.logentry { + padding-left: 25px; + padding-right: 25px; + border-bottom: 1px solid #282625; +} + +/* line 76, ../../sass/logbook.scss */ +.logentry2 { + padding-left: 100px; + padding-right: 100px; + border-bottom: 1px solid #282625; +} + +/* line 81, ../../sass/logbook.scss */ +ul { + list-style: square inside url("../images/hunt/bullet3.png"); +} + +/* line 84, ../../sass/logbook.scss */ +table.fancy { + padding: 0; + margin: 0; + width: 100%; + border-collapse: collapse; + border-style: double; + border-color: #282625; + border-left: 0; + border-right: 0; +} + +/* line 94, ../../sass/logbook.scss */ +table.fancy th, tr { + padding: 0; + margin: 0; +} + +/* line 98, ../../sass/logbook.scss */ +table.fancy td { + padding-left: 10px; + margin: 0; + border: 1px solid #282625; + border-right: 0; +} + +/* line 104, ../../sass/logbook.scss */ +.tdleft { + padding: 0; + width: 10%; + border-left: 0; +} + +/* line 109, ../../sass/logbook.scss */ +.caption { + font-style: italic; + border-top: 0px; + margin-top: 0px; + padding-top: 0px; +} + +/* line 116, ../../sass/logbook.scss */ +.puzzle-sans { + font-family: sans-serif; +} + +/* line 120, ../../sass/logbook.scss */ +.puzzle { + display: table; + width: 100%; +} + +/* line 125, ../../sass/logbook.scss */ +.puzzle-page-header { + margin-bottom: 20px; +} + +/* line 129, ../../sass/logbook.scss */ +.answer { + margin-bottom: 30px; +} + +/* line 133, ../../sass/logbook.scss */ +.puzzle li { + list-style-position: inside; + text-indent: -1.1em; +} + +/* line 138, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 145, ../../sass/logbook.scss */ +.clickbaitbannerbox { + width: 320px; + margin-right: 20px; + margin-left: auto; + margin-bottom: 20px; + margin-top: -30px; +} + +@media print { + /* line 154, ../../sass/logbook.scss */ + .clickbaitbannerbox { + margin-top: 50px; + } +} +/* line 159, ../../sass/logbook.scss */ +.clickbaitbanner { + background-color: white; + padding: 10px; +} + +/* line 163, ../../sass/logbook.scss */ +.attop { + position: absolute; + top: 0px; + left: 0px; +} + +/* line 169, ../../sass/logbook.scss */ +.byline { + font-family: 'Times New Roman', serif; + font-style: italic; +} + +/* line 173, ../../sass/logbook.scss */ +.clickbaitlink { + font-family: Helvetica, Arial, sans-serif; + font-size: 20px; +} + +/* line 177, ../../sass/logbook.scss */ +.clickbaitlink a { + text-decoration: none; +} + +/* line 181, ../../sass/logbook.scss */ +.puzzle p, .puzzle li { + line-height: 1.4em; +} + +/* line 185, ../../sass/logbook.scss */ +.solution-table td, .solution-table th { + padding-right: 15px; +} + +@media print { + /* line 190, ../../sass/logbook.scss */ + #puzzle-obj img { + display: none; + } + + /* line 194, ../../sass/logbook.scss */ + .no-page-break { + page-break-inside: avoid; + } + + /* line 197, ../../sass/logbook.scss */ + #paper { + width: 100%; + margin-bottom: 0px !important; + padding-bottom: 0px !important; + border: 0px !important; + } +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r091_MIT_Mystery_Hunt_2015_Spongebob/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r091_MIT_Mystery_Hunt_2015_Spongebob/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r091_MIT_Mystery_Hunt_2015_Spongebob/logbook.css @@ -0,0 +1,244 @@ +@font-face { + font-family: 'im_fell_double_pica_scregular'; + src: url("../fonts/hunt/imfedpsc28p-webfont.eot"); + src: url("../fonts/hunt/imfedpsc28p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hunt/imfedpsc28p-webfont.woff2") format("woff2"), url("../fonts/hunt/imfedpsc28p-webfont.woff") format("woff"), url("../fonts/hunt/imfedpsc28p-webfont.ttf") format("truetype"), url("../fonts/hunt/imfedpsc28p-webfont.svg#im_fell_double_pica_scregular") format("svg"); + font-weight: normal; + font-style: normal; +} + +/* line 14, ../../sass/logbook.scss */ +body { + margin: 0px; + border: 0px; + padding: 0px; +} + +/* line 19, ../../sass/logbook.scss */ +.headerbutton { + padding: 0 12px 0 12px; + float: right; +} + +/* line 24, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 31, ../../sass/logbook.scss */ +#paper { + z-index: 9; + width: 1000px; + padding: 37px 55px 72px; + position: relative; + border: 1px solid #333333; + background: #dbc397; + -webkit-background-size: 100% 30px; + -moz-background-size: 100% 30px; + -ms-background-size: 100% 30px; + background-size: 100% 30px; + box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5); + border-radius: 4px 4px 4px 4px; + color: #282625; + margin: 0 auto; + margin-bottom: 60px; + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; + text-rendering: optimizeLegibility; + font-feature-settings: "kern"; + -webkit-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern=1"; +} + +/* line 57, ../../sass/logbook.scss */ +#infowindow { + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; +} + +/* line 61, ../../sass/logbook.scss */ +.form-container { + top: 50px; +} + +/* line 64, ../../sass/logbook.scss */ +h1, h2, h3 { + font-family: 'im_fell_double_pica_scregular', serif; +} + +/* line 67, ../../sass/logbook.scss */ +.logheader { + font-size: larger; + font-weight: bold; +} + +/* line 71, ../../sass/logbook.scss */ +.logentry { + padding-left: 25px; + padding-right: 25px; + border-bottom: 1px solid #282625; +} + +/* line 76, ../../sass/logbook.scss */ +.logentry2 { + padding-left: 100px; + padding-right: 100px; + border-bottom: 1px solid #282625; +} + +/* line 81, ../../sass/logbook.scss */ +ul { + list-style: square inside url("../images/hunt/bullet3.png"); +} + +/* line 84, ../../sass/logbook.scss */ +table.fancy { + padding: 0; + margin: 0; + width: 100%; + border-collapse: collapse; + border-style: double; + border-color: #282625; + border-left: 0; + border-right: 0; +} + +/* line 94, ../../sass/logbook.scss */ +table.fancy th, tr { + padding: 0; + margin: 0; +} + +/* line 98, ../../sass/logbook.scss */ +table.fancy td { + padding-left: 10px; + margin: 0; + border: 1px solid #282625; + border-right: 0; +} + +/* line 104, ../../sass/logbook.scss */ +.tdleft { + padding: 0; + width: 10%; + border-left: 0; +} + +/* line 109, ../../sass/logbook.scss */ +.caption { + font-style: italic; + border-top: 0px; + margin-top: 0px; + padding-top: 0px; +} + +/* line 116, ../../sass/logbook.scss */ +.puzzle-sans { + font-family: sans-serif; +} + +/* line 120, ../../sass/logbook.scss */ +.puzzle { + display: table; + width: 100%; +} + +/* line 125, ../../sass/logbook.scss */ +.puzzle-page-header { + margin-bottom: 20px; +} + +/* line 129, ../../sass/logbook.scss */ +.answer { + margin-bottom: 30px; +} + +/* line 133, ../../sass/logbook.scss */ +.puzzle li { + list-style-position: inside; + text-indent: -1.1em; +} + +/* line 138, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 145, ../../sass/logbook.scss */ +.clickbaitbannerbox { + width: 320px; + margin-right: 20px; + margin-left: auto; + margin-bottom: 20px; + margin-top: -30px; +} + +@media print { + /* line 154, ../../sass/logbook.scss */ + .clickbaitbannerbox { + margin-top: 50px; + } +} +/* line 159, ../../sass/logbook.scss */ +.clickbaitbanner { + background-color: white; + padding: 10px; +} + +/* line 163, ../../sass/logbook.scss */ +.attop { + position: absolute; + top: 0px; + left: 0px; +} + +/* line 169, ../../sass/logbook.scss */ +.byline { + font-family: 'Times New Roman', serif; + font-style: italic; +} + +/* line 173, ../../sass/logbook.scss */ +.clickbaitlink { + font-family: Helvetica, Arial, sans-serif; + font-size: 20px; +} + +/* line 177, ../../sass/logbook.scss */ +.clickbaitlink a { + text-decoration: none; +} + +/* line 181, ../../sass/logbook.scss */ +.puzzle p, .puzzle li { + line-height: 1.4em; +} + +/* line 185, ../../sass/logbook.scss */ +.solution-table td, .solution-table th { + padding-right: 15px; +} + +@media print { + /* line 190, ../../sass/logbook.scss */ + #puzzle-obj img { + display: none; + } + + /* line 194, ../../sass/logbook.scss */ + .no-page-break { + page-break-inside: avoid; + } + + /* line 197, ../../sass/logbook.scss */ + #paper { + width: 100%; + margin-bottom: 0px !important; + padding-bottom: 0px !important; + border: 0px !important; + } +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r092_MIT_Mystery_Hunt_2015_Captain_Planet/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r092_MIT_Mystery_Hunt_2015_Captain_Planet/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r092_MIT_Mystery_Hunt_2015_Captain_Planet/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/mit2015r093_MIT_Mystery_Hunt_2015_Dory/_solution_assets/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r093_MIT_Mystery_Hunt_2015_Dory/_solution_assets/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r093_MIT_Mystery_Hunt_2015_Dory/_solution_assets/logbook.css @@ -0,0 +1,244 @@ +@font-face { + font-family: 'im_fell_double_pica_scregular'; + src: url("../fonts/hunt/imfedpsc28p-webfont.eot"); + src: url("../fonts/hunt/imfedpsc28p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hunt/imfedpsc28p-webfont.woff2") format("woff2"), url("../fonts/hunt/imfedpsc28p-webfont.woff") format("woff"), url("../fonts/hunt/imfedpsc28p-webfont.ttf") format("truetype"), url("../fonts/hunt/imfedpsc28p-webfont.svg#im_fell_double_pica_scregular") format("svg"); + font-weight: normal; + font-style: normal; +} + +/* line 14, ../../sass/logbook.scss */ +body { + margin: 0px; + border: 0px; + padding: 0px; +} + +/* line 19, ../../sass/logbook.scss */ +.headerbutton { + padding: 0 12px 0 12px; + float: right; +} + +/* line 24, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 31, ../../sass/logbook.scss */ +#paper { + z-index: 9; + width: 1000px; + padding: 37px 55px 72px; + position: relative; + border: 1px solid #333333; + background: #dbc397; + -webkit-background-size: 100% 30px; + -moz-background-size: 100% 30px; + -ms-background-size: 100% 30px; + background-size: 100% 30px; + box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5); + border-radius: 4px 4px 4px 4px; + color: #282625; + margin: 0 auto; + margin-bottom: 60px; + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; + text-rendering: optimizeLegibility; + font-feature-settings: "kern"; + -webkit-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern=1"; +} + +/* line 57, ../../sass/logbook.scss */ +#infowindow { + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; +} + +/* line 61, ../../sass/logbook.scss */ +.form-container { + top: 50px; +} + +/* line 64, ../../sass/logbook.scss */ +h1, h2, h3 { + font-family: 'im_fell_double_pica_scregular', serif; +} + +/* line 67, ../../sass/logbook.scss */ +.logheader { + font-size: larger; + font-weight: bold; +} + +/* line 71, ../../sass/logbook.scss */ +.logentry { + padding-left: 25px; + padding-right: 25px; + border-bottom: 1px solid #282625; +} + +/* line 76, ../../sass/logbook.scss */ +.logentry2 { + padding-left: 100px; + padding-right: 100px; + border-bottom: 1px solid #282625; +} + +/* line 81, ../../sass/logbook.scss */ +ul { + list-style: square inside url("../images/hunt/bullet3.png"); +} + +/* line 84, ../../sass/logbook.scss */ +table.fancy { + padding: 0; + margin: 0; + width: 100%; + border-collapse: collapse; + border-style: double; + border-color: #282625; + border-left: 0; + border-right: 0; +} + +/* line 94, ../../sass/logbook.scss */ +table.fancy th, tr { + padding: 0; + margin: 0; +} + +/* line 98, ../../sass/logbook.scss */ +table.fancy td { + padding-left: 10px; + margin: 0; + border: 1px solid #282625; + border-right: 0; +} + +/* line 104, ../../sass/logbook.scss */ +.tdleft { + padding: 0; + width: 10%; + border-left: 0; +} + +/* line 109, ../../sass/logbook.scss */ +.caption { + font-style: italic; + border-top: 0px; + margin-top: 0px; + padding-top: 0px; +} + +/* line 116, ../../sass/logbook.scss */ +.puzzle-sans { + font-family: sans-serif; +} + +/* line 120, ../../sass/logbook.scss */ +.puzzle { + display: table; + width: 100%; +} + +/* line 125, ../../sass/logbook.scss */ +.puzzle-page-header { + margin-bottom: 20px; +} + +/* line 129, ../../sass/logbook.scss */ +.answer { + margin-bottom: 30px; +} + +/* line 133, ../../sass/logbook.scss */ +.puzzle li { + list-style-position: inside; + text-indent: -1.1em; +} + +/* line 138, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 145, ../../sass/logbook.scss */ +.clickbaitbannerbox { + width: 320px; + margin-right: 20px; + margin-left: auto; + margin-bottom: 20px; + margin-top: -30px; +} + +@media print { + /* line 154, ../../sass/logbook.scss */ + .clickbaitbannerbox { + margin-top: 50px; + } +} +/* line 159, ../../sass/logbook.scss */ +.clickbaitbanner { + background-color: white; + padding: 10px; +} + +/* line 163, ../../sass/logbook.scss */ +.attop { + position: absolute; + top: 0px; + left: 0px; +} + +/* line 169, ../../sass/logbook.scss */ +.byline { + font-family: 'Times New Roman', serif; + font-style: italic; +} + +/* line 173, ../../sass/logbook.scss */ +.clickbaitlink { + font-family: Helvetica, Arial, sans-serif; + font-size: 20px; +} + +/* line 177, ../../sass/logbook.scss */ +.clickbaitlink a { + text-decoration: none; +} + +/* line 181, ../../sass/logbook.scss */ +.puzzle p, .puzzle li { + line-height: 1.4em; +} + +/* line 185, ../../sass/logbook.scss */ +.solution-table td, .solution-table th { + padding-right: 15px; +} + +@media print { + /* line 190, ../../sass/logbook.scss */ + #puzzle-obj img { + display: none; + } + + /* line 194, ../../sass/logbook.scss */ + .no-page-break { + page-break-inside: avoid; + } + + /* line 197, ../../sass/logbook.scss */ + #paper { + width: 100%; + margin-bottom: 0px !important; + padding-bottom: 0px !important; + border: 0px !important; + } +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r093_MIT_Mystery_Hunt_2015_Dory/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r093_MIT_Mystery_Hunt_2015_Dory/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r093_MIT_Mystery_Hunt_2015_Dory/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/mit2015r094_MIT_Mystery_Hunt_2015_Cthulhu/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r094_MIT_Mystery_Hunt_2015_Cthulhu/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r094_MIT_Mystery_Hunt_2015_Cthulhu/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/mit2015r101_MIT_Mystery_Hunt_2015_Smiling_Vessel/_solution_assets/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r101_MIT_Mystery_Hunt_2015_Smiling_Vessel/_solution_assets/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r101_MIT_Mystery_Hunt_2015_Smiling_Vessel/_solution_assets/logbook.css @@ -0,0 +1,244 @@ +@font-face { + font-family: 'im_fell_double_pica_scregular'; + src: url("../fonts/hunt/imfedpsc28p-webfont.eot"); + src: url("../fonts/hunt/imfedpsc28p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hunt/imfedpsc28p-webfont.woff2") format("woff2"), url("../fonts/hunt/imfedpsc28p-webfont.woff") format("woff"), url("../fonts/hunt/imfedpsc28p-webfont.ttf") format("truetype"), url("../fonts/hunt/imfedpsc28p-webfont.svg#im_fell_double_pica_scregular") format("svg"); + font-weight: normal; + font-style: normal; +} + +/* line 14, ../../sass/logbook.scss */ +body { + margin: 0px; + border: 0px; + padding: 0px; +} + +/* line 19, ../../sass/logbook.scss */ +.headerbutton { + padding: 0 12px 0 12px; + float: right; +} + +/* line 24, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 31, ../../sass/logbook.scss */ +#paper { + z-index: 9; + width: 1000px; + padding: 37px 55px 72px; + position: relative; + border: 1px solid #333333; + background: #dbc397; + -webkit-background-size: 100% 30px; + -moz-background-size: 100% 30px; + -ms-background-size: 100% 30px; + background-size: 100% 30px; + box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5); + border-radius: 4px 4px 4px 4px; + color: #282625; + margin: 0 auto; + margin-bottom: 60px; + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; + text-rendering: optimizeLegibility; + font-feature-settings: "kern"; + -webkit-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern=1"; +} + +/* line 57, ../../sass/logbook.scss */ +#infowindow { + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; +} + +/* line 61, ../../sass/logbook.scss */ +.form-container { + top: 50px; +} + +/* line 64, ../../sass/logbook.scss */ +h1, h2, h3 { + font-family: 'im_fell_double_pica_scregular', serif; +} + +/* line 67, ../../sass/logbook.scss */ +.logheader { + font-size: larger; + font-weight: bold; +} + +/* line 71, ../../sass/logbook.scss */ +.logentry { + padding-left: 25px; + padding-right: 25px; + border-bottom: 1px solid #282625; +} + +/* line 76, ../../sass/logbook.scss */ +.logentry2 { + padding-left: 100px; + padding-right: 100px; + border-bottom: 1px solid #282625; +} + +/* line 81, ../../sass/logbook.scss */ +ul { + list-style: square inside url("../images/hunt/bullet3.png"); +} + +/* line 84, ../../sass/logbook.scss */ +table.fancy { + padding: 0; + margin: 0; + width: 100%; + border-collapse: collapse; + border-style: double; + border-color: #282625; + border-left: 0; + border-right: 0; +} + +/* line 94, ../../sass/logbook.scss */ +table.fancy th, tr { + padding: 0; + margin: 0; +} + +/* line 98, ../../sass/logbook.scss */ +table.fancy td { + padding-left: 10px; + margin: 0; + border: 1px solid #282625; + border-right: 0; +} + +/* line 104, ../../sass/logbook.scss */ +.tdleft { + padding: 0; + width: 10%; + border-left: 0; +} + +/* line 109, ../../sass/logbook.scss */ +.caption { + font-style: italic; + border-top: 0px; + margin-top: 0px; + padding-top: 0px; +} + +/* line 116, ../../sass/logbook.scss */ +.puzzle-sans { + font-family: sans-serif; +} + +/* line 120, ../../sass/logbook.scss */ +.puzzle { + display: table; + width: 100%; +} + +/* line 125, ../../sass/logbook.scss */ +.puzzle-page-header { + margin-bottom: 20px; +} + +/* line 129, ../../sass/logbook.scss */ +.answer { + margin-bottom: 30px; +} + +/* line 133, ../../sass/logbook.scss */ +.puzzle li { + list-style-position: inside; + text-indent: -1.1em; +} + +/* line 138, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 145, ../../sass/logbook.scss */ +.clickbaitbannerbox { + width: 320px; + margin-right: 20px; + margin-left: auto; + margin-bottom: 20px; + margin-top: -30px; +} + +@media print { + /* line 154, ../../sass/logbook.scss */ + .clickbaitbannerbox { + margin-top: 50px; + } +} +/* line 159, ../../sass/logbook.scss */ +.clickbaitbanner { + background-color: white; + padding: 10px; +} + +/* line 163, ../../sass/logbook.scss */ +.attop { + position: absolute; + top: 0px; + left: 0px; +} + +/* line 169, ../../sass/logbook.scss */ +.byline { + font-family: 'Times New Roman', serif; + font-style: italic; +} + +/* line 173, ../../sass/logbook.scss */ +.clickbaitlink { + font-family: Helvetica, Arial, sans-serif; + font-size: 20px; +} + +/* line 177, ../../sass/logbook.scss */ +.clickbaitlink a { + text-decoration: none; +} + +/* line 181, ../../sass/logbook.scss */ +.puzzle p, .puzzle li { + line-height: 1.4em; +} + +/* line 185, ../../sass/logbook.scss */ +.solution-table td, .solution-table th { + padding-right: 15px; +} + +@media print { + /* line 190, ../../sass/logbook.scss */ + #puzzle-obj img { + display: none; + } + + /* line 194, ../../sass/logbook.scss */ + .no-page-break { + page-break-inside: avoid; + } + + /* line 197, ../../sass/logbook.scss */ + #paper { + width: 100%; + margin-bottom: 0px !important; + padding-bottom: 0px !important; + border: 0px !important; + } +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r101_MIT_Mystery_Hunt_2015_Smiling_Vessel/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r101_MIT_Mystery_Hunt_2015_Smiling_Vessel/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r101_MIT_Mystery_Hunt_2015_Smiling_Vessel/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/mit2015r102_MIT_Mystery_Hunt_2015_Image/_solution_assets/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r102_MIT_Mystery_Hunt_2015_Image/_solution_assets/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r102_MIT_Mystery_Hunt_2015_Image/_solution_assets/logbook.css @@ -0,0 +1,244 @@ +@font-face { + font-family: 'im_fell_double_pica_scregular'; + src: url("../fonts/hunt/imfedpsc28p-webfont.eot"); + src: url("../fonts/hunt/imfedpsc28p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hunt/imfedpsc28p-webfont.woff2") format("woff2"), url("../fonts/hunt/imfedpsc28p-webfont.woff") format("woff"), url("../fonts/hunt/imfedpsc28p-webfont.ttf") format("truetype"), url("../fonts/hunt/imfedpsc28p-webfont.svg#im_fell_double_pica_scregular") format("svg"); + font-weight: normal; + font-style: normal; +} + +/* line 14, ../../sass/logbook.scss */ +body { + margin: 0px; + border: 0px; + padding: 0px; +} + +/* line 19, ../../sass/logbook.scss */ +.headerbutton { + padding: 0 12px 0 12px; + float: right; +} + +/* line 24, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 31, ../../sass/logbook.scss */ +#paper { + z-index: 9; + width: 1000px; + padding: 37px 55px 72px; + position: relative; + border: 1px solid #333333; + background: #dbc397; + -webkit-background-size: 100% 30px; + -moz-background-size: 100% 30px; + -ms-background-size: 100% 30px; + background-size: 100% 30px; + box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5); + border-radius: 4px 4px 4px 4px; + color: #282625; + margin: 0 auto; + margin-bottom: 60px; + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; + text-rendering: optimizeLegibility; + font-feature-settings: "kern"; + -webkit-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern=1"; +} + +/* line 57, ../../sass/logbook.scss */ +#infowindow { + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; +} + +/* line 61, ../../sass/logbook.scss */ +.form-container { + top: 50px; +} + +/* line 64, ../../sass/logbook.scss */ +h1, h2, h3 { + font-family: 'im_fell_double_pica_scregular', serif; +} + +/* line 67, ../../sass/logbook.scss */ +.logheader { + font-size: larger; + font-weight: bold; +} + +/* line 71, ../../sass/logbook.scss */ +.logentry { + padding-left: 25px; + padding-right: 25px; + border-bottom: 1px solid #282625; +} + +/* line 76, ../../sass/logbook.scss */ +.logentry2 { + padding-left: 100px; + padding-right: 100px; + border-bottom: 1px solid #282625; +} + +/* line 81, ../../sass/logbook.scss */ +ul { + list-style: square inside url("../images/hunt/bullet3.png"); +} + +/* line 84, ../../sass/logbook.scss */ +table.fancy { + padding: 0; + margin: 0; + width: 100%; + border-collapse: collapse; + border-style: double; + border-color: #282625; + border-left: 0; + border-right: 0; +} + +/* line 94, ../../sass/logbook.scss */ +table.fancy th, tr { + padding: 0; + margin: 0; +} + +/* line 98, ../../sass/logbook.scss */ +table.fancy td { + padding-left: 10px; + margin: 0; + border: 1px solid #282625; + border-right: 0; +} + +/* line 104, ../../sass/logbook.scss */ +.tdleft { + padding: 0; + width: 10%; + border-left: 0; +} + +/* line 109, ../../sass/logbook.scss */ +.caption { + font-style: italic; + border-top: 0px; + margin-top: 0px; + padding-top: 0px; +} + +/* line 116, ../../sass/logbook.scss */ +.puzzle-sans { + font-family: sans-serif; +} + +/* line 120, ../../sass/logbook.scss */ +.puzzle { + display: table; + width: 100%; +} + +/* line 125, ../../sass/logbook.scss */ +.puzzle-page-header { + margin-bottom: 20px; +} + +/* line 129, ../../sass/logbook.scss */ +.answer { + margin-bottom: 30px; +} + +/* line 133, ../../sass/logbook.scss */ +.puzzle li { + list-style-position: inside; + text-indent: -1.1em; +} + +/* line 138, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 145, ../../sass/logbook.scss */ +.clickbaitbannerbox { + width: 320px; + margin-right: 20px; + margin-left: auto; + margin-bottom: 20px; + margin-top: -30px; +} + +@media print { + /* line 154, ../../sass/logbook.scss */ + .clickbaitbannerbox { + margin-top: 50px; + } +} +/* line 159, ../../sass/logbook.scss */ +.clickbaitbanner { + background-color: white; + padding: 10px; +} + +/* line 163, ../../sass/logbook.scss */ +.attop { + position: absolute; + top: 0px; + left: 0px; +} + +/* line 169, ../../sass/logbook.scss */ +.byline { + font-family: 'Times New Roman', serif; + font-style: italic; +} + +/* line 173, ../../sass/logbook.scss */ +.clickbaitlink { + font-family: Helvetica, Arial, sans-serif; + font-size: 20px; +} + +/* line 177, ../../sass/logbook.scss */ +.clickbaitlink a { + text-decoration: none; +} + +/* line 181, ../../sass/logbook.scss */ +.puzzle p, .puzzle li { + line-height: 1.4em; +} + +/* line 185, ../../sass/logbook.scss */ +.solution-table td, .solution-table th { + padding-right: 15px; +} + +@media print { + /* line 190, ../../sass/logbook.scss */ + #puzzle-obj img { + display: none; + } + + /* line 194, ../../sass/logbook.scss */ + .no-page-break { + page-break-inside: avoid; + } + + /* line 197, ../../sass/logbook.scss */ + #paper { + width: 100%; + margin-bottom: 0px !important; + padding-bottom: 0px !important; + border: 0px !important; + } +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r102_MIT_Mystery_Hunt_2015_Image/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r102_MIT_Mystery_Hunt_2015_Image/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r102_MIT_Mystery_Hunt_2015_Image/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/mit2015r103_MIT_Mystery_Hunt_2015_Blue_Bomber/_solution_assets/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r103_MIT_Mystery_Hunt_2015_Blue_Bomber/_solution_assets/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r103_MIT_Mystery_Hunt_2015_Blue_Bomber/_solution_assets/logbook.css @@ -0,0 +1,244 @@ +@font-face { + font-family: 'im_fell_double_pica_scregular'; + src: url("../fonts/hunt/imfedpsc28p-webfont.eot"); + src: url("../fonts/hunt/imfedpsc28p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hunt/imfedpsc28p-webfont.woff2") format("woff2"), url("../fonts/hunt/imfedpsc28p-webfont.woff") format("woff"), url("../fonts/hunt/imfedpsc28p-webfont.ttf") format("truetype"), url("../fonts/hunt/imfedpsc28p-webfont.svg#im_fell_double_pica_scregular") format("svg"); + font-weight: normal; + font-style: normal; +} + +/* line 14, ../../sass/logbook.scss */ +body { + margin: 0px; + border: 0px; + padding: 0px; +} + +/* line 19, ../../sass/logbook.scss */ +.headerbutton { + padding: 0 12px 0 12px; + float: right; +} + +/* line 24, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 31, ../../sass/logbook.scss */ +#paper { + z-index: 9; + width: 1000px; + padding: 37px 55px 72px; + position: relative; + border: 1px solid #333333; + background: #dbc397; + -webkit-background-size: 100% 30px; + -moz-background-size: 100% 30px; + -ms-background-size: 100% 30px; + background-size: 100% 30px; + box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5); + border-radius: 4px 4px 4px 4px; + color: #282625; + margin: 0 auto; + margin-bottom: 60px; + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; + text-rendering: optimizeLegibility; + font-feature-settings: "kern"; + -webkit-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern=1"; +} + +/* line 57, ../../sass/logbook.scss */ +#infowindow { + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; +} + +/* line 61, ../../sass/logbook.scss */ +.form-container { + top: 50px; +} + +/* line 64, ../../sass/logbook.scss */ +h1, h2, h3 { + font-family: 'im_fell_double_pica_scregular', serif; +} + +/* line 67, ../../sass/logbook.scss */ +.logheader { + font-size: larger; + font-weight: bold; +} + +/* line 71, ../../sass/logbook.scss */ +.logentry { + padding-left: 25px; + padding-right: 25px; + border-bottom: 1px solid #282625; +} + +/* line 76, ../../sass/logbook.scss */ +.logentry2 { + padding-left: 100px; + padding-right: 100px; + border-bottom: 1px solid #282625; +} + +/* line 81, ../../sass/logbook.scss */ +ul { + list-style: square inside url("../images/hunt/bullet3.png"); +} + +/* line 84, ../../sass/logbook.scss */ +table.fancy { + padding: 0; + margin: 0; + width: 100%; + border-collapse: collapse; + border-style: double; + border-color: #282625; + border-left: 0; + border-right: 0; +} + +/* line 94, ../../sass/logbook.scss */ +table.fancy th, tr { + padding: 0; + margin: 0; +} + +/* line 98, ../../sass/logbook.scss */ +table.fancy td { + padding-left: 10px; + margin: 0; + border: 1px solid #282625; + border-right: 0; +} + +/* line 104, ../../sass/logbook.scss */ +.tdleft { + padding: 0; + width: 10%; + border-left: 0; +} + +/* line 109, ../../sass/logbook.scss */ +.caption { + font-style: italic; + border-top: 0px; + margin-top: 0px; + padding-top: 0px; +} + +/* line 116, ../../sass/logbook.scss */ +.puzzle-sans { + font-family: sans-serif; +} + +/* line 120, ../../sass/logbook.scss */ +.puzzle { + display: table; + width: 100%; +} + +/* line 125, ../../sass/logbook.scss */ +.puzzle-page-header { + margin-bottom: 20px; +} + +/* line 129, ../../sass/logbook.scss */ +.answer { + margin-bottom: 30px; +} + +/* line 133, ../../sass/logbook.scss */ +.puzzle li { + list-style-position: inside; + text-indent: -1.1em; +} + +/* line 138, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 145, ../../sass/logbook.scss */ +.clickbaitbannerbox { + width: 320px; + margin-right: 20px; + margin-left: auto; + margin-bottom: 20px; + margin-top: -30px; +} + +@media print { + /* line 154, ../../sass/logbook.scss */ + .clickbaitbannerbox { + margin-top: 50px; + } +} +/* line 159, ../../sass/logbook.scss */ +.clickbaitbanner { + background-color: white; + padding: 10px; +} + +/* line 163, ../../sass/logbook.scss */ +.attop { + position: absolute; + top: 0px; + left: 0px; +} + +/* line 169, ../../sass/logbook.scss */ +.byline { + font-family: 'Times New Roman', serif; + font-style: italic; +} + +/* line 173, ../../sass/logbook.scss */ +.clickbaitlink { + font-family: Helvetica, Arial, sans-serif; + font-size: 20px; +} + +/* line 177, ../../sass/logbook.scss */ +.clickbaitlink a { + text-decoration: none; +} + +/* line 181, ../../sass/logbook.scss */ +.puzzle p, .puzzle li { + line-height: 1.4em; +} + +/* line 185, ../../sass/logbook.scss */ +.solution-table td, .solution-table th { + padding-right: 15px; +} + +@media print { + /* line 190, ../../sass/logbook.scss */ + #puzzle-obj img { + display: none; + } + + /* line 194, ../../sass/logbook.scss */ + .no-page-break { + page-break-inside: avoid; + } + + /* line 197, ../../sass/logbook.scss */ + #paper { + width: 100%; + margin-bottom: 0px !important; + padding-bottom: 0px !important; + border: 0px !important; + } +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r103_MIT_Mystery_Hunt_2015_Blue_Bomber/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r103_MIT_Mystery_Hunt_2015_Blue_Bomber/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r103_MIT_Mystery_Hunt_2015_Blue_Bomber/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/mit2015r104_MIT_Mystery_Hunt_2015_Steve_s_Parable/_solution_assets/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r104_MIT_Mystery_Hunt_2015_Steve_s_Parable/_solution_assets/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r104_MIT_Mystery_Hunt_2015_Steve_s_Parable/_solution_assets/logbook.css @@ -0,0 +1,244 @@ +@font-face { + font-family: 'im_fell_double_pica_scregular'; + src: url("../fonts/hunt/imfedpsc28p-webfont.eot"); + src: url("../fonts/hunt/imfedpsc28p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hunt/imfedpsc28p-webfont.woff2") format("woff2"), url("../fonts/hunt/imfedpsc28p-webfont.woff") format("woff"), url("../fonts/hunt/imfedpsc28p-webfont.ttf") format("truetype"), url("../fonts/hunt/imfedpsc28p-webfont.svg#im_fell_double_pica_scregular") format("svg"); + font-weight: normal; + font-style: normal; +} + +/* line 14, ../../sass/logbook.scss */ +body { + margin: 0px; + border: 0px; + padding: 0px; +} + +/* line 19, ../../sass/logbook.scss */ +.headerbutton { + padding: 0 12px 0 12px; + float: right; +} + +/* line 24, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 31, ../../sass/logbook.scss */ +#paper { + z-index: 9; + width: 1000px; + padding: 37px 55px 72px; + position: relative; + border: 1px solid #333333; + background: #dbc397; + -webkit-background-size: 100% 30px; + -moz-background-size: 100% 30px; + -ms-background-size: 100% 30px; + background-size: 100% 30px; + box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5); + border-radius: 4px 4px 4px 4px; + color: #282625; + margin: 0 auto; + margin-bottom: 60px; + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; + text-rendering: optimizeLegibility; + font-feature-settings: "kern"; + -webkit-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern=1"; +} + +/* line 57, ../../sass/logbook.scss */ +#infowindow { + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; +} + +/* line 61, ../../sass/logbook.scss */ +.form-container { + top: 50px; +} + +/* line 64, ../../sass/logbook.scss */ +h1, h2, h3 { + font-family: 'im_fell_double_pica_scregular', serif; +} + +/* line 67, ../../sass/logbook.scss */ +.logheader { + font-size: larger; + font-weight: bold; +} + +/* line 71, ../../sass/logbook.scss */ +.logentry { + padding-left: 25px; + padding-right: 25px; + border-bottom: 1px solid #282625; +} + +/* line 76, ../../sass/logbook.scss */ +.logentry2 { + padding-left: 100px; + padding-right: 100px; + border-bottom: 1px solid #282625; +} + +/* line 81, ../../sass/logbook.scss */ +ul { + list-style: square inside url("../images/hunt/bullet3.png"); +} + +/* line 84, ../../sass/logbook.scss */ +table.fancy { + padding: 0; + margin: 0; + width: 100%; + border-collapse: collapse; + border-style: double; + border-color: #282625; + border-left: 0; + border-right: 0; +} + +/* line 94, ../../sass/logbook.scss */ +table.fancy th, tr { + padding: 0; + margin: 0; +} + +/* line 98, ../../sass/logbook.scss */ +table.fancy td { + padding-left: 10px; + margin: 0; + border: 1px solid #282625; + border-right: 0; +} + +/* line 104, ../../sass/logbook.scss */ +.tdleft { + padding: 0; + width: 10%; + border-left: 0; +} + +/* line 109, ../../sass/logbook.scss */ +.caption { + font-style: italic; + border-top: 0px; + margin-top: 0px; + padding-top: 0px; +} + +/* line 116, ../../sass/logbook.scss */ +.puzzle-sans { + font-family: sans-serif; +} + +/* line 120, ../../sass/logbook.scss */ +.puzzle { + display: table; + width: 100%; +} + +/* line 125, ../../sass/logbook.scss */ +.puzzle-page-header { + margin-bottom: 20px; +} + +/* line 129, ../../sass/logbook.scss */ +.answer { + margin-bottom: 30px; +} + +/* line 133, ../../sass/logbook.scss */ +.puzzle li { + list-style-position: inside; + text-indent: -1.1em; +} + +/* line 138, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 145, ../../sass/logbook.scss */ +.clickbaitbannerbox { + width: 320px; + margin-right: 20px; + margin-left: auto; + margin-bottom: 20px; + margin-top: -30px; +} + +@media print { + /* line 154, ../../sass/logbook.scss */ + .clickbaitbannerbox { + margin-top: 50px; + } +} +/* line 159, ../../sass/logbook.scss */ +.clickbaitbanner { + background-color: white; + padding: 10px; +} + +/* line 163, ../../sass/logbook.scss */ +.attop { + position: absolute; + top: 0px; + left: 0px; +} + +/* line 169, ../../sass/logbook.scss */ +.byline { + font-family: 'Times New Roman', serif; + font-style: italic; +} + +/* line 173, ../../sass/logbook.scss */ +.clickbaitlink { + font-family: Helvetica, Arial, sans-serif; + font-size: 20px; +} + +/* line 177, ../../sass/logbook.scss */ +.clickbaitlink a { + text-decoration: none; +} + +/* line 181, ../../sass/logbook.scss */ +.puzzle p, .puzzle li { + line-height: 1.4em; +} + +/* line 185, ../../sass/logbook.scss */ +.solution-table td, .solution-table th { + padding-right: 15px; +} + +@media print { + /* line 190, ../../sass/logbook.scss */ + #puzzle-obj img { + display: none; + } + + /* line 194, ../../sass/logbook.scss */ + .no-page-break { + page-break-inside: avoid; + } + + /* line 197, ../../sass/logbook.scss */ + #paper { + width: 100%; + margin-bottom: 0px !important; + padding-bottom: 0px !important; + border: 0px !important; + } +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r104_MIT_Mystery_Hunt_2015_Steve_s_Parable/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r104_MIT_Mystery_Hunt_2015_Steve_s_Parable/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r104_MIT_Mystery_Hunt_2015_Steve_s_Parable/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/mit2015r105_MIT_Mystery_Hunt_2015_Time_amp_Place/_solution_assets/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r105_MIT_Mystery_Hunt_2015_Time_amp_Place/_solution_assets/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r105_MIT_Mystery_Hunt_2015_Time_amp_Place/_solution_assets/logbook.css @@ -0,0 +1,244 @@ +@font-face { + font-family: 'im_fell_double_pica_scregular'; + src: url("../fonts/hunt/imfedpsc28p-webfont.eot"); + src: url("../fonts/hunt/imfedpsc28p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hunt/imfedpsc28p-webfont.woff2") format("woff2"), url("../fonts/hunt/imfedpsc28p-webfont.woff") format("woff"), url("../fonts/hunt/imfedpsc28p-webfont.ttf") format("truetype"), url("../fonts/hunt/imfedpsc28p-webfont.svg#im_fell_double_pica_scregular") format("svg"); + font-weight: normal; + font-style: normal; +} + +/* line 14, ../../sass/logbook.scss */ +body { + margin: 0px; + border: 0px; + padding: 0px; +} + +/* line 19, ../../sass/logbook.scss */ +.headerbutton { + padding: 0 12px 0 12px; + float: right; +} + +/* line 24, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 31, ../../sass/logbook.scss */ +#paper { + z-index: 9; + width: 1000px; + padding: 37px 55px 72px; + position: relative; + border: 1px solid #333333; + background: #dbc397; + -webkit-background-size: 100% 30px; + -moz-background-size: 100% 30px; + -ms-background-size: 100% 30px; + background-size: 100% 30px; + box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5); + border-radius: 4px 4px 4px 4px; + color: #282625; + margin: 0 auto; + margin-bottom: 60px; + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; + text-rendering: optimizeLegibility; + font-feature-settings: "kern"; + -webkit-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern=1"; +} + +/* line 57, ../../sass/logbook.scss */ +#infowindow { + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; +} + +/* line 61, ../../sass/logbook.scss */ +.form-container { + top: 50px; +} + +/* line 64, ../../sass/logbook.scss */ +h1, h2, h3 { + font-family: 'im_fell_double_pica_scregular', serif; +} + +/* line 67, ../../sass/logbook.scss */ +.logheader { + font-size: larger; + font-weight: bold; +} + +/* line 71, ../../sass/logbook.scss */ +.logentry { + padding-left: 25px; + padding-right: 25px; + border-bottom: 1px solid #282625; +} + +/* line 76, ../../sass/logbook.scss */ +.logentry2 { + padding-left: 100px; + padding-right: 100px; + border-bottom: 1px solid #282625; +} + +/* line 81, ../../sass/logbook.scss */ +ul { + list-style: square inside url("../images/hunt/bullet3.png"); +} + +/* line 84, ../../sass/logbook.scss */ +table.fancy { + padding: 0; + margin: 0; + width: 100%; + border-collapse: collapse; + border-style: double; + border-color: #282625; + border-left: 0; + border-right: 0; +} + +/* line 94, ../../sass/logbook.scss */ +table.fancy th, tr { + padding: 0; + margin: 0; +} + +/* line 98, ../../sass/logbook.scss */ +table.fancy td { + padding-left: 10px; + margin: 0; + border: 1px solid #282625; + border-right: 0; +} + +/* line 104, ../../sass/logbook.scss */ +.tdleft { + padding: 0; + width: 10%; + border-left: 0; +} + +/* line 109, ../../sass/logbook.scss */ +.caption { + font-style: italic; + border-top: 0px; + margin-top: 0px; + padding-top: 0px; +} + +/* line 116, ../../sass/logbook.scss */ +.puzzle-sans { + font-family: sans-serif; +} + +/* line 120, ../../sass/logbook.scss */ +.puzzle { + display: table; + width: 100%; +} + +/* line 125, ../../sass/logbook.scss */ +.puzzle-page-header { + margin-bottom: 20px; +} + +/* line 129, ../../sass/logbook.scss */ +.answer { + margin-bottom: 30px; +} + +/* line 133, ../../sass/logbook.scss */ +.puzzle li { + list-style-position: inside; + text-indent: -1.1em; +} + +/* line 138, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 145, ../../sass/logbook.scss */ +.clickbaitbannerbox { + width: 320px; + margin-right: 20px; + margin-left: auto; + margin-bottom: 20px; + margin-top: -30px; +} + +@media print { + /* line 154, ../../sass/logbook.scss */ + .clickbaitbannerbox { + margin-top: 50px; + } +} +/* line 159, ../../sass/logbook.scss */ +.clickbaitbanner { + background-color: white; + padding: 10px; +} + +/* line 163, ../../sass/logbook.scss */ +.attop { + position: absolute; + top: 0px; + left: 0px; +} + +/* line 169, ../../sass/logbook.scss */ +.byline { + font-family: 'Times New Roman', serif; + font-style: italic; +} + +/* line 173, ../../sass/logbook.scss */ +.clickbaitlink { + font-family: Helvetica, Arial, sans-serif; + font-size: 20px; +} + +/* line 177, ../../sass/logbook.scss */ +.clickbaitlink a { + text-decoration: none; +} + +/* line 181, ../../sass/logbook.scss */ +.puzzle p, .puzzle li { + line-height: 1.4em; +} + +/* line 185, ../../sass/logbook.scss */ +.solution-table td, .solution-table th { + padding-right: 15px; +} + +@media print { + /* line 190, ../../sass/logbook.scss */ + #puzzle-obj img { + display: none; + } + + /* line 194, ../../sass/logbook.scss */ + .no-page-break { + page-break-inside: avoid; + } + + /* line 197, ../../sass/logbook.scss */ + #paper { + width: 100%; + margin-bottom: 0px !important; + padding-bottom: 0px !important; + border: 0px !important; + } +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r105_MIT_Mystery_Hunt_2015_Time_amp_Place/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r105_MIT_Mystery_Hunt_2015_Time_amp_Place/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r105_MIT_Mystery_Hunt_2015_Time_amp_Place/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/mit2015r106_MIT_Mystery_Hunt_2015_A_Push_in_the_Right_Direction/_solution_assets/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r106_MIT_Mystery_Hunt_2015_A_Push_in_the_Right_Direction/_solution_assets/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r106_MIT_Mystery_Hunt_2015_A_Push_in_the_Right_Direction/_solution_assets/logbook.css @@ -0,0 +1,244 @@ +@font-face { + font-family: 'im_fell_double_pica_scregular'; + src: url("../fonts/hunt/imfedpsc28p-webfont.eot"); + src: url("../fonts/hunt/imfedpsc28p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hunt/imfedpsc28p-webfont.woff2") format("woff2"), url("../fonts/hunt/imfedpsc28p-webfont.woff") format("woff"), url("../fonts/hunt/imfedpsc28p-webfont.ttf") format("truetype"), url("../fonts/hunt/imfedpsc28p-webfont.svg#im_fell_double_pica_scregular") format("svg"); + font-weight: normal; + font-style: normal; +} + +/* line 14, ../../sass/logbook.scss */ +body { + margin: 0px; + border: 0px; + padding: 0px; +} + +/* line 19, ../../sass/logbook.scss */ +.headerbutton { + padding: 0 12px 0 12px; + float: right; +} + +/* line 24, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 31, ../../sass/logbook.scss */ +#paper { + z-index: 9; + width: 1000px; + padding: 37px 55px 72px; + position: relative; + border: 1px solid #333333; + background: #dbc397; + -webkit-background-size: 100% 30px; + -moz-background-size: 100% 30px; + -ms-background-size: 100% 30px; + background-size: 100% 30px; + box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5); + border-radius: 4px 4px 4px 4px; + color: #282625; + margin: 0 auto; + margin-bottom: 60px; + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; + text-rendering: optimizeLegibility; + font-feature-settings: "kern"; + -webkit-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern=1"; +} + +/* line 57, ../../sass/logbook.scss */ +#infowindow { + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; +} + +/* line 61, ../../sass/logbook.scss */ +.form-container { + top: 50px; +} + +/* line 64, ../../sass/logbook.scss */ +h1, h2, h3 { + font-family: 'im_fell_double_pica_scregular', serif; +} + +/* line 67, ../../sass/logbook.scss */ +.logheader { + font-size: larger; + font-weight: bold; +} + +/* line 71, ../../sass/logbook.scss */ +.logentry { + padding-left: 25px; + padding-right: 25px; + border-bottom: 1px solid #282625; +} + +/* line 76, ../../sass/logbook.scss */ +.logentry2 { + padding-left: 100px; + padding-right: 100px; + border-bottom: 1px solid #282625; +} + +/* line 81, ../../sass/logbook.scss */ +ul { + list-style: square inside url("../images/hunt/bullet3.png"); +} + +/* line 84, ../../sass/logbook.scss */ +table.fancy { + padding: 0; + margin: 0; + width: 100%; + border-collapse: collapse; + border-style: double; + border-color: #282625; + border-left: 0; + border-right: 0; +} + +/* line 94, ../../sass/logbook.scss */ +table.fancy th, tr { + padding: 0; + margin: 0; +} + +/* line 98, ../../sass/logbook.scss */ +table.fancy td { + padding-left: 10px; + margin: 0; + border: 1px solid #282625; + border-right: 0; +} + +/* line 104, ../../sass/logbook.scss */ +.tdleft { + padding: 0; + width: 10%; + border-left: 0; +} + +/* line 109, ../../sass/logbook.scss */ +.caption { + font-style: italic; + border-top: 0px; + margin-top: 0px; + padding-top: 0px; +} + +/* line 116, ../../sass/logbook.scss */ +.puzzle-sans { + font-family: sans-serif; +} + +/* line 120, ../../sass/logbook.scss */ +.puzzle { + display: table; + width: 100%; +} + +/* line 125, ../../sass/logbook.scss */ +.puzzle-page-header { + margin-bottom: 20px; +} + +/* line 129, ../../sass/logbook.scss */ +.answer { + margin-bottom: 30px; +} + +/* line 133, ../../sass/logbook.scss */ +.puzzle li { + list-style-position: inside; + text-indent: -1.1em; +} + +/* line 138, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 145, ../../sass/logbook.scss */ +.clickbaitbannerbox { + width: 320px; + margin-right: 20px; + margin-left: auto; + margin-bottom: 20px; + margin-top: -30px; +} + +@media print { + /* line 154, ../../sass/logbook.scss */ + .clickbaitbannerbox { + margin-top: 50px; + } +} +/* line 159, ../../sass/logbook.scss */ +.clickbaitbanner { + background-color: white; + padding: 10px; +} + +/* line 163, ../../sass/logbook.scss */ +.attop { + position: absolute; + top: 0px; + left: 0px; +} + +/* line 169, ../../sass/logbook.scss */ +.byline { + font-family: 'Times New Roman', serif; + font-style: italic; +} + +/* line 173, ../../sass/logbook.scss */ +.clickbaitlink { + font-family: Helvetica, Arial, sans-serif; + font-size: 20px; +} + +/* line 177, ../../sass/logbook.scss */ +.clickbaitlink a { + text-decoration: none; +} + +/* line 181, ../../sass/logbook.scss */ +.puzzle p, .puzzle li { + line-height: 1.4em; +} + +/* line 185, ../../sass/logbook.scss */ +.solution-table td, .solution-table th { + padding-right: 15px; +} + +@media print { + /* line 190, ../../sass/logbook.scss */ + #puzzle-obj img { + display: none; + } + + /* line 194, ../../sass/logbook.scss */ + .no-page-break { + page-break-inside: avoid; + } + + /* line 197, ../../sass/logbook.scss */ + #paper { + width: 100%; + margin-bottom: 0px !important; + padding-bottom: 0px !important; + border: 0px !important; + } +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r106_MIT_Mystery_Hunt_2015_A_Push_in_the_Right_Direction/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r106_MIT_Mystery_Hunt_2015_A_Push_in_the_Right_Direction/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r106_MIT_Mystery_Hunt_2015_A_Push_in_the_Right_Direction/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/mit2015r107_MIT_Mystery_Hunt_2015_Suns_of_China/_solution_assets/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r107_MIT_Mystery_Hunt_2015_Suns_of_China/_solution_assets/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r107_MIT_Mystery_Hunt_2015_Suns_of_China/_solution_assets/logbook.css @@ -0,0 +1,244 @@ +@font-face { + font-family: 'im_fell_double_pica_scregular'; + src: url("../fonts/hunt/imfedpsc28p-webfont.eot"); + src: url("../fonts/hunt/imfedpsc28p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hunt/imfedpsc28p-webfont.woff2") format("woff2"), url("../fonts/hunt/imfedpsc28p-webfont.woff") format("woff"), url("../fonts/hunt/imfedpsc28p-webfont.ttf") format("truetype"), url("../fonts/hunt/imfedpsc28p-webfont.svg#im_fell_double_pica_scregular") format("svg"); + font-weight: normal; + font-style: normal; +} + +/* line 14, ../../sass/logbook.scss */ +body { + margin: 0px; + border: 0px; + padding: 0px; +} + +/* line 19, ../../sass/logbook.scss */ +.headerbutton { + padding: 0 12px 0 12px; + float: right; +} + +/* line 24, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 31, ../../sass/logbook.scss */ +#paper { + z-index: 9; + width: 1000px; + padding: 37px 55px 72px; + position: relative; + border: 1px solid #333333; + background: #dbc397; + -webkit-background-size: 100% 30px; + -moz-background-size: 100% 30px; + -ms-background-size: 100% 30px; + background-size: 100% 30px; + box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5); + border-radius: 4px 4px 4px 4px; + color: #282625; + margin: 0 auto; + margin-bottom: 60px; + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; + text-rendering: optimizeLegibility; + font-feature-settings: "kern"; + -webkit-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern=1"; +} + +/* line 57, ../../sass/logbook.scss */ +#infowindow { + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; +} + +/* line 61, ../../sass/logbook.scss */ +.form-container { + top: 50px; +} + +/* line 64, ../../sass/logbook.scss */ +h1, h2, h3 { + font-family: 'im_fell_double_pica_scregular', serif; +} + +/* line 67, ../../sass/logbook.scss */ +.logheader { + font-size: larger; + font-weight: bold; +} + +/* line 71, ../../sass/logbook.scss */ +.logentry { + padding-left: 25px; + padding-right: 25px; + border-bottom: 1px solid #282625; +} + +/* line 76, ../../sass/logbook.scss */ +.logentry2 { + padding-left: 100px; + padding-right: 100px; + border-bottom: 1px solid #282625; +} + +/* line 81, ../../sass/logbook.scss */ +ul { + list-style: square inside url("../images/hunt/bullet3.png"); +} + +/* line 84, ../../sass/logbook.scss */ +table.fancy { + padding: 0; + margin: 0; + width: 100%; + border-collapse: collapse; + border-style: double; + border-color: #282625; + border-left: 0; + border-right: 0; +} + +/* line 94, ../../sass/logbook.scss */ +table.fancy th, tr { + padding: 0; + margin: 0; +} + +/* line 98, ../../sass/logbook.scss */ +table.fancy td { + padding-left: 10px; + margin: 0; + border: 1px solid #282625; + border-right: 0; +} + +/* line 104, ../../sass/logbook.scss */ +.tdleft { + padding: 0; + width: 10%; + border-left: 0; +} + +/* line 109, ../../sass/logbook.scss */ +.caption { + font-style: italic; + border-top: 0px; + margin-top: 0px; + padding-top: 0px; +} + +/* line 116, ../../sass/logbook.scss */ +.puzzle-sans { + font-family: sans-serif; +} + +/* line 120, ../../sass/logbook.scss */ +.puzzle { + display: table; + width: 100%; +} + +/* line 125, ../../sass/logbook.scss */ +.puzzle-page-header { + margin-bottom: 20px; +} + +/* line 129, ../../sass/logbook.scss */ +.answer { + margin-bottom: 30px; +} + +/* line 133, ../../sass/logbook.scss */ +.puzzle li { + list-style-position: inside; + text-indent: -1.1em; +} + +/* line 138, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 145, ../../sass/logbook.scss */ +.clickbaitbannerbox { + width: 320px; + margin-right: 20px; + margin-left: auto; + margin-bottom: 20px; + margin-top: -30px; +} + +@media print { + /* line 154, ../../sass/logbook.scss */ + .clickbaitbannerbox { + margin-top: 50px; + } +} +/* line 159, ../../sass/logbook.scss */ +.clickbaitbanner { + background-color: white; + padding: 10px; +} + +/* line 163, ../../sass/logbook.scss */ +.attop { + position: absolute; + top: 0px; + left: 0px; +} + +/* line 169, ../../sass/logbook.scss */ +.byline { + font-family: 'Times New Roman', serif; + font-style: italic; +} + +/* line 173, ../../sass/logbook.scss */ +.clickbaitlink { + font-family: Helvetica, Arial, sans-serif; + font-size: 20px; +} + +/* line 177, ../../sass/logbook.scss */ +.clickbaitlink a { + text-decoration: none; +} + +/* line 181, ../../sass/logbook.scss */ +.puzzle p, .puzzle li { + line-height: 1.4em; +} + +/* line 185, ../../sass/logbook.scss */ +.solution-table td, .solution-table th { + padding-right: 15px; +} + +@media print { + /* line 190, ../../sass/logbook.scss */ + #puzzle-obj img { + display: none; + } + + /* line 194, ../../sass/logbook.scss */ + .no-page-break { + page-break-inside: avoid; + } + + /* line 197, ../../sass/logbook.scss */ + #paper { + width: 100%; + margin-bottom: 0px !important; + padding-bottom: 0px !important; + border: 0px !important; + } +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r107_MIT_Mystery_Hunt_2015_Suns_of_China/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r107_MIT_Mystery_Hunt_2015_Suns_of_China/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r107_MIT_Mystery_Hunt_2015_Suns_of_China/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/mit2015r10m_MIT_Mystery_Hunt_2015_Colorful_Tower_Meta/_solution_assets/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r10m_MIT_Mystery_Hunt_2015_Colorful_Tower_Meta/_solution_assets/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r10m_MIT_Mystery_Hunt_2015_Colorful_Tower_Meta/_solution_assets/logbook.css @@ -0,0 +1,244 @@ +@font-face { + font-family: 'im_fell_double_pica_scregular'; + src: url("../fonts/hunt/imfedpsc28p-webfont.eot"); + src: url("../fonts/hunt/imfedpsc28p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hunt/imfedpsc28p-webfont.woff2") format("woff2"), url("../fonts/hunt/imfedpsc28p-webfont.woff") format("woff"), url("../fonts/hunt/imfedpsc28p-webfont.ttf") format("truetype"), url("../fonts/hunt/imfedpsc28p-webfont.svg#im_fell_double_pica_scregular") format("svg"); + font-weight: normal; + font-style: normal; +} + +/* line 14, ../../sass/logbook.scss */ +body { + margin: 0px; + border: 0px; + padding: 0px; +} + +/* line 19, ../../sass/logbook.scss */ +.headerbutton { + padding: 0 12px 0 12px; + float: right; +} + +/* line 24, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 31, ../../sass/logbook.scss */ +#paper { + z-index: 9; + width: 1000px; + padding: 37px 55px 72px; + position: relative; + border: 1px solid #333333; + background: #dbc397; + -webkit-background-size: 100% 30px; + -moz-background-size: 100% 30px; + -ms-background-size: 100% 30px; + background-size: 100% 30px; + box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5); + border-radius: 4px 4px 4px 4px; + color: #282625; + margin: 0 auto; + margin-bottom: 60px; + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; + text-rendering: optimizeLegibility; + font-feature-settings: "kern"; + -webkit-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern=1"; +} + +/* line 57, ../../sass/logbook.scss */ +#infowindow { + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; +} + +/* line 61, ../../sass/logbook.scss */ +.form-container { + top: 50px; +} + +/* line 64, ../../sass/logbook.scss */ +h1, h2, h3 { + font-family: 'im_fell_double_pica_scregular', serif; +} + +/* line 67, ../../sass/logbook.scss */ +.logheader { + font-size: larger; + font-weight: bold; +} + +/* line 71, ../../sass/logbook.scss */ +.logentry { + padding-left: 25px; + padding-right: 25px; + border-bottom: 1px solid #282625; +} + +/* line 76, ../../sass/logbook.scss */ +.logentry2 { + padding-left: 100px; + padding-right: 100px; + border-bottom: 1px solid #282625; +} + +/* line 81, ../../sass/logbook.scss */ +ul { + list-style: square inside url("../images/hunt/bullet3.png"); +} + +/* line 84, ../../sass/logbook.scss */ +table.fancy { + padding: 0; + margin: 0; + width: 100%; + border-collapse: collapse; + border-style: double; + border-color: #282625; + border-left: 0; + border-right: 0; +} + +/* line 94, ../../sass/logbook.scss */ +table.fancy th, tr { + padding: 0; + margin: 0; +} + +/* line 98, ../../sass/logbook.scss */ +table.fancy td { + padding-left: 10px; + margin: 0; + border: 1px solid #282625; + border-right: 0; +} + +/* line 104, ../../sass/logbook.scss */ +.tdleft { + padding: 0; + width: 10%; + border-left: 0; +} + +/* line 109, ../../sass/logbook.scss */ +.caption { + font-style: italic; + border-top: 0px; + margin-top: 0px; + padding-top: 0px; +} + +/* line 116, ../../sass/logbook.scss */ +.puzzle-sans { + font-family: sans-serif; +} + +/* line 120, ../../sass/logbook.scss */ +.puzzle { + display: table; + width: 100%; +} + +/* line 125, ../../sass/logbook.scss */ +.puzzle-page-header { + margin-bottom: 20px; +} + +/* line 129, ../../sass/logbook.scss */ +.answer { + margin-bottom: 30px; +} + +/* line 133, ../../sass/logbook.scss */ +.puzzle li { + list-style-position: inside; + text-indent: -1.1em; +} + +/* line 138, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 145, ../../sass/logbook.scss */ +.clickbaitbannerbox { + width: 320px; + margin-right: 20px; + margin-left: auto; + margin-bottom: 20px; + margin-top: -30px; +} + +@media print { + /* line 154, ../../sass/logbook.scss */ + .clickbaitbannerbox { + margin-top: 50px; + } +} +/* line 159, ../../sass/logbook.scss */ +.clickbaitbanner { + background-color: white; + padding: 10px; +} + +/* line 163, ../../sass/logbook.scss */ +.attop { + position: absolute; + top: 0px; + left: 0px; +} + +/* line 169, ../../sass/logbook.scss */ +.byline { + font-family: 'Times New Roman', serif; + font-style: italic; +} + +/* line 173, ../../sass/logbook.scss */ +.clickbaitlink { + font-family: Helvetica, Arial, sans-serif; + font-size: 20px; +} + +/* line 177, ../../sass/logbook.scss */ +.clickbaitlink a { + text-decoration: none; +} + +/* line 181, ../../sass/logbook.scss */ +.puzzle p, .puzzle li { + line-height: 1.4em; +} + +/* line 185, ../../sass/logbook.scss */ +.solution-table td, .solution-table th { + padding-right: 15px; +} + +@media print { + /* line 190, ../../sass/logbook.scss */ + #puzzle-obj img { + display: none; + } + + /* line 194, ../../sass/logbook.scss */ + .no-page-break { + page-break-inside: avoid; + } + + /* line 197, ../../sass/logbook.scss */ + #paper { + width: 100%; + margin-bottom: 0px !important; + padding-bottom: 0px !important; + border: 0px !important; + } +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r10m_MIT_Mystery_Hunt_2015_Colorful_Tower_Meta/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r10m_MIT_Mystery_Hunt_2015_Colorful_Tower_Meta/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r10m_MIT_Mystery_Hunt_2015_Colorful_Tower_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/mit2015r111_MIT_Mystery_Hunt_2015_Topsy_Turvy/_solution_assets/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r111_MIT_Mystery_Hunt_2015_Topsy_Turvy/_solution_assets/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r111_MIT_Mystery_Hunt_2015_Topsy_Turvy/_solution_assets/logbook.css @@ -0,0 +1,244 @@ +@font-face { + font-family: 'im_fell_double_pica_scregular'; + src: url("../fonts/hunt/imfedpsc28p-webfont.eot"); + src: url("../fonts/hunt/imfedpsc28p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hunt/imfedpsc28p-webfont.woff2") format("woff2"), url("../fonts/hunt/imfedpsc28p-webfont.woff") format("woff"), url("../fonts/hunt/imfedpsc28p-webfont.ttf") format("truetype"), url("../fonts/hunt/imfedpsc28p-webfont.svg#im_fell_double_pica_scregular") format("svg"); + font-weight: normal; + font-style: normal; +} + +/* line 14, ../../sass/logbook.scss */ +body { + margin: 0px; + border: 0px; + padding: 0px; +} + +/* line 19, ../../sass/logbook.scss */ +.headerbutton { + padding: 0 12px 0 12px; + float: right; +} + +/* line 24, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 31, ../../sass/logbook.scss */ +#paper { + z-index: 9; + width: 1000px; + padding: 37px 55px 72px; + position: relative; + border: 1px solid #333333; + background: #dbc397; + -webkit-background-size: 100% 30px; + -moz-background-size: 100% 30px; + -ms-background-size: 100% 30px; + background-size: 100% 30px; + box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5); + border-radius: 4px 4px 4px 4px; + color: #282625; + margin: 0 auto; + margin-bottom: 60px; + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; + text-rendering: optimizeLegibility; + font-feature-settings: "kern"; + -webkit-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern=1"; +} + +/* line 57, ../../sass/logbook.scss */ +#infowindow { + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; +} + +/* line 61, ../../sass/logbook.scss */ +.form-container { + top: 50px; +} + +/* line 64, ../../sass/logbook.scss */ +h1, h2, h3 { + font-family: 'im_fell_double_pica_scregular', serif; +} + +/* line 67, ../../sass/logbook.scss */ +.logheader { + font-size: larger; + font-weight: bold; +} + +/* line 71, ../../sass/logbook.scss */ +.logentry { + padding-left: 25px; + padding-right: 25px; + border-bottom: 1px solid #282625; +} + +/* line 76, ../../sass/logbook.scss */ +.logentry2 { + padding-left: 100px; + padding-right: 100px; + border-bottom: 1px solid #282625; +} + +/* line 81, ../../sass/logbook.scss */ +ul { + list-style: square inside url("../images/hunt/bullet3.png"); +} + +/* line 84, ../../sass/logbook.scss */ +table.fancy { + padding: 0; + margin: 0; + width: 100%; + border-collapse: collapse; + border-style: double; + border-color: #282625; + border-left: 0; + border-right: 0; +} + +/* line 94, ../../sass/logbook.scss */ +table.fancy th, tr { + padding: 0; + margin: 0; +} + +/* line 98, ../../sass/logbook.scss */ +table.fancy td { + padding-left: 10px; + margin: 0; + border: 1px solid #282625; + border-right: 0; +} + +/* line 104, ../../sass/logbook.scss */ +.tdleft { + padding: 0; + width: 10%; + border-left: 0; +} + +/* line 109, ../../sass/logbook.scss */ +.caption { + font-style: italic; + border-top: 0px; + margin-top: 0px; + padding-top: 0px; +} + +/* line 116, ../../sass/logbook.scss */ +.puzzle-sans { + font-family: sans-serif; +} + +/* line 120, ../../sass/logbook.scss */ +.puzzle { + display: table; + width: 100%; +} + +/* line 125, ../../sass/logbook.scss */ +.puzzle-page-header { + margin-bottom: 20px; +} + +/* line 129, ../../sass/logbook.scss */ +.answer { + margin-bottom: 30px; +} + +/* line 133, ../../sass/logbook.scss */ +.puzzle li { + list-style-position: inside; + text-indent: -1.1em; +} + +/* line 138, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 145, ../../sass/logbook.scss */ +.clickbaitbannerbox { + width: 320px; + margin-right: 20px; + margin-left: auto; + margin-bottom: 20px; + margin-top: -30px; +} + +@media print { + /* line 154, ../../sass/logbook.scss */ + .clickbaitbannerbox { + margin-top: 50px; + } +} +/* line 159, ../../sass/logbook.scss */ +.clickbaitbanner { + background-color: white; + padding: 10px; +} + +/* line 163, ../../sass/logbook.scss */ +.attop { + position: absolute; + top: 0px; + left: 0px; +} + +/* line 169, ../../sass/logbook.scss */ +.byline { + font-family: 'Times New Roman', serif; + font-style: italic; +} + +/* line 173, ../../sass/logbook.scss */ +.clickbaitlink { + font-family: Helvetica, Arial, sans-serif; + font-size: 20px; +} + +/* line 177, ../../sass/logbook.scss */ +.clickbaitlink a { + text-decoration: none; +} + +/* line 181, ../../sass/logbook.scss */ +.puzzle p, .puzzle li { + line-height: 1.4em; +} + +/* line 185, ../../sass/logbook.scss */ +.solution-table td, .solution-table th { + padding-right: 15px; +} + +@media print { + /* line 190, ../../sass/logbook.scss */ + #puzzle-obj img { + display: none; + } + + /* line 194, ../../sass/logbook.scss */ + .no-page-break { + page-break-inside: avoid; + } + + /* line 197, ../../sass/logbook.scss */ + #paper { + width: 100%; + margin-bottom: 0px !important; + padding-bottom: 0px !important; + border: 0px !important; + } +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r111_MIT_Mystery_Hunt_2015_Topsy_Turvy/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r111_MIT_Mystery_Hunt_2015_Topsy_Turvy/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r111_MIT_Mystery_Hunt_2015_Topsy_Turvy/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/mit2015r112_MIT_Mystery_Hunt_2015_Hunt-Life_3_Confirmed/_solution_assets/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r112_MIT_Mystery_Hunt_2015_Hunt-Life_3_Confirmed/_solution_assets/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r112_MIT_Mystery_Hunt_2015_Hunt-Life_3_Confirmed/_solution_assets/logbook.css @@ -0,0 +1,244 @@ +@font-face { + font-family: 'im_fell_double_pica_scregular'; + src: url("../fonts/hunt/imfedpsc28p-webfont.eot"); + src: url("../fonts/hunt/imfedpsc28p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hunt/imfedpsc28p-webfont.woff2") format("woff2"), url("../fonts/hunt/imfedpsc28p-webfont.woff") format("woff"), url("../fonts/hunt/imfedpsc28p-webfont.ttf") format("truetype"), url("../fonts/hunt/imfedpsc28p-webfont.svg#im_fell_double_pica_scregular") format("svg"); + font-weight: normal; + font-style: normal; +} + +/* line 14, ../../sass/logbook.scss */ +body { + margin: 0px; + border: 0px; + padding: 0px; +} + +/* line 19, ../../sass/logbook.scss */ +.headerbutton { + padding: 0 12px 0 12px; + float: right; +} + +/* line 24, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 31, ../../sass/logbook.scss */ +#paper { + z-index: 9; + width: 1000px; + padding: 37px 55px 72px; + position: relative; + border: 1px solid #333333; + background: #dbc397; + -webkit-background-size: 100% 30px; + -moz-background-size: 100% 30px; + -ms-background-size: 100% 30px; + background-size: 100% 30px; + box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5); + border-radius: 4px 4px 4px 4px; + color: #282625; + margin: 0 auto; + margin-bottom: 60px; + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; + text-rendering: optimizeLegibility; + font-feature-settings: "kern"; + -webkit-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern=1"; +} + +/* line 57, ../../sass/logbook.scss */ +#infowindow { + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; +} + +/* line 61, ../../sass/logbook.scss */ +.form-container { + top: 50px; +} + +/* line 64, ../../sass/logbook.scss */ +h1, h2, h3 { + font-family: 'im_fell_double_pica_scregular', serif; +} + +/* line 67, ../../sass/logbook.scss */ +.logheader { + font-size: larger; + font-weight: bold; +} + +/* line 71, ../../sass/logbook.scss */ +.logentry { + padding-left: 25px; + padding-right: 25px; + border-bottom: 1px solid #282625; +} + +/* line 76, ../../sass/logbook.scss */ +.logentry2 { + padding-left: 100px; + padding-right: 100px; + border-bottom: 1px solid #282625; +} + +/* line 81, ../../sass/logbook.scss */ +ul { + list-style: square inside url("../images/hunt/bullet3.png"); +} + +/* line 84, ../../sass/logbook.scss */ +table.fancy { + padding: 0; + margin: 0; + width: 100%; + border-collapse: collapse; + border-style: double; + border-color: #282625; + border-left: 0; + border-right: 0; +} + +/* line 94, ../../sass/logbook.scss */ +table.fancy th, tr { + padding: 0; + margin: 0; +} + +/* line 98, ../../sass/logbook.scss */ +table.fancy td { + padding-left: 10px; + margin: 0; + border: 1px solid #282625; + border-right: 0; +} + +/* line 104, ../../sass/logbook.scss */ +.tdleft { + padding: 0; + width: 10%; + border-left: 0; +} + +/* line 109, ../../sass/logbook.scss */ +.caption { + font-style: italic; + border-top: 0px; + margin-top: 0px; + padding-top: 0px; +} + +/* line 116, ../../sass/logbook.scss */ +.puzzle-sans { + font-family: sans-serif; +} + +/* line 120, ../../sass/logbook.scss */ +.puzzle { + display: table; + width: 100%; +} + +/* line 125, ../../sass/logbook.scss */ +.puzzle-page-header { + margin-bottom: 20px; +} + +/* line 129, ../../sass/logbook.scss */ +.answer { + margin-bottom: 30px; +} + +/* line 133, ../../sass/logbook.scss */ +.puzzle li { + list-style-position: inside; + text-indent: -1.1em; +} + +/* line 138, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 145, ../../sass/logbook.scss */ +.clickbaitbannerbox { + width: 320px; + margin-right: 20px; + margin-left: auto; + margin-bottom: 20px; + margin-top: -30px; +} + +@media print { + /* line 154, ../../sass/logbook.scss */ + .clickbaitbannerbox { + margin-top: 50px; + } +} +/* line 159, ../../sass/logbook.scss */ +.clickbaitbanner { + background-color: white; + padding: 10px; +} + +/* line 163, ../../sass/logbook.scss */ +.attop { + position: absolute; + top: 0px; + left: 0px; +} + +/* line 169, ../../sass/logbook.scss */ +.byline { + font-family: 'Times New Roman', serif; + font-style: italic; +} + +/* line 173, ../../sass/logbook.scss */ +.clickbaitlink { + font-family: Helvetica, Arial, sans-serif; + font-size: 20px; +} + +/* line 177, ../../sass/logbook.scss */ +.clickbaitlink a { + text-decoration: none; +} + +/* line 181, ../../sass/logbook.scss */ +.puzzle p, .puzzle li { + line-height: 1.4em; +} + +/* line 185, ../../sass/logbook.scss */ +.solution-table td, .solution-table th { + padding-right: 15px; +} + +@media print { + /* line 190, ../../sass/logbook.scss */ + #puzzle-obj img { + display: none; + } + + /* line 194, ../../sass/logbook.scss */ + .no-page-break { + page-break-inside: avoid; + } + + /* line 197, ../../sass/logbook.scss */ + #paper { + width: 100%; + margin-bottom: 0px !important; + padding-bottom: 0px !important; + border: 0px !important; + } +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r112_MIT_Mystery_Hunt_2015_Hunt-Life_3_Confirmed/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r112_MIT_Mystery_Hunt_2015_Hunt-Life_3_Confirmed/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r112_MIT_Mystery_Hunt_2015_Hunt-Life_3_Confirmed/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/mit2015r113_MIT_Mystery_Hunt_2015_Atlantean_Graves/_solution_assets/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r113_MIT_Mystery_Hunt_2015_Atlantean_Graves/_solution_assets/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r113_MIT_Mystery_Hunt_2015_Atlantean_Graves/_solution_assets/logbook.css @@ -0,0 +1,244 @@ +@font-face { + font-family: 'im_fell_double_pica_scregular'; + src: url("../fonts/hunt/imfedpsc28p-webfont.eot"); + src: url("../fonts/hunt/imfedpsc28p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hunt/imfedpsc28p-webfont.woff2") format("woff2"), url("../fonts/hunt/imfedpsc28p-webfont.woff") format("woff"), url("../fonts/hunt/imfedpsc28p-webfont.ttf") format("truetype"), url("../fonts/hunt/imfedpsc28p-webfont.svg#im_fell_double_pica_scregular") format("svg"); + font-weight: normal; + font-style: normal; +} + +/* line 14, ../../sass/logbook.scss */ +body { + margin: 0px; + border: 0px; + padding: 0px; +} + +/* line 19, ../../sass/logbook.scss */ +.headerbutton { + padding: 0 12px 0 12px; + float: right; +} + +/* line 24, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 31, ../../sass/logbook.scss */ +#paper { + z-index: 9; + width: 1000px; + padding: 37px 55px 72px; + position: relative; + border: 1px solid #333333; + background: #dbc397; + -webkit-background-size: 100% 30px; + -moz-background-size: 100% 30px; + -ms-background-size: 100% 30px; + background-size: 100% 30px; + box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5); + border-radius: 4px 4px 4px 4px; + color: #282625; + margin: 0 auto; + margin-bottom: 60px; + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; + text-rendering: optimizeLegibility; + font-feature-settings: "kern"; + -webkit-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern=1"; +} + +/* line 57, ../../sass/logbook.scss */ +#infowindow { + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; +} + +/* line 61, ../../sass/logbook.scss */ +.form-container { + top: 50px; +} + +/* line 64, ../../sass/logbook.scss */ +h1, h2, h3 { + font-family: 'im_fell_double_pica_scregular', serif; +} + +/* line 67, ../../sass/logbook.scss */ +.logheader { + font-size: larger; + font-weight: bold; +} + +/* line 71, ../../sass/logbook.scss */ +.logentry { + padding-left: 25px; + padding-right: 25px; + border-bottom: 1px solid #282625; +} + +/* line 76, ../../sass/logbook.scss */ +.logentry2 { + padding-left: 100px; + padding-right: 100px; + border-bottom: 1px solid #282625; +} + +/* line 81, ../../sass/logbook.scss */ +ul { + list-style: square inside url("../images/hunt/bullet3.png"); +} + +/* line 84, ../../sass/logbook.scss */ +table.fancy { + padding: 0; + margin: 0; + width: 100%; + border-collapse: collapse; + border-style: double; + border-color: #282625; + border-left: 0; + border-right: 0; +} + +/* line 94, ../../sass/logbook.scss */ +table.fancy th, tr { + padding: 0; + margin: 0; +} + +/* line 98, ../../sass/logbook.scss */ +table.fancy td { + padding-left: 10px; + margin: 0; + border: 1px solid #282625; + border-right: 0; +} + +/* line 104, ../../sass/logbook.scss */ +.tdleft { + padding: 0; + width: 10%; + border-left: 0; +} + +/* line 109, ../../sass/logbook.scss */ +.caption { + font-style: italic; + border-top: 0px; + margin-top: 0px; + padding-top: 0px; +} + +/* line 116, ../../sass/logbook.scss */ +.puzzle-sans { + font-family: sans-serif; +} + +/* line 120, ../../sass/logbook.scss */ +.puzzle { + display: table; + width: 100%; +} + +/* line 125, ../../sass/logbook.scss */ +.puzzle-page-header { + margin-bottom: 20px; +} + +/* line 129, ../../sass/logbook.scss */ +.answer { + margin-bottom: 30px; +} + +/* line 133, ../../sass/logbook.scss */ +.puzzle li { + list-style-position: inside; + text-indent: -1.1em; +} + +/* line 138, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 145, ../../sass/logbook.scss */ +.clickbaitbannerbox { + width: 320px; + margin-right: 20px; + margin-left: auto; + margin-bottom: 20px; + margin-top: -30px; +} + +@media print { + /* line 154, ../../sass/logbook.scss */ + .clickbaitbannerbox { + margin-top: 50px; + } +} +/* line 159, ../../sass/logbook.scss */ +.clickbaitbanner { + background-color: white; + padding: 10px; +} + +/* line 163, ../../sass/logbook.scss */ +.attop { + position: absolute; + top: 0px; + left: 0px; +} + +/* line 169, ../../sass/logbook.scss */ +.byline { + font-family: 'Times New Roman', serif; + font-style: italic; +} + +/* line 173, ../../sass/logbook.scss */ +.clickbaitlink { + font-family: Helvetica, Arial, sans-serif; + font-size: 20px; +} + +/* line 177, ../../sass/logbook.scss */ +.clickbaitlink a { + text-decoration: none; +} + +/* line 181, ../../sass/logbook.scss */ +.puzzle p, .puzzle li { + line-height: 1.4em; +} + +/* line 185, ../../sass/logbook.scss */ +.solution-table td, .solution-table th { + padding-right: 15px; +} + +@media print { + /* line 190, ../../sass/logbook.scss */ + #puzzle-obj img { + display: none; + } + + /* line 194, ../../sass/logbook.scss */ + .no-page-break { + page-break-inside: avoid; + } + + /* line 197, ../../sass/logbook.scss */ + #paper { + width: 100%; + margin-bottom: 0px !important; + padding-bottom: 0px !important; + border: 0px !important; + } +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r113_MIT_Mystery_Hunt_2015_Atlantean_Graves/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r113_MIT_Mystery_Hunt_2015_Atlantean_Graves/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r113_MIT_Mystery_Hunt_2015_Atlantean_Graves/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/mit2015r114_MIT_Mystery_Hunt_2015_Foamy/_solution_assets/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r114_MIT_Mystery_Hunt_2015_Foamy/_solution_assets/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r114_MIT_Mystery_Hunt_2015_Foamy/_solution_assets/logbook.css @@ -0,0 +1,244 @@ +@font-face { + font-family: 'im_fell_double_pica_scregular'; + src: url("../fonts/hunt/imfedpsc28p-webfont.eot"); + src: url("../fonts/hunt/imfedpsc28p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hunt/imfedpsc28p-webfont.woff2") format("woff2"), url("../fonts/hunt/imfedpsc28p-webfont.woff") format("woff"), url("../fonts/hunt/imfedpsc28p-webfont.ttf") format("truetype"), url("../fonts/hunt/imfedpsc28p-webfont.svg#im_fell_double_pica_scregular") format("svg"); + font-weight: normal; + font-style: normal; +} + +/* line 14, ../../sass/logbook.scss */ +body { + margin: 0px; + border: 0px; + padding: 0px; +} + +/* line 19, ../../sass/logbook.scss */ +.headerbutton { + padding: 0 12px 0 12px; + float: right; +} + +/* line 24, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 31, ../../sass/logbook.scss */ +#paper { + z-index: 9; + width: 1000px; + padding: 37px 55px 72px; + position: relative; + border: 1px solid #333333; + background: #dbc397; + -webkit-background-size: 100% 30px; + -moz-background-size: 100% 30px; + -ms-background-size: 100% 30px; + background-size: 100% 30px; + box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5); + border-radius: 4px 4px 4px 4px; + color: #282625; + margin: 0 auto; + margin-bottom: 60px; + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; + text-rendering: optimizeLegibility; + font-feature-settings: "kern"; + -webkit-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern=1"; +} + +/* line 57, ../../sass/logbook.scss */ +#infowindow { + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; +} + +/* line 61, ../../sass/logbook.scss */ +.form-container { + top: 50px; +} + +/* line 64, ../../sass/logbook.scss */ +h1, h2, h3 { + font-family: 'im_fell_double_pica_scregular', serif; +} + +/* line 67, ../../sass/logbook.scss */ +.logheader { + font-size: larger; + font-weight: bold; +} + +/* line 71, ../../sass/logbook.scss */ +.logentry { + padding-left: 25px; + padding-right: 25px; + border-bottom: 1px solid #282625; +} + +/* line 76, ../../sass/logbook.scss */ +.logentry2 { + padding-left: 100px; + padding-right: 100px; + border-bottom: 1px solid #282625; +} + +/* line 81, ../../sass/logbook.scss */ +ul { + list-style: square inside url("../images/hunt/bullet3.png"); +} + +/* line 84, ../../sass/logbook.scss */ +table.fancy { + padding: 0; + margin: 0; + width: 100%; + border-collapse: collapse; + border-style: double; + border-color: #282625; + border-left: 0; + border-right: 0; +} + +/* line 94, ../../sass/logbook.scss */ +table.fancy th, tr { + padding: 0; + margin: 0; +} + +/* line 98, ../../sass/logbook.scss */ +table.fancy td { + padding-left: 10px; + margin: 0; + border: 1px solid #282625; + border-right: 0; +} + +/* line 104, ../../sass/logbook.scss */ +.tdleft { + padding: 0; + width: 10%; + border-left: 0; +} + +/* line 109, ../../sass/logbook.scss */ +.caption { + font-style: italic; + border-top: 0px; + margin-top: 0px; + padding-top: 0px; +} + +/* line 116, ../../sass/logbook.scss */ +.puzzle-sans { + font-family: sans-serif; +} + +/* line 120, ../../sass/logbook.scss */ +.puzzle { + display: table; + width: 100%; +} + +/* line 125, ../../sass/logbook.scss */ +.puzzle-page-header { + margin-bottom: 20px; +} + +/* line 129, ../../sass/logbook.scss */ +.answer { + margin-bottom: 30px; +} + +/* line 133, ../../sass/logbook.scss */ +.puzzle li { + list-style-position: inside; + text-indent: -1.1em; +} + +/* line 138, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 145, ../../sass/logbook.scss */ +.clickbaitbannerbox { + width: 320px; + margin-right: 20px; + margin-left: auto; + margin-bottom: 20px; + margin-top: -30px; +} + +@media print { + /* line 154, ../../sass/logbook.scss */ + .clickbaitbannerbox { + margin-top: 50px; + } +} +/* line 159, ../../sass/logbook.scss */ +.clickbaitbanner { + background-color: white; + padding: 10px; +} + +/* line 163, ../../sass/logbook.scss */ +.attop { + position: absolute; + top: 0px; + left: 0px; +} + +/* line 169, ../../sass/logbook.scss */ +.byline { + font-family: 'Times New Roman', serif; + font-style: italic; +} + +/* line 173, ../../sass/logbook.scss */ +.clickbaitlink { + font-family: Helvetica, Arial, sans-serif; + font-size: 20px; +} + +/* line 177, ../../sass/logbook.scss */ +.clickbaitlink a { + text-decoration: none; +} + +/* line 181, ../../sass/logbook.scss */ +.puzzle p, .puzzle li { + line-height: 1.4em; +} + +/* line 185, ../../sass/logbook.scss */ +.solution-table td, .solution-table th { + padding-right: 15px; +} + +@media print { + /* line 190, ../../sass/logbook.scss */ + #puzzle-obj img { + display: none; + } + + /* line 194, ../../sass/logbook.scss */ + .no-page-break { + page-break-inside: avoid; + } + + /* line 197, ../../sass/logbook.scss */ + #paper { + width: 100%; + margin-bottom: 0px !important; + padding-bottom: 0px !important; + border: 0px !important; + } +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r114_MIT_Mystery_Hunt_2015_Foamy/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r114_MIT_Mystery_Hunt_2015_Foamy/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r114_MIT_Mystery_Hunt_2015_Foamy/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/mit2015r115_MIT_Mystery_Hunt_2015_Benny_Lava/_solution_assets/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r115_MIT_Mystery_Hunt_2015_Benny_Lava/_solution_assets/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r115_MIT_Mystery_Hunt_2015_Benny_Lava/_solution_assets/logbook.css @@ -0,0 +1,244 @@ +@font-face { + font-family: 'im_fell_double_pica_scregular'; + src: url("../fonts/hunt/imfedpsc28p-webfont.eot"); + src: url("../fonts/hunt/imfedpsc28p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hunt/imfedpsc28p-webfont.woff2") format("woff2"), url("../fonts/hunt/imfedpsc28p-webfont.woff") format("woff"), url("../fonts/hunt/imfedpsc28p-webfont.ttf") format("truetype"), url("../fonts/hunt/imfedpsc28p-webfont.svg#im_fell_double_pica_scregular") format("svg"); + font-weight: normal; + font-style: normal; +} + +/* line 14, ../../sass/logbook.scss */ +body { + margin: 0px; + border: 0px; + padding: 0px; +} + +/* line 19, ../../sass/logbook.scss */ +.headerbutton { + padding: 0 12px 0 12px; + float: right; +} + +/* line 24, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 31, ../../sass/logbook.scss */ +#paper { + z-index: 9; + width: 1000px; + padding: 37px 55px 72px; + position: relative; + border: 1px solid #333333; + background: #dbc397; + -webkit-background-size: 100% 30px; + -moz-background-size: 100% 30px; + -ms-background-size: 100% 30px; + background-size: 100% 30px; + box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5); + border-radius: 4px 4px 4px 4px; + color: #282625; + margin: 0 auto; + margin-bottom: 60px; + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; + text-rendering: optimizeLegibility; + font-feature-settings: "kern"; + -webkit-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern=1"; +} + +/* line 57, ../../sass/logbook.scss */ +#infowindow { + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; +} + +/* line 61, ../../sass/logbook.scss */ +.form-container { + top: 50px; +} + +/* line 64, ../../sass/logbook.scss */ +h1, h2, h3 { + font-family: 'im_fell_double_pica_scregular', serif; +} + +/* line 67, ../../sass/logbook.scss */ +.logheader { + font-size: larger; + font-weight: bold; +} + +/* line 71, ../../sass/logbook.scss */ +.logentry { + padding-left: 25px; + padding-right: 25px; + border-bottom: 1px solid #282625; +} + +/* line 76, ../../sass/logbook.scss */ +.logentry2 { + padding-left: 100px; + padding-right: 100px; + border-bottom: 1px solid #282625; +} + +/* line 81, ../../sass/logbook.scss */ +ul { + list-style: square inside url("../images/hunt/bullet3.png"); +} + +/* line 84, ../../sass/logbook.scss */ +table.fancy { + padding: 0; + margin: 0; + width: 100%; + border-collapse: collapse; + border-style: double; + border-color: #282625; + border-left: 0; + border-right: 0; +} + +/* line 94, ../../sass/logbook.scss */ +table.fancy th, tr { + padding: 0; + margin: 0; +} + +/* line 98, ../../sass/logbook.scss */ +table.fancy td { + padding-left: 10px; + margin: 0; + border: 1px solid #282625; + border-right: 0; +} + +/* line 104, ../../sass/logbook.scss */ +.tdleft { + padding: 0; + width: 10%; + border-left: 0; +} + +/* line 109, ../../sass/logbook.scss */ +.caption { + font-style: italic; + border-top: 0px; + margin-top: 0px; + padding-top: 0px; +} + +/* line 116, ../../sass/logbook.scss */ +.puzzle-sans { + font-family: sans-serif; +} + +/* line 120, ../../sass/logbook.scss */ +.puzzle { + display: table; + width: 100%; +} + +/* line 125, ../../sass/logbook.scss */ +.puzzle-page-header { + margin-bottom: 20px; +} + +/* line 129, ../../sass/logbook.scss */ +.answer { + margin-bottom: 30px; +} + +/* line 133, ../../sass/logbook.scss */ +.puzzle li { + list-style-position: inside; + text-indent: -1.1em; +} + +/* line 138, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 145, ../../sass/logbook.scss */ +.clickbaitbannerbox { + width: 320px; + margin-right: 20px; + margin-left: auto; + margin-bottom: 20px; + margin-top: -30px; +} + +@media print { + /* line 154, ../../sass/logbook.scss */ + .clickbaitbannerbox { + margin-top: 50px; + } +} +/* line 159, ../../sass/logbook.scss */ +.clickbaitbanner { + background-color: white; + padding: 10px; +} + +/* line 163, ../../sass/logbook.scss */ +.attop { + position: absolute; + top: 0px; + left: 0px; +} + +/* line 169, ../../sass/logbook.scss */ +.byline { + font-family: 'Times New Roman', serif; + font-style: italic; +} + +/* line 173, ../../sass/logbook.scss */ +.clickbaitlink { + font-family: Helvetica, Arial, sans-serif; + font-size: 20px; +} + +/* line 177, ../../sass/logbook.scss */ +.clickbaitlink a { + text-decoration: none; +} + +/* line 181, ../../sass/logbook.scss */ +.puzzle p, .puzzle li { + line-height: 1.4em; +} + +/* line 185, ../../sass/logbook.scss */ +.solution-table td, .solution-table th { + padding-right: 15px; +} + +@media print { + /* line 190, ../../sass/logbook.scss */ + #puzzle-obj img { + display: none; + } + + /* line 194, ../../sass/logbook.scss */ + .no-page-break { + page-break-inside: avoid; + } + + /* line 197, ../../sass/logbook.scss */ + #paper { + width: 100%; + margin-bottom: 0px !important; + padding-bottom: 0px !important; + border: 0px !important; + } +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r115_MIT_Mystery_Hunt_2015_Benny_Lava/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r115_MIT_Mystery_Hunt_2015_Benny_Lava/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r115_MIT_Mystery_Hunt_2015_Benny_Lava/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/mit2015r11m_MIT_Mystery_Hunt_2015_Spotted_Tower_Meta/_solution_assets/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r11m_MIT_Mystery_Hunt_2015_Spotted_Tower_Meta/_solution_assets/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r11m_MIT_Mystery_Hunt_2015_Spotted_Tower_Meta/_solution_assets/logbook.css @@ -0,0 +1,244 @@ +@font-face { + font-family: 'im_fell_double_pica_scregular'; + src: url("../fonts/hunt/imfedpsc28p-webfont.eot"); + src: url("../fonts/hunt/imfedpsc28p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hunt/imfedpsc28p-webfont.woff2") format("woff2"), url("../fonts/hunt/imfedpsc28p-webfont.woff") format("woff"), url("../fonts/hunt/imfedpsc28p-webfont.ttf") format("truetype"), url("../fonts/hunt/imfedpsc28p-webfont.svg#im_fell_double_pica_scregular") format("svg"); + font-weight: normal; + font-style: normal; +} + +/* line 14, ../../sass/logbook.scss */ +body { + margin: 0px; + border: 0px; + padding: 0px; +} + +/* line 19, ../../sass/logbook.scss */ +.headerbutton { + padding: 0 12px 0 12px; + float: right; +} + +/* line 24, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 31, ../../sass/logbook.scss */ +#paper { + z-index: 9; + width: 1000px; + padding: 37px 55px 72px; + position: relative; + border: 1px solid #333333; + background: #dbc397; + -webkit-background-size: 100% 30px; + -moz-background-size: 100% 30px; + -ms-background-size: 100% 30px; + background-size: 100% 30px; + box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5); + border-radius: 4px 4px 4px 4px; + color: #282625; + margin: 0 auto; + margin-bottom: 60px; + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; + text-rendering: optimizeLegibility; + font-feature-settings: "kern"; + -webkit-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern=1"; +} + +/* line 57, ../../sass/logbook.scss */ +#infowindow { + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; +} + +/* line 61, ../../sass/logbook.scss */ +.form-container { + top: 50px; +} + +/* line 64, ../../sass/logbook.scss */ +h1, h2, h3 { + font-family: 'im_fell_double_pica_scregular', serif; +} + +/* line 67, ../../sass/logbook.scss */ +.logheader { + font-size: larger; + font-weight: bold; +} + +/* line 71, ../../sass/logbook.scss */ +.logentry { + padding-left: 25px; + padding-right: 25px; + border-bottom: 1px solid #282625; +} + +/* line 76, ../../sass/logbook.scss */ +.logentry2 { + padding-left: 100px; + padding-right: 100px; + border-bottom: 1px solid #282625; +} + +/* line 81, ../../sass/logbook.scss */ +ul { + list-style: square inside url("../images/hunt/bullet3.png"); +} + +/* line 84, ../../sass/logbook.scss */ +table.fancy { + padding: 0; + margin: 0; + width: 100%; + border-collapse: collapse; + border-style: double; + border-color: #282625; + border-left: 0; + border-right: 0; +} + +/* line 94, ../../sass/logbook.scss */ +table.fancy th, tr { + padding: 0; + margin: 0; +} + +/* line 98, ../../sass/logbook.scss */ +table.fancy td { + padding-left: 10px; + margin: 0; + border: 1px solid #282625; + border-right: 0; +} + +/* line 104, ../../sass/logbook.scss */ +.tdleft { + padding: 0; + width: 10%; + border-left: 0; +} + +/* line 109, ../../sass/logbook.scss */ +.caption { + font-style: italic; + border-top: 0px; + margin-top: 0px; + padding-top: 0px; +} + +/* line 116, ../../sass/logbook.scss */ +.puzzle-sans { + font-family: sans-serif; +} + +/* line 120, ../../sass/logbook.scss */ +.puzzle { + display: table; + width: 100%; +} + +/* line 125, ../../sass/logbook.scss */ +.puzzle-page-header { + margin-bottom: 20px; +} + +/* line 129, ../../sass/logbook.scss */ +.answer { + margin-bottom: 30px; +} + +/* line 133, ../../sass/logbook.scss */ +.puzzle li { + list-style-position: inside; + text-indent: -1.1em; +} + +/* line 138, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 145, ../../sass/logbook.scss */ +.clickbaitbannerbox { + width: 320px; + margin-right: 20px; + margin-left: auto; + margin-bottom: 20px; + margin-top: -30px; +} + +@media print { + /* line 154, ../../sass/logbook.scss */ + .clickbaitbannerbox { + margin-top: 50px; + } +} +/* line 159, ../../sass/logbook.scss */ +.clickbaitbanner { + background-color: white; + padding: 10px; +} + +/* line 163, ../../sass/logbook.scss */ +.attop { + position: absolute; + top: 0px; + left: 0px; +} + +/* line 169, ../../sass/logbook.scss */ +.byline { + font-family: 'Times New Roman', serif; + font-style: italic; +} + +/* line 173, ../../sass/logbook.scss */ +.clickbaitlink { + font-family: Helvetica, Arial, sans-serif; + font-size: 20px; +} + +/* line 177, ../../sass/logbook.scss */ +.clickbaitlink a { + text-decoration: none; +} + +/* line 181, ../../sass/logbook.scss */ +.puzzle p, .puzzle li { + line-height: 1.4em; +} + +/* line 185, ../../sass/logbook.scss */ +.solution-table td, .solution-table th { + padding-right: 15px; +} + +@media print { + /* line 190, ../../sass/logbook.scss */ + #puzzle-obj img { + display: none; + } + + /* line 194, ../../sass/logbook.scss */ + .no-page-break { + page-break-inside: avoid; + } + + /* line 197, ../../sass/logbook.scss */ + #paper { + width: 100%; + margin-bottom: 0px !important; + padding-bottom: 0px !important; + border: 0px !important; + } +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r11m_MIT_Mystery_Hunt_2015_Spotted_Tower_Meta/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r11m_MIT_Mystery_Hunt_2015_Spotted_Tower_Meta/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r11m_MIT_Mystery_Hunt_2015_Spotted_Tower_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/mit2015r121_MIT_Mystery_Hunt_2015_A_Case_of_the_Monday_Crosswords/_solution_assets/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r121_MIT_Mystery_Hunt_2015_A_Case_of_the_Monday_Crosswords/_solution_assets/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r121_MIT_Mystery_Hunt_2015_A_Case_of_the_Monday_Crosswords/_solution_assets/logbook.css @@ -0,0 +1,244 @@ +@font-face { + font-family: 'im_fell_double_pica_scregular'; + src: url("../fonts/hunt/imfedpsc28p-webfont.eot"); + src: url("../fonts/hunt/imfedpsc28p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hunt/imfedpsc28p-webfont.woff2") format("woff2"), url("../fonts/hunt/imfedpsc28p-webfont.woff") format("woff"), url("../fonts/hunt/imfedpsc28p-webfont.ttf") format("truetype"), url("../fonts/hunt/imfedpsc28p-webfont.svg#im_fell_double_pica_scregular") format("svg"); + font-weight: normal; + font-style: normal; +} + +/* line 14, ../../sass/logbook.scss */ +body { + margin: 0px; + border: 0px; + padding: 0px; +} + +/* line 19, ../../sass/logbook.scss */ +.headerbutton { + padding: 0 12px 0 12px; + float: right; +} + +/* line 24, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 31, ../../sass/logbook.scss */ +#paper { + z-index: 9; + width: 1000px; + padding: 37px 55px 72px; + position: relative; + border: 1px solid #333333; + background: #dbc397; + -webkit-background-size: 100% 30px; + -moz-background-size: 100% 30px; + -ms-background-size: 100% 30px; + background-size: 100% 30px; + box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5); + border-radius: 4px 4px 4px 4px; + color: #282625; + margin: 0 auto; + margin-bottom: 60px; + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; + text-rendering: optimizeLegibility; + font-feature-settings: "kern"; + -webkit-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern=1"; +} + +/* line 57, ../../sass/logbook.scss */ +#infowindow { + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; +} + +/* line 61, ../../sass/logbook.scss */ +.form-container { + top: 50px; +} + +/* line 64, ../../sass/logbook.scss */ +h1, h2, h3 { + font-family: 'im_fell_double_pica_scregular', serif; +} + +/* line 67, ../../sass/logbook.scss */ +.logheader { + font-size: larger; + font-weight: bold; +} + +/* line 71, ../../sass/logbook.scss */ +.logentry { + padding-left: 25px; + padding-right: 25px; + border-bottom: 1px solid #282625; +} + +/* line 76, ../../sass/logbook.scss */ +.logentry2 { + padding-left: 100px; + padding-right: 100px; + border-bottom: 1px solid #282625; +} + +/* line 81, ../../sass/logbook.scss */ +ul { + list-style: square inside url("../images/hunt/bullet3.png"); +} + +/* line 84, ../../sass/logbook.scss */ +table.fancy { + padding: 0; + margin: 0; + width: 100%; + border-collapse: collapse; + border-style: double; + border-color: #282625; + border-left: 0; + border-right: 0; +} + +/* line 94, ../../sass/logbook.scss */ +table.fancy th, tr { + padding: 0; + margin: 0; +} + +/* line 98, ../../sass/logbook.scss */ +table.fancy td { + padding-left: 10px; + margin: 0; + border: 1px solid #282625; + border-right: 0; +} + +/* line 104, ../../sass/logbook.scss */ +.tdleft { + padding: 0; + width: 10%; + border-left: 0; +} + +/* line 109, ../../sass/logbook.scss */ +.caption { + font-style: italic; + border-top: 0px; + margin-top: 0px; + padding-top: 0px; +} + +/* line 116, ../../sass/logbook.scss */ +.puzzle-sans { + font-family: sans-serif; +} + +/* line 120, ../../sass/logbook.scss */ +.puzzle { + display: table; + width: 100%; +} + +/* line 125, ../../sass/logbook.scss */ +.puzzle-page-header { + margin-bottom: 20px; +} + +/* line 129, ../../sass/logbook.scss */ +.answer { + margin-bottom: 30px; +} + +/* line 133, ../../sass/logbook.scss */ +.puzzle li { + list-style-position: inside; + text-indent: -1.1em; +} + +/* line 138, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 145, ../../sass/logbook.scss */ +.clickbaitbannerbox { + width: 320px; + margin-right: 20px; + margin-left: auto; + margin-bottom: 20px; + margin-top: -30px; +} + +@media print { + /* line 154, ../../sass/logbook.scss */ + .clickbaitbannerbox { + margin-top: 50px; + } +} +/* line 159, ../../sass/logbook.scss */ +.clickbaitbanner { + background-color: white; + padding: 10px; +} + +/* line 163, ../../sass/logbook.scss */ +.attop { + position: absolute; + top: 0px; + left: 0px; +} + +/* line 169, ../../sass/logbook.scss */ +.byline { + font-family: 'Times New Roman', serif; + font-style: italic; +} + +/* line 173, ../../sass/logbook.scss */ +.clickbaitlink { + font-family: Helvetica, Arial, sans-serif; + font-size: 20px; +} + +/* line 177, ../../sass/logbook.scss */ +.clickbaitlink a { + text-decoration: none; +} + +/* line 181, ../../sass/logbook.scss */ +.puzzle p, .puzzle li { + line-height: 1.4em; +} + +/* line 185, ../../sass/logbook.scss */ +.solution-table td, .solution-table th { + padding-right: 15px; +} + +@media print { + /* line 190, ../../sass/logbook.scss */ + #puzzle-obj img { + display: none; + } + + /* line 194, ../../sass/logbook.scss */ + .no-page-break { + page-break-inside: avoid; + } + + /* line 197, ../../sass/logbook.scss */ + #paper { + width: 100%; + margin-bottom: 0px !important; + padding-bottom: 0px !important; + border: 0px !important; + } +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r121_MIT_Mystery_Hunt_2015_A_Case_of_the_Monday_Crosswords/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r121_MIT_Mystery_Hunt_2015_A_Case_of_the_Monday_Crosswords/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r121_MIT_Mystery_Hunt_2015_A_Case_of_the_Monday_Crosswords/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/mit2015r122_MIT_Mystery_Hunt_2015_Lead_Right/_solution_assets/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r122_MIT_Mystery_Hunt_2015_Lead_Right/_solution_assets/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r122_MIT_Mystery_Hunt_2015_Lead_Right/_solution_assets/logbook.css @@ -0,0 +1,244 @@ +@font-face { + font-family: 'im_fell_double_pica_scregular'; + src: url("../fonts/hunt/imfedpsc28p-webfont.eot"); + src: url("../fonts/hunt/imfedpsc28p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hunt/imfedpsc28p-webfont.woff2") format("woff2"), url("../fonts/hunt/imfedpsc28p-webfont.woff") format("woff"), url("../fonts/hunt/imfedpsc28p-webfont.ttf") format("truetype"), url("../fonts/hunt/imfedpsc28p-webfont.svg#im_fell_double_pica_scregular") format("svg"); + font-weight: normal; + font-style: normal; +} + +/* line 14, ../../sass/logbook.scss */ +body { + margin: 0px; + border: 0px; + padding: 0px; +} + +/* line 19, ../../sass/logbook.scss */ +.headerbutton { + padding: 0 12px 0 12px; + float: right; +} + +/* line 24, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 31, ../../sass/logbook.scss */ +#paper { + z-index: 9; + width: 1000px; + padding: 37px 55px 72px; + position: relative; + border: 1px solid #333333; + background: #dbc397; + -webkit-background-size: 100% 30px; + -moz-background-size: 100% 30px; + -ms-background-size: 100% 30px; + background-size: 100% 30px; + box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5); + border-radius: 4px 4px 4px 4px; + color: #282625; + margin: 0 auto; + margin-bottom: 60px; + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; + text-rendering: optimizeLegibility; + font-feature-settings: "kern"; + -webkit-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern=1"; +} + +/* line 57, ../../sass/logbook.scss */ +#infowindow { + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; +} + +/* line 61, ../../sass/logbook.scss */ +.form-container { + top: 50px; +} + +/* line 64, ../../sass/logbook.scss */ +h1, h2, h3 { + font-family: 'im_fell_double_pica_scregular', serif; +} + +/* line 67, ../../sass/logbook.scss */ +.logheader { + font-size: larger; + font-weight: bold; +} + +/* line 71, ../../sass/logbook.scss */ +.logentry { + padding-left: 25px; + padding-right: 25px; + border-bottom: 1px solid #282625; +} + +/* line 76, ../../sass/logbook.scss */ +.logentry2 { + padding-left: 100px; + padding-right: 100px; + border-bottom: 1px solid #282625; +} + +/* line 81, ../../sass/logbook.scss */ +ul { + list-style: square inside url("../images/hunt/bullet3.png"); +} + +/* line 84, ../../sass/logbook.scss */ +table.fancy { + padding: 0; + margin: 0; + width: 100%; + border-collapse: collapse; + border-style: double; + border-color: #282625; + border-left: 0; + border-right: 0; +} + +/* line 94, ../../sass/logbook.scss */ +table.fancy th, tr { + padding: 0; + margin: 0; +} + +/* line 98, ../../sass/logbook.scss */ +table.fancy td { + padding-left: 10px; + margin: 0; + border: 1px solid #282625; + border-right: 0; +} + +/* line 104, ../../sass/logbook.scss */ +.tdleft { + padding: 0; + width: 10%; + border-left: 0; +} + +/* line 109, ../../sass/logbook.scss */ +.caption { + font-style: italic; + border-top: 0px; + margin-top: 0px; + padding-top: 0px; +} + +/* line 116, ../../sass/logbook.scss */ +.puzzle-sans { + font-family: sans-serif; +} + +/* line 120, ../../sass/logbook.scss */ +.puzzle { + display: table; + width: 100%; +} + +/* line 125, ../../sass/logbook.scss */ +.puzzle-page-header { + margin-bottom: 20px; +} + +/* line 129, ../../sass/logbook.scss */ +.answer { + margin-bottom: 30px; +} + +/* line 133, ../../sass/logbook.scss */ +.puzzle li { + list-style-position: inside; + text-indent: -1.1em; +} + +/* line 138, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 145, ../../sass/logbook.scss */ +.clickbaitbannerbox { + width: 320px; + margin-right: 20px; + margin-left: auto; + margin-bottom: 20px; + margin-top: -30px; +} + +@media print { + /* line 154, ../../sass/logbook.scss */ + .clickbaitbannerbox { + margin-top: 50px; + } +} +/* line 159, ../../sass/logbook.scss */ +.clickbaitbanner { + background-color: white; + padding: 10px; +} + +/* line 163, ../../sass/logbook.scss */ +.attop { + position: absolute; + top: 0px; + left: 0px; +} + +/* line 169, ../../sass/logbook.scss */ +.byline { + font-family: 'Times New Roman', serif; + font-style: italic; +} + +/* line 173, ../../sass/logbook.scss */ +.clickbaitlink { + font-family: Helvetica, Arial, sans-serif; + font-size: 20px; +} + +/* line 177, ../../sass/logbook.scss */ +.clickbaitlink a { + text-decoration: none; +} + +/* line 181, ../../sass/logbook.scss */ +.puzzle p, .puzzle li { + line-height: 1.4em; +} + +/* line 185, ../../sass/logbook.scss */ +.solution-table td, .solution-table th { + padding-right: 15px; +} + +@media print { + /* line 190, ../../sass/logbook.scss */ + #puzzle-obj img { + display: none; + } + + /* line 194, ../../sass/logbook.scss */ + .no-page-break { + page-break-inside: avoid; + } + + /* line 197, ../../sass/logbook.scss */ + #paper { + width: 100%; + margin-bottom: 0px !important; + padding-bottom: 0px !important; + border: 0px !important; + } +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r122_MIT_Mystery_Hunt_2015_Lead_Right/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r122_MIT_Mystery_Hunt_2015_Lead_Right/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r122_MIT_Mystery_Hunt_2015_Lead_Right/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/mit2015r123_MIT_Mystery_Hunt_2015_Floating_Crossword/_solution_assets/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r123_MIT_Mystery_Hunt_2015_Floating_Crossword/_solution_assets/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r123_MIT_Mystery_Hunt_2015_Floating_Crossword/_solution_assets/logbook.css @@ -0,0 +1,244 @@ +@font-face { + font-family: 'im_fell_double_pica_scregular'; + src: url("../fonts/hunt/imfedpsc28p-webfont.eot"); + src: url("../fonts/hunt/imfedpsc28p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hunt/imfedpsc28p-webfont.woff2") format("woff2"), url("../fonts/hunt/imfedpsc28p-webfont.woff") format("woff"), url("../fonts/hunt/imfedpsc28p-webfont.ttf") format("truetype"), url("../fonts/hunt/imfedpsc28p-webfont.svg#im_fell_double_pica_scregular") format("svg"); + font-weight: normal; + font-style: normal; +} + +/* line 14, ../../sass/logbook.scss */ +body { + margin: 0px; + border: 0px; + padding: 0px; +} + +/* line 19, ../../sass/logbook.scss */ +.headerbutton { + padding: 0 12px 0 12px; + float: right; +} + +/* line 24, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 31, ../../sass/logbook.scss */ +#paper { + z-index: 9; + width: 1000px; + padding: 37px 55px 72px; + position: relative; + border: 1px solid #333333; + background: #dbc397; + -webkit-background-size: 100% 30px; + -moz-background-size: 100% 30px; + -ms-background-size: 100% 30px; + background-size: 100% 30px; + box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5); + border-radius: 4px 4px 4px 4px; + color: #282625; + margin: 0 auto; + margin-bottom: 60px; + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; + text-rendering: optimizeLegibility; + font-feature-settings: "kern"; + -webkit-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern=1"; +} + +/* line 57, ../../sass/logbook.scss */ +#infowindow { + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; +} + +/* line 61, ../../sass/logbook.scss */ +.form-container { + top: 50px; +} + +/* line 64, ../../sass/logbook.scss */ +h1, h2, h3 { + font-family: 'im_fell_double_pica_scregular', serif; +} + +/* line 67, ../../sass/logbook.scss */ +.logheader { + font-size: larger; + font-weight: bold; +} + +/* line 71, ../../sass/logbook.scss */ +.logentry { + padding-left: 25px; + padding-right: 25px; + border-bottom: 1px solid #282625; +} + +/* line 76, ../../sass/logbook.scss */ +.logentry2 { + padding-left: 100px; + padding-right: 100px; + border-bottom: 1px solid #282625; +} + +/* line 81, ../../sass/logbook.scss */ +ul { + list-style: square inside url("../images/hunt/bullet3.png"); +} + +/* line 84, ../../sass/logbook.scss */ +table.fancy { + padding: 0; + margin: 0; + width: 100%; + border-collapse: collapse; + border-style: double; + border-color: #282625; + border-left: 0; + border-right: 0; +} + +/* line 94, ../../sass/logbook.scss */ +table.fancy th, tr { + padding: 0; + margin: 0; +} + +/* line 98, ../../sass/logbook.scss */ +table.fancy td { + padding-left: 10px; + margin: 0; + border: 1px solid #282625; + border-right: 0; +} + +/* line 104, ../../sass/logbook.scss */ +.tdleft { + padding: 0; + width: 10%; + border-left: 0; +} + +/* line 109, ../../sass/logbook.scss */ +.caption { + font-style: italic; + border-top: 0px; + margin-top: 0px; + padding-top: 0px; +} + +/* line 116, ../../sass/logbook.scss */ +.puzzle-sans { + font-family: sans-serif; +} + +/* line 120, ../../sass/logbook.scss */ +.puzzle { + display: table; + width: 100%; +} + +/* line 125, ../../sass/logbook.scss */ +.puzzle-page-header { + margin-bottom: 20px; +} + +/* line 129, ../../sass/logbook.scss */ +.answer { + margin-bottom: 30px; +} + +/* line 133, ../../sass/logbook.scss */ +.puzzle li { + list-style-position: inside; + text-indent: -1.1em; +} + +/* line 138, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 145, ../../sass/logbook.scss */ +.clickbaitbannerbox { + width: 320px; + margin-right: 20px; + margin-left: auto; + margin-bottom: 20px; + margin-top: -30px; +} + +@media print { + /* line 154, ../../sass/logbook.scss */ + .clickbaitbannerbox { + margin-top: 50px; + } +} +/* line 159, ../../sass/logbook.scss */ +.clickbaitbanner { + background-color: white; + padding: 10px; +} + +/* line 163, ../../sass/logbook.scss */ +.attop { + position: absolute; + top: 0px; + left: 0px; +} + +/* line 169, ../../sass/logbook.scss */ +.byline { + font-family: 'Times New Roman', serif; + font-style: italic; +} + +/* line 173, ../../sass/logbook.scss */ +.clickbaitlink { + font-family: Helvetica, Arial, sans-serif; + font-size: 20px; +} + +/* line 177, ../../sass/logbook.scss */ +.clickbaitlink a { + text-decoration: none; +} + +/* line 181, ../../sass/logbook.scss */ +.puzzle p, .puzzle li { + line-height: 1.4em; +} + +/* line 185, ../../sass/logbook.scss */ +.solution-table td, .solution-table th { + padding-right: 15px; +} + +@media print { + /* line 190, ../../sass/logbook.scss */ + #puzzle-obj img { + display: none; + } + + /* line 194, ../../sass/logbook.scss */ + .no-page-break { + page-break-inside: avoid; + } + + /* line 197, ../../sass/logbook.scss */ + #paper { + width: 100%; + margin-bottom: 0px !important; + padding-bottom: 0px !important; + border: 0px !important; + } +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r123_MIT_Mystery_Hunt_2015_Floating_Crossword/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r123_MIT_Mystery_Hunt_2015_Floating_Crossword/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r123_MIT_Mystery_Hunt_2015_Floating_Crossword/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/mit2015r124_MIT_Mystery_Hunt_2015_Quodlibet/_solution_assets/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r124_MIT_Mystery_Hunt_2015_Quodlibet/_solution_assets/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r124_MIT_Mystery_Hunt_2015_Quodlibet/_solution_assets/logbook.css @@ -0,0 +1,244 @@ +@font-face { + font-family: 'im_fell_double_pica_scregular'; + src: url("../fonts/hunt/imfedpsc28p-webfont.eot"); + src: url("../fonts/hunt/imfedpsc28p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hunt/imfedpsc28p-webfont.woff2") format("woff2"), url("../fonts/hunt/imfedpsc28p-webfont.woff") format("woff"), url("../fonts/hunt/imfedpsc28p-webfont.ttf") format("truetype"), url("../fonts/hunt/imfedpsc28p-webfont.svg#im_fell_double_pica_scregular") format("svg"); + font-weight: normal; + font-style: normal; +} + +/* line 14, ../../sass/logbook.scss */ +body { + margin: 0px; + border: 0px; + padding: 0px; +} + +/* line 19, ../../sass/logbook.scss */ +.headerbutton { + padding: 0 12px 0 12px; + float: right; +} + +/* line 24, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 31, ../../sass/logbook.scss */ +#paper { + z-index: 9; + width: 1000px; + padding: 37px 55px 72px; + position: relative; + border: 1px solid #333333; + background: #dbc397; + -webkit-background-size: 100% 30px; + -moz-background-size: 100% 30px; + -ms-background-size: 100% 30px; + background-size: 100% 30px; + box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5); + border-radius: 4px 4px 4px 4px; + color: #282625; + margin: 0 auto; + margin-bottom: 60px; + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; + text-rendering: optimizeLegibility; + font-feature-settings: "kern"; + -webkit-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern=1"; +} + +/* line 57, ../../sass/logbook.scss */ +#infowindow { + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; +} + +/* line 61, ../../sass/logbook.scss */ +.form-container { + top: 50px; +} + +/* line 64, ../../sass/logbook.scss */ +h1, h2, h3 { + font-family: 'im_fell_double_pica_scregular', serif; +} + +/* line 67, ../../sass/logbook.scss */ +.logheader { + font-size: larger; + font-weight: bold; +} + +/* line 71, ../../sass/logbook.scss */ +.logentry { + padding-left: 25px; + padding-right: 25px; + border-bottom: 1px solid #282625; +} + +/* line 76, ../../sass/logbook.scss */ +.logentry2 { + padding-left: 100px; + padding-right: 100px; + border-bottom: 1px solid #282625; +} + +/* line 81, ../../sass/logbook.scss */ +ul { + list-style: square inside url("../images/hunt/bullet3.png"); +} + +/* line 84, ../../sass/logbook.scss */ +table.fancy { + padding: 0; + margin: 0; + width: 100%; + border-collapse: collapse; + border-style: double; + border-color: #282625; + border-left: 0; + border-right: 0; +} + +/* line 94, ../../sass/logbook.scss */ +table.fancy th, tr { + padding: 0; + margin: 0; +} + +/* line 98, ../../sass/logbook.scss */ +table.fancy td { + padding-left: 10px; + margin: 0; + border: 1px solid #282625; + border-right: 0; +} + +/* line 104, ../../sass/logbook.scss */ +.tdleft { + padding: 0; + width: 10%; + border-left: 0; +} + +/* line 109, ../../sass/logbook.scss */ +.caption { + font-style: italic; + border-top: 0px; + margin-top: 0px; + padding-top: 0px; +} + +/* line 116, ../../sass/logbook.scss */ +.puzzle-sans { + font-family: sans-serif; +} + +/* line 120, ../../sass/logbook.scss */ +.puzzle { + display: table; + width: 100%; +} + +/* line 125, ../../sass/logbook.scss */ +.puzzle-page-header { + margin-bottom: 20px; +} + +/* line 129, ../../sass/logbook.scss */ +.answer { + margin-bottom: 30px; +} + +/* line 133, ../../sass/logbook.scss */ +.puzzle li { + list-style-position: inside; + text-indent: -1.1em; +} + +/* line 138, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 145, ../../sass/logbook.scss */ +.clickbaitbannerbox { + width: 320px; + margin-right: 20px; + margin-left: auto; + margin-bottom: 20px; + margin-top: -30px; +} + +@media print { + /* line 154, ../../sass/logbook.scss */ + .clickbaitbannerbox { + margin-top: 50px; + } +} +/* line 159, ../../sass/logbook.scss */ +.clickbaitbanner { + background-color: white; + padding: 10px; +} + +/* line 163, ../../sass/logbook.scss */ +.attop { + position: absolute; + top: 0px; + left: 0px; +} + +/* line 169, ../../sass/logbook.scss */ +.byline { + font-family: 'Times New Roman', serif; + font-style: italic; +} + +/* line 173, ../../sass/logbook.scss */ +.clickbaitlink { + font-family: Helvetica, Arial, sans-serif; + font-size: 20px; +} + +/* line 177, ../../sass/logbook.scss */ +.clickbaitlink a { + text-decoration: none; +} + +/* line 181, ../../sass/logbook.scss */ +.puzzle p, .puzzle li { + line-height: 1.4em; +} + +/* line 185, ../../sass/logbook.scss */ +.solution-table td, .solution-table th { + padding-right: 15px; +} + +@media print { + /* line 190, ../../sass/logbook.scss */ + #puzzle-obj img { + display: none; + } + + /* line 194, ../../sass/logbook.scss */ + .no-page-break { + page-break-inside: avoid; + } + + /* line 197, ../../sass/logbook.scss */ + #paper { + width: 100%; + margin-bottom: 0px !important; + padding-bottom: 0px !important; + border: 0px !important; + } +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r124_MIT_Mystery_Hunt_2015_Quodlibet/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r124_MIT_Mystery_Hunt_2015_Quodlibet/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r124_MIT_Mystery_Hunt_2015_Quodlibet/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/mit2015r125_MIT_Mystery_Hunt_2015_Cryptochains/_solution_assets/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r125_MIT_Mystery_Hunt_2015_Cryptochains/_solution_assets/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r125_MIT_Mystery_Hunt_2015_Cryptochains/_solution_assets/logbook.css @@ -0,0 +1,244 @@ +@font-face { + font-family: 'im_fell_double_pica_scregular'; + src: url("../fonts/hunt/imfedpsc28p-webfont.eot"); + src: url("../fonts/hunt/imfedpsc28p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hunt/imfedpsc28p-webfont.woff2") format("woff2"), url("../fonts/hunt/imfedpsc28p-webfont.woff") format("woff"), url("../fonts/hunt/imfedpsc28p-webfont.ttf") format("truetype"), url("../fonts/hunt/imfedpsc28p-webfont.svg#im_fell_double_pica_scregular") format("svg"); + font-weight: normal; + font-style: normal; +} + +/* line 14, ../../sass/logbook.scss */ +body { + margin: 0px; + border: 0px; + padding: 0px; +} + +/* line 19, ../../sass/logbook.scss */ +.headerbutton { + padding: 0 12px 0 12px; + float: right; +} + +/* line 24, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 31, ../../sass/logbook.scss */ +#paper { + z-index: 9; + width: 1000px; + padding: 37px 55px 72px; + position: relative; + border: 1px solid #333333; + background: #dbc397; + -webkit-background-size: 100% 30px; + -moz-background-size: 100% 30px; + -ms-background-size: 100% 30px; + background-size: 100% 30px; + box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5); + border-radius: 4px 4px 4px 4px; + color: #282625; + margin: 0 auto; + margin-bottom: 60px; + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; + text-rendering: optimizeLegibility; + font-feature-settings: "kern"; + -webkit-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern=1"; +} + +/* line 57, ../../sass/logbook.scss */ +#infowindow { + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; +} + +/* line 61, ../../sass/logbook.scss */ +.form-container { + top: 50px; +} + +/* line 64, ../../sass/logbook.scss */ +h1, h2, h3 { + font-family: 'im_fell_double_pica_scregular', serif; +} + +/* line 67, ../../sass/logbook.scss */ +.logheader { + font-size: larger; + font-weight: bold; +} + +/* line 71, ../../sass/logbook.scss */ +.logentry { + padding-left: 25px; + padding-right: 25px; + border-bottom: 1px solid #282625; +} + +/* line 76, ../../sass/logbook.scss */ +.logentry2 { + padding-left: 100px; + padding-right: 100px; + border-bottom: 1px solid #282625; +} + +/* line 81, ../../sass/logbook.scss */ +ul { + list-style: square inside url("../images/hunt/bullet3.png"); +} + +/* line 84, ../../sass/logbook.scss */ +table.fancy { + padding: 0; + margin: 0; + width: 100%; + border-collapse: collapse; + border-style: double; + border-color: #282625; + border-left: 0; + border-right: 0; +} + +/* line 94, ../../sass/logbook.scss */ +table.fancy th, tr { + padding: 0; + margin: 0; +} + +/* line 98, ../../sass/logbook.scss */ +table.fancy td { + padding-left: 10px; + margin: 0; + border: 1px solid #282625; + border-right: 0; +} + +/* line 104, ../../sass/logbook.scss */ +.tdleft { + padding: 0; + width: 10%; + border-left: 0; +} + +/* line 109, ../../sass/logbook.scss */ +.caption { + font-style: italic; + border-top: 0px; + margin-top: 0px; + padding-top: 0px; +} + +/* line 116, ../../sass/logbook.scss */ +.puzzle-sans { + font-family: sans-serif; +} + +/* line 120, ../../sass/logbook.scss */ +.puzzle { + display: table; + width: 100%; +} + +/* line 125, ../../sass/logbook.scss */ +.puzzle-page-header { + margin-bottom: 20px; +} + +/* line 129, ../../sass/logbook.scss */ +.answer { + margin-bottom: 30px; +} + +/* line 133, ../../sass/logbook.scss */ +.puzzle li { + list-style-position: inside; + text-indent: -1.1em; +} + +/* line 138, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 145, ../../sass/logbook.scss */ +.clickbaitbannerbox { + width: 320px; + margin-right: 20px; + margin-left: auto; + margin-bottom: 20px; + margin-top: -30px; +} + +@media print { + /* line 154, ../../sass/logbook.scss */ + .clickbaitbannerbox { + margin-top: 50px; + } +} +/* line 159, ../../sass/logbook.scss */ +.clickbaitbanner { + background-color: white; + padding: 10px; +} + +/* line 163, ../../sass/logbook.scss */ +.attop { + position: absolute; + top: 0px; + left: 0px; +} + +/* line 169, ../../sass/logbook.scss */ +.byline { + font-family: 'Times New Roman', serif; + font-style: italic; +} + +/* line 173, ../../sass/logbook.scss */ +.clickbaitlink { + font-family: Helvetica, Arial, sans-serif; + font-size: 20px; +} + +/* line 177, ../../sass/logbook.scss */ +.clickbaitlink a { + text-decoration: none; +} + +/* line 181, ../../sass/logbook.scss */ +.puzzle p, .puzzle li { + line-height: 1.4em; +} + +/* line 185, ../../sass/logbook.scss */ +.solution-table td, .solution-table th { + padding-right: 15px; +} + +@media print { + /* line 190, ../../sass/logbook.scss */ + #puzzle-obj img { + display: none; + } + + /* line 194, ../../sass/logbook.scss */ + .no-page-break { + page-break-inside: avoid; + } + + /* line 197, ../../sass/logbook.scss */ + #paper { + width: 100%; + margin-bottom: 0px !important; + padding-bottom: 0px !important; + border: 0px !important; + } +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r125_MIT_Mystery_Hunt_2015_Cryptochains/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r125_MIT_Mystery_Hunt_2015_Cryptochains/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r125_MIT_Mystery_Hunt_2015_Cryptochains/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/mit2015r126_MIT_Mystery_Hunt_2015_The_Sun_Will_Come_Out/_solution_assets/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r126_MIT_Mystery_Hunt_2015_The_Sun_Will_Come_Out/_solution_assets/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r126_MIT_Mystery_Hunt_2015_The_Sun_Will_Come_Out/_solution_assets/logbook.css @@ -0,0 +1,244 @@ +@font-face { + font-family: 'im_fell_double_pica_scregular'; + src: url("../fonts/hunt/imfedpsc28p-webfont.eot"); + src: url("../fonts/hunt/imfedpsc28p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hunt/imfedpsc28p-webfont.woff2") format("woff2"), url("../fonts/hunt/imfedpsc28p-webfont.woff") format("woff"), url("../fonts/hunt/imfedpsc28p-webfont.ttf") format("truetype"), url("../fonts/hunt/imfedpsc28p-webfont.svg#im_fell_double_pica_scregular") format("svg"); + font-weight: normal; + font-style: normal; +} + +/* line 14, ../../sass/logbook.scss */ +body { + margin: 0px; + border: 0px; + padding: 0px; +} + +/* line 19, ../../sass/logbook.scss */ +.headerbutton { + padding: 0 12px 0 12px; + float: right; +} + +/* line 24, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 31, ../../sass/logbook.scss */ +#paper { + z-index: 9; + width: 1000px; + padding: 37px 55px 72px; + position: relative; + border: 1px solid #333333; + background: #dbc397; + -webkit-background-size: 100% 30px; + -moz-background-size: 100% 30px; + -ms-background-size: 100% 30px; + background-size: 100% 30px; + box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5); + border-radius: 4px 4px 4px 4px; + color: #282625; + margin: 0 auto; + margin-bottom: 60px; + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; + text-rendering: optimizeLegibility; + font-feature-settings: "kern"; + -webkit-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern=1"; +} + +/* line 57, ../../sass/logbook.scss */ +#infowindow { + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; +} + +/* line 61, ../../sass/logbook.scss */ +.form-container { + top: 50px; +} + +/* line 64, ../../sass/logbook.scss */ +h1, h2, h3 { + font-family: 'im_fell_double_pica_scregular', serif; +} + +/* line 67, ../../sass/logbook.scss */ +.logheader { + font-size: larger; + font-weight: bold; +} + +/* line 71, ../../sass/logbook.scss */ +.logentry { + padding-left: 25px; + padding-right: 25px; + border-bottom: 1px solid #282625; +} + +/* line 76, ../../sass/logbook.scss */ +.logentry2 { + padding-left: 100px; + padding-right: 100px; + border-bottom: 1px solid #282625; +} + +/* line 81, ../../sass/logbook.scss */ +ul { + list-style: square inside url("../images/hunt/bullet3.png"); +} + +/* line 84, ../../sass/logbook.scss */ +table.fancy { + padding: 0; + margin: 0; + width: 100%; + border-collapse: collapse; + border-style: double; + border-color: #282625; + border-left: 0; + border-right: 0; +} + +/* line 94, ../../sass/logbook.scss */ +table.fancy th, tr { + padding: 0; + margin: 0; +} + +/* line 98, ../../sass/logbook.scss */ +table.fancy td { + padding-left: 10px; + margin: 0; + border: 1px solid #282625; + border-right: 0; +} + +/* line 104, ../../sass/logbook.scss */ +.tdleft { + padding: 0; + width: 10%; + border-left: 0; +} + +/* line 109, ../../sass/logbook.scss */ +.caption { + font-style: italic; + border-top: 0px; + margin-top: 0px; + padding-top: 0px; +} + +/* line 116, ../../sass/logbook.scss */ +.puzzle-sans { + font-family: sans-serif; +} + +/* line 120, ../../sass/logbook.scss */ +.puzzle { + display: table; + width: 100%; +} + +/* line 125, ../../sass/logbook.scss */ +.puzzle-page-header { + margin-bottom: 20px; +} + +/* line 129, ../../sass/logbook.scss */ +.answer { + margin-bottom: 30px; +} + +/* line 133, ../../sass/logbook.scss */ +.puzzle li { + list-style-position: inside; + text-indent: -1.1em; +} + +/* line 138, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 145, ../../sass/logbook.scss */ +.clickbaitbannerbox { + width: 320px; + margin-right: 20px; + margin-left: auto; + margin-bottom: 20px; + margin-top: -30px; +} + +@media print { + /* line 154, ../../sass/logbook.scss */ + .clickbaitbannerbox { + margin-top: 50px; + } +} +/* line 159, ../../sass/logbook.scss */ +.clickbaitbanner { + background-color: white; + padding: 10px; +} + +/* line 163, ../../sass/logbook.scss */ +.attop { + position: absolute; + top: 0px; + left: 0px; +} + +/* line 169, ../../sass/logbook.scss */ +.byline { + font-family: 'Times New Roman', serif; + font-style: italic; +} + +/* line 173, ../../sass/logbook.scss */ +.clickbaitlink { + font-family: Helvetica, Arial, sans-serif; + font-size: 20px; +} + +/* line 177, ../../sass/logbook.scss */ +.clickbaitlink a { + text-decoration: none; +} + +/* line 181, ../../sass/logbook.scss */ +.puzzle p, .puzzle li { + line-height: 1.4em; +} + +/* line 185, ../../sass/logbook.scss */ +.solution-table td, .solution-table th { + padding-right: 15px; +} + +@media print { + /* line 190, ../../sass/logbook.scss */ + #puzzle-obj img { + display: none; + } + + /* line 194, ../../sass/logbook.scss */ + .no-page-break { + page-break-inside: avoid; + } + + /* line 197, ../../sass/logbook.scss */ + #paper { + width: 100%; + margin-bottom: 0px !important; + padding-bottom: 0px !important; + border: 0px !important; + } +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r126_MIT_Mystery_Hunt_2015_The_Sun_Will_Come_Out/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r126_MIT_Mystery_Hunt_2015_The_Sun_Will_Come_Out/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r126_MIT_Mystery_Hunt_2015_The_Sun_Will_Come_Out/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/mit2015r127_MIT_Mystery_Hunt_2015_UKACD/_solution_assets/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r127_MIT_Mystery_Hunt_2015_UKACD/_solution_assets/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r127_MIT_Mystery_Hunt_2015_UKACD/_solution_assets/logbook.css @@ -0,0 +1,244 @@ +@font-face { + font-family: 'im_fell_double_pica_scregular'; + src: url("../fonts/hunt/imfedpsc28p-webfont.eot"); + src: url("../fonts/hunt/imfedpsc28p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hunt/imfedpsc28p-webfont.woff2") format("woff2"), url("../fonts/hunt/imfedpsc28p-webfont.woff") format("woff"), url("../fonts/hunt/imfedpsc28p-webfont.ttf") format("truetype"), url("../fonts/hunt/imfedpsc28p-webfont.svg#im_fell_double_pica_scregular") format("svg"); + font-weight: normal; + font-style: normal; +} + +/* line 14, ../../sass/logbook.scss */ +body { + margin: 0px; + border: 0px; + padding: 0px; +} + +/* line 19, ../../sass/logbook.scss */ +.headerbutton { + padding: 0 12px 0 12px; + float: right; +} + +/* line 24, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 31, ../../sass/logbook.scss */ +#paper { + z-index: 9; + width: 1000px; + padding: 37px 55px 72px; + position: relative; + border: 1px solid #333333; + background: #dbc397; + -webkit-background-size: 100% 30px; + -moz-background-size: 100% 30px; + -ms-background-size: 100% 30px; + background-size: 100% 30px; + box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5); + border-radius: 4px 4px 4px 4px; + color: #282625; + margin: 0 auto; + margin-bottom: 60px; + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; + text-rendering: optimizeLegibility; + font-feature-settings: "kern"; + -webkit-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern=1"; +} + +/* line 57, ../../sass/logbook.scss */ +#infowindow { + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; +} + +/* line 61, ../../sass/logbook.scss */ +.form-container { + top: 50px; +} + +/* line 64, ../../sass/logbook.scss */ +h1, h2, h3 { + font-family: 'im_fell_double_pica_scregular', serif; +} + +/* line 67, ../../sass/logbook.scss */ +.logheader { + font-size: larger; + font-weight: bold; +} + +/* line 71, ../../sass/logbook.scss */ +.logentry { + padding-left: 25px; + padding-right: 25px; + border-bottom: 1px solid #282625; +} + +/* line 76, ../../sass/logbook.scss */ +.logentry2 { + padding-left: 100px; + padding-right: 100px; + border-bottom: 1px solid #282625; +} + +/* line 81, ../../sass/logbook.scss */ +ul { + list-style: square inside url("../images/hunt/bullet3.png"); +} + +/* line 84, ../../sass/logbook.scss */ +table.fancy { + padding: 0; + margin: 0; + width: 100%; + border-collapse: collapse; + border-style: double; + border-color: #282625; + border-left: 0; + border-right: 0; +} + +/* line 94, ../../sass/logbook.scss */ +table.fancy th, tr { + padding: 0; + margin: 0; +} + +/* line 98, ../../sass/logbook.scss */ +table.fancy td { + padding-left: 10px; + margin: 0; + border: 1px solid #282625; + border-right: 0; +} + +/* line 104, ../../sass/logbook.scss */ +.tdleft { + padding: 0; + width: 10%; + border-left: 0; +} + +/* line 109, ../../sass/logbook.scss */ +.caption { + font-style: italic; + border-top: 0px; + margin-top: 0px; + padding-top: 0px; +} + +/* line 116, ../../sass/logbook.scss */ +.puzzle-sans { + font-family: sans-serif; +} + +/* line 120, ../../sass/logbook.scss */ +.puzzle { + display: table; + width: 100%; +} + +/* line 125, ../../sass/logbook.scss */ +.puzzle-page-header { + margin-bottom: 20px; +} + +/* line 129, ../../sass/logbook.scss */ +.answer { + margin-bottom: 30px; +} + +/* line 133, ../../sass/logbook.scss */ +.puzzle li { + list-style-position: inside; + text-indent: -1.1em; +} + +/* line 138, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 145, ../../sass/logbook.scss */ +.clickbaitbannerbox { + width: 320px; + margin-right: 20px; + margin-left: auto; + margin-bottom: 20px; + margin-top: -30px; +} + +@media print { + /* line 154, ../../sass/logbook.scss */ + .clickbaitbannerbox { + margin-top: 50px; + } +} +/* line 159, ../../sass/logbook.scss */ +.clickbaitbanner { + background-color: white; + padding: 10px; +} + +/* line 163, ../../sass/logbook.scss */ +.attop { + position: absolute; + top: 0px; + left: 0px; +} + +/* line 169, ../../sass/logbook.scss */ +.byline { + font-family: 'Times New Roman', serif; + font-style: italic; +} + +/* line 173, ../../sass/logbook.scss */ +.clickbaitlink { + font-family: Helvetica, Arial, sans-serif; + font-size: 20px; +} + +/* line 177, ../../sass/logbook.scss */ +.clickbaitlink a { + text-decoration: none; +} + +/* line 181, ../../sass/logbook.scss */ +.puzzle p, .puzzle li { + line-height: 1.4em; +} + +/* line 185, ../../sass/logbook.scss */ +.solution-table td, .solution-table th { + padding-right: 15px; +} + +@media print { + /* line 190, ../../sass/logbook.scss */ + #puzzle-obj img { + display: none; + } + + /* line 194, ../../sass/logbook.scss */ + .no-page-break { + page-break-inside: avoid; + } + + /* line 197, ../../sass/logbook.scss */ + #paper { + width: 100%; + margin-bottom: 0px !important; + padding-bottom: 0px !important; + border: 0px !important; + } +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r127_MIT_Mystery_Hunt_2015_UKACD/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r127_MIT_Mystery_Hunt_2015_UKACD/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r127_MIT_Mystery_Hunt_2015_UKACD/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/mit2015r128_MIT_Mystery_Hunt_2015_Read_Between_the_Lines/_solution_assets/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r128_MIT_Mystery_Hunt_2015_Read_Between_the_Lines/_solution_assets/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r128_MIT_Mystery_Hunt_2015_Read_Between_the_Lines/_solution_assets/logbook.css @@ -0,0 +1,244 @@ +@font-face { + font-family: 'im_fell_double_pica_scregular'; + src: url("../fonts/hunt/imfedpsc28p-webfont.eot"); + src: url("../fonts/hunt/imfedpsc28p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hunt/imfedpsc28p-webfont.woff2") format("woff2"), url("../fonts/hunt/imfedpsc28p-webfont.woff") format("woff"), url("../fonts/hunt/imfedpsc28p-webfont.ttf") format("truetype"), url("../fonts/hunt/imfedpsc28p-webfont.svg#im_fell_double_pica_scregular") format("svg"); + font-weight: normal; + font-style: normal; +} + +/* line 14, ../../sass/logbook.scss */ +body { + margin: 0px; + border: 0px; + padding: 0px; +} + +/* line 19, ../../sass/logbook.scss */ +.headerbutton { + padding: 0 12px 0 12px; + float: right; +} + +/* line 24, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 31, ../../sass/logbook.scss */ +#paper { + z-index: 9; + width: 1000px; + padding: 37px 55px 72px; + position: relative; + border: 1px solid #333333; + background: #dbc397; + -webkit-background-size: 100% 30px; + -moz-background-size: 100% 30px; + -ms-background-size: 100% 30px; + background-size: 100% 30px; + box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5); + border-radius: 4px 4px 4px 4px; + color: #282625; + margin: 0 auto; + margin-bottom: 60px; + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; + text-rendering: optimizeLegibility; + font-feature-settings: "kern"; + -webkit-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern=1"; +} + +/* line 57, ../../sass/logbook.scss */ +#infowindow { + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; +} + +/* line 61, ../../sass/logbook.scss */ +.form-container { + top: 50px; +} + +/* line 64, ../../sass/logbook.scss */ +h1, h2, h3 { + font-family: 'im_fell_double_pica_scregular', serif; +} + +/* line 67, ../../sass/logbook.scss */ +.logheader { + font-size: larger; + font-weight: bold; +} + +/* line 71, ../../sass/logbook.scss */ +.logentry { + padding-left: 25px; + padding-right: 25px; + border-bottom: 1px solid #282625; +} + +/* line 76, ../../sass/logbook.scss */ +.logentry2 { + padding-left: 100px; + padding-right: 100px; + border-bottom: 1px solid #282625; +} + +/* line 81, ../../sass/logbook.scss */ +ul { + list-style: square inside url("../images/hunt/bullet3.png"); +} + +/* line 84, ../../sass/logbook.scss */ +table.fancy { + padding: 0; + margin: 0; + width: 100%; + border-collapse: collapse; + border-style: double; + border-color: #282625; + border-left: 0; + border-right: 0; +} + +/* line 94, ../../sass/logbook.scss */ +table.fancy th, tr { + padding: 0; + margin: 0; +} + +/* line 98, ../../sass/logbook.scss */ +table.fancy td { + padding-left: 10px; + margin: 0; + border: 1px solid #282625; + border-right: 0; +} + +/* line 104, ../../sass/logbook.scss */ +.tdleft { + padding: 0; + width: 10%; + border-left: 0; +} + +/* line 109, ../../sass/logbook.scss */ +.caption { + font-style: italic; + border-top: 0px; + margin-top: 0px; + padding-top: 0px; +} + +/* line 116, ../../sass/logbook.scss */ +.puzzle-sans { + font-family: sans-serif; +} + +/* line 120, ../../sass/logbook.scss */ +.puzzle { + display: table; + width: 100%; +} + +/* line 125, ../../sass/logbook.scss */ +.puzzle-page-header { + margin-bottom: 20px; +} + +/* line 129, ../../sass/logbook.scss */ +.answer { + margin-bottom: 30px; +} + +/* line 133, ../../sass/logbook.scss */ +.puzzle li { + list-style-position: inside; + text-indent: -1.1em; +} + +/* line 138, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 145, ../../sass/logbook.scss */ +.clickbaitbannerbox { + width: 320px; + margin-right: 20px; + margin-left: auto; + margin-bottom: 20px; + margin-top: -30px; +} + +@media print { + /* line 154, ../../sass/logbook.scss */ + .clickbaitbannerbox { + margin-top: 50px; + } +} +/* line 159, ../../sass/logbook.scss */ +.clickbaitbanner { + background-color: white; + padding: 10px; +} + +/* line 163, ../../sass/logbook.scss */ +.attop { + position: absolute; + top: 0px; + left: 0px; +} + +/* line 169, ../../sass/logbook.scss */ +.byline { + font-family: 'Times New Roman', serif; + font-style: italic; +} + +/* line 173, ../../sass/logbook.scss */ +.clickbaitlink { + font-family: Helvetica, Arial, sans-serif; + font-size: 20px; +} + +/* line 177, ../../sass/logbook.scss */ +.clickbaitlink a { + text-decoration: none; +} + +/* line 181, ../../sass/logbook.scss */ +.puzzle p, .puzzle li { + line-height: 1.4em; +} + +/* line 185, ../../sass/logbook.scss */ +.solution-table td, .solution-table th { + padding-right: 15px; +} + +@media print { + /* line 190, ../../sass/logbook.scss */ + #puzzle-obj img { + display: none; + } + + /* line 194, ../../sass/logbook.scss */ + .no-page-break { + page-break-inside: avoid; + } + + /* line 197, ../../sass/logbook.scss */ + #paper { + width: 100%; + margin-bottom: 0px !important; + padding-bottom: 0px !important; + border: 0px !important; + } +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r128_MIT_Mystery_Hunt_2015_Read_Between_the_Lines/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r128_MIT_Mystery_Hunt_2015_Read_Between_the_Lines/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r128_MIT_Mystery_Hunt_2015_Read_Between_the_Lines/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/mit2015r129_MIT_Mystery_Hunt_2015_Follow_the_Bees/_solution_assets/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r129_MIT_Mystery_Hunt_2015_Follow_the_Bees/_solution_assets/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r129_MIT_Mystery_Hunt_2015_Follow_the_Bees/_solution_assets/logbook.css @@ -0,0 +1,244 @@ +@font-face { + font-family: 'im_fell_double_pica_scregular'; + src: url("../fonts/hunt/imfedpsc28p-webfont.eot"); + src: url("../fonts/hunt/imfedpsc28p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hunt/imfedpsc28p-webfont.woff2") format("woff2"), url("../fonts/hunt/imfedpsc28p-webfont.woff") format("woff"), url("../fonts/hunt/imfedpsc28p-webfont.ttf") format("truetype"), url("../fonts/hunt/imfedpsc28p-webfont.svg#im_fell_double_pica_scregular") format("svg"); + font-weight: normal; + font-style: normal; +} + +/* line 14, ../../sass/logbook.scss */ +body { + margin: 0px; + border: 0px; + padding: 0px; +} + +/* line 19, ../../sass/logbook.scss */ +.headerbutton { + padding: 0 12px 0 12px; + float: right; +} + +/* line 24, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 31, ../../sass/logbook.scss */ +#paper { + z-index: 9; + width: 1000px; + padding: 37px 55px 72px; + position: relative; + border: 1px solid #333333; + background: #dbc397; + -webkit-background-size: 100% 30px; + -moz-background-size: 100% 30px; + -ms-background-size: 100% 30px; + background-size: 100% 30px; + box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5); + border-radius: 4px 4px 4px 4px; + color: #282625; + margin: 0 auto; + margin-bottom: 60px; + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; + text-rendering: optimizeLegibility; + font-feature-settings: "kern"; + -webkit-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern=1"; +} + +/* line 57, ../../sass/logbook.scss */ +#infowindow { + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; +} + +/* line 61, ../../sass/logbook.scss */ +.form-container { + top: 50px; +} + +/* line 64, ../../sass/logbook.scss */ +h1, h2, h3 { + font-family: 'im_fell_double_pica_scregular', serif; +} + +/* line 67, ../../sass/logbook.scss */ +.logheader { + font-size: larger; + font-weight: bold; +} + +/* line 71, ../../sass/logbook.scss */ +.logentry { + padding-left: 25px; + padding-right: 25px; + border-bottom: 1px solid #282625; +} + +/* line 76, ../../sass/logbook.scss */ +.logentry2 { + padding-left: 100px; + padding-right: 100px; + border-bottom: 1px solid #282625; +} + +/* line 81, ../../sass/logbook.scss */ +ul { + list-style: square inside url("../images/hunt/bullet3.png"); +} + +/* line 84, ../../sass/logbook.scss */ +table.fancy { + padding: 0; + margin: 0; + width: 100%; + border-collapse: collapse; + border-style: double; + border-color: #282625; + border-left: 0; + border-right: 0; +} + +/* line 94, ../../sass/logbook.scss */ +table.fancy th, tr { + padding: 0; + margin: 0; +} + +/* line 98, ../../sass/logbook.scss */ +table.fancy td { + padding-left: 10px; + margin: 0; + border: 1px solid #282625; + border-right: 0; +} + +/* line 104, ../../sass/logbook.scss */ +.tdleft { + padding: 0; + width: 10%; + border-left: 0; +} + +/* line 109, ../../sass/logbook.scss */ +.caption { + font-style: italic; + border-top: 0px; + margin-top: 0px; + padding-top: 0px; +} + +/* line 116, ../../sass/logbook.scss */ +.puzzle-sans { + font-family: sans-serif; +} + +/* line 120, ../../sass/logbook.scss */ +.puzzle { + display: table; + width: 100%; +} + +/* line 125, ../../sass/logbook.scss */ +.puzzle-page-header { + margin-bottom: 20px; +} + +/* line 129, ../../sass/logbook.scss */ +.answer { + margin-bottom: 30px; +} + +/* line 133, ../../sass/logbook.scss */ +.puzzle li { + list-style-position: inside; + text-indent: -1.1em; +} + +/* line 138, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 145, ../../sass/logbook.scss */ +.clickbaitbannerbox { + width: 320px; + margin-right: 20px; + margin-left: auto; + margin-bottom: 20px; + margin-top: -30px; +} + +@media print { + /* line 154, ../../sass/logbook.scss */ + .clickbaitbannerbox { + margin-top: 50px; + } +} +/* line 159, ../../sass/logbook.scss */ +.clickbaitbanner { + background-color: white; + padding: 10px; +} + +/* line 163, ../../sass/logbook.scss */ +.attop { + position: absolute; + top: 0px; + left: 0px; +} + +/* line 169, ../../sass/logbook.scss */ +.byline { + font-family: 'Times New Roman', serif; + font-style: italic; +} + +/* line 173, ../../sass/logbook.scss */ +.clickbaitlink { + font-family: Helvetica, Arial, sans-serif; + font-size: 20px; +} + +/* line 177, ../../sass/logbook.scss */ +.clickbaitlink a { + text-decoration: none; +} + +/* line 181, ../../sass/logbook.scss */ +.puzzle p, .puzzle li { + line-height: 1.4em; +} + +/* line 185, ../../sass/logbook.scss */ +.solution-table td, .solution-table th { + padding-right: 15px; +} + +@media print { + /* line 190, ../../sass/logbook.scss */ + #puzzle-obj img { + display: none; + } + + /* line 194, ../../sass/logbook.scss */ + .no-page-break { + page-break-inside: avoid; + } + + /* line 197, ../../sass/logbook.scss */ + #paper { + width: 100%; + margin-bottom: 0px !important; + padding-bottom: 0px !important; + border: 0px !important; + } +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r129_MIT_Mystery_Hunt_2015_Follow_the_Bees/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r129_MIT_Mystery_Hunt_2015_Follow_the_Bees/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r129_MIT_Mystery_Hunt_2015_Follow_the_Bees/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/mit2015r12m_MIT_Mystery_Hunt_2015_Spiky_Tower_Meta/_solution_assets/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r12m_MIT_Mystery_Hunt_2015_Spiky_Tower_Meta/_solution_assets/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r12m_MIT_Mystery_Hunt_2015_Spiky_Tower_Meta/_solution_assets/logbook.css @@ -0,0 +1,244 @@ +@font-face { + font-family: 'im_fell_double_pica_scregular'; + src: url("../fonts/hunt/imfedpsc28p-webfont.eot"); + src: url("../fonts/hunt/imfedpsc28p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hunt/imfedpsc28p-webfont.woff2") format("woff2"), url("../fonts/hunt/imfedpsc28p-webfont.woff") format("woff"), url("../fonts/hunt/imfedpsc28p-webfont.ttf") format("truetype"), url("../fonts/hunt/imfedpsc28p-webfont.svg#im_fell_double_pica_scregular") format("svg"); + font-weight: normal; + font-style: normal; +} + +/* line 14, ../../sass/logbook.scss */ +body { + margin: 0px; + border: 0px; + padding: 0px; +} + +/* line 19, ../../sass/logbook.scss */ +.headerbutton { + padding: 0 12px 0 12px; + float: right; +} + +/* line 24, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 31, ../../sass/logbook.scss */ +#paper { + z-index: 9; + width: 1000px; + padding: 37px 55px 72px; + position: relative; + border: 1px solid #333333; + background: #dbc397; + -webkit-background-size: 100% 30px; + -moz-background-size: 100% 30px; + -ms-background-size: 100% 30px; + background-size: 100% 30px; + box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5); + border-radius: 4px 4px 4px 4px; + color: #282625; + margin: 0 auto; + margin-bottom: 60px; + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; + text-rendering: optimizeLegibility; + font-feature-settings: "kern"; + -webkit-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern=1"; +} + +/* line 57, ../../sass/logbook.scss */ +#infowindow { + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; +} + +/* line 61, ../../sass/logbook.scss */ +.form-container { + top: 50px; +} + +/* line 64, ../../sass/logbook.scss */ +h1, h2, h3 { + font-family: 'im_fell_double_pica_scregular', serif; +} + +/* line 67, ../../sass/logbook.scss */ +.logheader { + font-size: larger; + font-weight: bold; +} + +/* line 71, ../../sass/logbook.scss */ +.logentry { + padding-left: 25px; + padding-right: 25px; + border-bottom: 1px solid #282625; +} + +/* line 76, ../../sass/logbook.scss */ +.logentry2 { + padding-left: 100px; + padding-right: 100px; + border-bottom: 1px solid #282625; +} + +/* line 81, ../../sass/logbook.scss */ +ul { + list-style: square inside url("../images/hunt/bullet3.png"); +} + +/* line 84, ../../sass/logbook.scss */ +table.fancy { + padding: 0; + margin: 0; + width: 100%; + border-collapse: collapse; + border-style: double; + border-color: #282625; + border-left: 0; + border-right: 0; +} + +/* line 94, ../../sass/logbook.scss */ +table.fancy th, tr { + padding: 0; + margin: 0; +} + +/* line 98, ../../sass/logbook.scss */ +table.fancy td { + padding-left: 10px; + margin: 0; + border: 1px solid #282625; + border-right: 0; +} + +/* line 104, ../../sass/logbook.scss */ +.tdleft { + padding: 0; + width: 10%; + border-left: 0; +} + +/* line 109, ../../sass/logbook.scss */ +.caption { + font-style: italic; + border-top: 0px; + margin-top: 0px; + padding-top: 0px; +} + +/* line 116, ../../sass/logbook.scss */ +.puzzle-sans { + font-family: sans-serif; +} + +/* line 120, ../../sass/logbook.scss */ +.puzzle { + display: table; + width: 100%; +} + +/* line 125, ../../sass/logbook.scss */ +.puzzle-page-header { + margin-bottom: 20px; +} + +/* line 129, ../../sass/logbook.scss */ +.answer { + margin-bottom: 30px; +} + +/* line 133, ../../sass/logbook.scss */ +.puzzle li { + list-style-position: inside; + text-indent: -1.1em; +} + +/* line 138, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 145, ../../sass/logbook.scss */ +.clickbaitbannerbox { + width: 320px; + margin-right: 20px; + margin-left: auto; + margin-bottom: 20px; + margin-top: -30px; +} + +@media print { + /* line 154, ../../sass/logbook.scss */ + .clickbaitbannerbox { + margin-top: 50px; + } +} +/* line 159, ../../sass/logbook.scss */ +.clickbaitbanner { + background-color: white; + padding: 10px; +} + +/* line 163, ../../sass/logbook.scss */ +.attop { + position: absolute; + top: 0px; + left: 0px; +} + +/* line 169, ../../sass/logbook.scss */ +.byline { + font-family: 'Times New Roman', serif; + font-style: italic; +} + +/* line 173, ../../sass/logbook.scss */ +.clickbaitlink { + font-family: Helvetica, Arial, sans-serif; + font-size: 20px; +} + +/* line 177, ../../sass/logbook.scss */ +.clickbaitlink a { + text-decoration: none; +} + +/* line 181, ../../sass/logbook.scss */ +.puzzle p, .puzzle li { + line-height: 1.4em; +} + +/* line 185, ../../sass/logbook.scss */ +.solution-table td, .solution-table th { + padding-right: 15px; +} + +@media print { + /* line 190, ../../sass/logbook.scss */ + #puzzle-obj img { + display: none; + } + + /* line 194, ../../sass/logbook.scss */ + .no-page-break { + page-break-inside: avoid; + } + + /* line 197, ../../sass/logbook.scss */ + #paper { + width: 100%; + margin-bottom: 0px !important; + padding-bottom: 0px !important; + border: 0px !important; + } +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r12m_MIT_Mystery_Hunt_2015_Spiky_Tower_Meta/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r12m_MIT_Mystery_Hunt_2015_Spiky_Tower_Meta/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r12m_MIT_Mystery_Hunt_2015_Spiky_Tower_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/mit2015r131_MIT_Mystery_Hunt_2015_Tantalum/_solution_assets/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r131_MIT_Mystery_Hunt_2015_Tantalum/_solution_assets/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r131_MIT_Mystery_Hunt_2015_Tantalum/_solution_assets/logbook.css @@ -0,0 +1,244 @@ +@font-face { + font-family: 'im_fell_double_pica_scregular'; + src: url("../fonts/hunt/imfedpsc28p-webfont.eot"); + src: url("../fonts/hunt/imfedpsc28p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hunt/imfedpsc28p-webfont.woff2") format("woff2"), url("../fonts/hunt/imfedpsc28p-webfont.woff") format("woff"), url("../fonts/hunt/imfedpsc28p-webfont.ttf") format("truetype"), url("../fonts/hunt/imfedpsc28p-webfont.svg#im_fell_double_pica_scregular") format("svg"); + font-weight: normal; + font-style: normal; +} + +/* line 14, ../../sass/logbook.scss */ +body { + margin: 0px; + border: 0px; + padding: 0px; +} + +/* line 19, ../../sass/logbook.scss */ +.headerbutton { + padding: 0 12px 0 12px; + float: right; +} + +/* line 24, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 31, ../../sass/logbook.scss */ +#paper { + z-index: 9; + width: 1000px; + padding: 37px 55px 72px; + position: relative; + border: 1px solid #333333; + background: #dbc397; + -webkit-background-size: 100% 30px; + -moz-background-size: 100% 30px; + -ms-background-size: 100% 30px; + background-size: 100% 30px; + box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5); + border-radius: 4px 4px 4px 4px; + color: #282625; + margin: 0 auto; + margin-bottom: 60px; + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; + text-rendering: optimizeLegibility; + font-feature-settings: "kern"; + -webkit-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern=1"; +} + +/* line 57, ../../sass/logbook.scss */ +#infowindow { + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; +} + +/* line 61, ../../sass/logbook.scss */ +.form-container { + top: 50px; +} + +/* line 64, ../../sass/logbook.scss */ +h1, h2, h3 { + font-family: 'im_fell_double_pica_scregular', serif; +} + +/* line 67, ../../sass/logbook.scss */ +.logheader { + font-size: larger; + font-weight: bold; +} + +/* line 71, ../../sass/logbook.scss */ +.logentry { + padding-left: 25px; + padding-right: 25px; + border-bottom: 1px solid #282625; +} + +/* line 76, ../../sass/logbook.scss */ +.logentry2 { + padding-left: 100px; + padding-right: 100px; + border-bottom: 1px solid #282625; +} + +/* line 81, ../../sass/logbook.scss */ +ul { + list-style: square inside url("../images/hunt/bullet3.png"); +} + +/* line 84, ../../sass/logbook.scss */ +table.fancy { + padding: 0; + margin: 0; + width: 100%; + border-collapse: collapse; + border-style: double; + border-color: #282625; + border-left: 0; + border-right: 0; +} + +/* line 94, ../../sass/logbook.scss */ +table.fancy th, tr { + padding: 0; + margin: 0; +} + +/* line 98, ../../sass/logbook.scss */ +table.fancy td { + padding-left: 10px; + margin: 0; + border: 1px solid #282625; + border-right: 0; +} + +/* line 104, ../../sass/logbook.scss */ +.tdleft { + padding: 0; + width: 10%; + border-left: 0; +} + +/* line 109, ../../sass/logbook.scss */ +.caption { + font-style: italic; + border-top: 0px; + margin-top: 0px; + padding-top: 0px; +} + +/* line 116, ../../sass/logbook.scss */ +.puzzle-sans { + font-family: sans-serif; +} + +/* line 120, ../../sass/logbook.scss */ +.puzzle { + display: table; + width: 100%; +} + +/* line 125, ../../sass/logbook.scss */ +.puzzle-page-header { + margin-bottom: 20px; +} + +/* line 129, ../../sass/logbook.scss */ +.answer { + margin-bottom: 30px; +} + +/* line 133, ../../sass/logbook.scss */ +.puzzle li { + list-style-position: inside; + text-indent: -1.1em; +} + +/* line 138, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 145, ../../sass/logbook.scss */ +.clickbaitbannerbox { + width: 320px; + margin-right: 20px; + margin-left: auto; + margin-bottom: 20px; + margin-top: -30px; +} + +@media print { + /* line 154, ../../sass/logbook.scss */ + .clickbaitbannerbox { + margin-top: 50px; + } +} +/* line 159, ../../sass/logbook.scss */ +.clickbaitbanner { + background-color: white; + padding: 10px; +} + +/* line 163, ../../sass/logbook.scss */ +.attop { + position: absolute; + top: 0px; + left: 0px; +} + +/* line 169, ../../sass/logbook.scss */ +.byline { + font-family: 'Times New Roman', serif; + font-style: italic; +} + +/* line 173, ../../sass/logbook.scss */ +.clickbaitlink { + font-family: Helvetica, Arial, sans-serif; + font-size: 20px; +} + +/* line 177, ../../sass/logbook.scss */ +.clickbaitlink a { + text-decoration: none; +} + +/* line 181, ../../sass/logbook.scss */ +.puzzle p, .puzzle li { + line-height: 1.4em; +} + +/* line 185, ../../sass/logbook.scss */ +.solution-table td, .solution-table th { + padding-right: 15px; +} + +@media print { + /* line 190, ../../sass/logbook.scss */ + #puzzle-obj img { + display: none; + } + + /* line 194, ../../sass/logbook.scss */ + .no-page-break { + page-break-inside: avoid; + } + + /* line 197, ../../sass/logbook.scss */ + #paper { + width: 100%; + margin-bottom: 0px !important; + padding-bottom: 0px !important; + border: 0px !important; + } +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r131_MIT_Mystery_Hunt_2015_Tantalum/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r131_MIT_Mystery_Hunt_2015_Tantalum/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r131_MIT_Mystery_Hunt_2015_Tantalum/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/mit2015r132_MIT_Mystery_Hunt_2015_Check_Out_This_Sticked_Asiatic_Music/_solution_assets/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r132_MIT_Mystery_Hunt_2015_Check_Out_This_Sticked_Asiatic_Music/_solution_assets/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r132_MIT_Mystery_Hunt_2015_Check_Out_This_Sticked_Asiatic_Music/_solution_assets/logbook.css @@ -0,0 +1,244 @@ +@font-face { + font-family: 'im_fell_double_pica_scregular'; + src: url("../fonts/hunt/imfedpsc28p-webfont.eot"); + src: url("../fonts/hunt/imfedpsc28p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hunt/imfedpsc28p-webfont.woff2") format("woff2"), url("../fonts/hunt/imfedpsc28p-webfont.woff") format("woff"), url("../fonts/hunt/imfedpsc28p-webfont.ttf") format("truetype"), url("../fonts/hunt/imfedpsc28p-webfont.svg#im_fell_double_pica_scregular") format("svg"); + font-weight: normal; + font-style: normal; +} + +/* line 14, ../../sass/logbook.scss */ +body { + margin: 0px; + border: 0px; + padding: 0px; +} + +/* line 19, ../../sass/logbook.scss */ +.headerbutton { + padding: 0 12px 0 12px; + float: right; +} + +/* line 24, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 31, ../../sass/logbook.scss */ +#paper { + z-index: 9; + width: 1000px; + padding: 37px 55px 72px; + position: relative; + border: 1px solid #333333; + background: #dbc397; + -webkit-background-size: 100% 30px; + -moz-background-size: 100% 30px; + -ms-background-size: 100% 30px; + background-size: 100% 30px; + box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5); + border-radius: 4px 4px 4px 4px; + color: #282625; + margin: 0 auto; + margin-bottom: 60px; + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; + text-rendering: optimizeLegibility; + font-feature-settings: "kern"; + -webkit-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern=1"; +} + +/* line 57, ../../sass/logbook.scss */ +#infowindow { + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; +} + +/* line 61, ../../sass/logbook.scss */ +.form-container { + top: 50px; +} + +/* line 64, ../../sass/logbook.scss */ +h1, h2, h3 { + font-family: 'im_fell_double_pica_scregular', serif; +} + +/* line 67, ../../sass/logbook.scss */ +.logheader { + font-size: larger; + font-weight: bold; +} + +/* line 71, ../../sass/logbook.scss */ +.logentry { + padding-left: 25px; + padding-right: 25px; + border-bottom: 1px solid #282625; +} + +/* line 76, ../../sass/logbook.scss */ +.logentry2 { + padding-left: 100px; + padding-right: 100px; + border-bottom: 1px solid #282625; +} + +/* line 81, ../../sass/logbook.scss */ +ul { + list-style: square inside url("../images/hunt/bullet3.png"); +} + +/* line 84, ../../sass/logbook.scss */ +table.fancy { + padding: 0; + margin: 0; + width: 100%; + border-collapse: collapse; + border-style: double; + border-color: #282625; + border-left: 0; + border-right: 0; +} + +/* line 94, ../../sass/logbook.scss */ +table.fancy th, tr { + padding: 0; + margin: 0; +} + +/* line 98, ../../sass/logbook.scss */ +table.fancy td { + padding-left: 10px; + margin: 0; + border: 1px solid #282625; + border-right: 0; +} + +/* line 104, ../../sass/logbook.scss */ +.tdleft { + padding: 0; + width: 10%; + border-left: 0; +} + +/* line 109, ../../sass/logbook.scss */ +.caption { + font-style: italic; + border-top: 0px; + margin-top: 0px; + padding-top: 0px; +} + +/* line 116, ../../sass/logbook.scss */ +.puzzle-sans { + font-family: sans-serif; +} + +/* line 120, ../../sass/logbook.scss */ +.puzzle { + display: table; + width: 100%; +} + +/* line 125, ../../sass/logbook.scss */ +.puzzle-page-header { + margin-bottom: 20px; +} + +/* line 129, ../../sass/logbook.scss */ +.answer { + margin-bottom: 30px; +} + +/* line 133, ../../sass/logbook.scss */ +.puzzle li { + list-style-position: inside; + text-indent: -1.1em; +} + +/* line 138, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 145, ../../sass/logbook.scss */ +.clickbaitbannerbox { + width: 320px; + margin-right: 20px; + margin-left: auto; + margin-bottom: 20px; + margin-top: -30px; +} + +@media print { + /* line 154, ../../sass/logbook.scss */ + .clickbaitbannerbox { + margin-top: 50px; + } +} +/* line 159, ../../sass/logbook.scss */ +.clickbaitbanner { + background-color: white; + padding: 10px; +} + +/* line 163, ../../sass/logbook.scss */ +.attop { + position: absolute; + top: 0px; + left: 0px; +} + +/* line 169, ../../sass/logbook.scss */ +.byline { + font-family: 'Times New Roman', serif; + font-style: italic; +} + +/* line 173, ../../sass/logbook.scss */ +.clickbaitlink { + font-family: Helvetica, Arial, sans-serif; + font-size: 20px; +} + +/* line 177, ../../sass/logbook.scss */ +.clickbaitlink a { + text-decoration: none; +} + +/* line 181, ../../sass/logbook.scss */ +.puzzle p, .puzzle li { + line-height: 1.4em; +} + +/* line 185, ../../sass/logbook.scss */ +.solution-table td, .solution-table th { + padding-right: 15px; +} + +@media print { + /* line 190, ../../sass/logbook.scss */ + #puzzle-obj img { + display: none; + } + + /* line 194, ../../sass/logbook.scss */ + .no-page-break { + page-break-inside: avoid; + } + + /* line 197, ../../sass/logbook.scss */ + #paper { + width: 100%; + margin-bottom: 0px !important; + padding-bottom: 0px !important; + border: 0px !important; + } +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r132_MIT_Mystery_Hunt_2015_Check_Out_This_Sticked_Asiatic_Music/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r132_MIT_Mystery_Hunt_2015_Check_Out_This_Sticked_Asiatic_Music/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r132_MIT_Mystery_Hunt_2015_Check_Out_This_Sticked_Asiatic_Music/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/mit2015r133_MIT_Mystery_Hunt_2015_Practice_in_Theory/_solution_assets/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r133_MIT_Mystery_Hunt_2015_Practice_in_Theory/_solution_assets/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r133_MIT_Mystery_Hunt_2015_Practice_in_Theory/_solution_assets/logbook.css @@ -0,0 +1,244 @@ +@font-face { + font-family: 'im_fell_double_pica_scregular'; + src: url("../fonts/hunt/imfedpsc28p-webfont.eot"); + src: url("../fonts/hunt/imfedpsc28p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hunt/imfedpsc28p-webfont.woff2") format("woff2"), url("../fonts/hunt/imfedpsc28p-webfont.woff") format("woff"), url("../fonts/hunt/imfedpsc28p-webfont.ttf") format("truetype"), url("../fonts/hunt/imfedpsc28p-webfont.svg#im_fell_double_pica_scregular") format("svg"); + font-weight: normal; + font-style: normal; +} + +/* line 14, ../../sass/logbook.scss */ +body { + margin: 0px; + border: 0px; + padding: 0px; +} + +/* line 19, ../../sass/logbook.scss */ +.headerbutton { + padding: 0 12px 0 12px; + float: right; +} + +/* line 24, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 31, ../../sass/logbook.scss */ +#paper { + z-index: 9; + width: 1000px; + padding: 37px 55px 72px; + position: relative; + border: 1px solid #333333; + background: #dbc397; + -webkit-background-size: 100% 30px; + -moz-background-size: 100% 30px; + -ms-background-size: 100% 30px; + background-size: 100% 30px; + box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5); + border-radius: 4px 4px 4px 4px; + color: #282625; + margin: 0 auto; + margin-bottom: 60px; + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; + text-rendering: optimizeLegibility; + font-feature-settings: "kern"; + -webkit-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern=1"; +} + +/* line 57, ../../sass/logbook.scss */ +#infowindow { + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; +} + +/* line 61, ../../sass/logbook.scss */ +.form-container { + top: 50px; +} + +/* line 64, ../../sass/logbook.scss */ +h1, h2, h3 { + font-family: 'im_fell_double_pica_scregular', serif; +} + +/* line 67, ../../sass/logbook.scss */ +.logheader { + font-size: larger; + font-weight: bold; +} + +/* line 71, ../../sass/logbook.scss */ +.logentry { + padding-left: 25px; + padding-right: 25px; + border-bottom: 1px solid #282625; +} + +/* line 76, ../../sass/logbook.scss */ +.logentry2 { + padding-left: 100px; + padding-right: 100px; + border-bottom: 1px solid #282625; +} + +/* line 81, ../../sass/logbook.scss */ +ul { + list-style: square inside url("../images/hunt/bullet3.png"); +} + +/* line 84, ../../sass/logbook.scss */ +table.fancy { + padding: 0; + margin: 0; + width: 100%; + border-collapse: collapse; + border-style: double; + border-color: #282625; + border-left: 0; + border-right: 0; +} + +/* line 94, ../../sass/logbook.scss */ +table.fancy th, tr { + padding: 0; + margin: 0; +} + +/* line 98, ../../sass/logbook.scss */ +table.fancy td { + padding-left: 10px; + margin: 0; + border: 1px solid #282625; + border-right: 0; +} + +/* line 104, ../../sass/logbook.scss */ +.tdleft { + padding: 0; + width: 10%; + border-left: 0; +} + +/* line 109, ../../sass/logbook.scss */ +.caption { + font-style: italic; + border-top: 0px; + margin-top: 0px; + padding-top: 0px; +} + +/* line 116, ../../sass/logbook.scss */ +.puzzle-sans { + font-family: sans-serif; +} + +/* line 120, ../../sass/logbook.scss */ +.puzzle { + display: table; + width: 100%; +} + +/* line 125, ../../sass/logbook.scss */ +.puzzle-page-header { + margin-bottom: 20px; +} + +/* line 129, ../../sass/logbook.scss */ +.answer { + margin-bottom: 30px; +} + +/* line 133, ../../sass/logbook.scss */ +.puzzle li { + list-style-position: inside; + text-indent: -1.1em; +} + +/* line 138, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 145, ../../sass/logbook.scss */ +.clickbaitbannerbox { + width: 320px; + margin-right: 20px; + margin-left: auto; + margin-bottom: 20px; + margin-top: -30px; +} + +@media print { + /* line 154, ../../sass/logbook.scss */ + .clickbaitbannerbox { + margin-top: 50px; + } +} +/* line 159, ../../sass/logbook.scss */ +.clickbaitbanner { + background-color: white; + padding: 10px; +} + +/* line 163, ../../sass/logbook.scss */ +.attop { + position: absolute; + top: 0px; + left: 0px; +} + +/* line 169, ../../sass/logbook.scss */ +.byline { + font-family: 'Times New Roman', serif; + font-style: italic; +} + +/* line 173, ../../sass/logbook.scss */ +.clickbaitlink { + font-family: Helvetica, Arial, sans-serif; + font-size: 20px; +} + +/* line 177, ../../sass/logbook.scss */ +.clickbaitlink a { + text-decoration: none; +} + +/* line 181, ../../sass/logbook.scss */ +.puzzle p, .puzzle li { + line-height: 1.4em; +} + +/* line 185, ../../sass/logbook.scss */ +.solution-table td, .solution-table th { + padding-right: 15px; +} + +@media print { + /* line 190, ../../sass/logbook.scss */ + #puzzle-obj img { + display: none; + } + + /* line 194, ../../sass/logbook.scss */ + .no-page-break { + page-break-inside: avoid; + } + + /* line 197, ../../sass/logbook.scss */ + #paper { + width: 100%; + margin-bottom: 0px !important; + padding-bottom: 0px !important; + border: 0px !important; + } +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r133_MIT_Mystery_Hunt_2015_Practice_in_Theory/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r133_MIT_Mystery_Hunt_2015_Practice_in_Theory/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r133_MIT_Mystery_Hunt_2015_Practice_in_Theory/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/mit2015r134_MIT_Mystery_Hunt_2015_Cryptic_Golf/_solution_assets/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r134_MIT_Mystery_Hunt_2015_Cryptic_Golf/_solution_assets/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r134_MIT_Mystery_Hunt_2015_Cryptic_Golf/_solution_assets/logbook.css @@ -0,0 +1,244 @@ +@font-face { + font-family: 'im_fell_double_pica_scregular'; + src: url("../fonts/hunt/imfedpsc28p-webfont.eot"); + src: url("../fonts/hunt/imfedpsc28p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hunt/imfedpsc28p-webfont.woff2") format("woff2"), url("../fonts/hunt/imfedpsc28p-webfont.woff") format("woff"), url("../fonts/hunt/imfedpsc28p-webfont.ttf") format("truetype"), url("../fonts/hunt/imfedpsc28p-webfont.svg#im_fell_double_pica_scregular") format("svg"); + font-weight: normal; + font-style: normal; +} + +/* line 14, ../../sass/logbook.scss */ +body { + margin: 0px; + border: 0px; + padding: 0px; +} + +/* line 19, ../../sass/logbook.scss */ +.headerbutton { + padding: 0 12px 0 12px; + float: right; +} + +/* line 24, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 31, ../../sass/logbook.scss */ +#paper { + z-index: 9; + width: 1000px; + padding: 37px 55px 72px; + position: relative; + border: 1px solid #333333; + background: #dbc397; + -webkit-background-size: 100% 30px; + -moz-background-size: 100% 30px; + -ms-background-size: 100% 30px; + background-size: 100% 30px; + box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5); + border-radius: 4px 4px 4px 4px; + color: #282625; + margin: 0 auto; + margin-bottom: 60px; + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; + text-rendering: optimizeLegibility; + font-feature-settings: "kern"; + -webkit-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern=1"; +} + +/* line 57, ../../sass/logbook.scss */ +#infowindow { + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; +} + +/* line 61, ../../sass/logbook.scss */ +.form-container { + top: 50px; +} + +/* line 64, ../../sass/logbook.scss */ +h1, h2, h3 { + font-family: 'im_fell_double_pica_scregular', serif; +} + +/* line 67, ../../sass/logbook.scss */ +.logheader { + font-size: larger; + font-weight: bold; +} + +/* line 71, ../../sass/logbook.scss */ +.logentry { + padding-left: 25px; + padding-right: 25px; + border-bottom: 1px solid #282625; +} + +/* line 76, ../../sass/logbook.scss */ +.logentry2 { + padding-left: 100px; + padding-right: 100px; + border-bottom: 1px solid #282625; +} + +/* line 81, ../../sass/logbook.scss */ +ul { + list-style: square inside url("../images/hunt/bullet3.png"); +} + +/* line 84, ../../sass/logbook.scss */ +table.fancy { + padding: 0; + margin: 0; + width: 100%; + border-collapse: collapse; + border-style: double; + border-color: #282625; + border-left: 0; + border-right: 0; +} + +/* line 94, ../../sass/logbook.scss */ +table.fancy th, tr { + padding: 0; + margin: 0; +} + +/* line 98, ../../sass/logbook.scss */ +table.fancy td { + padding-left: 10px; + margin: 0; + border: 1px solid #282625; + border-right: 0; +} + +/* line 104, ../../sass/logbook.scss */ +.tdleft { + padding: 0; + width: 10%; + border-left: 0; +} + +/* line 109, ../../sass/logbook.scss */ +.caption { + font-style: italic; + border-top: 0px; + margin-top: 0px; + padding-top: 0px; +} + +/* line 116, ../../sass/logbook.scss */ +.puzzle-sans { + font-family: sans-serif; +} + +/* line 120, ../../sass/logbook.scss */ +.puzzle { + display: table; + width: 100%; +} + +/* line 125, ../../sass/logbook.scss */ +.puzzle-page-header { + margin-bottom: 20px; +} + +/* line 129, ../../sass/logbook.scss */ +.answer { + margin-bottom: 30px; +} + +/* line 133, ../../sass/logbook.scss */ +.puzzle li { + list-style-position: inside; + text-indent: -1.1em; +} + +/* line 138, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 145, ../../sass/logbook.scss */ +.clickbaitbannerbox { + width: 320px; + margin-right: 20px; + margin-left: auto; + margin-bottom: 20px; + margin-top: -30px; +} + +@media print { + /* line 154, ../../sass/logbook.scss */ + .clickbaitbannerbox { + margin-top: 50px; + } +} +/* line 159, ../../sass/logbook.scss */ +.clickbaitbanner { + background-color: white; + padding: 10px; +} + +/* line 163, ../../sass/logbook.scss */ +.attop { + position: absolute; + top: 0px; + left: 0px; +} + +/* line 169, ../../sass/logbook.scss */ +.byline { + font-family: 'Times New Roman', serif; + font-style: italic; +} + +/* line 173, ../../sass/logbook.scss */ +.clickbaitlink { + font-family: Helvetica, Arial, sans-serif; + font-size: 20px; +} + +/* line 177, ../../sass/logbook.scss */ +.clickbaitlink a { + text-decoration: none; +} + +/* line 181, ../../sass/logbook.scss */ +.puzzle p, .puzzle li { + line-height: 1.4em; +} + +/* line 185, ../../sass/logbook.scss */ +.solution-table td, .solution-table th { + padding-right: 15px; +} + +@media print { + /* line 190, ../../sass/logbook.scss */ + #puzzle-obj img { + display: none; + } + + /* line 194, ../../sass/logbook.scss */ + .no-page-break { + page-break-inside: avoid; + } + + /* line 197, ../../sass/logbook.scss */ + #paper { + width: 100%; + margin-bottom: 0px !important; + padding-bottom: 0px !important; + border: 0px !important; + } +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r134_MIT_Mystery_Hunt_2015_Cryptic_Golf/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r134_MIT_Mystery_Hunt_2015_Cryptic_Golf/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r134_MIT_Mystery_Hunt_2015_Cryptic_Golf/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/mit2015r135_MIT_Mystery_Hunt_2015_Mashup/_solution_assets/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r135_MIT_Mystery_Hunt_2015_Mashup/_solution_assets/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r135_MIT_Mystery_Hunt_2015_Mashup/_solution_assets/logbook.css @@ -0,0 +1,244 @@ +@font-face { + font-family: 'im_fell_double_pica_scregular'; + src: url("../fonts/hunt/imfedpsc28p-webfont.eot"); + src: url("../fonts/hunt/imfedpsc28p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hunt/imfedpsc28p-webfont.woff2") format("woff2"), url("../fonts/hunt/imfedpsc28p-webfont.woff") format("woff"), url("../fonts/hunt/imfedpsc28p-webfont.ttf") format("truetype"), url("../fonts/hunt/imfedpsc28p-webfont.svg#im_fell_double_pica_scregular") format("svg"); + font-weight: normal; + font-style: normal; +} + +/* line 14, ../../sass/logbook.scss */ +body { + margin: 0px; + border: 0px; + padding: 0px; +} + +/* line 19, ../../sass/logbook.scss */ +.headerbutton { + padding: 0 12px 0 12px; + float: right; +} + +/* line 24, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 31, ../../sass/logbook.scss */ +#paper { + z-index: 9; + width: 1000px; + padding: 37px 55px 72px; + position: relative; + border: 1px solid #333333; + background: #dbc397; + -webkit-background-size: 100% 30px; + -moz-background-size: 100% 30px; + -ms-background-size: 100% 30px; + background-size: 100% 30px; + box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5); + border-radius: 4px 4px 4px 4px; + color: #282625; + margin: 0 auto; + margin-bottom: 60px; + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; + text-rendering: optimizeLegibility; + font-feature-settings: "kern"; + -webkit-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern=1"; +} + +/* line 57, ../../sass/logbook.scss */ +#infowindow { + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; +} + +/* line 61, ../../sass/logbook.scss */ +.form-container { + top: 50px; +} + +/* line 64, ../../sass/logbook.scss */ +h1, h2, h3 { + font-family: 'im_fell_double_pica_scregular', serif; +} + +/* line 67, ../../sass/logbook.scss */ +.logheader { + font-size: larger; + font-weight: bold; +} + +/* line 71, ../../sass/logbook.scss */ +.logentry { + padding-left: 25px; + padding-right: 25px; + border-bottom: 1px solid #282625; +} + +/* line 76, ../../sass/logbook.scss */ +.logentry2 { + padding-left: 100px; + padding-right: 100px; + border-bottom: 1px solid #282625; +} + +/* line 81, ../../sass/logbook.scss */ +ul { + list-style: square inside url("../images/hunt/bullet3.png"); +} + +/* line 84, ../../sass/logbook.scss */ +table.fancy { + padding: 0; + margin: 0; + width: 100%; + border-collapse: collapse; + border-style: double; + border-color: #282625; + border-left: 0; + border-right: 0; +} + +/* line 94, ../../sass/logbook.scss */ +table.fancy th, tr { + padding: 0; + margin: 0; +} + +/* line 98, ../../sass/logbook.scss */ +table.fancy td { + padding-left: 10px; + margin: 0; + border: 1px solid #282625; + border-right: 0; +} + +/* line 104, ../../sass/logbook.scss */ +.tdleft { + padding: 0; + width: 10%; + border-left: 0; +} + +/* line 109, ../../sass/logbook.scss */ +.caption { + font-style: italic; + border-top: 0px; + margin-top: 0px; + padding-top: 0px; +} + +/* line 116, ../../sass/logbook.scss */ +.puzzle-sans { + font-family: sans-serif; +} + +/* line 120, ../../sass/logbook.scss */ +.puzzle { + display: table; + width: 100%; +} + +/* line 125, ../../sass/logbook.scss */ +.puzzle-page-header { + margin-bottom: 20px; +} + +/* line 129, ../../sass/logbook.scss */ +.answer { + margin-bottom: 30px; +} + +/* line 133, ../../sass/logbook.scss */ +.puzzle li { + list-style-position: inside; + text-indent: -1.1em; +} + +/* line 138, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 145, ../../sass/logbook.scss */ +.clickbaitbannerbox { + width: 320px; + margin-right: 20px; + margin-left: auto; + margin-bottom: 20px; + margin-top: -30px; +} + +@media print { + /* line 154, ../../sass/logbook.scss */ + .clickbaitbannerbox { + margin-top: 50px; + } +} +/* line 159, ../../sass/logbook.scss */ +.clickbaitbanner { + background-color: white; + padding: 10px; +} + +/* line 163, ../../sass/logbook.scss */ +.attop { + position: absolute; + top: 0px; + left: 0px; +} + +/* line 169, ../../sass/logbook.scss */ +.byline { + font-family: 'Times New Roman', serif; + font-style: italic; +} + +/* line 173, ../../sass/logbook.scss */ +.clickbaitlink { + font-family: Helvetica, Arial, sans-serif; + font-size: 20px; +} + +/* line 177, ../../sass/logbook.scss */ +.clickbaitlink a { + text-decoration: none; +} + +/* line 181, ../../sass/logbook.scss */ +.puzzle p, .puzzle li { + line-height: 1.4em; +} + +/* line 185, ../../sass/logbook.scss */ +.solution-table td, .solution-table th { + padding-right: 15px; +} + +@media print { + /* line 190, ../../sass/logbook.scss */ + #puzzle-obj img { + display: none; + } + + /* line 194, ../../sass/logbook.scss */ + .no-page-break { + page-break-inside: avoid; + } + + /* line 197, ../../sass/logbook.scss */ + #paper { + width: 100%; + margin-bottom: 0px !important; + padding-bottom: 0px !important; + border: 0px !important; + } +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r135_MIT_Mystery_Hunt_2015_Mashup/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r135_MIT_Mystery_Hunt_2015_Mashup/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r135_MIT_Mystery_Hunt_2015_Mashup/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/mit2015r136_MIT_Mystery_Hunt_2015_Connect_the_Ducks/_solution_assets/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r136_MIT_Mystery_Hunt_2015_Connect_the_Ducks/_solution_assets/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r136_MIT_Mystery_Hunt_2015_Connect_the_Ducks/_solution_assets/logbook.css @@ -0,0 +1,244 @@ +@font-face { + font-family: 'im_fell_double_pica_scregular'; + src: url("../fonts/hunt/imfedpsc28p-webfont.eot"); + src: url("../fonts/hunt/imfedpsc28p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hunt/imfedpsc28p-webfont.woff2") format("woff2"), url("../fonts/hunt/imfedpsc28p-webfont.woff") format("woff"), url("../fonts/hunt/imfedpsc28p-webfont.ttf") format("truetype"), url("../fonts/hunt/imfedpsc28p-webfont.svg#im_fell_double_pica_scregular") format("svg"); + font-weight: normal; + font-style: normal; +} + +/* line 14, ../../sass/logbook.scss */ +body { + margin: 0px; + border: 0px; + padding: 0px; +} + +/* line 19, ../../sass/logbook.scss */ +.headerbutton { + padding: 0 12px 0 12px; + float: right; +} + +/* line 24, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 31, ../../sass/logbook.scss */ +#paper { + z-index: 9; + width: 1000px; + padding: 37px 55px 72px; + position: relative; + border: 1px solid #333333; + background: #dbc397; + -webkit-background-size: 100% 30px; + -moz-background-size: 100% 30px; + -ms-background-size: 100% 30px; + background-size: 100% 30px; + box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5); + border-radius: 4px 4px 4px 4px; + color: #282625; + margin: 0 auto; + margin-bottom: 60px; + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; + text-rendering: optimizeLegibility; + font-feature-settings: "kern"; + -webkit-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern=1"; +} + +/* line 57, ../../sass/logbook.scss */ +#infowindow { + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; +} + +/* line 61, ../../sass/logbook.scss */ +.form-container { + top: 50px; +} + +/* line 64, ../../sass/logbook.scss */ +h1, h2, h3 { + font-family: 'im_fell_double_pica_scregular', serif; +} + +/* line 67, ../../sass/logbook.scss */ +.logheader { + font-size: larger; + font-weight: bold; +} + +/* line 71, ../../sass/logbook.scss */ +.logentry { + padding-left: 25px; + padding-right: 25px; + border-bottom: 1px solid #282625; +} + +/* line 76, ../../sass/logbook.scss */ +.logentry2 { + padding-left: 100px; + padding-right: 100px; + border-bottom: 1px solid #282625; +} + +/* line 81, ../../sass/logbook.scss */ +ul { + list-style: square inside url("../images/hunt/bullet3.png"); +} + +/* line 84, ../../sass/logbook.scss */ +table.fancy { + padding: 0; + margin: 0; + width: 100%; + border-collapse: collapse; + border-style: double; + border-color: #282625; + border-left: 0; + border-right: 0; +} + +/* line 94, ../../sass/logbook.scss */ +table.fancy th, tr { + padding: 0; + margin: 0; +} + +/* line 98, ../../sass/logbook.scss */ +table.fancy td { + padding-left: 10px; + margin: 0; + border: 1px solid #282625; + border-right: 0; +} + +/* line 104, ../../sass/logbook.scss */ +.tdleft { + padding: 0; + width: 10%; + border-left: 0; +} + +/* line 109, ../../sass/logbook.scss */ +.caption { + font-style: italic; + border-top: 0px; + margin-top: 0px; + padding-top: 0px; +} + +/* line 116, ../../sass/logbook.scss */ +.puzzle-sans { + font-family: sans-serif; +} + +/* line 120, ../../sass/logbook.scss */ +.puzzle { + display: table; + width: 100%; +} + +/* line 125, ../../sass/logbook.scss */ +.puzzle-page-header { + margin-bottom: 20px; +} + +/* line 129, ../../sass/logbook.scss */ +.answer { + margin-bottom: 30px; +} + +/* line 133, ../../sass/logbook.scss */ +.puzzle li { + list-style-position: inside; + text-indent: -1.1em; +} + +/* line 138, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 145, ../../sass/logbook.scss */ +.clickbaitbannerbox { + width: 320px; + margin-right: 20px; + margin-left: auto; + margin-bottom: 20px; + margin-top: -30px; +} + +@media print { + /* line 154, ../../sass/logbook.scss */ + .clickbaitbannerbox { + margin-top: 50px; + } +} +/* line 159, ../../sass/logbook.scss */ +.clickbaitbanner { + background-color: white; + padding: 10px; +} + +/* line 163, ../../sass/logbook.scss */ +.attop { + position: absolute; + top: 0px; + left: 0px; +} + +/* line 169, ../../sass/logbook.scss */ +.byline { + font-family: 'Times New Roman', serif; + font-style: italic; +} + +/* line 173, ../../sass/logbook.scss */ +.clickbaitlink { + font-family: Helvetica, Arial, sans-serif; + font-size: 20px; +} + +/* line 177, ../../sass/logbook.scss */ +.clickbaitlink a { + text-decoration: none; +} + +/* line 181, ../../sass/logbook.scss */ +.puzzle p, .puzzle li { + line-height: 1.4em; +} + +/* line 185, ../../sass/logbook.scss */ +.solution-table td, .solution-table th { + padding-right: 15px; +} + +@media print { + /* line 190, ../../sass/logbook.scss */ + #puzzle-obj img { + display: none; + } + + /* line 194, ../../sass/logbook.scss */ + .no-page-break { + page-break-inside: avoid; + } + + /* line 197, ../../sass/logbook.scss */ + #paper { + width: 100%; + margin-bottom: 0px !important; + padding-bottom: 0px !important; + border: 0px !important; + } +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r136_MIT_Mystery_Hunt_2015_Connect_the_Ducks/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r136_MIT_Mystery_Hunt_2015_Connect_the_Ducks/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r136_MIT_Mystery_Hunt_2015_Connect_the_Ducks/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/mit2015r137_MIT_Mystery_Hunt_2015_Golden_Tower_Meta/_solution_assets/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r137_MIT_Mystery_Hunt_2015_Golden_Tower_Meta/_solution_assets/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r137_MIT_Mystery_Hunt_2015_Golden_Tower_Meta/_solution_assets/logbook.css @@ -0,0 +1,244 @@ +@font-face { + font-family: 'im_fell_double_pica_scregular'; + src: url("../fonts/hunt/imfedpsc28p-webfont.eot"); + src: url("../fonts/hunt/imfedpsc28p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hunt/imfedpsc28p-webfont.woff2") format("woff2"), url("../fonts/hunt/imfedpsc28p-webfont.woff") format("woff"), url("../fonts/hunt/imfedpsc28p-webfont.ttf") format("truetype"), url("../fonts/hunt/imfedpsc28p-webfont.svg#im_fell_double_pica_scregular") format("svg"); + font-weight: normal; + font-style: normal; +} + +/* line 14, ../../sass/logbook.scss */ +body { + margin: 0px; + border: 0px; + padding: 0px; +} + +/* line 19, ../../sass/logbook.scss */ +.headerbutton { + padding: 0 12px 0 12px; + float: right; +} + +/* line 24, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 31, ../../sass/logbook.scss */ +#paper { + z-index: 9; + width: 1000px; + padding: 37px 55px 72px; + position: relative; + border: 1px solid #333333; + background: #dbc397; + -webkit-background-size: 100% 30px; + -moz-background-size: 100% 30px; + -ms-background-size: 100% 30px; + background-size: 100% 30px; + box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5); + border-radius: 4px 4px 4px 4px; + color: #282625; + margin: 0 auto; + margin-bottom: 60px; + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; + text-rendering: optimizeLegibility; + font-feature-settings: "kern"; + -webkit-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern=1"; +} + +/* line 57, ../../sass/logbook.scss */ +#infowindow { + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; +} + +/* line 61, ../../sass/logbook.scss */ +.form-container { + top: 50px; +} + +/* line 64, ../../sass/logbook.scss */ +h1, h2, h3 { + font-family: 'im_fell_double_pica_scregular', serif; +} + +/* line 67, ../../sass/logbook.scss */ +.logheader { + font-size: larger; + font-weight: bold; +} + +/* line 71, ../../sass/logbook.scss */ +.logentry { + padding-left: 25px; + padding-right: 25px; + border-bottom: 1px solid #282625; +} + +/* line 76, ../../sass/logbook.scss */ +.logentry2 { + padding-left: 100px; + padding-right: 100px; + border-bottom: 1px solid #282625; +} + +/* line 81, ../../sass/logbook.scss */ +ul { + list-style: square inside url("../images/hunt/bullet3.png"); +} + +/* line 84, ../../sass/logbook.scss */ +table.fancy { + padding: 0; + margin: 0; + width: 100%; + border-collapse: collapse; + border-style: double; + border-color: #282625; + border-left: 0; + border-right: 0; +} + +/* line 94, ../../sass/logbook.scss */ +table.fancy th, tr { + padding: 0; + margin: 0; +} + +/* line 98, ../../sass/logbook.scss */ +table.fancy td { + padding-left: 10px; + margin: 0; + border: 1px solid #282625; + border-right: 0; +} + +/* line 104, ../../sass/logbook.scss */ +.tdleft { + padding: 0; + width: 10%; + border-left: 0; +} + +/* line 109, ../../sass/logbook.scss */ +.caption { + font-style: italic; + border-top: 0px; + margin-top: 0px; + padding-top: 0px; +} + +/* line 116, ../../sass/logbook.scss */ +.puzzle-sans { + font-family: sans-serif; +} + +/* line 120, ../../sass/logbook.scss */ +.puzzle { + display: table; + width: 100%; +} + +/* line 125, ../../sass/logbook.scss */ +.puzzle-page-header { + margin-bottom: 20px; +} + +/* line 129, ../../sass/logbook.scss */ +.answer { + margin-bottom: 30px; +} + +/* line 133, ../../sass/logbook.scss */ +.puzzle li { + list-style-position: inside; + text-indent: -1.1em; +} + +/* line 138, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 145, ../../sass/logbook.scss */ +.clickbaitbannerbox { + width: 320px; + margin-right: 20px; + margin-left: auto; + margin-bottom: 20px; + margin-top: -30px; +} + +@media print { + /* line 154, ../../sass/logbook.scss */ + .clickbaitbannerbox { + margin-top: 50px; + } +} +/* line 159, ../../sass/logbook.scss */ +.clickbaitbanner { + background-color: white; + padding: 10px; +} + +/* line 163, ../../sass/logbook.scss */ +.attop { + position: absolute; + top: 0px; + left: 0px; +} + +/* line 169, ../../sass/logbook.scss */ +.byline { + font-family: 'Times New Roman', serif; + font-style: italic; +} + +/* line 173, ../../sass/logbook.scss */ +.clickbaitlink { + font-family: Helvetica, Arial, sans-serif; + font-size: 20px; +} + +/* line 177, ../../sass/logbook.scss */ +.clickbaitlink a { + text-decoration: none; +} + +/* line 181, ../../sass/logbook.scss */ +.puzzle p, .puzzle li { + line-height: 1.4em; +} + +/* line 185, ../../sass/logbook.scss */ +.solution-table td, .solution-table th { + padding-right: 15px; +} + +@media print { + /* line 190, ../../sass/logbook.scss */ + #puzzle-obj img { + display: none; + } + + /* line 194, ../../sass/logbook.scss */ + .no-page-break { + page-break-inside: avoid; + } + + /* line 197, ../../sass/logbook.scss */ + #paper { + width: 100%; + margin-bottom: 0px !important; + padding-bottom: 0px !important; + border: 0px !important; + } +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r137_MIT_Mystery_Hunt_2015_Golden_Tower_Meta/index.html b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r137_MIT_Mystery_Hunt_2015_Golden_Tower_Meta/index.html new file mode 100644 index 0000000000000000000000000000000000000000..3ddbc19d68084e08adc2bf138cac392f028ed728 --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r137_MIT_Mystery_Hunt_2015_Golden_Tower_Meta/index.html @@ -0,0 +1,136 @@ + + + + + + + + + + + Golden Tower Meta — MIT Mystery Hunt 2015 + + + + + + + + + + + + + + + + +
+
+
+
+
+
+
+
Location: Atlantis, Golden Tower
Depth: 389
+
+
+ +
+
+ + + +

Golden Tower Meta

+ + +

Answer: click here to reveal

+ + +
+
+ + + + + + +

Once you have discovered an upgrade that will help this tower, call it in.

+
+ +
+

Atlantean Sports

+

+

This week's results:

+
    +
  1. Ymirra defeated Amordo
  2. +
  3. Salmai defeated Rubico
  4. +
  5. Eidol defeated Radix
  6. +
  7. Sempri defeated Igorina
  8. +
  9. Garalos defeated Mystika
  10. +
  11. Unum defeated Oberi
  12. +
  13. Faustus defeated Illian
  14. +
  15. Juno defeated Aquata
  16. +
+
+ + +
+
+ + + + + + + + + + diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r137_MIT_Mystery_Hunt_2015_Golden_Tower_Meta/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r137_MIT_Mystery_Hunt_2015_Golden_Tower_Meta/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r137_MIT_Mystery_Hunt_2015_Golden_Tower_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/mit2015r13mm_MIT_Mystery_Hunt_2015_Atlantis_Meta_Meta/_solution_assets/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r13mm_MIT_Mystery_Hunt_2015_Atlantis_Meta_Meta/_solution_assets/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r13mm_MIT_Mystery_Hunt_2015_Atlantis_Meta_Meta/_solution_assets/logbook.css @@ -0,0 +1,244 @@ +@font-face { + font-family: 'im_fell_double_pica_scregular'; + src: url("../fonts/hunt/imfedpsc28p-webfont.eot"); + src: url("../fonts/hunt/imfedpsc28p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hunt/imfedpsc28p-webfont.woff2") format("woff2"), url("../fonts/hunt/imfedpsc28p-webfont.woff") format("woff"), url("../fonts/hunt/imfedpsc28p-webfont.ttf") format("truetype"), url("../fonts/hunt/imfedpsc28p-webfont.svg#im_fell_double_pica_scregular") format("svg"); + font-weight: normal; + font-style: normal; +} + +/* line 14, ../../sass/logbook.scss */ +body { + margin: 0px; + border: 0px; + padding: 0px; +} + +/* line 19, ../../sass/logbook.scss */ +.headerbutton { + padding: 0 12px 0 12px; + float: right; +} + +/* line 24, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 31, ../../sass/logbook.scss */ +#paper { + z-index: 9; + width: 1000px; + padding: 37px 55px 72px; + position: relative; + border: 1px solid #333333; + background: #dbc397; + -webkit-background-size: 100% 30px; + -moz-background-size: 100% 30px; + -ms-background-size: 100% 30px; + background-size: 100% 30px; + box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5); + border-radius: 4px 4px 4px 4px; + color: #282625; + margin: 0 auto; + margin-bottom: 60px; + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; + text-rendering: optimizeLegibility; + font-feature-settings: "kern"; + -webkit-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern"; + -moz-font-feature-settings: "kern=1"; +} + +/* line 57, ../../sass/logbook.scss */ +#infowindow { + font: 16px "Crimson Text", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; +} + +/* line 61, ../../sass/logbook.scss */ +.form-container { + top: 50px; +} + +/* line 64, ../../sass/logbook.scss */ +h1, h2, h3 { + font-family: 'im_fell_double_pica_scregular', serif; +} + +/* line 67, ../../sass/logbook.scss */ +.logheader { + font-size: larger; + font-weight: bold; +} + +/* line 71, ../../sass/logbook.scss */ +.logentry { + padding-left: 25px; + padding-right: 25px; + border-bottom: 1px solid #282625; +} + +/* line 76, ../../sass/logbook.scss */ +.logentry2 { + padding-left: 100px; + padding-right: 100px; + border-bottom: 1px solid #282625; +} + +/* line 81, ../../sass/logbook.scss */ +ul { + list-style: square inside url("../images/hunt/bullet3.png"); +} + +/* line 84, ../../sass/logbook.scss */ +table.fancy { + padding: 0; + margin: 0; + width: 100%; + border-collapse: collapse; + border-style: double; + border-color: #282625; + border-left: 0; + border-right: 0; +} + +/* line 94, ../../sass/logbook.scss */ +table.fancy th, tr { + padding: 0; + margin: 0; +} + +/* line 98, ../../sass/logbook.scss */ +table.fancy td { + padding-left: 10px; + margin: 0; + border: 1px solid #282625; + border-right: 0; +} + +/* line 104, ../../sass/logbook.scss */ +.tdleft { + padding: 0; + width: 10%; + border-left: 0; +} + +/* line 109, ../../sass/logbook.scss */ +.caption { + font-style: italic; + border-top: 0px; + margin-top: 0px; + padding-top: 0px; +} + +/* line 116, ../../sass/logbook.scss */ +.puzzle-sans { + font-family: sans-serif; +} + +/* line 120, ../../sass/logbook.scss */ +.puzzle { + display: table; + width: 100%; +} + +/* line 125, ../../sass/logbook.scss */ +.puzzle-page-header { + margin-bottom: 20px; +} + +/* line 129, ../../sass/logbook.scss */ +.answer { + margin-bottom: 30px; +} + +/* line 133, ../../sass/logbook.scss */ +.puzzle li { + list-style-position: inside; + text-indent: -1.1em; +} + +/* line 138, ../../sass/logbook.scss */ +.sol { + height: 0px; + text-align: right; + margin-top: 35px; + margin-bottom: -35px; +} + +/* line 145, ../../sass/logbook.scss */ +.clickbaitbannerbox { + width: 320px; + margin-right: 20px; + margin-left: auto; + margin-bottom: 20px; + margin-top: -30px; +} + +@media print { + /* line 154, ../../sass/logbook.scss */ + .clickbaitbannerbox { + margin-top: 50px; + } +} +/* line 159, ../../sass/logbook.scss */ +.clickbaitbanner { + background-color: white; + padding: 10px; +} + +/* line 163, ../../sass/logbook.scss */ +.attop { + position: absolute; + top: 0px; + left: 0px; +} + +/* line 169, ../../sass/logbook.scss */ +.byline { + font-family: 'Times New Roman', serif; + font-style: italic; +} + +/* line 173, ../../sass/logbook.scss */ +.clickbaitlink { + font-family: Helvetica, Arial, sans-serif; + font-size: 20px; +} + +/* line 177, ../../sass/logbook.scss */ +.clickbaitlink a { + text-decoration: none; +} + +/* line 181, ../../sass/logbook.scss */ +.puzzle p, .puzzle li { + line-height: 1.4em; +} + +/* line 185, ../../sass/logbook.scss */ +.solution-table td, .solution-table th { + padding-right: 15px; +} + +@media print { + /* line 190, ../../sass/logbook.scss */ + #puzzle-obj img { + display: none; + } + + /* line 194, ../../sass/logbook.scss */ + .no-page-break { + page-break-inside: avoid; + } + + /* line 197, ../../sass/logbook.scss */ + #paper { + width: 100%; + margin-bottom: 0px !important; + padding-bottom: 0px !important; + border: 0px !important; + } +} diff --git a/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r13mm_MIT_Mystery_Hunt_2015_Atlantis_Meta_Meta/logbook.css b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r13mm_MIT_Mystery_Hunt_2015_Atlantis_Meta_Meta/logbook.css new file mode 100644 index 0000000000000000000000000000000000000000..d6b3f6f3015de2bfb1e9eb887a6f9c773b508a5a --- /dev/null +++ b/benchmark/MIT_Mystery_Hunt/puzzles/2015/mit2015r13mm_MIT_Mystery_Hunt_2015_Atlantis_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; + } +}