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

github.com/marketempower/axiom.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJhaura Wachsman <jhaurawachsman@gmail.com>2020-04-29 05:26:38 +0300
committerJhaura Wachsman <jhaurawachsman@gmail.com>2020-04-29 05:26:38 +0300
commit7b5e0363890b424a0b003dea5866abcf1b2c1e07 (patch)
treef7cb9187e45251e7ad6fa3c9eb7aa1a8bf5ae6fc /layouts
parent2fdf0dc269579129da34552c63c9966ea9a6b5bb (diff)
Rework CSS and Type Styles
Diffstat (limited to 'layouts')
-rwxr-xr-xlayouts/404.html2
-rwxr-xr-xlayouts/_default/section.html2
-rw-r--r--layouts/_default/single.html4
-rw-r--r--layouts/_default/summary.html6
-rw-r--r--layouts/_default/taxonomy.html2
-rw-r--r--layouts/_default/terms.html2
-rwxr-xr-xlayouts/page/single.html2
-rw-r--r--layouts/partials/author.html4
8 files changed, 12 insertions, 12 deletions
diff --git a/layouts/404.html b/layouts/404.html
index a9575df..8581c08 100755
--- a/layouts/404.html
+++ b/layouts/404.html
@@ -2,7 +2,7 @@
<div class="default-single">
<div class="ax-content ax-l-o">
<div class="ax-l-i">
- <h1 class="page-title">{{ (T "e404Title" .) }}</h1>
+ <h1 class="page-title font-content-title font-normal leading-tight tracking-default text-40">{{ (T "e404Title" .) }}</h1>
<article class="cdata mt-8">
{{- $homeLink := printf `<a href="/">%s</a>` (T "home" .) }}
diff --git a/layouts/_default/section.html b/layouts/_default/section.html
index 6c35c1b..ef3f5d8 100755
--- a/layouts/_default/section.html
+++ b/layouts/_default/section.html
@@ -3,7 +3,7 @@
<div class="default-section section-{{ .Section }}">
<div class="ax-content ax-l-o">
<div class="ax-l-i">
- <h1 class="section-title">{{- $title -}}</h1>
+ <h1 class="section-title font-content-sans font-semibold uppercase tracking-wide text-2xl text-raven-800">{{- $title -}}</h1>
{{- with .Content }}
<article class="cdata mt-8">
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index b72563b..20b8af5 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -2,8 +2,8 @@
<div class="default-single">
<div class="ax-header ax-l-o">
<div class="ax-l-i">
- <h1 class="post-title">{{ .Title }}</h1>
- <p class="post-subtitle">{{- partial "subtitle" . | truncate 125 " ..." -}}</p>
+ <h1 class="post-title font-content-title font-normal leading-tight tracking-default text-40">{{ .Title }}</h1>
+ <p class="post-subtitle font-content-sans font-light text-xl text-raven-500 mt-3">{{- partial "subtitle" . | truncate 125 " ..." -}}</p>
<div class="ax-meta flex items-center mt-5">
<div class="flex-grow min-w-0">
diff --git a/layouts/_default/summary.html b/layouts/_default/summary.html
index 5c5deeb..cb80b83 100644
--- a/layouts/_default/summary.html
+++ b/layouts/_default/summary.html
@@ -10,10 +10,10 @@
</div>
{{- end }}
<div class="summary-content font-content-sans">
- <a class="summary-title block text-26 sm:text-2xl leading-tightly tracking-tightly font-semibold text-raven-800 hover:text-raven-900" href="{{ .RelPermalink }}">{{ .Title }}</a>
- <a class="summary-excerpt mt-2 block text-xl sm:text-base leading-tight tracking-normal font-normal text-raven-500 hover:text-raven-600" href="{{ .RelPermalink }}">
+ <a class="summary-title block font-semibold leading-tightly tracking-tightly text-2xl text-raven-800 hover:text-raven-900" href="{{ .RelPermalink }}">{{ .Title }}</a>
+ <a class="summary-excerpt mt-2 block font-normal leading-tight tracking-normal text-base text-raven-500 hover:text-raven-600" href="{{ .RelPermalink }}">
{{- partial "subtitle" . | truncate 125 " ..." -}}
</a>
- <aside class="summary-meta mt-6 text-15 leading-snug tracking-normal font-normal text-raven-500"><time datetime="{{ dateFormat "2006-01-02T15:04:05Z" .Date.UTC | safeHTML }}">{{ dateFormat $dateFormat .Date.Local }}</time></aside>
+ <aside class="summary-meta mt-6 font-normal leading-snug tracking-normal text-13 text-raven-500"><time datetime="{{ dateFormat "2006-01-02T15:04:05Z" .Date.UTC | safeHTML }}">{{ dateFormat $dateFormat .Date.Local }}</time></aside>
</div>
</div>
diff --git a/layouts/_default/taxonomy.html b/layouts/_default/taxonomy.html
index b65cc2f..ce0d493 100644
--- a/layouts/_default/taxonomy.html
+++ b/layouts/_default/taxonomy.html
@@ -4,7 +4,7 @@
<div class="default-taxonomy">
<div class="ax-content ax-l-o">
<div class="ax-l-i">
- <h1 class="section-title">{{ $title | safeHTML }}</h1>
+ <h1 class="section-title font-content-sans font-semibold uppercase tracking-wide text-2xl text-raven-800">{{ $title | safeHTML }}</h1>
{{- range .Paginator.Pages }}
<div class="mt-8">
diff --git a/layouts/_default/terms.html b/layouts/_default/terms.html
index fbf9e9f..3127734 100644
--- a/layouts/_default/terms.html
+++ b/layouts/_default/terms.html
@@ -2,7 +2,7 @@
<div class="default-terms">
<div class="ax-content ax-l-o">
<div class="ax-l-i">
- <h1 class="section-title">{{ .Title | humanize }}</h1>
+ <h1 class="section-title font-content-sans font-semibold uppercase tracking-wide text-2xl text-raven-800">{{ .Title | humanize }}</h1>
<div class="mt-8">
{{ partial "term-cloud" (dict "Site" $.Site "Page" . "term" .Type "count" true) }}
diff --git a/layouts/page/single.html b/layouts/page/single.html
index e4e9f94..97bc3df 100755
--- a/layouts/page/single.html
+++ b/layouts/page/single.html
@@ -10,7 +10,7 @@
<div class="ax-content ax-l-o">
<div class="ax-l-i">
- <h1 class="page-title">{{ .Title }}</h1>
+ <h1 class="page-title font-content-title font-normal leading-tight tracking-default text-40">{{ .Title }}</h1>
<article class="cdata mt-8">
{{ .Content }}
diff --git a/layouts/partials/author.html b/layouts/partials/author.html
index 3ace623..03a9a81 100644
--- a/layouts/partials/author.html
+++ b/layouts/partials/author.html
@@ -8,7 +8,7 @@
alt="{{ $author.name }}">
</div>
<div class="flex-shrink-0 ml-2 leading-tight font-content-sans">
- <a class="block text-base text-raven-800 hover:text-raven-900 hover:underline focus:underline" target="_blank" rel="noopener nofollow" title="{{ $author.name }}" href="{{ $author.uri | absURL }}">{{ $author.name }}</a>
- <time class="text-base text-raven-500" datetime="{{ dateFormat "2006-01-02T15:04:05Z" .Date.UTC | safeHTML }}">{{ dateFormat $dateFormat .Date.Local }}</time>
+ <a class="block text-13 text-raven-800 hover:text-raven-900 hover:underline focus:underline" target="_blank" rel="noopener nofollow" title="{{ $author.name }}" href="{{ $author.uri | absURL }}">{{ $author.name }}</a>
+ <time class="text-13 text-raven-500" datetime="{{ dateFormat "2006-01-02T15:04:05Z" .Date.UTC | safeHTML }}">{{ dateFormat $dateFormat .Date.Local }}</time>
</div>
</div>