From 774f567f3f0a67b0f5044bdae1cc799ca870d805 Mon Sep 17 00:00:00 2001 From: arcan1s Date: Mon, 25 Aug 2014 22:32:21 +0400 Subject: [PATCH] change blockquote to p.spilerbody inside label.spoiler according to standards --- about.html | 4 ++-- blog/archive.html | 8 ++++---- index.html | 4 ++-- resources/css/styles.css | 8 ++++---- ru/about.html | 4 ++-- ru/blog/archive.html | 8 ++++---- ru/index.html | 4 ++-- 7 files changed, 20 insertions(+), 20 deletions(-) diff --git a/about.html b/about.html index 455d4f0..83445cc 100644 --- a/about.html +++ b/about.html @@ -51,9 +51,9 @@ GS/CS d-(+) s: a-- C++++ UL+++>$ P L++ E--- W++ N !o !K w- !O M- !V PS+@ PE Y PG

The connection information -

+

User is music, password is the same. -

+

diff --git a/blog/archive.html b/blog/archive.html index 2a5e1d5..dbc2d6c 100644 --- a/blog/archive.html +++ b/blog/archive.html @@ -21,11 +21,11 @@ hastr: true {{ month }} (hide)(show) -
+

{% for post in site.categories.en %} {% assign new_month = post.date | date: "%Y" %} {% if new_month != month %} -

+

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 RSS Blog (hide)(show) -
+

{% 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/blog/archive.html b/ru/blog/archive.html index 0ec4f36..64d343a 100644 --- a/ru/blog/archive.html +++ b/ru/blog/archive.html @@ -23,11 +23,11 @@ hastr: true {% include longdate_to_ru.html %} (скрыть)(показать) -
+

{% for post in site.categories.ru %} {% assign new_month = post.date | date: "%Y" %} {% if new_month != month %} -

+

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 RSS Блог (скрыть)(показать) -
+

{% for post in site.categories.ru limit:3 %} {{ post.title }}
{% endfor %} -

+

Проекты