|
- html, body {
- height: 100%;
- margin: 0;
- }
-
- body {
- display: flex;
- flex-direction: column;
- font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
- font-size: 14px;
- color: #000;
- background-color: #eaecf0;
- background-attachment: fixed;
- background-position: center;
- background-size: cover;
- }
-
- #container {
- flex: auto;
- line-height: 1.25;
- margin: 0 auto;
- }
-
- #container.splash {
- display: flex;
- flex-direction: column;
- justify-content: center;
- }
-
- @media only screen and (min-width: 1200px) {
- #container.splash {
- min-width: 1200px;
- max-width: 1600px;
- }
- }
-
- @media only screen and (max-width: 1200px) {
- #container.splash {
- width: 100%;
- }
- }
-
- #container.splash > .padding {
- height: 25%;
- }
-
- #content {
- background-color: #fff;
- border: 1px solid #a2a9b1;
- filter: drop-shadow(0 0 1em rgba(0, 0, 0, 0.25));
- margin: 1.5em 3em;
- padding: 1em;
- }
-
- @media only screen and (max-width: 1000px) {
- #content {
- margin: 1em 1em;
- }
- }
-
- @media only screen and (max-width: 400px) {
- #content {
- margin: 0;
- }
- }
-
- header {
- background-color: #eaecf0;
- padding: 0.2em 1em;
- }
-
- header > * {
- vertical-align: middle;
- display: inline-block;
- }
-
- header h1 {
- font-size: 2.25em;
- font-weight: normal;
- margin: 0 1em 0 0;
- }
-
- @media only screen and (max-width: 500px) {
- header h1 {
- font-size: 1.5em;
- }
- }
-
- #settings-link::before {
- content: ' ';
- font-size: 0.85em;
- color: black;
- opacity: 0.6;
- padding-left: 1.67em;
- background-image: linear-gradient(transparent,transparent), url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 xmlns:xlink=%22http://www.w3.org/1999/xlink%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3Esettings%3C/title%3E%3Cg transform=%22translate%2810 10%29%22%3E%3Cpath id=%22a%22 d=%22M1.5-10h-3l-1 6.5h5m0 7h-5l1 6.5h3%22/%3E%3Cuse transform=%22rotate%2845%29%22 xlink:href=%22%23a%22/%3E%3Cuse transform=%22rotate%2890%29%22 xlink:href=%22%23a%22/%3E%3Cuse transform=%22rotate%28135%29%22 xlink:href=%22%23a%22/%3E%3C/g%3E%3Cpath d=%22M10 2.5a7.5 7.5 0 000 15 7.5 7.5 0 000-15v4a3.5 3.5 0 010 7 3.5 3.5 0 010-7%22/%3E%3C/svg%3E");
- background-repeat: no-repeat;
- background-size: contain;
- }
-
- footer {
- padding: 1em;
- font-size: 0.9em;
- text-align: center;
- line-height: 1.5;
- border-top: 1px solid #a2a9b1;
- background: #fff;
- }
-
- footer a {
- white-space: nowrap;
- }
-
- ul, ol {
- line-height: 1.5;
- }
-
- h2 {
- margin-bottom: 0.2em;
- }
-
- #notice-box, #info-box {
- padding: 0 1em;
- margin: 1em 0;
- }
-
- #notice-box ul {
- padding-left: 1.5em;
- margin: 0;
- }
-
- #cv-result {
- padding: 0.5em;
- margin: 1em 0;
- }
-
- #attribution-warning {
- padding: 1em;
- margin: 1em 0;
- }
-
- #turnitin-container {
- padding: 0.5em 1em 1em;
- margin: 1em 0;
- }
-
- #sources-container {
- padding: 0.5em 1em 1em;
- margin: 1em 0;
- border: 1px solid #a2a9b1;
- }
-
- #turnitin-title, #sources-title {
- margin-bottom: -0.5em;
- text-align: center;
- font-weight: bold;
- }
-
- #cv-additional {
- display: none;
- }
-
- #generation-time {
- text-align: right;
- font-style: italic;
- }
-
- @media only screen and (min-width: 600px) {
- #generation-time {
- margin-top: -1em;
- }
- }
-
- #cv-result-sources {
- width: 100%;
- border-spacing: 0 0.4em;
- }
-
- #cv-result-sources tr:first-child th:nth-child(1) { width: 4em; }
- #cv-result-sources tr:first-child th:nth-child(3) { width: 7em; }
- #cv-result-sources tr:first-child th:nth-child(4) { width: 10em; }
-
- @media only screen and (max-width: 1000px) {
- #cv-result-sources tr:first-child th:nth-child(1) { width: 3em; }
- #cv-result-sources tr:first-child th:nth-child(3) { width: 5em; }
- #cv-result-sources tr:first-child th:nth-child(4) { width: 8em; }
- }
-
- #cv-result-sources th {
- text-align: left;
- }
-
- #cv-result-sources tr:nth-child(even) {
- background-color: #eaecf0;
- }
-
- #cv-result-sources th:first-child, #cv-result-sources td:first-child {
- text-align: center;
- }
-
- #cv-result-sources td:nth-child(2) {
- overflow: hidden;
- word-wrap: break-word;
- }
-
- #cv-result-head-table {
- width: 100%;
- text-align: center;
- table-layout: fixed;
- border-spacing: 0;
- }
-
- #cv-result-head-table col:nth-child(odd) {
- width: 42.5%;
- }
-
- #cv-result-head-table col:nth-child(2) {
- width: 15%;
- }
-
- #cv-result-head-table td:nth-child(odd) {
- font-size: 1.25em;
- font-weight: bold;
- overflow: hidden;
- word-wrap: break-word;
- }
-
- #cv-result-head-table td:nth-child(2) div:nth-child(1) {
- font-weight: bold;
- white-space: nowrap;
- }
-
- #cv-result-head-table td:nth-child(2) div:nth-child(2) {
- font-size: 2.5em;
- font-weight: bold;
- line-height: 1;
- }
-
- #cv-result-head-table td:nth-child(2) div:nth-child(3) {
- font-size: 0.8em;
- }
-
- #turnitin-table {
- table-layout: fixed;
- width: 100%;
- word-wrap: break-word;
- border-spacing: 0;
- }
-
- #cv-result-sources tr.source-row-selected {
- background-color: #d0d2d5;
- }
-
- .source-row-selected .source-url {
- font-weight: bold;
- }
-
- .source-row-selected .source-compare {
- display: none;
- }
-
- .source-row:not(.source-row-selected) .source-compare-selected {
- display: none;
- }
-
- #cv-result-header {
- margin: 0;
- }
-
- #redirected-from {
- font-size: 0.75em;
- font-weight: normal;
- font-style: italic;
- }
-
- #result-head-no-sources {
- font-style: italic;
- }
-
- .hlist {
- margin: 0;
- padding: 0;
- }
-
- .hlist li {
- display: inline;
- }
-
- .hlist li:not(:last-child)::after {
- content: ' \00b7';
- }
-
- .green-box {
- background-color: #e0fdf4;
- border: 1px solid #54a66d;
- }
-
- .yellow-box {
- background-color: #fef6e7;
- border: 1px solid #fc3;
- }
-
- .red-box {
- background-color: #fee7e6;
- border: 1px solid #d33;
- }
-
- .gray-box {
- background-color: #eaecf0;
- border: 1px solid #a2a9b1;
- }
-
- .indentable {
- white-space: pre-wrap;
- }
-
- .cv-source-footer {
- padding-bottom: 0.5em;
- font-style: italic;
- }
-
- .cv-source-footer a {
- font-style: normal;
- }
-
- .cv-chain-table {
- width: 100%;
- border-spacing: 0;
- table-layout: fixed;
- }
-
- .cv-chain-table td {
- vertical-align: top;
- word-wrap: break-word;
- }
-
- .cv-chain-table td:first-child {
- padding-right: 0.5em;
- }
-
- .cv-chain-table td:not(:first-child) {
- padding-left: 0.5em;
- }
-
- .cv-chain-cell > div {
- padding: 0 1em;
- border: 1px solid #a2a9b1;
- }
-
- .turnitin-table-cell {
- padding: 0.5em 0 0.3em 0;
- }
-
- .turnitin-table-cell ul {
- margin: 0.2em 0 0 0;
- line-height: 1.4;
- }
-
- .highlight-demo {
- display: inline-block;
- border: 1px solid #777;
- padding: 0.25em 0.5em;
- }
-
- .mono { font-family: monospace; }
- .light { color: #ccc; }
- .medium { color: #aaa; }
-
- .source-similarity { font-weight: bold; }
- .source-suspect { color: #900; }
- .source-possible { color: #990; }
- .source-novio { color: #090; }
- .source-skipped { font-style: italic; }
- .source-excluded { font-style: italic; }
-
- a:link, a:visited {
- color: #002bb8;
- text-decoration: none;
- }
-
- a:hover {
- color: #002bb8;
- text-decoration: underline;
- }
-
- a:active {
- color: #404;
- text-decoration: underline;
- }
-
- header a:link, header a:visited, header a:hover {
- color: #54595d;
- }
-
- header a:active {
- color: #333;
- }
-
- .source-num {
- display: inline-block;
- min-width: 1.5em;
- text-align: center;
- }
-
- .source-num-included {
- border: 1px solid #777;
- }
-
- a.source-num-included {
- color: #000;
- }
-
- .source-num-included:hover, .source-num-included:active {
- text-decoration: none;
- }
-
- .hidden {
- display: none;
- }
-
- #source-tooltips {
- position: relative;
- }
-
- .source-tooltip-selected a.selector {
- display: none;
- }
-
- .source-tooltip:not(.source-tooltip-selected) strong.selector {
- display: none;
- }
-
- .source-tooltip .selector, .source-tooltip .domain, .source-tooltip .wordcount {
- display: inline-block;
- }
-
- .cv-chain-cell .cv-hl:hover, .cv-selected {
- outline: 1px dashed #333;
- cursor: pointer;
- }
-
- .oo-ui-horizontalLayout > .oo-ui-textInputWidget,
- .oo-ui-horizontalLayout > .oo-ui-dropdownInputWidget {
- width: auto;
- }
-
- .oo-ui-fieldLayout.oo-ui-fieldLayout-align-inline {
- hyphens: initial;
- }
-
- .oo-ui-fieldLayout.oo-ui-labelElement.oo-ui-fieldLayout-align-left > .oo-ui-fieldLayout-body > .oo-ui-fieldLayout-header,
- .oo-ui-fieldLayout.oo-ui-labelElement.oo-ui-fieldLayout-align-right > .oo-ui-fieldLayout-body > .oo-ui-fieldLayout-header {
- width: 10%;
- }
-
- .oo-ui-fieldLayout.oo-ui-labelElement.oo-ui-fieldLayout-align-left > .oo-ui-fieldLayout-body > .oo-ui-fieldLayout-field,
- .oo-ui-fieldLayout.oo-ui-labelElement.oo-ui-fieldLayout-align-right > .oo-ui-fieldLayout-body > .oo-ui-fieldLayout-field {
- width: 90%;
- }
-
- .page-title.oo-ui-textInputWidget, .compare-url.oo-ui-textInputWidget {
- width: 60%;
- }
-
- .page-oldid.oo-ui-textInputWidget {
- width: 10em;
- }
-
- label.site, label.page {
- min-width: 4em;
- }
-
- @media only screen and (max-width: 720px) {
- .oo-ui-horizontalLayout > .oo-ui-widget {
- width: 100%;
- }
- }
-
- /* https://colorbrewer2.org/?type=qualitative&scheme=Pastel1&n=8 */
-
- .cv-hl { background: #dddddd; }
- .cv-hl .cv-hl-in { background: linear-gradient(to left, #dddddd, #fff); }
- .cv-hl .cv-hl-out { background: linear-gradient(to right, #dddddd, #fff); }
-
- .cv-hl-1 { background: #fed9a6; }
- .cv-hl-1 .cv-hl-in { background: linear-gradient(to left, #fed9a6, #fff); }
- .cv-hl-1 .cv-hl-out { background: linear-gradient(to right, #fed9a6, #fff); }
-
- .cv-hl-2 { background: #b3cde3; }
- .cv-hl-2 .cv-hl-in { background: linear-gradient(to left, #b3cde3, #fff); }
- .cv-hl-2 .cv-hl-out { background: linear-gradient(to right, #b3cde3, #fff); }
-
- .cv-hl-3 { background: #ccebc5; }
- .cv-hl-3 .cv-hl-in { background: linear-gradient(to left, #ccebc5, #fff); }
- .cv-hl-3 .cv-hl-out { background: linear-gradient(to right, #ccebc5, #fff); }
-
- .cv-hl-4 { background: #fbb4ae; }
- .cv-hl-4 .cv-hl-in { background: linear-gradient(to left, #fbb4ae, #fff); }
- .cv-hl-4 .cv-hl-out { background: linear-gradient(to right, #fbb4ae, #fff); }
-
- .cv-hl-5 { background: #decbe4; }
- .cv-hl-5 .cv-hl-in { background: linear-gradient(to left, #decbe4, #fff); }
- .cv-hl-5 .cv-hl-out { background: linear-gradient(to right, #decbe4, #fff); }
-
- .cv-hl-6 { background: #ffffcc; }
- .cv-hl-6 .cv-hl-in { background: linear-gradient(to left, #ffffcc, #fff); }
- .cv-hl-6 .cv-hl-out { background: linear-gradient(to right, #ffffcc, #fff); }
-
- .cv-hl-7 { background: #e5d8bd; }
- .cv-hl-7 .cv-hl-in { background: linear-gradient(to left, #e5d8bd, #fff); }
- .cv-hl-7 .cv-hl-out { background: linear-gradient(to right, #e5d8bd, #fff); }
-
- .cv-hl-8 { background: #fddaec; }
- .cv-hl-8 .cv-hl-in { background: linear-gradient(to left, #fddaec, #fff); }
- .cv-hl-8 .cv-hl-out { background: linear-gradient(to right, #fddaec, #fff); }
|