adds article section (incomplete, needs translation)
This commit is contained in:
@ -140,15 +140,6 @@ h6
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
h2,
|
||||
h3,
|
||||
h4,
|
||||
h5,
|
||||
h6
|
||||
{
|
||||
font-size: var(--header-font-size);
|
||||
}
|
||||
|
||||
h1
|
||||
{
|
||||
text-align: center;
|
||||
@ -184,6 +175,7 @@ main
|
||||
border-width: var(--content-border-width);
|
||||
border-radius: var(--content-border-radius);
|
||||
border-style: var(--content-border-style);
|
||||
|
||||
}
|
||||
|
||||
.horizontal /* use in a ul li list, to lay out
|
||||
@ -277,6 +269,7 @@ nav#topmenu ul li
|
||||
border-color: var(--content-border-color);
|
||||
text-decoration: underline;
|
||||
position: relative;
|
||||
|
||||
}
|
||||
|
||||
nav#topmenu li a
|
||||
@ -340,7 +333,7 @@ nav#topmenu ul li::after
|
||||
top: 100%;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 0.4rem;
|
||||
height: 0.8rem;
|
||||
background: transparent;
|
||||
z-index: 19;
|
||||
}
|
||||
@ -387,6 +380,8 @@ div.flex_container
|
||||
{
|
||||
order: 1;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
#noscroll-body
|
||||
|
||||
Reference in New Issue
Block a user