grid push

small-nav
chimchooree 4 years ago
parent bf4471c621
commit 8a1cc1e276

@ -169,7 +169,7 @@ def retrieve_diary_entry_content(page,loc):
with open(loc + str(page)) as f:
lines = f.readlines()
for line in lines:
if lines.index(line) >= 5:
if lines.index(line) >= 4:
string += line
return string

@ -200,7 +200,7 @@ ul { list-style-position: inside; }
font-size: 10px;
}
.snippet-title a {
color: #E6E8EF;
color: #E3E0DE;
font-weight: bold;
text-shadow:
-1px -1px 1px #324832,
@ -227,21 +227,17 @@ ul { list-style-position: inside; }
}
.snippet-content {
background-color: #ecd5d2;
color: #080410;
padding: 10px;
font-size: 15px;
}
.snippet-info {
.date-line {
background-color: #ecd5d2;
padding: 10px;
color: #080410;
padding: 5px;
padding-left: 15px;
font-size: 15px;
}
.snippet-info a {
color: black;
font-weight: bold;
}
.snippet-info a:hover {
color: #404664;
font-weight: bold;
text-align: left;
}
.snippet-tags {
background-color: #ecd5d2;
@ -259,6 +255,16 @@ ul { list-style-position: inside; }
font-weight: bold;
display: inline-block;
}
.social-line {
background-color: #404664;
padding-top: 5px;
padding-left: 15px;
}
.social-line a {
color: #E3E0DE;
font-weight: bold;
}
.snippet-link {
margin-top: -35px;
float: right;

@ -119,7 +119,8 @@ ul,ol { list-style-position: inside; }
border-top-right-radius: 25px;
color: #e6e8ef;
padding: 10px;
padding-top: 25px;
padding-top: 55px;
padding-bottom: 25px;
font-size: 25px;
text-align: center;
font-weight: bold;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

@ -105,12 +105,13 @@
<div class="snippet-title">
<a href={{s[3]}} rel="nofollow"><h1>{{!s[0]}}</h1></a>
</div>
<div class="date-line">
<b>chimchooree</b>
• <b>{{!s[2]}}</b>
</div>
<div class="snippet-content">
{{!s[1]}}
</div>
<div class="snippet-info">
<b>{{!s[2]}}</b>
• <a class="social-link social-twitter" href='http://twitter.com/share?text={{s[4]}}&url=https://blessfrey.me{{s[3]}}&via=lilchimchooree' target="_blank">tweet</a>
% if len(s[5]) >= 1:
<div class=snippet-tags>
% for j in s[5]:
@ -120,6 +121,8 @@
% end
</div>
% end
<div class="social-line">
<a class="social-link social-twitter" href='http://twitter.com/share?text={{s[4]}}&url=https://blessfrey.me{{s[3]}}&via=lilchimchooree' target="_blank">tweet</a>
</div>
<div class="snippet-link">
<a href={{s[3]}}>

Loading…
Cancel
Save