Commit b7843b17 authored by AK's avatar AK

add favicon

parent ebd9defb
......@@ -14,6 +14,7 @@ import './styles/toc.css'
import './styles/login.css'
import './styles/toolbar.css'
import './styles/breadcrumbs.css'
import './styles/fn.css'
import './styles/admin.css'
//import './styles/fontawesone.css'
......
......@@ -135,34 +135,36 @@ a:hover {
.sectionedit1{
position: relative; /* Обеспечивает правильное позиционирование псевдоэлементов */
padding: 10px; /* Добавляет отступы для содержимого */
padding: 2px; /* Добавляет отступы для содержимого */
font-size: 1.5rem;
font-weight: bold;
text-align: center;
margin-top: 0;
margin-bottom: 24px;
}
.sectionedit1::before {
.sectionedit1::before {
content: '';
display: block; /* Для правильного отображения SVG */
width: 500px; /* Ширина SVG */
height: 30px; /* Высота SVG */
background-image: url('/lib/tpl/archivarius/pub/img/long_dividers.svg'); /* Путь к вашему SVG */
width: 503px; /* Ширина SVG */
height: 48px; /* Высота SVG */
background-image: url('/lib/tpl/archivarius/pub/img/pin2.svg'); /* Путь к вашему SVG */
background-size: contain; /* Масштабирование изображения */
background-repeat: no-repeat; /* Без повторений */
margin: 10px auto 0; /* Отступ сверху и центровка */
margin: 0 auto; /* Отступ сверху и центровка */
}
.sectionedit1::after {
content: '';
display: block; /* Для правильного отображения SVG */
width: 500px; /* Ширина SVG */
height: 35px; /* Высота SVG */
background-image: url('/lib/tpl/archivarius/pub/img/long_dividers.svg'); /* Путь к вашему SVG */
width: 503px; /* Ширина SVG */
height: 48px; /* Высота SVG */
background-image: url('/lib/tpl/archivarius/pub/img/pin2.svg'); /* Путь к вашему SVG */
transform: rotate(180deg);
background-size: contain; /* Масштабирование изображения */
background-repeat: no-repeat; /* Без повторений */
margin: 10px auto 0; /* Отступ сверху и центровка */
margin: 0 auto; /* Отступ сверху и центровка */
}
.section_highlight_wrapper p{
......
......@@ -19,6 +19,7 @@ $showSidebar = $hasSidebar && ($ACT == 'show');
<?//endif?>
<title><?php tpl_pagetitle(); ?> [<?php echo strip_tags($conf['title']); ?>]</title>
<?=$frontend_str?>
<?echo tpl_favicon(['favicon', 'mobile']);?>
<!-- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css" /> -->
<link href="<?=tpl_basedir()?>pub/fontawesome/css/all.min.css" rel="stylesheet" />
</head>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment