diff --git a/themes/default/layouts/_default/baseof.html b/themes/default/layouts/_default/baseof.html index 1df2849..312a408 100644 --- a/themes/default/layouts/_default/baseof.html +++ b/themes/default/layouts/_default/baseof.html @@ -52,11 +52,8 @@ {{- if .Site.Copyright -}} {{ .Site.Copyright | markdownify }} {{- else -}} - © 2019 Linlin Yan. CC-BY-4.0 + © Motiejus Jakštys. CC-BY-4.0 {{- end -}} - {{- if .Site.Params.ShowThemeInfo -}} -
Powered by Hugo with Simple-Style - {{- end -}} diff --git a/themes/default/static/css/main.css b/themes/default/static/css/main.css index d302c5a..17b470f 100644 --- a/themes/default/static/css/main.css +++ b/themes/default/static/css/main.css @@ -1,5 +1,5 @@ body { - font-family: Arial, "Microsoft YaHei", Sans-Serif; + font-family: "-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji"; font-size: 16px; } @@ -299,54 +299,6 @@ nav#TableOfContents ul { margin: 10px 0 } -div.search2 { - position: fixed; - right: -30px; - max-width: 300px; - overflow: auto; - top: 1px; - width: 300px; - bottom: 100px -} - -div.search { - display: inline-block; - margin-bottom: -12px; -} - -form.search { - width: 125px; - margin-left: 15px; -} -form.search input[type=text] { - padding: 5px 30px 5px 5px; - border: 1px solid #999; - float: left; - width: 80px; -} -form.search input[type=text]:focus { - border: 1px solid #333; - float: left; - width: 80px; -} -form.search button { - float: left; - width: 30px; - padding: 5px; - border: none; - background: transparent; - cursor: pointer; - margin-left: -30px; -} -form.search .fa-search::before { - content: "\1F50D"; - font-style: normal; - color: #999; -} -form.search button:hover { - color: #333; -} - .article-list li { margin-bottom: 0.5em; } @@ -370,4 +322,4 @@ form.search button:hover { .article-list li .article-date:after { content: ''; } -} \ No newline at end of file +}