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="image:Background" content=""/> <style type="text/css"> body { background-color: #F69680; background-image:url({image:Background}); background-attachment: fixed; background-repeat: repeat; font-size:12px; font-family:Georgia; color:#ffffff; } h1 { background-color: #FFFFFF; font-size:20px; font-family:Georgia; color:#F69680; width: 550px; } h2 { font-size:10px; color:#FFFFFF; } a:link, a:active, a:visited{ color: #ffffff; text-decoration: none; font-style:italic; } a:hover { text-decoration: none; font-style:normal; color:#FF6E66; } p{ background-color:#FFE1D6; font-size:10px; font-style:italic; color:#F69680; link:#F69680; width:550px; } .Text{ background-color:#F7CBB4; width:550px; margin-top:5px; } .Photo{ background-color:#F7CBB4; width:550px; margin-top:5px; } .Quote{ background-color:#F7CBB4; width:550px; margin-top:5px; } .Chat{ background-color:#F7CBB4; width:550px; text-align:left; margin-top:5px; } .Audio{ background-color:#F7CBB4; width:550px; margin-top:5px; } .Video{ background-color:#F7CBB4; width:550px; margin-top:5px; } .Link{ background-color:#F7CBB4; 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:#FFE1D6; font-size:10px; font-style:italic; color:#F69680; link:#F69680; width:550px; } .asker{ background-color:#F7CBB4; width:550px; margin-top:5px; } .Answer{ background-color:#FFE1D6; font-size:10px; font-style:italic; color:#F69680; link:#F69680; width:550px; } h4{ font-size:10px; font-style:italic; color:#F69680; link:#F69680; width:550px; text-align:right; } {CustomCSS} </style> </head> <body> <center><h1>{Title}</h1> {block:Description} <p id="description">{Description}</p> {/block:Description} <h2><a href="/archive">Archive</a> - <a href="/ask">Ask</a> - <a href="/page/1">Home</a> - <a href="http://memoriesmeanaddicted.tumblr.com">Theme</a></h2> {block:Posts} {block:Text} <div class="post text"> {block:Title} <h3><a href="{Permalink}">{Title}</a></h3> {/block:Title} {Body} </div> <h4><span class="permalink"><a href="{Permalink}">{NoteCountWithLabel}</a></span></h4> {/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}</div> {Answer} </div> {/block:Answer} {/block:Posts} <p id="footer"> {block:PreviousPage} <a href="{PreviousPage}">« Previous</a> {/block:PreviousPage} {block:NextPage} <a href="{NextPage}">Next »</a> {/block:NextPage} </center> </p> </body> </html>
Password to view?
Enable code highlighting?
No
Yes