† Midnight

sskull
read my profile
sign my guestbook

Message: message me


Member Since: 3/25/2006

SubscriptionsSites I Read

Posting Calendar

|<< oldest | newest >>|
view all weblog archives

Get Involved!

Suggest a link

Recommend to friend

Create a site

Saturday, March 25, 2006

Custom Header

<center><a
href=" MidnightGOTH_lyts " > † Midnight</a>
<br>
<div align="left">
<br>
<style type='text/css'>
BODY, HTML {
  color :#ffffff;
  background: black;
  background-image: ( A href="http://i34.photobucket.com/albums/d131/adri1991/BlackSkulls.jpg" target="_new">http://i34.photobucket.com/albums/d131/adri1991/BlackSkulls.jpg);
  background-position: center;
  background-repeat:repeat;
  background-attachment:fixed;
  font-family: arial, sans-serif;
  font-size: 8pt;
  scrollbar-arrow-color: #9F5F9F ;
  scrollbar-track-color: #000000;
  scrollbar-shadow-color: #9F5F9F ;
  scrollbar-face-color: #000000;
  scrollbar-highlight-color: #9F5F9F ;
  scrollbar-darkshadow-color: #000000;
  scrollbar-3dlight-color: #000000;
  cursor: crosshair;
 }
.left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p {
/* edits main text */
font:normal 10pt dotum;
line-height:8pt;
color:#000000;
letter-spacing:0px;
text-align:justify;
}
table.footer TD {
/* this makes the footer at the bottom centered */
/* leave it alone unless you know what to do*/
 text-align: center;
 }
div.blogheader, .caption {
/* edits the dates */
 font-family:chiller;
 text-transform: none;
 background-color:#9F5F9F ;
 font-size:12pt;
 font-weight: solid;
 line-height: 14pt;
 letter-spacing:0px;
 color: #000000;
 text-align: center;
 padding: 5px;
 width: 400px;
  border:3px double #9F5F9F ;
 }
A:link {
  COLOR: #000000; TEXT-DECORATION: none;
  font-family: dotum, sans-serif;
  font-size:7.5pt;
  letter-spacing:0px;
  text-transform: none;
  font-weight: solid;
}
A:visited {
  COLOR: #000000; TEXT-DECORATION: none;
  font-family: dotum, sans-serif;
  font-size:7.5pt;
  letter-spacing:0px;
  text-transform: none;
  font-weight: bold;
}
A:hover {
  COLOR:#000000;        
  TEXT-DECORATION: none;
  text-transform: none;
  font-family: dotum, sans-serif;
  font-size:7.5pt;
  letter-spacing:0px;
  font-weight: bold;
  cursor: ne-resize;
}
input, select, textarea, iframe.htmleditor, .textfield, .button {
/* this edits the buttons, dropdowns, etc. */
 border: 1px solid #ffffff;
 font:normal 10pt dotum;
 background-color: #9F5F9F ;
 letter-spacing:0px;
 color: #ffffff;
 }
table.blogbody {
/* this edits where your blog is */
  border:3px solid #000000;
 width: 400px;
 background-color: #9F5F9F ;
 color:#000000;
 }
table.left {
/* this edits the main menu module */
 border: 1px solid #000000;
 width: 200px;
 background-color: #9F5F9F ;
 }
table.left th {
/* this edits the main module title text */
 background-color:#9F5F9F ;
 font:bold 9pt dotum;
 text-transform:none;
 text-align:left;
 color:#000000;
 border:3px double #000000;
 letter-spacing:0px;
 line-height:10pt;
 }
.textfield {
/* border around textfields */
font-family: dotum;
border:1px solid #000000;
color: #000000;
background: #9F5F9F ;
}
table.left TD {
/* this edits the main modules body content */
 font:normal 8pt dotum;
 color:#000000;
 text-align:left;
 border: 0px solid #000000;
 width: 180px;
 background-color:#9F5F9F ;
 line-height:10pt;
 }
table.search {
/* border around search bar */
color: #000000;
background-color: #9F5F9F ;
border: 2px solid #000000;
}
table.navigation, table.main, table.footer {
/* the width of your blog with modules */
  width: 700px;
 }
hr {
/* horizontal divider */
 border: 1px solid #000000;
 }
a img{
  border:2px solid 9F5F9F ;
  background: #9F5F9F ;
  filter:none;
}
</style>

 

Website Stats

<!-- from xanga.com/html_scripts-->
<style type="text/css">
.custom{
width:375px;
height:270px;
z-index:100;
overflow: auto;
border: 2px color solid;
background:Transparent;
}</style>
<!-- begin code provided by createblog.com from xanga.com/html_scripts-->
<script>
var tds = document.getElementsByTagName ('a');
for (var i = 0; i < tds.length; i++) {
timeString = tds[i].innerText;
if(timeString.match(/\d+:\d+ [ap]m\b/i)){
if(!tds[i].parentNode.parentNode.parentNode.parentNode.parentNode.tagName.match(/table/i)){break;}
table = tds[i].parentNode.parentNode.parentNode.parentNode.parentNode;
stuff = tds[i].parentNode.parentNode.parentNode.previousSibling.lastChild;
inner = stuff.innerHTML
stuff.innerHTML="";
stuff.insertAdjacentHTML('afterBegin','<div class="custom">'+inner+'</div>');
}
}
</script>