Header
From Bloggerhacks
(Difference between revisions)
Singpolyma (Talk | contribs) |
Singpolyma (Talk | contribs) |
||
(3 intermediate revisions not shown) | |||
Line 17: | Line 17: | ||
width: 140px; | width: 140px; | ||
} | } | ||
- | + | #freshtags_items { | |
- | margin: | + | margin-top: -1em; |
- | padding: 0px; | + | padding-top: 0px; |
} | } | ||
</style> | </style> | ||
Line 28: | Line 28: | ||
function freshtags_mediawiki_hack() { | function freshtags_mediawiki_hack() { | ||
- | var | + | var block = document.getElementById('n-Loading...'); |
- | + | block.parentNode.parentNode.innerHTML = '<div id="freshtags_tags"><i>Loading...<\\/i><\\/div><div id="freshtags_items"><\\/div>'; | |
- | + | ||
- | + | ||
- | + | ||
}//end function freshtags_mediawiki_hack | }//end function freshtags_mediawiki_hack | ||
window.onload = freshtags_mediawiki_hack; | window.onload = freshtags_mediawiki_hack; |
Current revision as of 20:20, 16 January 2007
<link rel="shortcut icon" href="" />
<style type="text/css"> /* Notes: -You must log as admin to edit this page -Whatever you enter in this page will be added to the html in the header after the standard style sheet, so you can override styles. -if you want your code to look nice on this page, put a space at the beginning of each line -This is the default style sheet that you can override : http://editthis.info/wiki/skins/monobook/main.css For example uncomment this next section to turn all the text green: */ #p-FreshTags .pBody { padding:2px; } .showtag { width: 140px; } #freshtags_items { margin-top: -1em; padding-top: 0px; } </style>
<script type="text/javascript"> //<![CDATA[
function freshtags_mediawiki_hack() { var block = document.getElementById('n-Loading...');block.parentNode.parentNode.innerHTML = '