Compare commits
No commits in common. "93e00f62c4812b62f037d3557aa4d12b142624f4" and "fd173da5885e961f83eb3bd4b5956a96c4e40c41" have entirely different histories.
93e00f62c4
...
fd173da588
4 changed files with 7 additions and 42 deletions
Binary file not shown.
Before Width: | Height: | Size: 161 KiB |
|
@ -3,6 +3,7 @@
|
|||
font-weight: bolder;
|
||||
font-size: 1.4em;
|
||||
width: 200px;
|
||||
background: #FFF;
|
||||
text-align: center;
|
||||
line-height: 50px;
|
||||
letter-spacing: 1px;
|
||||
|
@ -19,14 +20,11 @@
|
|||
z-index:9999;
|
||||
}
|
||||
|
||||
.ilovexm24_link,
|
||||
.ilovexm24_link:hover {
|
||||
color: #000;
|
||||
.admin-bar .ilovexm24_content {
|
||||
top: 57px;
|
||||
}
|
||||
|
||||
.ilovexm24_link .love,
|
||||
.ilovexm24_link:hover .love {
|
||||
.ilovexm24_link:hover,
|
||||
.ilovexm24_link {
|
||||
color: #FF0000;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
Plugin Name: Wordpress I love Xm24 Ribbon
|
||||
Plugin URI: https://git.lattuga.net/hacklabbo/wordpress_ilovexm24_ribbon
|
||||
Description:
|
||||
Version: 0.0.3
|
||||
Version: 0.0.2
|
||||
Author: Hacklabbo
|
||||
Author URI: http://www.ecn.org/xm24
|
||||
License: GPL3
|
||||
|
@ -43,7 +43,7 @@ class Xm24_Ribbon {
|
|||
|
||||
public function getHtmlRibbon() {
|
||||
$xm24_url = 'http://www.ecn.org/xm24';
|
||||
$xm24_text = 'I <span class="love">♥</span> XM24';
|
||||
$xm24_text = 'I♥XM24';
|
||||
$xm24_title = 'Solidarietà ad Xm24 a rischio di sgombero!';
|
||||
|
||||
$ribbon = '<div class="ilovexm24_content">'.
|
||||
|
|
33
readme.txt
33
readme.txt
|
@ -1,33 +0,0 @@
|
|||
=== Plugin Name ===
|
||||
Contributors: steppade
|
||||
Tags: social
|
||||
Requires at least: 4.0
|
||||
Tested up to: 4.7
|
||||
Stable tag: 0.0.2
|
||||
License: GPLv3
|
||||
License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
||||
|
||||
Add a ribbon where is written "I Love Xm24" at your site to support Xm24. Xm24 is a squat in Bologna since 15 years where is located an hacklab. Now the city administration wants close it and we stand for it.
|
||||
|
||||
== Description ==
|
||||
|
||||
Plugin per wordpress che posiziona un fiocco all'angolo destro di un sito wordpress con scritto i love xm24.
|
||||
|
||||
La scrittà è cliccabile e punta ad una pagina che spiega la campagna di difesa di xm24.
|
||||
|
||||
Il fiocchetto è stato pensato e realizzato da void
|
||||
|
||||
== Installation ==
|
||||
|
||||
This section describes how to install the plugin and get it working.
|
||||
|
||||
e.g.
|
||||
|
||||
1. Upload the plugin files to the `/wp-content/plugins/plugin-name` directory, or install the plugin through the WordPress plugins screen directly.
|
||||
1. Activate the plugin through the 'Plugins' screen in WordPress
|
||||
1. Use the Settings->Plugin Name screen to configure the plugin
|
||||
1. (Make your instructions match the desired user flow for activating and installing your plugin. Include any steps that might be needed for explanatory purposes)
|
||||
|
||||
== Screenshots ==
|
||||
|
||||
1. This is a screenshot screenshot-1.jpg
|
Loading…
Reference in a new issue