Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <title>{Title}</title>
- <meta name="color:Sidebar" content="">
- <meta name="color:Background" content="">
- <meta name="color:Posts" content="">
- <meta name="color:Entries" content="">
- <meta name="color:Body" content="#00000">
- <meta name="color:Links" content="#000000">
- <meta name="color:Link Hover" content="#FFFFFF">
- <meta name="color:Title" content="#000000">
- <meta name="image:Background" content="">
- <style type="text/css">
- body {
- -webkit-font-smoothing: antialiased;
- background:{color:Background};
- background-image:url('{image:Background}');
- background-attachment:fixed;
- font-family:arial;
- color:{color:Body};
- font-size:11px;
- margin-left:20px;
- width:500px;
- margin:0 auto;
- }
- a {
- text-decoration:none;
- color:{color:links};
- }
- h1 {
- font-family:calibri;
- text-transform:uppercase;
- font-size:25px;
- color:{color:Title};
- line-height:20px;
- }
- #container {
- margin: 0 -220px auto;
- width:100%;
- }
- #sidebar {
- width:205px;
- height:auto;
- position:absolute;
- margin-top:25px;
- margin-left:75px;
- padding:15px;
- background-color: {color:sidebar};
- box-shadow: 2px 1px 5px #0e0e0e;
- }
- #entries {
- background-color:{color:entries};
- width:505px;
- padding:25px;
- margin-left:314px;
- margin-top:60px;
- }
- .post {
- background-color:{color:posts};
- padding:15px;
- margin-bottom:15px;
- box-shadow: 2px 1px 5px #0e0e0e;
- }
- #desc {
- padding:10px;
- width:355px;
- height:205px;
- position:absolute;
- background-color:{color:header};
- border:2px solid {color:Desc border};
- border-radius:7px;
- box-shadow: 2px 1px 5px #0e0e0e;
- margin-top:180px;
- margin-left:450px;
- text-align:center;
- }
- .links a {
- padding:5px;
- text-decoration:none;
- text-transform:uppercase;
- letter-spacing:-1px;
- color:{color:links};
- margin-left:2px;
- z-index:999999999;
- }
- .links a:hover {
- color:{color:link hover};
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- transition: all 0.7s ease-in-out;
- }
- #info {
- padding:5px;
- color:{color:links};
- border-radius:7px;
- text-align:center;
- margin-top:15px;
- }
- #info a {
- color:{color:links};
- }
- #ask {
- padding:5px;
- color:{color:links};
- }
- #ask a {
- color:{color:links};
- }
- </style>
- </head>
- <body>
- <div id="container">
- <div id="sidebar">
- <h1>{Title}</h1><br>
- {Description}</div>
- <div id="entries">{block:Posts}<div class="post">
- {block:ContentSource}
- <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
- width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ContentSource}
- {block:Text}<h1>{block:Title}<center>{Title}</center>{/block:Title}</h1>{Body}{/block:Text}
- <center>{block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}</center>
- <center>{block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}</center>
- {block:Quote}"{Quote}"{block:Source} <br><div id="source">—{Source}</div>{/block:Source}{/block:Quote}
- {block:Link}<div id="h3"><a href="{URL}" {Target}>{Name}</a></div>{block:Description}{Description}{/block:Description}{/block:Link}
- {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
- <center>{block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio} </center>
- {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
- {block:Answer}<div id="ask"><b>{Asker}</b> inquired: {Question}</div>{Answer}{/block:Answer}
- <div id="info">{block:Date}<a href="{Permalink}">{TimeAgo}</a> {block:NoteCount}・ <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} {/block:Date}{block:RebloggedFrom}・ <a href="{ReblogParentURL}">via</a> {/block:RebloggedFrom}
- {block:ContentSource}・ <a href="{SourceURL}">source</a>{/block:ContentSource} <br>
- {block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}
- </div>
- </div>
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- {/block:Posts}
- </div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment