|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222 |
- html, body {
- height: 100%;
- margin: 0;
- }
-
- body {
- line-height: 1.4;
- display: flex;
- flex-direction: column;
- background-color: #eaecf0;
- background-attachment: fixed;
- background-size: cover;
- font-family: -apple-system,'BlinkMacSystemFont','Segoe UI','Roboto','Lato','Helvetica','Arial',sans-serif;
- font-size: calc(1em * 0.875);
- color: #000;
- }
-
- #container-inner {
- margin: 1em 1em 4em;
- max-width: 100em;
- border: 1px solid #c8ccd1;
- background-color: #fff;
- padding: 1em;
- filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.25));
- }
-
- #a-settings::before {
- 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;
- padding-left: 1.67em;
- content: ' ';
- color: black;
- font-size: 0.85em;
- opacity: 0.67;
- background-size: contain;
- }
-
- header {
- padding: 0.2em 1em;
- background-color: #eaecf0;
- }
-
- header > * {
- vertical-align: middle;
- display: inline-block;
- }
-
- #a-language:before {
- content: '';
- background-image: url(https://commons.wikimedia.org/w/extensions/UniversalLanguageSelector/lib/jquery.uls/images/language.svg?80b0b);
- background-repeat: no-repeat;
- padding-left: 1.5em;
- opacity: 0.67;
- background-size: contain;
- }
-
- #a-language {
- /* color: #54595d; */
- margin-right: 1em;
- }
-
- #cv-tmp1 > * {
- vertical-align: middle;
- }
-
- .cv-tmp2 {
- display: inline-block;
- }
-
- .cv-tmp2 > * {
- vertical-align: middle;
- }
-
- .cv-tmp2:not(:last-child) {
- margin-right: 1em;
- }
-
- ol, ul {
- line-height:1.5;
- }
-
- h2{
- margin-bottom:.2em;
- }
-
- #cv-page-title {
- max-width: 40em;
- }
-
- /* #header {
- font-size:2.5em;
- } */
-
- /* #container {} */
-
- #container {
- min-height: 40em;
- margin: auto;
- }
-
- footer{
- width: 100%;
- font-size: .90em;
- text-align: center;
- line-height: 1.5;
- border-top: 1px solid #c8ccd1;
- background: #fff;
- }
-
- footer li {
- display:inline;
- }
-
- footer li:not(:last-child):after{
- content:" \00b7";
- }
-
- #notice-box{
- padding:10px;
- margin:10px 5px;
- }
-
- #notice-box p{
- margin:.25em 0;
- }
-
-
-
-
-
-
-
-
-
- #notice-box ul{padding-left:1.5em;margin:0}
- #info-box{padding:0 10px;margin:10px 5px}
- #cv-result{padding:5px;margin:10px 5px}
- #attribution-warning{padding:1em;margin:15px 5px 10px}
- #turnitin-container{padding:5px;margin:15px 5px 10px}
- #sources-container{padding:5px 10px;margin:15px 5px 10px;background-color:#eee;border:1px solid #bbb}
- #sources-title,#turnitin-title{margin-bottom:-5px;text-align:center;font-weight:700}
- #turnitin-summary{padding-bottom:5px;font-style:italic}
- #cv-additional{display:none}
- #generation-time{margin-right:5px;text-align:right;font-style:italic}
- #cv-chain-container{margin:0 4px}
- #heading{width:100%}
- #cv-form-outer{table-layout: fixed;width: 100%;max-width: 60em;}
- .cv-form-inner{table-layout: fixed;width:100%;border-spacing:0;}
- #cv-result-sources{width:100%;border-spacing:0 4px;table-layout:fixed}
- #cv-result-sources col:first-child{width:80%}
- #cv-result-sources col:nth-child(2),#cv-result-sources col:nth-child(3){width:10%}
- #cv-result-sources th{text-align:left}
- #cv-result-sources tr:nth-child(2n){background-color:#e0e0e0}
- #cv-result-sources td:first-child{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:700;overflow:hidden;word-wrap:break-word}
- #cv-result-head-table td:nth-child(2) div:first-child{font-weight:700}
- #cv-result-head-table td:nth-child(2) div:nth-child(2){font-size:2.5em;font-weight:700;line-height:1}
- #cv-result-head-table td:nth-child(2) div:nth-child(3){font-size:.8em}
- #cv-chain-table{margin-bottom:10px}
- #cv-chain-table,#turnitin-table{width:100%;border-spacing:0;table-layout:fixed}
- #turnitin-table{word-wrap:break-word}
- #source-row-selected{background-color:#cfcfcf!important}
- #head-settings{text-align:right}
- #cv-col1{width:15%}
- #cv-col2{width:55%}
- #cv-col3{text-align:center}
- #cv-col3,#cv-col4{width:15%}
- #cv-inner-col1{width:4%}
- #cv-inner-col2{width:22%}
- #cv-inner-col3{width:76%}
- #cv-result-header{margin:0}
- #redirected-from{font-size:.75em;font-weight:400}
- #redirected-from,#result-head-no-sources{font-style:italic}
- #source-selected{font-weight:700}
- #cv-cached{position:relative}
- #cv-cached span{display:none;position:absolute;top:20px;left:-50px;width:500px;padding:5px;z-index:1;background:#f3f3f3;border:1px solid #aaa;color:#000;font-style:normal;text-align:left}
- .green-box{background-color:#efe;border:1px solid #7f7}
- .yellow-box{background-color:#ffd;border:1px solid #ee5}
- .red-box{background-color:#fee;border:1px solid #f77}
- .gray-box{background-color:#eee;border:1px solid #aaa}
- .indentable{white-space:pre-wrap}
- .cv-source-footer{padding-bottom:5px;font-style:italic}
- .cv-source-footer a{font-style:normal}
- .cv-chain-detail{padding:0 10px;background-color:#fff;border:1px solid #bbb}
- .cv-chain-cell{vertical-align:top;word-wrap:break-word}
- .cv-chain-cell:first-child{padding-right:5px}
- .cv-chain-cell:last-child{padding-left:5px}
- .turnitin-table-cell{padding:.5em 0 .3em}
- .turnitin-table-cell ul{margin:.2em 0 0;line-height:1.4}
- .cv-text{width:100%;}
- .cv-search{margin-left:0;margin-right:5px}
- .cv-search~.cv-search{margin-left:20px}
- .cv-hl{background:#faa}
- .cv-hl-in{background:#fcc;background:linear-gradient(270deg,#faa,#fff)}
- .cv-hl-out{background:#fcc;background:linear-gradient(90deg,#faa,#fff)}
- .mono{font-family:monospace}
- .light{color:#ccc}
- .medium{color:#aaa}
- .source-similarity{font-weight:700}
- .source-suspect{color:#900}
- .source-possible{color:#990}
- .source-novio{color:#090}
- .source-excluded,.source-skipped{font-style:italic}
- a:link,a:visited{color: #002bb8;text-decoration:none;}
- /* a:hover{ color:#040 } */
- a:active,a:hover{text-decoration:underline}
- a:active{color:#404}
- #a-home:link,#a-home:visited{margin-right: 1em;font-size: 2em;/* font-weight: bold; */color: #54595d;}
- #a-home:hover{color:#555}
- #a-home:active{color:#333}
- /* #a-settings:link,#a-settings:visited{color: #54595d;} */
- /* #a-settings:hover{} */
- #a-settings:active{color:#666}
- #cv-cached:active{color:#040}
- #cv-cached:active,#cv-cached:hover{text-decoration:none}
- #cv-cached:hover span{display:block}
- .source-url:link,.source-url:visited{color:#357}
- .source-url:hover{color:#035}
- .source-url:active{color:#404}
|