Website:
Paste Title:
Colors
Sizes
1
2
3
4
5
6
7
<!-- This theme was made by Unrocked. I'd appreciate it if you'd not delete the credit. --> <html> <head> <title>{Title}</title> <link rel="shortcut icon" href="{Favicon}"> <link rel="alternate" type="application/rss+xml" href="{RSS}"> {block:Description} <meta name="description" content="{MetaDescription}" /> {/block:Description} <meta name="color:Background" content="#353535"/> <meta name="color:Post background" content="#353535"/> <meta name="color:Text" content="#7c7c7c"/> <meta name="color:Title" content="#7c7c7c"/> <meta name="color:Link" content="#7c7c7c"/> <meta name="color:Hover" content="#000000"/> <meta name="text:Link 1 Name" content=""/> <meta name="text:Link 1 URL" content=""/> <meta name="text:Link 2 Name" content=""/> <meta name="text:Link 2 URL" content=""/> <meta name="text:Link 3 Name" content=""/> <meta name="text:Link 3 URL" content=""/> <meta name="if:show portrait" content="0"> <style type="text/css"> body { background-color: {color:Background}; background-image:url('http://i43.tinypic.com/ej3o1.png'); background-attachment: fixed; background-attachment: fixed; background-repeat: repeat; font-size:12px; font-family:Georgia; color:#CACACA; } h1 { background-color: #353535; font-size:20px; font-family:Georgia; color:#CACACA; width: 500px; } h2 { background-color: #353535; font-size:10px; color:#7c7c7c; text-decoration:underline; text-transform:lowercase; width: 500px; } a:link, a:active, a:visited{ color: #7c7c7c; text-decoration: none; } a:hover { text-decoration: none; font-style:normal; font-size:11px; color:#CACACA; } p{ background-color:#353535; font-size:10px; font-style:italic; color:#7c7c7c; width:500px; } .Posts{ background-color:#353535; border-width:1px; border-color:#000000; } .Text{ background-color:#353535; width:550px; margin-top:5px; } .Photo{ background-color:#353535; width:550px; margin-top:5px; } .Quote{ background-color:#353535; width:550px; margin-top:5px; } .Chat{ background-color:#353535; width:550px; text-align:left; margin-top:5px; } .Audio{ background-color:#353535; width:550px; margin-top:5px; } .Video{ background-color:#353535; width:550px; margin-top:5px; } .Link{ background-color:#353535; width:550px; margin-top:5px; } #chat ul{ list-style: none; padding: 0px; margin-top:5px; margin-bottom:10px; width: 550px; text-align: left; } #chat li{ padding: 0px; margin-top: 2px; } .source{ background-color:#353535; font-size:10px; font-style:italic; color:#7c7c7c; link:#000000; width:550px; } .asker{ background-color:#353535; width:550px; margin-top:5px; } .Answer{ background-color:#353535; font-size:10px; font-style:italic; color:#7c7c7c; link:#000000; width:550px; } h4{ background-color:#353535; font-size:10px; font-style:italic; color:#000000; link:#000000; width:550px; text-align:right; } #header{ background-color:#353535; width:500px; position:fixed; } #box{ width: 550px; padding-left:10px; padding-right:10px; overflow:hidden; background-color:#353535; padding-top:150px; } } #portrait { width: 64px; height: 64px; background-image: url({PortraitURL-64}); margin-bottom: 10px; -moz-border-radius: 32px; -webkit-border-radius: 32px; } {CustomCSS} </style> </head> <body> <center><div id="header"> <img src="{PortraitURL-64}"> <h1>{Title}</h1> {block:Description} <p id="description">{Description}</p> {/block:Description} <h2><a href="/">home </a><a href="/ask">message </a><a href="/archive">archive </a><a href="http://unrocked.tumblr.com">theme </a> {block:HasPages}{block:Pages}<a href="{URL}" >{Label} </A>{/block:Pages}{/block:HasPages} {block:IfLink1Name}<a href="{text:link 1 url}">{text:link 1 name}</A>{/block:IfLink1Name} {block:IfLink2Name}<a href="{text:link 2 url}">{text:link 2 name}</A>{/block:IfLink2Name} {block:IfLink3Name}<a href="{text:link 3 url}">{text:link 3 name}</a>{/block:IfLink3Name}</h2></div> {block:Posts} {block:Text} <div class="post text"> {block:Title} <h3><a href="{Permalink}">{Title}</a></h3> {/block:Title} {Body} <h4><span class="permalink"><a href="{Permalink}">{NoteCountWithLabel}</a></span></h4> </div> {/block:Text} {block:Photo} <div class="post photo"> <img src="{PhotoURL-500}" alt="{PhotoAlt}"/><br> <h4><span class="permalink"><a href="{Permalink}">{NoteCountWithLabel}</a></span></h4> </div> {/block:Photo} {block:Photoset} <div class="post photoset"> {Photoset-500} <h4><span class="permalink"><a href="{Permalink}">{NoteCountWithLabel}</a></span></h4> </div> {/block:Photoset} {block:Quote} <div class="post quote"> <h4><span class="permalink"><a href="{Permalink}">{NoteCountWithLabel}</a></span></h4> "{Quote}" {block:Source} <div class="source">{Source}</div> {/block:Source} </div> {/block:Quote} {block:Link} <div class="post link"> <a href="{URL}" class="link" {Target}>{Name}</a> <h4><span class="permalink"><a href="{Permalink}">{NoteCountWithLabel}</a></span></h4> </div> {/block:Link} {block:Chat} <div class="post chat"> {block:Title} <h3><a href="{Permalink}">{Title}</a></h3> {/block:Title} <div class="chat"> {block:Lines} <div class="{Alt} user_{UserNumber}"> {block:Label} <span class="label">{Label}</span> {/block:Label} {Line} </div> {/block:Lines} </div> <h4><span class="permalink"><a href="{Permalink}">{NoteCountWithLabel}</a></span></h4> </div> {/block:Chat} {block:Video} <div class="post video"> {Video-500} <h4><span class="permalink"><a href="{Permalink}">{NoteCountWithLabel}</a></span></h4> </div> {/block:Video} {block:Audio} <div class="post audio"> <h4><span class="permalink"><a href="{Permalink}">{NoteCountWithLabel}</a></span></h4> {AudioPlayerBlack} {block:Caption} <div class="caption">{Caption}</div> {/block:Caption} {/block:Audio} </div> {block:Answer} <div class="entry"> <div class="asker">{Asker}: {Question} {Answer} </div> </div> {/block:Answer} {/block:Posts} </body> </html>
Password to view?
Enable code highlighting?
No
Yes