Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <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}
- <link href='http://fonts.googleapis.com/css?family=Coming+Soon' rel='stylesheet' type='text/css'>
- <!---- theme 12 by robstarking
- why are you looking at this coding? gtfo please --->
- <meta name="color:Background" content="#ffffff"/>
- <meta name="color:Text" content="#9e9999"/>
- <meta name="color:Link" content="#a7a4a4"/>
- <meta name="image:sidebar" content=""/>
- <meta name="color:linkhover" content="#ebd58e"/>
- <meta name="color:border" content="#e0abab">
- <meta name="image:background" content="" />
- <meta name="color:scrollbg" content="#ffffff" />
- <meta name="color:scrollbar" content="#CFECB0" />
- <meta name="text:link 1" content="">
- <meta name="text:link 1 url" content="/">
- <meta name="text:link 2" content="">
- <meta name="text:link 2 url" content="/">
- <meta name="text:link 3" content="">
- <meta name="text:link 3 url" content="/">
- <style type="text/css">
- iframe#tumblr_controls {
- top:0px !important;
- right:3px !important;
- position: fixed !important;
- -webkit-transition: opacity 0.7s linear;
- opacity: 0.4;
- -webkit-transition: all 0.8s ease-out;
- -moz-transition: all 0.8s ease-out;
- transition: all 0.8s ease-out;}
- iframe#tumblr_controls:hover{
- -webkit-transition: opacity 0.7s linear;
- opacity: 1;
- -webkit-transition: all 0.4s ease-out;
- -moz-transition: all 0.4s ease-out;
- transition: all 0.4s ease-out;}
- ::-webkit-scrollbar {width: 10px; height:auto; background:{color:scrollbg}}
- ::-webkit-scrollbar-corner {background:{color:scrollbg}}
- ::-webkit-scrollbar-button:vertical {height:4px; display: block; background:{color:scrollbar}}
- ::-webkit-scrollbar-button:horizontal {width: 7px; height: 4px; display: block; background:{color:scrollbar}}
- ::-webkit-scrollbar-thumb:vertical {background:{color:scrollbar}; border-top: 1px solid {color:scrollbg}; border-bottom: 1px solid {color:scrollbg}}
- ::-webkit-scrollbar-thumb:horizontal {background: {color:scrollbg}; border: 0px solid {color:scrollbg}}
- ::-webkit-scrollbar-thumb {background: {color:scrollbar}; border-top: 0pt solid {color:scrollbg}; border-bottom: 0pt solid {color:scrollbg}}
- ::-webkit-scrollbar-thumb:hover {background: {color:scrollbar}; cursor:url(http://i53.tinypic.com/zycxmw.png), auto}
- ::-webkit-scrollbar-track-piece {background: {color:scrollbg}; border-top: 1pt solid {color:scrollbg}; border-bottom: 1pt solid {color:scrollbg}; width:4pt;}
- body {
- cursor: url(http://i.imgur.com/ZOrzC.png), auto;
- background:{color:background};
- margin-top:30px;
- margin-left:-50px;
- color:{color:text};
- font-family:Calibri;
- font-size:10px;
- line-height:100%;
- background-image: url('{image:Background}');
- background-attachment:fixed;
- overflow-x:hidden;
- }
- a {
- text-decoration:none;
- outline:none;
- -moz-outline-style:none;
- color:{color:link};
- }
- a:hover{
- text-shadow: 1px 1px 1px #C7C7C7;
- cursor: url(http://cur.cursors-4u.net/others/oth-6/oth589.cur), auto;
- padding:0px; -webkit-transition:all 0.3s ease-out; -moz-transition:all 0.3s ease-out; transition:all 0.3s ease-out; color:{color:linkhover};
- }
- blockquote {
- padding-left:5px;
- border-left:2px solid;
- }
- blockquote blockquote {
- padding-left:5px;
- border-left:2px solid;
- }
- h1 {
- font-size:15px;
- }
- #entries {
- padding:10px;
- width:500px;
- margin-left:500px;
- margin-top:40px;
- }
- .links {
- margin-top:15px;
- text-align:center;
- }
- .links a {
- opacity:1;
- font-style:bold;
- font-family:'coming soon';
- font-size:10.5px;
- letter-spacing:0.5px;
- text-transform:uppercase;
- }
- #post {
- width:500px;
- margin-bottom:20px;
- padding:10px;
- }
- #sidebar {
- height:100%;
- padding-left:0 50px;
- padding-right: 0 50px;
- position:fixed;
- margin-left:200px;
- margin-top:-50px;
- }
- #image {
- width:210px;
- margin-top:150px;
- }
- #image img {
- width:150px;
- border:2px dashed {color:border};
- padding:5px;
- }
- #description {
- margin-top:2px;
- padding:10px;
- width:170px;
- line-height:95%;
- padding-left:20px;
- }
- #pagination{
- left:150px;
- position:fixed;
- top:380px;
- width:210px;
- text-align:center;
- font-family: calibri;
- font-size: 8px;
- }
- #pagination a{
- text-align:center;
- padding:1px 5px;
- color:{color:link};
- }
- #pagination a:hover{
- color:{color:linkhover};
- }
- #pagination .pagination_actual{
- padding: 1px 5px;
- border-bottom:1px solid {color:border};
- }
- #credit {
- background-color:transparent;
- left: 1200px;
- bottom: 10px;
- position: fixed;
- }
- #credit a{
- text-transform:uppercase;
- letter-spacing:1px;
- font-size:9px;
- font-style:none;
- color:{color:text};
- }
- #info {
- text-align:center;
- margin-top:10px;
- }
- #asker {
- float:left;
- margin-right:5px;
- }
- {CustomCSS}</style></head>
- <div id="credit"><a href="http://robstarking.tumblr.com/">theme by robstarking</a>
- </div>
- <div id="sidebar">
- <div id="image"><center><a href="/"><img src="{image:sidebar}"></a></center></div>
- <div class="links">
- <a href="/">home</a>
- <a href="/ask">mssg</a>
- <a href="{text:link 1 url}">{text:link 1}</a>
- <a href="{text:link 2 url}">{text:link 2}</a>
- <a href="{text:link 3 url}">{text:link 3}</a>
- </div>
- <div id="description">{Description}</div>
- </div>
- <div id="pagination">
- {block:Pagination}
- {block:PreviousPage}<a href="{PreviousPage}">←</a>{/block:PreviousPage}{/block:Pagination}
- {block:JumpPagination length="3"}
- {block:CurrentPage}<span class="pagination_actual">{PageNumber}</span>{/block:CurrentPage}
- {block:JumpPage}<a href="{URL}">{PageNumber}</a>{/block:JumpPage}
- {/block:JumpPagination}
- {block:Pagination}{block:NextPage}<a href="{NextPage}">→</a>{/block:NextPage}{/block:Pagination}
- </div>
- </div>
- <div id="entries">{block:Posts}<div id="post">
- {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
- {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
- {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
- {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
- {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{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}
- {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
- {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
- {block:Answer}<div id="asker"><img src="{AskerPortraitURL-24}"></div>{Asker}:<br>{Question}<br>{Answer}{/block:Answer}
- <div id="info">
- {block:Date}posted {TimeAgo}{/block:Date} with <a href="{Permalink}">
- {NoteCountWithLabel}</a>{block:RebloggedFrom}<br>via:<a href="{ReblogParentURL}"
- title="{ReblogParentTitle}">{ReblogParentName}</a> source:<a href="{ReblogRootURL}"title="{ReblogRoottitle}">{ReblogRootName}</a>{/block:RebloggedFrom}<br> {block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}</div>
- </div>
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- {/block:Posts}</div>
- </body></html>
Advertisement
Add Comment
Please, Sign In to add comment