This commit is contained in:
Your Name
2020-05-22 17:22:59 +03:00
parent 30b22d3e48
commit 1ef464a6e6
3 changed files with 13 additions and 11 deletions

View File

@@ -156,7 +156,6 @@ h1 {
} }
#downloadtitle{ #downloadtitle{
width: 100%; width: 100%;
background: #69c;
display: flex; display: flex;
height: 50px; height: 50px;
align-items: center; align-items: center;
@@ -168,12 +167,12 @@ h1 {
} }
#downloadtitle a{ #downloadtitle a, #downarrow{
color:white; color: #2c2f36;
text-transform: uppercase;
} }
#downarrow
#downarrow{ {
color:white;
padding: 8px; padding: 8px;
} }
@@ -374,6 +373,8 @@ input[type="email"],input[type="password"]{
.antitle{ .antitle{
text-transform: uppercase; text-transform: uppercase;
font-weight: bold; font-weight: bold;
font-size: .9em;
line-height: 22px;
} }
.antext{ .antext{
@@ -384,12 +385,13 @@ input[type="email"],input[type="password"]{
.anphoto{ .anphoto{
width: 99.5%; width: 99.5%;
margin: 0px auto; margin: 0px auto;
margin-top: 7px;
box-sizing: border-box; box-sizing: border-box;
} }
.anphoto IMG { .anphoto IMG {
width: 80%; width: 85%;
margin: 0px auto;
display: block;
} }

View File

@@ -16,11 +16,11 @@
<a href="https://argumenti.ru/robomail/486?utm_source=argumenti.ru&utm_medium=subscript&utm_campaign=promo">Получайте «Газету на @email»</a> <a href="https://argumenti.ru/robomail/486?utm_source=argumenti.ru&utm_medium=subscript&utm_campaign=promo">Получайте «Газету на @email»</a>
<?else:?> <?else:?>
<?if ($filedown):?> <?if ($filedown):?>
<a href="<?=$fullpdf?>"><?=$downtitle?></a><span id="downarrow"></span> <a href="<?=$fullpdf?>"><?=$downtitle?></a>
<?endif?> <?endif?>
<?endif?> <?endif?>
<?if ($category == 1):?> <?if ($category == 1):?>
<span id="downarrow">&nbsp;/ <a href="<?=$htmlurl?>">html-версия</a></span> <span id="downarrow">/ <a href="<?=$htmlurl?>">html-версия</a></span>
<?endif?> <?endif?>
</p> </p>

View File

@@ -5,7 +5,7 @@
<script src="/pub/scripts/pdf.min.js"></script> <script src="/pub/scripts/pdf.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/mobile-detect/1.4.4/mobile-detect.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/mobile-detect/1.4.4/mobile-detect.min.js"></script>
<script src="/pub/scripts/klanviewer.js?ver=34"></script> <script src="/pub/scripts/klanviewer.js?ver=34"></script>
<link rel="stylesheet" type="text/css" href="/pub/css/an.css?ver=206"> <link rel="stylesheet" type="text/css" href="/pub/css/an.css?ver=208">
<link rel="icon" type="image/ico" href="https://argumenti.ru/favicon.ico"> <link rel="icon" type="image/ico" href="https://argumenti.ru/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/pub/fontawesome/css/all.css"> <link rel="stylesheet" href="/pub/fontawesome/css/all.css">