You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
mediagoblin-oyd/mediagoblin-oyd/templates/oyd/join.html

50 lines
1.8 KiB

{#
# Özgür Yazılım Derneği MediaGoblin eklentisi
# Copyright (C) 2017 Andrew Engelbrecht <andrew@fsf.org>
# Copyright (C) 2020 Özcan Oğuz <ozcan@oyd.org.tr>
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#}
<style>
.noselect {
-webkit-touch-callout: none; /* iOS Safari */
-webkit-user-select: none; /* Safari */
-khtml-user-select: none; /* Konqueror HTML */
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* Internet Explorer/Edge */
user-select: none; /* Non-prefixed version, currently
supported by Chrome and Opera */
}
.donate {
text-decoration: none;
background-color: #4C2447;
color: #cacaca;
border-radius: 3px;
padding: 8px 12px;
margin-left: 10px;
}
</style>
{# banner göstermek için yorumdan çıkartılacak #}
{#
<div style="margin-top: 64px;"></div>
#}
<div class="noselect" style="display: inline; margin-right: 30px;">
<div style="display: inline; margin-right: 30px;"><a href="https://www.oyd.org.tr" target="_blank">ÖYD</a></div>
<a class="donate" href="https://bagis.oyd.org.tr" target="_blank">
{% trans %}Bağış{% endtrans %}
</a>
</div>