first commit
This commit is contained in:
180
templates/instytut_dendrologii_/css/szkola.css
Normal file
180
templates/instytut_dendrologii_/css/szkola.css
Normal file
@@ -0,0 +1,180 @@
|
||||
.menu-szkola ul li:hover ul{
|
||||
z-index: 10;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
border: 1px solid #dfdfdf;
|
||||
top: 0;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
padding: 30px 14px;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.menu-szkola ul li:hover ul {
|
||||
display: flex !important;
|
||||
flex-direction: column !important;
|
||||
justify-content: start;
|
||||
align-items: start;
|
||||
position: absolute;
|
||||
top: 17px;
|
||||
/* left: -94%; */
|
||||
width: fit-content;
|
||||
z-index: 100000;
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
.menu-szkola ul li ul{
|
||||
display: none;
|
||||
}
|
||||
.menu-szkola ul li span{
|
||||
text-transform: uppercase;
|
||||
font-family: Poppins;
|
||||
font-size: 16px;
|
||||
font-weight: 400;
|
||||
line-height: 24px;
|
||||
letter-spacing: 0em;
|
||||
text-align: center;
|
||||
color: black;
|
||||
text-decoration: none;
|
||||
}
|
||||
.menu-szkola ul {
|
||||
column-gap: 60px;
|
||||
display: flex;
|
||||
justify-content: end;
|
||||
}
|
||||
.menu-szkola ul li{
|
||||
position: relative;
|
||||
}
|
||||
.contrast div{
|
||||
display:flex;
|
||||
}
|
||||
|
||||
.menu-szkola ul li {
|
||||
list-style-type: none;
|
||||
}
|
||||
|
||||
.menu-szkola a {
|
||||
font-family: Poppins;
|
||||
font-size: 16px;
|
||||
font-weight: 400;
|
||||
line-height: 24px;
|
||||
letter-spacing: 0em;
|
||||
text-align: center;
|
||||
text-transform: uppercase;
|
||||
color: black;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.menu-szkola {
|
||||
display: flex;
|
||||
margin-top: 24px;
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
.grid-menu1 {
|
||||
display: flex;
|
||||
column-gap: 53px;
|
||||
flex-wrap:wrap;
|
||||
}
|
||||
|
||||
.grid-menu1 {
|
||||
position: relative
|
||||
}
|
||||
|
||||
|
||||
.naglowek-szkola p {
|
||||
font-family: Palatino Linotype;
|
||||
font-size: 57px;
|
||||
font-weight: 400;
|
||||
line-height: 58px;
|
||||
letter-spacing: -0.015em;
|
||||
text-align: left;
|
||||
text-transform: uppercase;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.naglowek-szkola {
|
||||
display: flex;
|
||||
margin-top: 84px;
|
||||
}
|
||||
|
||||
.liness2,
|
||||
.liness1 {
|
||||
width: 220px;
|
||||
}
|
||||
|
||||
.lineleft {
|
||||
margin-top: 396px;
|
||||
}
|
||||
|
||||
.lineright {
|
||||
margin-top: 192px;
|
||||
}
|
||||
|
||||
.grid-szkolad {
|
||||
display: flex;
|
||||
column-gap: 56px;
|
||||
|
||||
}
|
||||
|
||||
.opisizdjecie {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
margin-top: -101px;
|
||||
|
||||
}
|
||||
|
||||
.text-szkola {
|
||||
margin-top: 120px;
|
||||
font-family: Roboto;
|
||||
font-size: 18px;
|
||||
font-weight: 300;
|
||||
line-height: 22px;
|
||||
letter-spacing: 0.035em;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.zdjecie-szkola img {
|
||||
position: relative;
|
||||
bottom: -4px;
|
||||
|
||||
}
|
||||
|
||||
.zdjecie-szkola p {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
|
||||
}
|
||||
|
||||
.text-szkola p {
|
||||
padding: 0 !important;
|
||||
}
|
||||
|
||||
.opisizdjecie::after {
|
||||
content: '';
|
||||
border-bottom: 1px solid black;
|
||||
}
|
||||
|
||||
.page-header {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.dolaczdonas-szkola {
|
||||
font-family: Poppins;
|
||||
font-size: 40px;
|
||||
font-weight: 500;
|
||||
line-height: 47px;
|
||||
letter-spacing: -0.015em;
|
||||
text-align: right;
|
||||
background: #109846;
|
||||
color: white;
|
||||
height: 100px;
|
||||
width: 429px;
|
||||
border-radius: 1px;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
margin-top: 54px;
|
||||
}
|
||||
Reference in New Issue
Block a user