Wikipedia talk:WikiProject User scripts/Scripts/Duplicate tabs at bottom

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia

Here is some css that rounds the top tabs too:

#p-cactions li, #p-cactions li a { 
  -moz-border-radius-topleft: 1em;
  -moz-border-radius-topright: 1em;
}

Also, here is some code that rounds the side boxes on the left:


#p-navigation div,
#p-search div,
#p-tb div {
  -moz-border-radius: 1em;
  margin-left: 0.5em;
}

This just makes the page look better :) --pile0nadestalk | contribs 04:43, 12 September 2005 (UTC)[reply]

"morelinks"[edit]

I have seen two functions named morelinks in User:Trilobite/Tools. Do they do the same thing? Is one an enhancement of the other? I wish all our scripts were more organized.  :-( — Omegatron 02:59, 12 January 2006 (UTC)[reply]

Compatiblity questions and custom tabs[edit]

What do I need to do to get custom tabs duplicated at the bottom? Also, any possiblity of compatiblity with Wikia? Will (Talk - contribs) 03:16, 20 November 2006 (UTC)[reply]