Difference between revisions of "Libreria2"

From MioWiki
Jump to: navigation, search
 
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 33: Line 32:
 
</div>
 
</div>
 
<!-- Badge ends -->
 
<!-- Badge ends -->
</html>
 

Latest revision as of 12:10, 5 April 2009


<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>