Zisbusy před 2 roky
rodič
revize
759eec36c9
4 změnil soubory, kde provedl 11 přidání a 7 odebrání
  1. +1
    -1
      Akina/css/style.css
  2. +1
    -0
      Akina/images/tags.svg
  3. +7
    -5
      Akina/style.php
  4. +2
    -1
      Akina/tags.php

+ 1
- 1
Akina/css/style.css Zobrazit soubor

@ -3440,7 +3440,7 @@ z-index: 9998; }
cursor: pointer;
color: #999; }
i.iconfont.js-toggle-search.iconsearch {
color: #8f8a8a;
color: #a2a2a2;
cursor: pointer;
font-size:27px;
top: 2px;

+ 1
- 0
Akina/images/tags.svg
Diff nebyl zobrazen, protože je příliš veliký
Zobrazit soubor


+ 7
- 5
Akina/style.php Zobrazit soubor

@ -56,13 +56,15 @@
.focusinfo {
top: 47%;
}
@media (min-width: 860px) and (max-width: 1080px){
.notice {
margin-top: 150px;
@media (min-width: 860px) {
#centerbg {
height: 630px;
}
}
#centerbg {
height: 630px;
@media (max-width: 860px) {
#centerbg {
height: 450px;
}
}
#archives-temp {
margin-top: 130px;

+ 2
- 1
Akina/tags.php Zobrazit soubor

@ -46,8 +46,9 @@
<?php endif ?>
<div id="content" class="site-content">
<div id="primary" class="content-area">
<main id="main" class="site-main" role="main">
<main id="main" class="site-main" role="main" style="margin-bottom:50px;">
<article class="hentry">
<?php echo '<embed style="max-width: 300px;margin: 0 auto 83px;display: block;" src="'.theurl.'images/tags.svg">';?>
<header class="entry-header">
<h1 class="entry-title"><?php $this->title() ?></h1>
</header>

Načítá se…
Zrušit
Uložit