--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/static/candolint.css Sun Jul 30 13:27:33 2017 +0800
+ background-color: #555555;
+ background: linear-gradient(0deg, rgba(0,0,0,.1), rgba(187,187,187,.1)), linear-gradient(0deg, #555555, #555555);
+ text-shadow: 0 1px 0 rgba(0,0,0,.3);
+ transition: margin-top 0.1s ease-in-out;
+ transition: transform 0.1s ease-in-out;
+.trigger:hover .mascots {
+.trigger:hover .mascots img {
+ transform: rotate(10deg);
+.trigger:hover .mascots img:last-child {
+ transform: rotate(-10deg);
+.trigger:hover .mascots,
+.trigger:hover .mascots img {
+@media (min-width: 768px) {
+ text-shadow: 0 1px 0 rgba(0,0,0,.3);
+ min-width: 42px; /* 4 digits */
+.check-log a.lineno::before {
+ content: attr(data-line-number);
+ text-decoration: underline;
+.check-log a.collapser {
+ text-decoration: underline;
+.check-log a.collapser::before {
+.check-log a.collapser.collapsed::before {
--- a/static/main.css Sun Jul 30 13:25:20 2017 +0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
- background-color: #555555;
- background: linear-gradient(0deg, rgba(0,0,0,.1), rgba(187,187,187,.1)), linear-gradient(0deg, #555555, #555555);
- text-shadow: 0 1px 0 rgba(0,0,0,.3);
- transition: margin-top 0.1s ease-in-out;
- transition: transform 0.1s ease-in-out;
-.trigger:hover .mascots {
-.trigger:hover .mascots img {
- transform: rotate(10deg);
-.trigger:hover .mascots img:last-child {
- transform: rotate(-10deg);
-.trigger:hover .mascots,
-.trigger:hover .mascots img {
-@media (min-width: 768px) {
- text-shadow: 0 1px 0 rgba(0,0,0,.3);
- min-width: 42px; /* 4 digits */
-.check-log a.lineno::before {
- content: attr(data-line-number);
- text-decoration: underline;
-.check-log a.collapser {
- text-decoration: underline;
-.check-log a.collapser::before {
-.check-log a.collapser.collapsed::before {
--- a/templates/base.html Sun Jul 30 13:25:20 2017 +0800
+++ b/templates/base.html Sun Jul 30 13:27:33 2017 +0800
{% block alternate %}{% end %}
<link rel="shortcut icon" href="/static/favicon-cat.png">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/uikit/2.26.4/css/uikit.almost-flat.min.css" integrity="sha384-48XAELI+4suEKjYIXCNBu24eiwixJZ07IZznit90wBrOErxxeIKkEs1pJuwTUD/m" crossorigin="anonymous">
- <link rel="stylesheet" href="/static/main.css">
+ <link rel="stylesheet" href="/static/candolint.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.4/jquery.min.js" integrity="sha384-rY/jv8mMhqDabXSo+UCggqKtdmBfd3qC2/KvyTDNQ6PcUJXaxK1tMepoQda4g5vB" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/uikit/2.26.4/js/uikit.min.js" integrity="sha384-hCdhk/9fyX2pWbIR1e+NRVBfeaAcTR4cvdWM4MrgY+zOE1EqBuC0w3L7yGZKA7Ti" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.13.0/moment.min.js" integrity="sha384-MV8AwEgYXLMw5ZPj4763CSPk+tYGoUZGdwr/+EfkAZ1Dl2rGHxOMpQ1IW7VtyUPn" crossorigin="anonymous"></script>