diff --git a/header.php b/header.php index 6a4f432..089453e 100644 --- a/header.php +++ b/header.php @@ -4,7 +4,7 @@ <?php wp_title('|', true, 'right');?><?=get_bloginfo('name')?> - + diff --git a/style.css b/style.css index 4341b04..ede27c1 100644 --- a/style.css +++ b/style.css @@ -987,6 +987,8 @@ a{ margin-bottom: 18px; } + + #mainpage-title{ margin-top: 42px; } @@ -2092,6 +2094,13 @@ span.rub_back_title{ font-weight: 24px; } + .tag-h1{ + font-weight: 22px; + text-transform: upeercase; + margin-bottom: 12px; + } + + .page-title{ font-weight: 24px; margin-top: 48px; diff --git a/tag.php b/tag.php new file mode 100644 index 0000000..6cd2698 --- /dev/null +++ b/tag.php @@ -0,0 +1,48 @@ +
+ + +
+ + + +

#

+ + +
+ + + + +
+ +
+ <?the_title();?> + + + +
+ +

+
+
+
+
+ + + + +
+ + + + Публикации не найдены + + + + +
+ + \ No newline at end of file