add css ver 2

This commit is contained in:
Andrey Kuvshinov
2020-04-09 01:23:56 +03:00
parent c8a9ba9576
commit d90e587e1f
2 changed files with 21 additions and 4 deletions

View File

@@ -3,7 +3,7 @@
<title>Еженедельник Аргументы Недели - <?=$title?></title>
<script src="/pub/scripts/pdf.min.js"></script>
<script src="/pub/scripts/anviewer.js?ver=5"></script>
<link rel="stylesheet" type="text/css" href="/pub/css/an.css">
<link rel="stylesheet" type="text/css" href="/pub/css/an.css?ver=2">
<link rel="icon" type="image/ico" href="https://argumenti.ru/favicon.ico">
</head>
<body>
@@ -60,7 +60,7 @@ _tmr.push({id: "1069168", type: "pageView", start: (new Date()).getTime()});
</script>
<h1>
<a id="brand_title" href="https://argumenti.ru/">Аргументы Недели</a><a id="page_title" href="<?=$baseurl?>"><?=$title?></a>
<a id="brand_title" href="https://argumenti.ru/"><span id="redb">А</span>ргументы Недел<span id="redi">i</span></a><a id="page_title" href="<?=$baseurl?>"><?=$title?></a>
</h1>
<!-- Yandex.RTB R-A-50615-61 -->
<div id="yandex_rtb_R-A-50615-61"></div>
@@ -84,7 +84,7 @@ _tmr.push({id: "1069168", type: "pageView", start: (new Date()).getTime()});
</script>
<p id="downloadtitle">
<?if ($filedown):?>
<a href="<?=$pdfile?>">Если, по какой-то причине у вас не загрузилась газета ниже, то нажмите сюда, чтобы скачать pdf</a>
<a href="<?=$pdfile?>">Если, по какой-то причине у вас не загрузилась газета ниже, то нажмите сюда, чтобы скачать <span id="downlink">.pdf</span></a>
<?else:?>
<a href="https://argumenti.ru/robomail/486?utm_source=argumenti.ru&utm_medium=subscript&utm_campaign=promo">Получайте «Газету на @email»</a>
<?endif?>

View File

@@ -13,7 +13,8 @@ h1 {
#brand_title{
color: #4e4f55;
text-decoration:underline;
text-decoration:none;
text-transform: uppercase;
}
#page_title{
@@ -22,6 +23,17 @@ h1 {
letter-spacing: 0.3px;
}
#redb{
color: red;
}
#redi{
color: red;
text-transform: lowercase;
font-style: italic;
font-size: 1.6em;
}
#downloadtitle{
width: 100%;
@@ -39,6 +51,11 @@ h1 {
color:white;
}
#downlink{
background: white;
color: black;
}
#pdfprogress {
text-align: center;
font-weight: bold;