grid push
This commit is contained in:
+1
-1
@@ -169,7 +169,7 @@ def retrieve_diary_entry_content(page,loc):
|
|||||||
with open(loc + str(page)) as f:
|
with open(loc + str(page)) as f:
|
||||||
lines = f.readlines()
|
lines = f.readlines()
|
||||||
for line in lines:
|
for line in lines:
|
||||||
if lines.index(line) >= 5:
|
if lines.index(line) >= 4:
|
||||||
string += line
|
string += line
|
||||||
return string
|
return string
|
||||||
|
|
||||||
|
|||||||
+17
-11
@@ -200,7 +200,7 @@ ul { list-style-position: inside; }
|
|||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
}
|
}
|
||||||
.snippet-title a {
|
.snippet-title a {
|
||||||
color: #E6E8EF;
|
color: #E3E0DE;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
text-shadow:
|
text-shadow:
|
||||||
-1px -1px 1px #324832,
|
-1px -1px 1px #324832,
|
||||||
@@ -227,21 +227,17 @@ ul { list-style-position: inside; }
|
|||||||
}
|
}
|
||||||
.snippet-content {
|
.snippet-content {
|
||||||
background-color: #ecd5d2;
|
background-color: #ecd5d2;
|
||||||
|
color: #080410;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
}
|
}
|
||||||
.snippet-info {
|
.date-line {
|
||||||
background-color: #ecd5d2;
|
background-color: #ecd5d2;
|
||||||
padding: 10px;
|
color: #080410;
|
||||||
|
padding: 5px;
|
||||||
|
padding-left: 15px;
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
}
|
text-align: left;
|
||||||
.snippet-info a {
|
|
||||||
color: black;
|
|
||||||
font-weight: bold;
|
|
||||||
}
|
|
||||||
.snippet-info a:hover {
|
|
||||||
color: #404664;
|
|
||||||
font-weight: bold;
|
|
||||||
}
|
}
|
||||||
.snippet-tags {
|
.snippet-tags {
|
||||||
background-color: #ecd5d2;
|
background-color: #ecd5d2;
|
||||||
@@ -259,6 +255,16 @@ ul { list-style-position: inside; }
|
|||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
.social-line {
|
||||||
|
background-color: #404664;
|
||||||
|
padding-top: 5px;
|
||||||
|
padding-left: 15px;
|
||||||
|
|
||||||
|
}
|
||||||
|
.social-line a {
|
||||||
|
color: #E3E0DE;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
.snippet-link {
|
.snippet-link {
|
||||||
margin-top: -35px;
|
margin-top: -35px;
|
||||||
float: right;
|
float: right;
|
||||||
|
|||||||
@@ -119,7 +119,8 @@ ul,ol { list-style-position: inside; }
|
|||||||
border-top-right-radius: 25px;
|
border-top-right-radius: 25px;
|
||||||
color: #e6e8ef;
|
color: #e6e8ef;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
padding-top: 25px;
|
padding-top: 55px;
|
||||||
|
padding-bottom: 25px;
|
||||||
font-size: 25px;
|
font-size: 25px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-weight: bold;
|
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 |
+6
-3
@@ -105,12 +105,13 @@
|
|||||||
<div class="snippet-title">
|
<div class="snippet-title">
|
||||||
<a href={{s[3]}} rel="nofollow"><h1>{{!s[0]}}</h1></a>
|
<a href={{s[3]}} rel="nofollow"><h1>{{!s[0]}}</h1></a>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="date-line">
|
||||||
|
<b>chimchooree</b>
|
||||||
|
• <b>{{!s[2]}}</b>
|
||||||
|
</div>
|
||||||
<div class="snippet-content">
|
<div class="snippet-content">
|
||||||
{{!s[1]}}
|
{{!s[1]}}
|
||||||
</div>
|
</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:
|
% if len(s[5]) >= 1:
|
||||||
<div class=snippet-tags>
|
<div class=snippet-tags>
|
||||||
% for j in s[5]:
|
% for j in s[5]:
|
||||||
@@ -120,6 +121,8 @@
|
|||||||
% end
|
% end
|
||||||
</div>
|
</div>
|
||||||
% end
|
% 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>
|
||||||
<div class="snippet-link">
|
<div class="snippet-link">
|
||||||
<a href={{s[3]}}>
|
<a href={{s[3]}}>
|
||||||
|
|||||||
Reference in New Issue
Block a user