buttons: Difference between revisions

From Microformats Wiki
Jump to navigation Jump to search
(Linkrot fix)
Line 5: Line 5:
== badges ==
== badges ==


* [[hcard|hCard]]
=== [[hcard|hCard]] ===
** http://www.crowley.nl/images/hcard.png  
* http://www.crowley.nl/images/hcard.png  
** http://rbach.priv.at/Misc/Volatile/hCard.gif
* http://rbach.priv.at/Misc/Volatile/hCard.gif
** CSS-powered badge, as evidenced at [http://re-run.com/about/microformat-badges microformat badges @ re-run]
* CSS-powered badge, as evidenced at [http://re-run.com/about/microformat-badges microformat badges @ re-run]
=== [[hcalendar|hCalendar]] ===
* CSS button [http://www.midgard-project.org/community/events/ from Midgard CMS - Event calendar]:
 
<span class="badge" style="float: left; font: 9px Geneva, Verdana, sans-serif; padding: 0 1.0em 1px 0; border: 1px solid #000; background: #D1940C; color: #fff; text-decoration: none; text-align: center;"><span style="background: #000; border-right: 1px solid #000; color: #FFF; padding: 1px 0.75em; margin-right: 0.1em;">&#8250;&#8250;&#8250;</span> hCalendar</span>
 
 
Code (white space added for readability):
 
<pre><nowiki>
<span class="badge"
      style="float: left; font: 9px Geneva, Verdana, sans-serif; padding: 0 1.0em 1px 0; border: 1px solid #000;
            background: #D1940C; color: #fff; text-decoration: none; text-align: center;">
<span style="background: #000; border-right: 1px solid #000; color: #FFF; padding: 1px 0.75em;
              margin-right: 0.1em;">
&amp;#8250;&amp;#8250;&amp;#8250;
</span>
hCalendar
</span>
</nowiki></pre>


== requests ==
== requests ==


* logos and buttons for all microformats
* logos and buttons for all microformats

Revision as of 19:15, 3 November 2005

Microformats buttons

There have been requests for buttons for various microformats. Either badges, or buttons that do something with the specific microformats. This page keeps a list of buttons, and requests as well. - Tantek

badges

hCard

hCalendar

››› hCalendar


Code (white space added for readability):

<span class="badge" 
      style="float: left; font: 9px Geneva, Verdana, sans-serif; padding: 0 1.0em 1px 0; border: 1px solid #000;
             background: #D1940C; color: #fff; text-decoration: none; text-align: center;">
 <span style="background: #000; border-right: 1px solid #000; color: #FFF; padding: 1px 0.75em; 
              margin-right: 0.1em;">
 &#8250;&#8250;&#8250;
 </span> 
 hCalendar
</span>

requests

  • logos and buttons for all microformats