divider style

This commit is contained in:
dreamer 2026-03-26 16:27:32 +01:00
parent cc62a54571
commit 692747abc5
2 changed files with 23 additions and 4 deletions

View File

@ -94,6 +94,14 @@
padding-top: 10px; padding-top: 10px;
} }
.divider
{
height: 23px;
padding-bottom: 10px;
padding-left: 10px;
padding-top: 10px;
}
.h2 .h2
{ {
font-family: Helvetica; font-family: Helvetica;
@ -122,7 +130,7 @@
.djsectionmenu .djsectionmenu
{ {
font-family: Helvetica; font-family: Helvetica;
font-size: 33px; font-size: 18px;
color: var(--ifm-red); color: var(--ifm-red);
line-height: 1em; line-height: 1em;
z-index: 100; z-index: 100;
@ -301,6 +309,7 @@
column-count: 1; column-count: 1;
} }
} }
.content .content
{ {
width: 80%; width: 80%;
@ -386,6 +395,11 @@
height: 180px; height: 180px;
} }
.divider
{
height: 35px;
}
.djsectionmenu .djsectionmenu
{ {
font-size: 25px; font-size: 25px;
@ -437,6 +451,11 @@
height: 220px; height: 220px;
} }
.divider
{
height: 43px;
}
.djsectionmenu .djsectionmenu
{ {
font-size: 33px; font-size: 33px;

View File

@ -21,11 +21,11 @@
Sharing <%= total[0] %> files Sharing <%= total[0] %> files
</h1> </h1>
</div> </div>
<img style="padding-bottom: 10px; padding-left: 10px; padding-top: 10px;" src="/static/panamaracing.club_divider.png"> <img class="divider" src="/static/panamaracing.club_divider.png">
<div class="content"> <div class="content">
<% content_for("inner") %> <% content_for("inner") %>
</div> </div>
<img style="padding-bottom: 10px; padding-left: 10px; padding-top: 10px;" src="/static/panamaracing.club_divider.png"> <img class="divider" src="/static/panamaracing.club_divider.png">
<div class="content"> <div class="content">
<section class="latest"> <section class="latest">
<div class="latest_files"> <div class="latest_files">
@ -39,6 +39,6 @@
</div> </div>
</section> </section>
</div> </div>
<img style="padding-bottom: 10px; padding-left: 10px; padding-top: 10px;" src="/static/panamaracing.club_divider.png"> <img class="divider" src="/static/panamaracing.club_divider.png">
</body> </body>
</html> </html>