/* latin-ext */ @font-face { font-family: 'Raleway'; font-style: normal; font-weight: 300; src: local('Raleway Light'), local('Raleway-Light'), url(/fonts/ZKwULyCG95tk6mOqHQfRBCEAvth_LlrfE80CYdSH47w.woff2) format('woff2'); unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Raleway'; font-style: normal; font-weight: 300; src: local('Raleway Light'), local('Raleway-Light'), url(/fonts/-_Ctzj9b56b8RgXW8FArifk_vArhqVIZ0nv9q090hN8.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215; } /* latin-ext */ @font-face { font-family: 'Lato'; font-style: normal; font-weight: 400; src: local('Lato Regular'), local('Lato-Regular'), url(/fonts/UyBMtLsHKBKXelqf4x7VRQ.woff2) format('woff2'); unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Lato'; font-style: normal; font-weight: 400; src: local('Lato Regular'), local('Lato-Regular'), url(/fonts/1YwB1sO8YE1Lyjf12WNiUA.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215; } /* latin-ext */ @font-face { font-family: 'Lato'; font-style: normal; font-weight: 700; src: local('Lato Bold'), local('Lato-Bold'), url(/fonts/ObQr5XYcoH0WBoUxiaYK3_Y6323mHUZFJMgTvxaG2iE.woff2) format('woff2'); unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Lato'; font-style: normal; font-weight: 700; src: local('Lato Bold'), local('Lato-Bold'), url(/fonts/H2DMvhDLycM56KNuAtbJYA.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215; } /* latin-ext */ @font-face { font-family: 'Lato'; font-style: italic; font-weight: 400; src: local('Lato Italic'), local('Lato-Italic'), url(/fonts/YMOYVM-eg6Qs9YzV9OSqZfesZW2xOQ-xsNqO47m55DA.woff2) format('woff2'); unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Lato'; font-style: italic; font-weight: 400; src: local('Lato Italic'), local('Lato-Italic'), url(/fonts/PLygLKRVCQnA5fhu3qk5fQ.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215; } /* latin-ext */ @font-face { font-family: 'Lato'; font-style: italic; font-weight: 700; src: local('Lato Bold Italic'), local('Lato-BoldItalic'), url(/fonts/AcvTq8Q0lyKKNxRlL28RnxJtnKITppOI_IvcXXDNrsc.woff2) format('woff2'); unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Lato'; font-style: italic; font-weight: 700; src: local('Lato Bold Italic'), local('Lato-BoldItalic'), url(/fonts/HkF_qI1x_noxlxhrhMQYEFtXRa8TVwTICgirnJhmVJw.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215; } .main.container { margin-top: 5.5em; } .padding { padding-left: 1.5em; padding-right: 1.5em; } .ui.segment:first-child { margin-top: 0; } .hljs { background: #FFF !important; } .ui.footer.segment { margin: 2em 0em 0em; padding: 1em 0em; border: none; } th { white-space: nowrap; } pre { tab-size: 4; } img { max-width: 100%; } table.center.aligned ul, table.center.aligned ol { display: inline-block; text-align: left; } /* status color */ /* .accordion .status_detail { transition: color .1s ease; } */ :not(.status_detail).status.accepted, .title:hover .status_detail.status.accepted, .title.active .status_detail.status.accepted { color: forestgreen; } :not(.status_detail).status.wrong_answer, .title:hover .status_detail.status.wrong_answer, .title.active .status_detail.status.wrong_answer { color: red; } :not(.status_detail).status.runtime_error, .title:hover .status_detail.status.runtime_error, .title.active .status_detail.status.runtime_error, :not(.status_detail).status.file_error, .title:hover .status_detail.status.file_error, .title.active .status_detail.status.file_error { color: darkorchid; } :not(.status_detail).status.memory_limit_exceeded, .title:hover .status_detail.status.memory_limit_exceeded, .title.active .status_detail.status.memory_limit_exceeded, :not(.status_detail).status.time_limit_exceeded, .title:hover .status_detail.status.time_limit_exceeded, .title.active .status_detail.status.time_limit_exceeded, :not(.status_detail).status.output_limit_exceeded, .title:hover .status_detail.status.output_limit_exceeded, .title.active .status_detail.status.output_limit_exceeded { color: sandybrown; } :not(.status_detail).status.waiting, .title:hover .status_detail.status.waiting, .title.active .status_detail.status.waiting, :not(.status_detail).status.system_error { color: grey; } :not(.status_detail).status.running, .title:hover .status_detail.status.running, .title.active .status_detail.status.running { color: #6cf; } :not(.status_detail).status.partially_correct, .title:hover .status_detail.status.partially_correct, .title.active .status_detail.status.partially_correct { color: #01bab2; } :not(.status_detail).status.judgement_failed, .title:hover .status_detail.status.judgement_failed, .title.active .status_detail.status.judgement_failed { color: #78909C; } :not(.status_detail).status.compiling { color: #00b5ad; } :not(.status_detail).status.no_testdata { color: brown; } :not(.status_detail).status.compile_error { color: rgb(0, 68, 136); } /* score color */ .score_0 { color: red; } .score_1 { color: #ff4b00; } .score_2 { color: #ff6200; } .score_3 { color: #ffa900; } .score_4 { color: #ffd800; } .score_5 { color: #c8ff00; } .score_6 { color: #a5ff00; } .score_7 { color: #52ff00; } .score_8 { color: #41f741; } .score_9 { color: #34d034; } .score_10 { color: forestgreen; } .score { text-shadow: 0 0 0.1px; } /* code tag */ :not(pre) > code { background: #E0E1E2; padding: 2px; border-radius: 2px; color: rgba(0, 0, 0, 0.6); font-size: 0.85em; } /* Animated spinner */ @keyframes spinner-icon-rotate { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } .spinner.icon:before { animation: spinner-icon-rotate 3s linear infinite; display: block; }