Kaydet (Commit) 6374b246 authored tarafından Burak iMac's avatar Burak iMac

Footera GTranslate ekleniti için güncelleme yapıldı

üst 8a8d3308
......@@ -1216,14 +1216,13 @@ footer {
font-size: 12px;
line-height: 1.5;
color: #939393;
text-align: end;
}
#footer-bottom-lang {
padding: 24px;
width: 100%;
border-top: 1px solid #e6e6e6;
padding-top: 16px;
}
#footer-bottom-lang .langs {
margin-right: 45px;
margin-bottom: 4px;
}
#footer-bottom-lang .langs a {
color: #272727;
......@@ -1237,9 +1236,20 @@ footer {
transition: all 0.3s;
}
#footer-bottom-lang p.text {
font-size: 10px;
line-height: 1.5;
color: #939393;
}
#footer-bottom-new {
padding: 24px;
width: 100%;
border-top: 1px solid #e6e6e6;
}
#footer-bottom-new p.text {
font-size: 12px;
line-height: 1.5;
color: #939393;
text-align: center;
}
@media (max-width: 991px) {
}
......
......@@ -122,9 +122,6 @@
#middle-side #footer-bottom p.text {
text-align: center;
}
#middle-side #footer-bottom-lang .langs {
margin: 0 0 10px;
}
#middle-side .blog-card .col-img {
max-width: 310px;
}
......
......@@ -1618,16 +1618,20 @@ footer {
font-size: 12px;
line-height: 1.5;
color: #939393;
text-align: end;
}
}
#footer-bottom-lang {
padding: 24px;;
width: 100%;
border-top: 1px solid #e6e6e6;
// padding: 24px;;
// width: 100%;
// border-top: 1px solid #e6e6e6;
padding-top: 16px;
.langs {
margin-right: 45px;
margin-bottom: 4px;
// padding-bottom: 12px;
// border-bottom: 1px solid #e6e6e6;
a {
color: @black;
......@@ -1638,14 +1642,28 @@ footer {
.transition;
}
}
p.text {
font-size: 10px;
line-height: 1.5;
color: #939393;
}
}
#footer-bottom-new {
padding: 24px;;
width: 100%;
border-top: 1px solid #e6e6e6;
p.text {
font-size: 12px;
line-height: 1.5;
color: #939393;
text-align: center;
}
}
// Responsive
// Extra large devices (large desktops, 1440px and up)
......
......@@ -216,7 +216,7 @@
#footer-bottom-lang {
.langs {
margin: 0 0 10px;
// margin: 0 0 10px;
}
}
......
......@@ -40,14 +40,28 @@
<img src="<?php bloginfo('template_url'); ?>/assets/imgs/acik-kaynak-logo.svg" alt="acik-kaynak" height="60" />
</div>
<p class="text">TÜBİTAK ULAKBİM ve Pardus Projesi Türkiye Açık Kaynak Platformu kurucu üyesidir.</p>
</div>
<div class="right flex-column align-items-end">
<!-- Footer Bottom Lang -->
<div id="footer-bottom-lang" class="d-flex flex-column align-items-center align-items-md-end">
<div class="langs d-flex align-items-center">
<!-- <a href="#" onclick="doGTranslate('tr|fr');return false;" title="Français" class="glink nturl notranslate">FR</a> -->
<!-- <a href="#" onclick="doGTranslate('tr|fr');return false;" title="Français" class="glink nturl notranslate">FR</a> -->
<!-- <a href="#" onclick="doGTranslate('tr|fr');return false;" title="Français" class="glink nturl notranslate">FR</a> -->
<!-- <a href="#" onclick="doGTranslate('tr|fr');return false;" title="Français" class="glink nturl notranslate">FR</a> -->
<!-- <a href="#" onclick="doGTranslate('tr|fr');return false;" title="Français" class="glink nturl notranslate">FR</a> -->
<!-- <a href="#" onclick="doGTranslate('tr|fr');return false;" title="Français" class="glink nturl notranslate">FR</a> -->
<?php echo do_shortcode('[gtranslate]'); ?>
</div>
<p class="text">Bu sayfanın çevirisi otomatik olarak sağlanmaktadır.</p>
</div>
</div>
<!-- Footer Bottom Lang -->
<div id="footer-bottom-lang" class="d-flex flex-md-row flex-column align-items-center justify-content-between">
<div class="langs d-flex align-items-center"><?php echo do_shortcode('[gtranslate]'); ?></div>
</div>
<p class="text">Bu sitenin çevirileri Google Translate tarafından yapılmaktadır.</p>
<div id="footer-bottom-new" class="d-flex align-items-center justify-content-center">
<p class="text">TÜBİTAK ULAKBİM ve Pardus Projesi Türkiye Açık Kaynak Platformu kurucu üyesidir.</p>
</div>
</footer>
......
......@@ -4,5 +4,5 @@ Theme URI: https://pardustopluluk.org/
Author: PenDigital
Author URI: https://pendigital.com/
Description: Bu internet sitesi Pardus Topluluk için PenDigital tarafından hazırlanmıştır
Version: 1.11
Version: 1.12.1
*/
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment