Merge remote-tracking branch 'origin/main'

This commit is contained in:
Bruno Rybársky 2024-02-07 18:13:29 +01:00
commit b698f9e284
2 changed files with 20 additions and 8 deletions

@ -217,6 +217,7 @@ ul.navpage_list
display: none; display: none;
position: fixed; position: fixed;
flex-direction: column; flex-direction: column;
width: 100%;
} }
#navsite_list li { #navsite_list li {
@ -230,7 +231,6 @@ ul.navpage_list
background-color:rgba(0,0,0,0.6); background-color:rgba(0,0,0,0.6);
box-shadow:0 20px 28px 0 rgba(0,0,0,0.6); box-shadow:0 20px 28px 0 rgba(0,0,0,0.6);
top: 80px; top: 80px;
width: 100%;
} }
nav { nav {
@ -242,9 +242,9 @@ ul.navpage_list
#statusMessageContainer{ #statusMessageContainer{
position: fixed; position: fixed;
top: 20px; top: 80px;
right: 20px; right: 20px;
z-index: 10; z-index: 510;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
} }
@ -315,12 +315,23 @@ input
} }
button{ button{
background-color: var(--third-bg); border-radius: 50px;
color: var(--primary-text);
border: 2px solid var(--primary); border: 2px solid var(--primary);
background: var(--third-bg);
color: var(--primary-text);
width: 175px;
transition-duration: 0.3s;
} }
input button:hover {
{ background: var(--primary);
width:175px; transition-duration: 0.3s;
}
.form-container input {
border-radius: 50px;
background: none;
border: 2px solid var(--primary);
width: 175px;
color: var(--primary-text);
} }

@ -3,5 +3,6 @@
<h1 class="title"></h1> <h1 class="title"></h1>
<p>Adlerka študentské news</p> <p>Adlerka študentské news</p>
<hr> <hr>
<p>Rohová časť stola v a A103 spáchala samovraždu po dotyku Richarda Mikloša!!!</p>
</header> </header>