Changes

Jump to navigation Jump to search

MediaWiki:Common.js

1,837 bytes removed, 11:18, 23 April 2010
fail...
document.createStyleSheet().addRule('.IPA', 'font-family: "Doulos SIL", "Charis SIL", Gentium, "DejaVu Sans", Code2000, "TITUS Cyberbit Basic", "Arial Unicode MS", "Lucida Sans Unicode", "Chrysanthi Unicode";');
}
 
 
 
/**************************************************************************************/
/*******************Darth Stabro Scripts***********************************************/
/**************************************************************************************/
 
 
/** Username replace function ([[template:USERNAME]]) *******************************
* Inserts user name into <span class="insertusername"></span> /
*/
function UserNameReplace() {
var disableUsernameReplace = ;
if(typeof(disableUsernameReplace) != 'undefined' && disableUsernameReplace || wgUserName == null) return;
var n = YAHOO.util.Dom.getElementsByClassName('insertusername', 'span', document.getElementById('bodyContent'));
for ( var x in n ) {
n[x].innerHTML = wgUserName;
}
}
addOnloadHook(UserNameReplace);
 
 
 
/* CURVED ETC */
 
.rounded_corners, #wikia_page, #search_box, #link_box, #navigation_widget, #sidebar_1 dl, .community_details, #page_bar, .wk_blogs_title {
-moz-border-radius-topright: 0.8em;
-moz-border-radius-bottomright: 0.8em;
-moz-border-radius-topleft: 0.8em;
-moz-border-radius-bottomleft: 0.8em;
}
 
 
 
.rounded_corners, #wikia_page, #catlinks, #search_field, #search_box, #link_box, #navigation_widget, #sidebar_1 dl, .community_details, #page_bar, .wk_blogs_title {
-moz-border-radius-topright: 0.4em;
-moz-border-radius-bottomright: 0.4em;
-moz-border-radius-topleft: 0.4em;
-moz-border-radius-bottomleft: 0.4em;
}
 
 
 
#page_tabs li
{
-moz-border-radius-topleft: 8px;
-moz-border-radius-topright: 8px;
height: 26px;
line-height: 25px;
margin-top: 4px;
background: #ffffff;
border:1px solid #ffffff;
border-bottom: none;
position:relative;
top:1px;
}
 
 
 
/* END CURVED */

Navigation menu