summaryrefslogtreecommitdiff
path: root/views
diff options
context:
space:
mode:
authorhorus2021-03-12 23:33:11 +0100
committerhorus2021-03-12 23:33:11 +0100
commit1730e54d3423a8d0ab3a2bd9791575b59ab399cc (patch)
treebc4e3f8d6360f35f787ee31b9091cc75ec2a6bf0 /views
parent14e75d123ebc16bbefe6d305181eafe3d4df6333 (diff)
downloadmoehring-1730e54d3423a8d0ab3a2bd9791575b59ab399cc.tar.gz
Add faces as submodule
Diffstat (limited to 'views')
-rw-r--r--views/about.html2
-rw-r--r--views/index.html10
-rw-r--r--views/snippets/layout.html19
-rw-r--r--views/tools.html3
m---------views/tools/faces0
5 files changed, 15 insertions, 19 deletions
diff --git a/views/about.html b/views/about.html
index 08486e4..190af69 100644
--- a/views/about.html
+++ b/views/about.html
@@ -4,8 +4,6 @@
{% block css %}
.main {
- margin-top: 4rem;
- margin-bottom: 4rem;
font-size: 1.25rem;
}
.float-right-mb {
diff --git a/views/index.html b/views/index.html
index 104e2c8..30c4377 100644
--- a/views/index.html
+++ b/views/index.html
@@ -1,16 +1,6 @@
{% extends "snippets/layout.html" %}
{% block css %}
- .main {
- margin-top: 4rem;
- margin-bottom: 4rem;
- }
- @media (max-width: 992px) {
- .main {
- margin-top: 4rem;
- margin-bottom: 4rem;
- }
- }
.index-list > li {
margin-bottom: 1rem;
}
diff --git a/views/snippets/layout.html b/views/snippets/layout.html
index 0776b3c..0bf0b19 100644
--- a/views/snippets/layout.html
+++ b/views/snippets/layout.html
@@ -24,8 +24,15 @@
color: #e1e1e1;
}
.main {
- margin-top: 1rem;
+ margin-top: 4rem;
font-size: 1.5rem;
+ margin-bottom: 4rem;
+ }
+ @media (max-width: 992px) {
+ .main {
+ margin-top: 3rem;
+ margin-bottom: 4rem;
+ }
}
@media (min-width: 992px) {
.main {
@@ -33,6 +40,10 @@
font-size: 2rem;
}
}
+ .main a {
+ color: #47ccfb;
+ text-decoration: underline;
+ }
h1 {
margin-bottom: 2rem;
}
@@ -78,14 +89,10 @@
h1::before {
content: "# ";
}
- h1 {
+ h1,h2 {
color: #f07206;
font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}
- .main a {
- color: #47ccfb;
- text-decoration: underline;
- }
.bg-dark {
background-color: #171717 !important;
}
diff --git a/views/tools.html b/views/tools.html
index b28e927..dd091a1 100644
--- a/views/tools.html
+++ b/views/tools.html
@@ -15,7 +15,8 @@
<ul>
<li>
- <a href="https://faces.iamfabulous.de" title="Best faces on the net" rel="nofollow">Best faces on the net</a>
+ <!--a href="https://faces.iamfabulous.de" title="Best faces on the net" rel="nofollow">Best faces on the net</a-->
+ <a href="/tools/faces" title="Best faces on the net">Best faces on the net</a>
</li>
<li>
<a href="https://untrack.iamfabulous.de" title="Entfernt Tracking Parameter aus der URL" rel="nofollow">untrack - Entfernt Tracking Parameter aus der URL</a>
diff --git a/views/tools/faces b/views/tools/faces
new file mode 160000
+Subproject ec1514d2d7c3889da0f976b64b256d1560cd1d8