forked from oyd/mediagoblin-oyd
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.
42 lines
1.6 KiB
42 lines
1.6 KiB
{#
|
|
# MediaGoblin for LibrePlanet
|
|
# Copyright (C) 2017 Andrew Engelbrecht <andrew@fsf.org>
|
|
#
|
|
# 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 */
|
|
}
|
|
</style>
|
|
|
|
{# for spacing below the banner; see banner.html template. -- sudoman 2017-03-09 #}
|
|
{#
|
|
<div style="margin-top: 64px;"></div>
|
|
#}
|
|
|
|
<div class="noselect" style="display: inline; margin-right: 40px;">
|
|
<div style="display: inline; margin-right: 40px;"><a href="https://my.fsf.org/donate">Donate</a></div>
|
|
<a href="http://fsf.org/jfb">
|
|
<img id="join-button" src="//static.fsf.org/nosvn/join.en.png" alt="Join now" style="vertical-align: middle;">
|
|
</a>
|
|
</div>
|
|
|
|
|