Skip to content

Commit

Permalink
update from gridea: 2020-02-02 21:03:26
Browse files Browse the repository at this point in the history
  • Loading branch information
Radcliffe-Bai committed Feb 2, 2020
1 parent 2f4b8ea commit a7aaff9
Show file tree
Hide file tree
Showing 7 changed files with 58 additions and 6 deletions.
10 changes: 9 additions & 1 deletion archives/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,20 @@
datetoday.setTime(timenow);
thehour = datetoday.getHours();

if (thehour<6:00)

display = "https://radcliffe-bai.github.io/media/css/night.css";

else if (thehour>18:00)

display = "https://radcliffe-bai.github.io/media/css/night.css";


else if (thehour>6:00)

display = "https://radcliffe-bai.github.io/media/css/day.css";

else if (thehour<18:00)

display = "https://radcliffe-bai.github.io/media/css/day.css";


Expand Down
2 changes: 1 addition & 1 deletion atom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feed xmlns="http://www.w3.org/2005/Atom">
<id>https://radcliffe-bai.github.io</id>
<title>Pab&apos;s lovely blog</title>
<updated>2020-02-02T12:50:12.293Z</updated>
<updated>2020-02-02T13:03:23.855Z</updated>
<generator>https://github.com/jpmonette/feed</generator>
<link rel="alternate" href="https://radcliffe-bai.github.io"/>
<link rel="self" href="https://radcliffe-bai.github.io/atom.xml"/>
Expand Down
10 changes: 9 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,20 @@
datetoday.setTime(timenow);
thehour = datetoday.getHours();

if (thehour<6:00)

display = "https://radcliffe-bai.github.io/media/css/night.css";

else if (thehour>18:00)

display = "https://radcliffe-bai.github.io/media/css/night.css";


else if (thehour>6:00)

display = "https://radcliffe-bai.github.io/media/css/day.css";

else if (thehour<18:00)

display = "https://radcliffe-bai.github.io/media/css/day.css";


Expand Down
12 changes: 11 additions & 1 deletion post/about/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,20 @@
datetoday.setTime(timenow);
thehour = datetoday.getHours();

if (thehour<6:00)

display = "https://radcliffe-bai.github.io/media/css/night.css";

else if (thehour>18:00)

display = "https://radcliffe-bai.github.io/media/css/night.css";


else if (thehour>6:00)

display = "https://radcliffe-bai.github.io/media/css/day.css";

else if (thehour<18:00)

display = "https://radcliffe-bai.github.io/media/css/day.css";


Expand Down Expand Up @@ -175,6 +183,8 @@ <h2 id="联系我呀">📬 联系我呀</h2>
<div class="wow rollIn author-info" style="visibility: visible; animation-name: rollIn;">
<div class="author-avatar pull-left"><img src="https://radcliffe-bai.github.io/images/avatar.png" ></div>

<div class="author-description"><div class="author-title"><div class="author-link" rel="author">Pab</div></div>


</div>

Expand Down
12 changes: 11 additions & 1 deletion post/markdown-ce-shi-wen-zhang/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,20 @@
datetoday.setTime(timenow);
thehour = datetoday.getHours();

if (thehour<6:00)

display = "https://radcliffe-bai.github.io/media/css/night.css";

else if (thehour>18:00)

display = "https://radcliffe-bai.github.io/media/css/night.css";


else if (thehour>6:00)

display = "https://radcliffe-bai.github.io/media/css/day.css";

else if (thehour<18:00)

display = "https://radcliffe-bai.github.io/media/css/day.css";


Expand Down Expand Up @@ -213,6 +221,8 @@ <h6 id="这是h6">这是H6</h6>
<div class="wow rollIn author-info" style="visibility: visible; animation-name: rollIn;">
<div class="author-avatar pull-left"><img src="https://radcliffe-bai.github.io/images/avatar.png" ></div>

<div class="author-description"><div class="author-title"><div class="author-link" rel="author">Pab</div></div>


</div>

Expand Down
8 changes: 8 additions & 0 deletions styles/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -2457,3 +2457,11 @@ ul.links li:hover .bg {
background-color: #aaa;
}
}

header {background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),url(https://i.loli.net/2020/02/02/DlLzsmIEd4wqupk.jpg);}


.valine {
display: none;
}

10 changes: 9 additions & 1 deletion tags/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,20 @@
datetoday.setTime(timenow);
thehour = datetoday.getHours();

if (thehour<6:00)

display = "https://radcliffe-bai.github.io/media/css/night.css";

else if (thehour>18:00)

display = "https://radcliffe-bai.github.io/media/css/night.css";


else if (thehour>6:00)

display = "https://radcliffe-bai.github.io/media/css/day.css";

else if (thehour<18:00)

display = "https://radcliffe-bai.github.io/media/css/day.css";


Expand Down

0 comments on commit a7aaff9

Please sign in to comment.