From 0d9ff217adbb9e25361f931a5284d99e41939bb8 Mon Sep 17 00:00:00 2001 From: "arlemp@selectel.ru" Date: Sun, 21 Nov 2021 22:00:02 +0300 Subject: [PATCH] new archive --- category-3.php | 44 ++++++++++++++++++++++++++++++++-------- header.php | 2 +- helpers/number_title.php | 12 +++++++---- single-3.php | 7 +++---- style.css | 34 +++++++++++++++++++++++++++++++ 5 files changed, 82 insertions(+), 17 deletions(-) diff --git a/category-3.php b/category-3.php index eac6739..bcc4bb3 100644 --- a/category-3.php +++ b/category-3.php @@ -4,10 +4,15 @@ * */ +require TEMPLATEPATH.'/helpers/number_title.php'; + get_header(); -$nn = 0;?> +$nn = 0; +$numbers_year = null?>
+ + - +

Федеральное отраслевое издание «Ветеринария и жизнь»

@@ -36,11 +36,10 @@ get_header();?>
- +
- Читать PDF версию + Читать PDF версию
-
diff --git a/style.css b/style.css index ff90201..d8d42b7 100644 --- a/style.css +++ b/style.css @@ -1028,6 +1028,40 @@ a{ } + .mini-card-number-img{ + width: 147px; + } + + .mini-card-number{ + + background: #FFFFFF; + box-shadow: 0px 14px 27px rgb(242, 242, 242); + text-align: center; + margin: 22px; + padding-top: 24px; + padding-bottom: 32px; + + } + + .mini-card-number-title{ + + font-size: 14px; + font-weight: normal; + margin-top: 12px; + + } + + .numbers-anons{ + font-size: 16px; + color: #171717; + } + + .numbers-year-title{ + font-weight: bold; + border-bottom: 1px solid #F2F2F2; + padding-top: 12px; + padding-bottom: 12px; + } .play-card{ position: absolute;