From 8f0d303decbb9a2420f591ea6744917ef5183dfd Mon Sep 17 00:00:00 2001 From: stormfinger Date: Tue, 27 Sep 2022 14:41:43 +0200 Subject: [PATCH] posodobljen css z logotipi na podstrani o projektu --- web/themes/na_prostem/css/naprostem.css | 109 ++++++++++++++++++++++++ 1 file changed, 109 insertions(+) diff --git a/web/themes/na_prostem/css/naprostem.css b/web/themes/na_prostem/css/naprostem.css index cafe10af..1457b599 100755 --- a/web/themes/na_prostem/css/naprostem.css +++ b/web/themes/na_prostem/css/naprostem.css @@ -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;