posodobljen css z logotipi na podstrani o projektu

dev-stormfinger
stormfinger 2022-09-27 14:41:43 +02:00
parent 8587a87f2b
commit 8f0d303dec
1 changed files with 109 additions and 0 deletions

View File

@ -183,6 +183,115 @@ body{
margin-top:15%;
}
.node--type-page[about="/projekt-naprostemsi"] table td {
width:25%;
height:100px;
margin-left:10%;
margin-right:10%;
align:center;
}
.node--type-page[about="/projekt-naprostemsi"] table td a{
width:100%;
height:100px;
}
.node--type-page[about="/projekt-naprostemsi"] table:nth-of-type(1) td:nth-of-type(1) a{
display:inline-block;
border: none;
margin-top:22%;
background-image: url('/sites/default/files/logo_Beletrina.png');
background-size: contain;
background-repeat: no-repeat;
font-size:0px;
white-space: nowrap;
overflow: hidden;
}
.node--type-page[about="/projekt-naprostemsi"] table:nth-of-type(1) td:nth-of-type(2) a{
display:inline-block;
border: none;
margin-top:15%;
background-image: url('/sites/default/files/logo_Rampa.png');
background-size: contain;
background-repeat: no-repeat;
font-size:0px;
white-space: nowrap;
overflow: hidden;
}
.node--type-page[about="/projekt-naprostemsi"] table:nth-of-type(1) td:nth-of-type(3) a{
display:inline-block;
border: none;
margin-top:15%;
align:center;
background-image: url('/sites/default/files/logo_Ljudmila.svg');
background-size: contain;
background-repeat: no-repeat;
font-size:0px;
white-space: nowrap;
overflow: hidden;
}
.node--type-page[about="/projekt-naprostemsi"] table:nth-of-type(1) td:nth-of-type(4) a{
display:inline-block;
border: none;
margin-top:15%;
background-image: url('/sites/default/files/logo_INePA.png');
background-size: contain;
background-repeat: no-repeat;
font-size:0px;
white-space: nowrap;
overflow: hidden;
}
.node--type-page[about="/projekt-naprostemsi"] table:nth-of-type(2) td:nth-of-type(1) a{
display:inline-block;
border: none;
margin-top:15%;
background-image: url('/sites/default/files/logo_Duh-casa.png');
background-size: contain;
background-repeat: no-repeat;
font-size:0px;
white-space: nowrap;
overflow: hidden;
}
.node--type-page[about="/projekt-naprostemsi"] table:nth-of-type(2) td:nth-of-type(2) a{
display:inline-block;
border: none;
background-image: url('/sites/default/files/logo_S12.jpg');
background-size: contain;
background-repeat: no-repeat;
font-size:0px;
white-space: nowrap;
overflow: hidden;
}
.node--type-page[about="/projekt-naprostemsi"] table:nth-of-type(2) td:nth-of-type(3) a{
display:inline-block;
border: none;
background-image: url('/sites/default/files/logo_Lugos.jpg');
background-size: contain;
background-repeat: no-repeat;
font-size:0px;
white-space: nowrap;
overflow: hidden;
}
.node--type-page[about="/projekt-naprostemsi"] table:nth-of-type(2) td:nth-of-type(4) a{
display:inline-block;
border: none;
background-image: url('/sites/default/files/logo_Zavod-Rhea.jpg');
background-size: contain;
background-repeat: no-repeat;
font-size:0px;
white-space: nowrap;
overflow: hidden;
}
.site-footer {
display: none;