Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/azmelanar/hugo-theme-pixyll.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmytro Slupytskyi <dslupytskyi@gmail.com>2018-10-07 14:47:30 +0300
committerGitHub <noreply@github.com>2018-10-07 14:47:30 +0300
commit169c19a1cf81685e63408751dab6e4023dbd5174 (patch)
treea65223eb33a7dd636528c1db845b2b9cb9794a8e
parent32bccaf4545638272c6489a1eed28e627057a0e6 (diff)
parent3466e8fb08ed9cf1f8929c07d152668f23a6cb2e (diff)
Merge pull request #30 from azmelanar/tipuesearch-css
Make tipuesearch theme similar to pixyll
-rw-r--r--exampleSite/content/post/my-first-post.md2
-rw-r--r--exampleSite/content/search.md3
-rw-r--r--layouts/partials/head.html1
-rwxr-xr-xstatic/tipuesearch/tipuesearch.css21
4 files changed, 15 insertions, 12 deletions
diff --git a/exampleSite/content/post/my-first-post.md b/exampleSite/content/post/my-first-post.md
index 681d0cb..c64f08c 100644
--- a/exampleSite/content/post/my-first-post.md
+++ b/exampleSite/content/post/my-first-post.md
@@ -1,5 +1,5 @@
+++
-title = "My first post"
+title = "My First post"
date = "2017-08-30T18:34:02+00:00"
tags = ["blog"]
draft = false
diff --git a/exampleSite/content/search.md b/exampleSite/content/search.md
index 47afc59..78be84b 100644
--- a/exampleSite/content/search.md
+++ b/exampleSite/content/search.md
@@ -1,7 +1,8 @@
+++
date = "2014-11-09T13:49:44+04:00"
draft = false
-title = "search"
+title = "Search"
+slug = "search"
+++
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index 77c77fe..823d2ae 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -25,6 +25,7 @@
<link rel='stylesheet' type='text/css' href='//fonts.googleapis.com/css?family=Lato:900,300'> -->
<link rel="stylesheet" type="text/css" href="{{ .Site.BaseURL }}/css/combined-min.css">
+ <link rel="stylesheet" type="text/css" href="{{ .Site.BaseURL }}/tipuesearch/tipuesearch.css">
</head>
<body class="">
diff --git a/static/tipuesearch/tipuesearch.css b/static/tipuesearch/tipuesearch.css
index b79ad5f..e2638d1 100755
--- a/static/tipuesearch/tipuesearch.css
+++ b/static/tipuesearch/tipuesearch.css
@@ -45,8 +45,9 @@ http://www.tipue.com/search
}
#tipue_search_replace, #tipue_search_error, .tipue_search_content_text
{
- font: 300 16px/1.6 'Open Sans', sans-serif;
- color: #666;
+ font: 300 16px/1.6 "Ubuntu", "PT Serif", Georgia, sans-serif;
+ color: #333;
+ line-height: 1.2em;
}
#tipue_search_replace a
{
@@ -67,7 +68,7 @@ http://www.tipue.com/search
}
.tipue_search_content_title
{
- font: 300 30px/1.2 'Open Sans', sans-serif;
+ font: 300 30px/1.2 "Ubuntu", "PT Serif", Georgia, sans-serif;
color: #333;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
@@ -79,22 +80,22 @@ http://www.tipue.com/search
}
.tipue_search_content_url, .tipue_search_content_debug
{
- font: 300 15px/1.7 'Open Sans', sans-serif;
- color: #333;
+ font: 300 15px/1.7 "Ubuntu", "PT Serif", Georgia, sans-serif;
+ color: #0096cc;
}
.tipue_search_content_url a
{
- color: #339e41;
+ color: #0096cc;
text-decoration: none;
}
.tipue_search_content_url a:hover
{
- color: #666;
+ color: #007199;
}
.tipue_search_content_bold
{
- font-weight: 400;
- color: #333;
+ font-weight: 600;
+ color: #000;
}
.tipue_search_note a
{
@@ -202,7 +203,7 @@ http://www.tipue.com/search
}
.tipue_search_result
{
- padding-top: 21px;
+ padding-top: 2em;
}
#tipue_search_results_count
{