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
53162170
Commit
53162170
authored
Oct 14, 2024
by
AK
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add new border fnnotes
parent
286a5a90
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
2 deletions
+25
-2
fn.css
frontend/styles/fn.css
+25
-2
No files found.
frontend/styles/fn.css
View file @
53162170
.footnotes
{
border-top
:
1px
solid
#ddbf7a
;
margin-top
:
22px
;
padding-top
:
12px
;
}
.footnotes
::before
{
content
:
''
;
display
:
block
;
/* Для правильного отображения SVG */
width
:
600px
;
/* Ширина SVG */
height
:
23px
;
/* Высота SVG */
background-image
:
url('/lib/tpl/archivarius/pub/img/fon2.svg')
;
/* Путь к вашему SVG */
background-size
:
contain
;
/* Масштабирование изображения */
background-repeat
:
no-repeat
;
/* Без повторений */
padding-bottom
:
52px
;
margin
:
0
auto
;
/* Отступ сверху и центровка */
}
.footnotes
.content
{
padding
:
0
;
margin
:
0
;
...
...
@@ -22,4 +34,15 @@
.fn_bot
{
color
:
#007bff
;
}
\ No newline at end of file
}
@media
(
max-width
:
768px
)
{
.footnotes
::before
{
width
:
403px
;
height
:
18px
;
}
}
\ No newline at end of file
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