diff --git a/index.html b/index.html index 41ee7e7..5a576c5 100644 --- a/index.html +++ b/index.html @@ -29,13 +29,13 @@

- - - - - - - +
TimeSTEP
MissTarget
RatioHigh Score
TypesTrr Trial
SpeedSTEP Trial
Score
+ + + + + +
TimeSTEP
MissTarget
RatioHigh Score
TypesTrr Trial
SpeedSTEP Trial
Score
Comment
diff --git a/jstrr.css b/jstrr.css index 3515f15..1fe5402 100644 --- a/jstrr.css +++ b/jstrr.css @@ -1,4 +1,4 @@ -body {/*background-color: rgb(142, 174, 235);*/ +body:not(.secret) {/*background-color: rgb(142, 174, 235);*/ background-color: #F7CA53; background-image: url(newyear2.jpg); background-position: center; @@ -38,28 +38,28 @@ top: 100vh; } } */ -.blue{ - background-color: #81d4fa; -} .pink{ background-color: #FFBCFF; } -.yellow{ +body:not(.secret) table.summary tr:nth-child(2n+1) th { background-color: #FFFFB2; } -.green{ +body:not(.secret) table.summary tr:nth-child(2n) th { background-color: #C4FF89; } +body:not(.secret) table.summary tr:last-child .blue { + background-color: #81d4fa; +} .red{ background-color: #FFB2D8; } - table{ - margin: 0 auto; - background-color: white; - } - i{ - margin-right: 4px; - } +table.summary {margin: 0 auto;} +body:not(.secret) table { + background-color: white; +} +i{ + margin-right: 4px; +} body.secret {background: black; color: white;} div#typing {margin: 1em 1ex; border-top: double cyan 5px;} div#typing pre {