Header
From Wiki Lyrics
Line 1: | Line 1: | ||
- | + | BODY, div, p, img | |
- | + | { | |
- | + | font-family: Batang, Arial, Tunga; | |
- | + | margin: 0px; | |
- | + | padding: 0px; | |
- | + | border:none; | |
- | + | } | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | #logo | |
- | + | { | |
+ | 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; }
- logo
{ 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; }