rebuild output

This commit is contained in:
2021-08-06 08:17:33 -07:00
parent 097f07df6e
commit 71cd4bf0de
30 changed files with 1856 additions and 684 deletions

View File

@@ -1,7 +1,5 @@
address {
margin-bottom: 0;
}
.category {
margin-bottom: 1rem;
.entry-content p{
text-align: justify;
line-height: 1.5;
font-size: 1.1em;
}

View File

@@ -0,0 +1,13 @@
.entry-content {
text-align: justify;
}
.entry-content a{
text-decoration: none;
font-style: oblique;
font-size: 1.1em;
}
.post-info {
margin-bottom: 1em;
}

View File

@@ -1,15 +1,45 @@
.entry-content p {
text-align: justify;
:root {
--black: #343a40;
--gray: #6c757d;
}
.entry-title a {
text-decoration: none;
html, a{
color: var(--black);
}
a {
color: #212529;
body {
max-width: 1000px;
margin: 0 auto 0 auto;
padding: 5px;
}
a:hover {
color: #6c757d;
color: var(--gray);
}
.pure-menu-heading {
color: var(--black);
}
h1 a{
font-size: smaller;
text-decoration: none;
}
h1 {
text-align: center;
}
#about {
text-align: center;
}
.paginator text{
line-height: 1;
}
.paginator a{
font-size: 4em;
text-decoration: none;
-webkit-tap-highlight-color:transparent;
}

View File

@@ -0,0 +1,12 @@
.tipue_search_group {
display: flex;
justify-content: center;
}
#tipue_search_content {
margin: 0 auto 0 auto;
}
.tipue_search_content_text {
text-align: justify;
}