Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
A
archivarius
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Andrey Kuvshinov
archivarius
Commits
b7843b17
Commit
b7843b17
authored
Oct 13, 2024
by
AK
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add favicon
parent
ebd9defb
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
10 deletions
+14
-10
main.js
frontend/main.js
+1
-0
main.css
frontend/styles/main.css
+12
-10
main.php
main.php
+1
-0
No files found.
frontend/main.js
View file @
b7843b17
...
...
@@ -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'
...
...
frontend/styles/main.css
View file @
b7843b17
...
...
@@ -135,34 +135,36 @@ a:hover {
.sectionedit1
{
position
:
relative
;
/* Обеспечивает правильное позиционирование псевдоэлементов */
padding
:
10
px
;
/* Добавляет отступы для содержимого */
padding
:
2
px
;
/* Добавляет отступы для содержимого */
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
:
50
0
px
;
/* Ширина SVG */
height
:
30
px
;
/* Высота SVG */
background-image
:
url('/lib/tpl/archivarius/pub/img/
long_dividers
.svg')
;
/* Путь к вашему SVG */
width
:
50
3
px
;
/* Ширина SVG */
height
:
48
px
;
/* Высота 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
{
...
...
main.php
View file @
b7843b17
...
...
@@ -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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment