Header

From Wiki Lyrics

(Difference between revisions)
Line 1: Line 1:
-
BODY, div, p, img
+
/* Plik z którego korzystałem znajdziesz tutaj: http://meta.wikipedia.org/wiki/User:Lupo/monobook.js */
-
{
+
-
font-family: Batang, Arial, Tunga;
+
-
margin: 0px;
+
-
padding: 0px;
+
-
border:none;
+
-
}
+
 +
function catlinksAtTop() {
 +
  /* Przemieszcza linki do kategorii przed treść artykułu. */
 +
  var contents  = document.getElementById('column-content');
 +
  var catlinks = document.getElementById('catlinks');
-
#logo
+
  if (catlinks != null) {
-
{
+
    catlinks.parentNode.removeChild (catlinks);
-
padding:0px;
+
    contents.insertBefore(catlinks, contents.firstChild);
-
margin:0px;
+
  }
-
float:right;
+
-
width:236px;
+
-
}
+
-
 
+
-
#rightbar
+
-
{
+
-
padding:0px;
+
-
margin:0px;
+
-
width:120px;
+
-
clear:right;
+
-
float:right;
+
-
}
+
-
 
+
-
#menubar
+
-
{
+
-
clear:right;
+
-
float:right;
+
-
width:100%;
+
-
background-image: url(menuback.gif);
+
-
line-height: 30px;
+
-
background-repeat: repeat-y;
+
-
+
-
}
+
-
 
+
-
#menubar LI
+
-
{
+
-
font-weight: bold;
+
-
font-size: x-small;
+
-
margin-right: 5px;
+
-
font-family: Verdana;
+
-
list-style-type: none;
+
-
text-align: right;
+
-
}
+
-
 
+
-
#menubottom
+
-
{
+
-
line-height: 30px;
+
-
clear:right;
+
-
float:right;
+
-
width:100%;
+
-
height:30px;
+
-
background-image: url(menubot.gif);
+
-
background-repeat: no-repeat;
+
-
}
+
-
 
+
-
#menutop
+
-
{
+
-
height:17px;
+
-
line-height: 17px;
+
-
clear:right;
+
-
float:right;
+
-
width:100%;
+
-
background-image: url(menutop.gif);
+
-
background-repeat: no-repeat;
+
-
}
+
-
 
+
-
#sword
+
-
{
+
-
float:left;
+
-
padding:0px;
+
-
margin:0px;
+
-
position:absolute;
+
-
+
-
}
+
-
 
+
-
#main
+
-
{
+
-
left:100px;
+
-
position:relative;
+
-
width:80%;
+
-
}
+
-
 
+
-
#main p {
+
-
line-height: 180%;
+
-
margin-right: 40px;
+
-
}
+
-
 
+
-
#content
+
-
{
+
-
 
+
-
}
+
-
 
+
-
#title
+
-
{
+
-
}
+
-
 
+
-
a:link {
+
-
text-decoration: none;
+
-
color: #703E3E;
+
-
}
+
-
a:visited {
+
-
text-decoration: none;
+
-
color: #703E3E;
+
-
}
+
-
a:hover, a:active {
+
-
text-decoration: underline;
+
-
color: #FF0101;
+
-
}
+
-
 
+
-
#titletext
+
-
{
+
-
padding-left: 10px;
+
-
font-weight: bold;
+
-
font-size: x-large;
+
-
background: url(slash.gif) no-repeat left bottom;
+
-
left: 100px;
+
-
width: 70%;
+
-
line-height: 50px;
+
-
position: relative;
+
-
}
+
-
 
+
-
#pagetitle
+
-
{
+
-
padding-left: 10px;
+
-
font-weight: bold;
+
-
font-size: large;
+
-
background: url(slash.gif) no-repeat left bottom;
+
-
width: 70%;
+
-
line-height: 50px;
+
-
font-family: Century;
+
-
}
+
-
 
+
-
#main h3
+
-
{
+
-
padding-left: 10px;
+
-
background: #fff url(slash.gif) no-repeat bottom left;
+
-
line-height: 40px;
+
-
font-family: Century;
+
-
}
+
-
 
+
-
#main h2
+
-
{
+
-
padding-left: 10px;
+
-
background: #fff url(slash.gif) no-repeat bottom left;
+
-
line-height: 50px;
+
-
font-family: Century;
+
-
}
+
-
 
+
-
 
+
-
#titlesub
+
-
{
+
-
font-size: normal;
+
-
color: #dcdcdc;
+
-
font-style: italic;
+
-
font-family: 'Courier New' , Tahoma;
+
-
text-align: right;
+
-
margin-bottom:10px;
+
-
}
+
-
 
+
-
#editMenu
+
-
{
+
-
clear:both;
+
-
display:block;
+
-
}
+
-
 
+
-
#lastmod
+
-
{
+
-
font-size:xx-small;
+
-
font-family:Arial;
+
-
}
+
-
 
+
-
#search
+
-
{
+
-
font-size:small;
+
-
font-family:Arial;
+
-
}
+
-
#search input
+
-
{
+
-
width:98%;
+
-
font-size:x-small;
+
-
font-family:Arial;
+
-
}
+
-
.printfooter
+
-
{
+
-
display:none;
+
}
}
 +
function languageAtTop() {
 +
/* Przemieszcza linki do innych wikipedii przed treść artykułu. */
 +
  var contents  = document.getElementById('column-content');
 +
  var langlinks = document.getElementById('p-lang');
-
#editMenu
+
  if (langlinks != null) {
-
{
+
    langlinks.parentNode.removeChild (langlinks);
-
display:inline;
+
    contents.insertBefore(langlinks, contents.firstChild);
 +
  }
}
}
 +
function navAtTop() {
 +
/* Przemieszcza linki nawigacji na samą góre menu. */
 +
  var contents  = document.getElementById('column-one');
 +
  var navig = document.getElementById('p-nav');
-
.editMenuItem
+
  if (navig != null) {
-
{
+
    navig.parentNode.removeChild (navig);
-
display:inline;
+
    navig.id = 'get-' + navig.id;
 +
    contents.insertBefore(navig, contents.firstChild);
 +
  }
}
}
 +
function personalAtTop() {
 +
/* Przemieszcza linki osobiste na samą góre menu. */
 +
  var contents  = document.getElementById('column-content');
 +
  var personal = document.getElementById('p-personal');
-
.editMiniItem
+
  if (personal != null) {
-
{
+
    personal.parentNode.removeChild (personal);
-
display:inline;
+
    personal.id = 'get-' + personal.id;
 +
    contents.insertBefore(personal, contents.firstChild);
 +
  }
}
}
-
#mainMenu
+
function bottomTabs() {
-
{
+
  /* Klonuje linki do edycji i 1 przenosi na sam dół artykułu */
-
display:inline;
+
  var tabs = document.getElementById('p-cactions').cloneNode(true);
 +
  /* Give all the named items new ids to avoid id clashes with the existing top "tabs". */
 +
  tabs.id = 'mytabs2';
 +
  var listitems = tabs.getElementsByTagName('LI');
 +
  for (i=0;i<listitems.length;i++) {
 +
    if(listitems[i].id) listitems[i].id = 'mytabs-' + listitems[i].id;
 +
  }
 +
  document.getElementById('column-content').appendChild(tabs);
}
}
-
.mainMenuItem
+
function reformatMyPage() {
-
{
+
catlinksAtTop();
-
display:inline;
+
languageAtTop();
 +
navAtTop();
 +
personalAtTop()
 +
bottomTabs();
}
}
 +
if (window.addEventListener) window.addEventListener("load",reformatMyPage,false);
 +
else if (window.attachEvent) window.attachEvent("onload",reformatMyPage);

Revision as of 07:05, 14 November 2006

/* Plik z którego korzystałem znajdziesz tutaj: http://meta.wikipedia.org/wiki/User:Lupo/monobook.js */

function catlinksAtTop() {

 /* Przemieszcza linki do kategorii przed treść artykułu. */
 var contents  = document.getElementById('column-content');
 var catlinks = document.getElementById('catlinks');
 if (catlinks != null) {
   catlinks.parentNode.removeChild (catlinks);
   contents.insertBefore(catlinks, contents.firstChild);
 }

} function languageAtTop() { /* Przemieszcza linki do innych wikipedii przed treść artykułu. */

 var contents  = document.getElementById('column-content');
 var langlinks = document.getElementById('p-lang');
 if (langlinks != null) {
   langlinks.parentNode.removeChild (langlinks);
   contents.insertBefore(langlinks, contents.firstChild);
 }

} function navAtTop() { /* Przemieszcza linki nawigacji na samą góre menu. */

 var contents  = document.getElementById('column-one');
 var navig = document.getElementById('p-nav');
 if (navig != null) {
   navig.parentNode.removeChild (navig);
   navig.id = 'get-' + navig.id;
   contents.insertBefore(navig, contents.firstChild);
 }

} function personalAtTop() { /* Przemieszcza linki osobiste na samą góre menu. */

 var contents  = document.getElementById('column-content');
 var personal = document.getElementById('p-personal');
 if (personal != null) {
   personal.parentNode.removeChild (personal);
   personal.id = 'get-' + personal.id;
   contents.insertBefore(personal, contents.firstChild);
 }

}

function bottomTabs() {

 /* Klonuje linki do edycji i 1 przenosi na sam dół artykułu */
 var tabs = document.getElementById('p-cactions').cloneNode(true);
 /* Give all the named items new ids to avoid id clashes with the existing top "tabs". */
 tabs.id = 'mytabs2';
 var listitems = tabs.getElementsByTagName('LI');
 for (i=0;i<listitems.length;i++) {
   if(listitems[i].id) listitems[i].id = 'mytabs-' + listitems[i].id;
 }
 document.getElementById('column-content').appendChild(tabs);

}

function reformatMyPage() {

catlinksAtTop(); 
languageAtTop();
navAtTop();
personalAtTop() 
bottomTabs();

} if (window.addEventListener) window.addEventListener("load",reformatMyPage,false); else if (window.attachEvent) window.attachEvent("onload",reformatMyPage);

Personal tools