Header

From Wiki Lyrics

(Difference between revisions)
Line 1: Line 1:
-
<style type="text/css">
+
BODY, div, p, img
-
  /*
+
{
-
      Notes:  
+
font-family: Batang, Arial, Tunga;
-
      -You must log as admin to edit this page
+
margin: 0px;
-
      -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.
+
padding: 0px;
-
      -if you want your code to look nice on this page, put a space at the beginning of each line
+
border:none;
-
      -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:
+
-
  */
+
-
  /*
+
-
body {
+
-
    color: green;
+
-
}
+
-
  */
+
-
</style>
+
-
<script type="text/javascript">
+
 
-
  //Feel free to add your javascript code here.
+
#logo
-
</script>
+
{
 +
padding:0px;
 +
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;
 +
}
 +
 
 +
#editMenu
 +
{
 +
display:inline;
 +
}
 +
 
 +
.editMenuItem
 +
{
 +
display:inline;
 +
}
 +
 
 +
.editMiniItem
 +
{
 +
display:inline;
 +
}
 +
 
 +
#mainMenu
 +
{
 +
display:inline;
 +
}
 +
 
 +
.mainMenuItem
 +
{
 +
display:inline;
 +
}

Revision as of 06:57, 14 November 2006

BODY, div, p, img { font-family: Batang, Arial, Tunga; margin: 0px; padding: 0px; border:none; }


  1. logo

{ padding:0px; margin:0px; float:right; width:236px; }

  1. rightbar

{ padding:0px; margin:0px; width:120px; clear:right; float:right; }

  1. menubar

{ clear:right; float:right; width:100%; background-image: url(menuback.gif); line-height: 30px; background-repeat: repeat-y;

}

  1. menubar LI

{ font-weight: bold; font-size: x-small; margin-right: 5px; font-family: Verdana; list-style-type: none; text-align: right; }

  1. menubottom

{ line-height: 30px; clear:right; float:right; width:100%; height:30px; background-image: url(menubot.gif); background-repeat: no-repeat; }

  1. menutop

{ height:17px; line-height: 17px; clear:right; float:right; width:100%; background-image: url(menutop.gif); background-repeat: no-repeat; }

  1. sword

{ float:left; padding:0px; margin:0px; position:absolute;

}

  1. main

{ left:100px; position:relative; width:80%; }

  1. main p {

line-height: 180%; margin-right: 40px; }

  1. content

{

}

  1. title

{ }

a:link { text-decoration: none; color: #703E3E; } a:visited { text-decoration: none; color: #703E3E; } a:hover, a:active { text-decoration: underline; color: #FF0101; }

  1. 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; }

  1. 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; }

  1. main h3

{ padding-left: 10px; background: #fff url(slash.gif) no-repeat bottom left; line-height: 40px; font-family: Century; }

  1. main h2

{ padding-left: 10px; background: #fff url(slash.gif) no-repeat bottom left; line-height: 50px; font-family: Century; }


  1. titlesub

{ font-size: normal; color: #dcdcdc; font-style: italic; font-family: 'Courier New' , Tahoma; text-align: right; margin-bottom:10px; }

  1. editMenu

{ clear:both; display:block; }

  1. lastmod

{ font-size:xx-small; font-family:Arial; }

  1. search

{ font-size:small; font-family:Arial; }

  1. search input

{ width:98%; font-size:x-small; font-family:Arial; } .printfooter { display:none; }

  1. editMenu

{ display:inline; }

.editMenuItem { display:inline; }

.editMiniItem { display:inline; }

  1. mainMenu

{ display:inline; }

.mainMenuItem { display:inline; }

Personal tools