From 774f567f3f0a67b0f5044bdae1cc799ca870d805 Mon Sep 17 00:00:00 2001
From: arcan1s
The connection information
-
User is
+
+ music
, password is the same.
-
++ diff --git a/index.html b/index.html index abb67d9..f41ca07 100644 --- a/index.html +++ b/index.html @@ -15,11 +15,11 @@ title: arcanis' homepage{% for post in site.categories.en %} {% assign new_month = post.date | date: "%Y" %} {% if new_month != month %} -
++{% for post in site.categories.en limit:3 %} {{ post.title }}
{% endfor %} -
Projects
Информация по подключению
-
Пользователь
diff --git a/resources/css/styles.css b/resources/css/styles.css
index 9c5fe55..110abf3 100644
--- a/resources/css/styles.css
+++ b/resources/css/styles.css
@@ -82,10 +82,10 @@ figure.img figcaption {
}
/* spoiler */
-.spoiler > input + .box > blockquote {
+.spoiler > input + .box > p.spoilerbody {
display: none;
}
-.spoiler > input:checked + .box > blockquote {
+.spoiler > input:checked + .box > p.spoilerbody {
display: block;
}
.spoiler > input[type="checkbox"] {
@@ -111,7 +111,7 @@ figure.img figcaption {
.spoiler > input + .box > span.open {
display: inline;
}
-.spoiler blockquote,
+.spoiler p.spoilerbody,
.spoiler {
border-radius: 5px;
-webkit-border-radius: 5px;
@@ -123,7 +123,7 @@ figure.img figcaption {
.spoiler {
overflow-x: hidden;
}
-.spoiler blockquote {
+.spoiler p.spoilerbody {
min-height: 23px;
margin: 0;
padding: 4px 4px 4px 10px;
diff --git a/ru/about.html b/ru/about.html
index be451d5..bca36a5 100644
--- a/ru/about.html
+++ b/ru/about.html
@@ -52,9 +52,9 @@ GS/CS d-(+) s: a-- C++++ UL+++>$ P L++ E--- W++ N !o !K w- !O M- !V PS+@ PE Y PG
+
+ music
, пароль такой же.
-
++ diff --git a/ru/index.html b/ru/index.html index 6697a38..94d53ca 100644 --- a/ru/index.html +++ b/ru/index.html @@ -16,11 +16,11 @@ title: arcanis{% for post in site.categories.ru %} {% assign new_month = post.date | date: "%Y" %} {% if new_month != month %} -
++{% for post in site.categories.ru limit:3 %} {{ post.title }}
{% endfor %} -