menu
This commit is contained in:
@@ -156,7 +156,6 @@ h1 {
|
||||
}
|
||||
#downloadtitle{
|
||||
width: 100%;
|
||||
background: #69c;
|
||||
display: flex;
|
||||
height: 50px;
|
||||
align-items: center;
|
||||
@@ -168,12 +167,12 @@ h1 {
|
||||
}
|
||||
|
||||
|
||||
#downloadtitle a{
|
||||
color:white;
|
||||
#downloadtitle a, #downarrow{
|
||||
color: #2c2f36;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
#downarrow{
|
||||
color:white;
|
||||
#downarrow
|
||||
{
|
||||
padding: 8px;
|
||||
}
|
||||
|
||||
@@ -374,6 +373,8 @@ input[type="email"],input[type="password"]{
|
||||
.antitle{
|
||||
text-transform: uppercase;
|
||||
font-weight: bold;
|
||||
font-size: .9em;
|
||||
line-height: 22px;
|
||||
}
|
||||
|
||||
.antext{
|
||||
@@ -384,12 +385,13 @@ input[type="email"],input[type="password"]{
|
||||
.anphoto{
|
||||
width: 99.5%;
|
||||
margin: 0px auto;
|
||||
margin-top: 7px;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.anphoto IMG {
|
||||
width: 80%;
|
||||
width: 85%;
|
||||
margin: 0px auto;
|
||||
display: block;
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -16,11 +16,11 @@
|
||||
<a href="https://argumenti.ru/robomail/486?utm_source=argumenti.ru&utm_medium=subscript&utm_campaign=promo">Получайте «Газету на @email»</a>
|
||||
<?else:?>
|
||||
<?if ($filedown):?>
|
||||
<a href="<?=$fullpdf?>"><?=$downtitle?></a><span id="downarrow">↑</span>
|
||||
<a href="<?=$fullpdf?>"><?=$downtitle?></a>
|
||||
<?endif?>
|
||||
<?endif?>
|
||||
<?if ($category == 1):?>
|
||||
<span id="downarrow"> / <a href="<?=$htmlurl?>">html-версия</a></span>
|
||||
<span id="downarrow">/ <a href="<?=$htmlurl?>">html-версия</a></span>
|
||||
<?endif?>
|
||||
</p>
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<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="/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">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" href="/pub/fontawesome/css/all.css">
|
||||
|
||||
Reference in New Issue
Block a user