описание релиза
This commit is contained in:
@ -1,11 +1,19 @@
|
||||
<div style="
|
||||
background-image: url('image-1.png');
|
||||
background-size: 50% auto; /* Уменьшаем в 2 раза */
|
||||
background-repeat: no-repeat;
|
||||
background-position: right bottom; /* Правый нижний угол */
|
||||
background-attachment: fixed;
|
||||
min-height: 100vh;
|
||||
padding: 20px;
|
||||
">
|
||||
<h1 id="lexema-hrm" style="text-align: center; margin-bottom: 30px; color: #2c3e50;">
|
||||
<a href="#lexema-hrm" style="color: inherit; text-decoration: none;">Lexema-HRM</a>
|
||||
</h1>
|
||||
|
||||
<div class="menu">
|
||||
<div class="button-column">
|
||||
<!-- Ссылки теперь ведут на полный путь к соответствующему MD-файлу и якорю, если он есть -->
|
||||
<a href="Lexema-HRM\Штатное расписание\Штатное расписание. Документы\Штатное расписание. Документы\"class="button">Штатное расписание</a>
|
||||
<a href="Lexema-HRM/Штатное расписание/Штатное расписание. Документы/Штатное расписание. Документы/" class="button">Штатное расписание</a>
|
||||
<a href="Lexema-HRM/Учет кадров/Учет кадров. Документы/Учет кадров. Документы/" class="button">Кадровый учет</a>
|
||||
<a href="Lexema-HRM/Учет кадров/Учет кадров. Документы/Учет кадров. Документы/#сотрудники" class="button">Воинский учет</a>
|
||||
</div>
|
||||
@ -39,7 +47,7 @@
|
||||
width: 100%;
|
||||
padding: 15px 20px;
|
||||
background: #2c3e50;
|
||||
color: white!important; /* Added !important to ensure override */
|
||||
color: white!important;
|
||||
text-decoration: none;
|
||||
border-radius: 5px;
|
||||
text-align: center;
|
||||
@ -68,4 +76,5 @@
|
||||
text-decoration: underline;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
</style>
|
||||
</div>
|
Reference in New Issue
Block a user