Difference between revisions of "Libreria2"

From MioWiki
Jump to: navigation, search
(Created page with '<!-- Badge begins. The badge consists of two sections: style and HTML --> <!-- This is the style section. If you want, you can move it to the header section or CSS --> <style t...')
 
Line 1: Line 1:
 +
<hml>
 
<!-- Badge begins. The badge consists of two sections: style and HTML -->
 
<!-- Badge begins. The badge consists of two sections: style and HTML -->
  
Line 32: Line 33:
 
</div>
 
</div>
 
<!-- Badge ends -->
 
<!-- Badge ends -->
 +
</html>

Revision as of 12:05, 5 April 2009

<hml>


<style type="text/css"> /* ------[ For the whole badge ]------ */

#badge a:hover {}
#badge a:link {}
#badge a:active {}
#badge a:visited {}
#badge {padding: 10px 5px 10px 5px; width: 200px; border: 1px solid #cccccc;}
/* ------[ For each item in the badge ]------ */
#badge .item_cell {list-style: none; text-align: center; padding: 5px; margin: 0px;}
#badge .cover {}
#badge .cover img {border: 1px solid #cccccc; padding: 3px; background-color: #f7f7f7;}
#badge .title {text-indent: 0;padding: 0; margin: 0;}
#badge .subtitle {}
#badge .author {} 

/* ------[ The bottom part ]------ */
#badge .link_cell {list-style: none; text-align: center; padding: 5px; margin: 0px; clear: both;}
#badge .link_cell dt {text-align: center; margin: 0px;}
#badge .link_cell dd a {font-size: 10px; font-family: Verdana;}
#badge .link_cell dd {text-align: center; margin: 0px;}
#badge .link_cell img {border: none;}

</style>

</html>