A clean codeforces theme.
codeforces.com by rogeryoungh
Details
Authorrogeryoungh
LicenseNo License
Categorycodeforces
Created
Updated
Size1.7 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name codeforces.com
@version 20211123.17.33
@namespace userstyles.world/user/rogeryoungh
@description A clean codeforces theme.
@author rogeryoungh
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://codeforces.com/") {
div.ttypography p,
div.ttypography ol,
div.ttypography ul {
font-size: 1.3em;
}
div.ttypography p,
div.ttypography ol,
div.ttypography ul,
body,
select,
input {
font-family: serif;
}
.problem-statement .sample-tests pre {
tab-size: 4;
padding: 10px;
font-size: 1em;
}
.roundbox {
border: 2px solid #000;
}
.roundbox .titled {
border-bottom: 2px solid #000;
}
.titled,
.caption {
color: #000 !important;
}
.roundbox .roundbox-lt,
.roundbox .roundbox-rt,
.roundbox .roundbox-lb,
.roundbox .roundbox-rb {
background: unset;
}
.input pre,
.output pre {
border: 2px solid #000 !important;
}
.input,
.output,
.problem-statement .sample-tests .title {
border: unset !important;
}
.input pre,
.output pre {
background-color: #fff !important;
color: #000 !important;
}
.input-output-copier {
border: 2px solid #000 !important;
background-color: #fff !important;
color: #000 !important;
}
.problem-statement .header .title {
margin: 48px auto 24px;
font-size: 32px;
}
.problem-statement .section-title {
margin: 24px auto 16px;
font-size: 24px;
}
.problem-statement .sample-tests .title {
margin: 24px auto 16px;
font-size: 16px;
padding: 0;
}
.problemindexholder {
position:unset;
}
#body, .compact-problemset {
min-width: unset;
width: unset !important;
max-width: 1000px;
}
.compact-problemset .problem-frames {
column-count: 1 !important;
}
}