| <head> |
| |
|
|
| <script |
| src="https://code.jquery.com/jquery-3.4.1.slim.min.js" |
| integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n" |
| crossorigin="anonymous" |
| ></script> |
| <script |
| src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js" |
| integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" |
| crossorigin="anonymous" |
| ></script> |
| <script |
| src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js" |
| integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" |
| crossorigin="anonymous" |
| ></script> |
| <link |
| rel="stylesheet" |
| href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" |
| integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" |
| crossorigin="anonymous" |
| /> |
| <link rel="stylesheet" href="/static/styles/emphasis.css" /> |
| <script |
| src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" |
| integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" |
| crossorigin="anonymous" |
| ></script> |
| <meta name="viewport" content="width=device-width, initial-scale=1" /> |
| <meta http-equiv="content-type" content="text/html;charset=UTF-8" /> |
| <style> |
| * { |
| box-sizing: border-box; |
| } |
| |
| .row { |
| display: flex; |
| flex-direction: column; |
| } |
| |
| |
| |
| |
| |
| .column { |
| flex: 50%; |
| padding: 15px; |
| } |
| |
| .instance { |
| border: 1px solid #070707; |
| background-color: cccccc; |
| border-radius: 5px; |
| padding: 15px; |
| display: block; |
| justify-content: center; |
| width: fit-content; |
| max-width: 80%; |
| text-align: left; |
| margin: 0 auto; |
| font-size: 15pt; |
| } |
| |
| .instance p { |
| font-weight: bold; |
| display: block; |
| } |
| |
| .annotation_schema { |
| padding: 5px; |
| display: flex; |
| justify-content: center; |
| width: 80%; |
| text-align: left; |
| margin: 0 auto; |
| } |
| |
| fieldset { |
| border: 1px solid #160085; |
| background-color: cccccc; |
| padding: 10px 15px 10px 15px; |
| } |
| |
| legend { |
| color: black; |
| } |
| |
| input[type="text"] { |
| -webkit-box-sizing: border-box; |
| -moz-box-sizing: border-box; |
| box-sizing: border-box; |
| width: 100%; |
| } |
| |
| input { |
| margin: 5px; |
| } |
| |
| .likert li { |
| float: left; |
| list-style-type: none; |
| } |
| |
| |
| .sidepanel { |
| min-height: 250px; |
| width: 0; |
| position: fixed; |
| z-index: 1; |
| top: 95px; |
| left: 1px; |
| background-color: #111; |
| overflow-x: hidden; |
| padding-top: 10px; |
| padding-bottom: 20px; |
| transition: 0.5s; |
| } |
| |
| |
| .sidepanel a { |
| padding: 8px 8px 8px 32px; |
| text-decoration: none; |
| font-size: 55px; |
| color: #ffffff; |
| display: block; |
| transition: 0.3s; |
| } |
| |
| |
| .sidepanel a:hover { |
| color: #f1f1f1; |
| } |
| |
| |
| .sidepanel table { |
| color: #ffffff; |
| font-size: 20px; |
| |
| margin-left: 20px; |
| margin-top: 10px; |
| border-spacing: 10px; |
| } |
| |
| .sidepanel td, |
| th { |
| color: #ffffff; |
| padding: 5px; |
| } |
| |
| .sidepanel tr:nth-child(even) { |
| background-color: #333333; |
| } |
| |
| |
| .sidepanel .closebtn { |
| position: absolute; |
| top: 0; |
| right: 25px; |
| font-size: 36px; |
| margin-left: 50px; |
| } |
| |
| |
| .openbtn { |
| cursor: pointer; |
| |
| |
| |
| |
| |
| |
| } |
| |
| .openbtn:hover { |
| background-color: #444; |
| } |
| |
| |
| .instructions { |
| |
| transition: 0.5s; |
| overflow-y: hidden; |
| border: 1px solid #070707; |
| background-color: cccccc; |
| border-radius: 5px; |
| padding: 15px; |
| display: block; |
| justify-content: center; |
| width: fit-content; |
| max-width: 80%; |
| text-align: left; |
| margin: 0 auto; |
| font-size: 14pt; |
| } |
| |
| |
| .instructions .closebtn { |
| position: absolute; |
| top: 0; |
| right: 25px; |
| font-size: 36px; |
| margin-left: 50px; |
| } |
| |
| |
| .instructions .openbtn { |
| cursor: pointer; |
| |
| |
| |
| |
| |
| |
| } |
| |
| .span_container { |
| border-width: 3px; |
| border-style: solid; |
| border: 2px solid black; |
| position: relative; |
| border-radius: 5px; |
| padding: 2px 5px; |
| background-color: pink; |
| } |
| |
| .span_label { |
| position: absolute; |
| top: -12px; |
| left: 5px; |
| font-size: 7px; |
| padding: 1px 1px; |
| border-radius: 3px; |
| background-color: pink; |
| border: 2px solid red; |
| text-align: center; |
| } |
| |
| .span_close { |
| position: absolute; |
| top: -7px; |
| right: -7px; |
| width: 14px; |
| height: 14px; |
| font-size: 7px; |
| padding: 2px 2px; |
| border-radius: 50%; |
| background-color: gray; |
| border: 2px solid black; |
| text-align: center; |
| font: 7pt Arial, sans-serif; |
| } |
| </style> |
| </head> |
|
|