Header
From Neomia
(Difference between revisions)
Line 80: | Line 80: | ||
} | } | ||
</style> | </style> | ||
+ | |||
+ | <script type="text/javascript"> | ||
+ | function bdIcons(number, type) { | ||
+ | for (i = 1; i <= number; i++) { | ||
+ | document.write("http://images.neopets.com/battledome/icons/" + type + ".gif"); | ||
+ | } | ||
+ | } | ||
+ | </script> |
Revision as of 17:21, 5 March 2007
<style type="text/css">
.container { width: 870px; } .center { margin-left: auto; margin-right: auto; } .contentcenter { text-align: center; }
.portlet { display: none; } #p-cactions, #p-personal, #p-Wiki, #p-Neomia, #p-logo, #p-search, #p-tb { display: table !important; } .infoTable { width: 21em; padding: 2x; font-size: 92%; margin-left: 9px; float: right; } .itemTable { margin-right: 5px; float: left !important; margin-left: 0px !important; margin-bottom: 10px; } .infoTable th { font-size: larger; color: #FFFFFF; background-color: #0000BB; text-align:center; } .infoTableImg { text-align: center; background-color: #FFFFFF; } .topLogo { text-align: center; width: 154px; float: left; } .itemLogo { width: 100%; margin-top: 5px; text-align: center; } .itemInfo { width: 600px; border: 1px solid gray; margin-left: 250px; margin-bottom: 10px; padding-left: 5px; } .infoTitle { font-weight: bold; } .infoTable td { border-bottom: 1px solid gray; } #catlinks { width: 845px; }
</style>
<script type="text/javascript">
function bdIcons(number, type) { for (i = 1; i <= number; i++) { document.write("http://images.neopets.com/battledome/icons/" + type + ".gif"); } }
</script>