Guest User

Untitled

a guest
Sep 25th, 2013
446
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 8.01 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3.  
  4. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  5. <head>
  6.  
  7. <title>{Title}</title>
  8. <link rel="shortcut icon" href="{Favicon}">
  9. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  10. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  11.  
  12.  
  13. <meta name="color:Text" content="#bbbbbb"/>
  14. <meta name="color:Link" content="#aaaaaa"/>
  15. <meta name="color:Tags" content="#cccccc"/>
  16. <meta name="color:Hover" content="#f1f1f1"/>
  17. <meta name="color:Line" content="#f2f2f2"/>
  18. <meta name="color:Border" content="#eeeeee"/>
  19. <meta name="color:scrollbarbg" content="ffffff"/>
  20.  
  21. <meta name="image:sidebar" content=""/>
  22. <meta name="image:bg" content=""/>
  23.  
  24. <meta name="text:linkA" content="">
  25. <meta name="text:linkA url" content="/">    
  26. <meta name="text:linkB" content="">
  27. <meta name="text:linkB url" content="/">
  28. <meta name="text:linkC" content="">
  29. <meta name="text:linkC url" content="/">
  30. <meta name="text:linkD" content="">
  31. <meta name="text:linkD url" content="/">
  32.  
  33.  
  34.  
  35. <style type="text/css">
  36.  
  37.  
  38.  ::-webkit-scrollbar {
  39. width: 5px;height: 5px;}
  40. ::-webkit-scrollbar-button:start:decrement,
  41. ::-webkit-scrollbar-button:end:increment {
  42. height: 6px;display: block;background-color: {color:white};}
  43. ::-webkit-scrollbar-track-piece {
  44. background-color: {color:scrollbarbg};}
  45. ::-webkit-scrollbar-thumb:vertical {
  46. height: 9px;background-color: {color:scrollbarbg};border-top:1px solid {color:scrollbarbg};border-bottom:1px solid {color:scrollbarbg};}
  47.  
  48.  
  49. body {
  50.     background:{color:background};
  51.     margin:0px;
  52.     color:{color:text};
  53.     font-family:Arial, Helvetica;
  54.     font-size:9px;
  55.     line-height:100%;
  56. }
  57.  
  58. a {
  59.     text-decoration:none;
  60.     -moz-outline-style:none;
  61.     color:{color:link};
  62. }
  63.  
  64. img {
  65.     border:none;
  66. }
  67.  
  68.  
  69. h1 {
  70.     font-size:12px;
  71.     text-transform:uppercase;
  72. }
  73.  
  74. blockquote {
  75.     padding-left:5px;
  76.     border-left:2px solid;
  77. }
  78.    
  79. blockquote blockquote {
  80.     padding-left:5px;
  81.     border-left:2px solid;
  82. }
  83.  
  84.  
  85. a:hover {
  86.     opacity:1;
  87.     color:{color:hover};
  88.      -webkit-transition: all 0.5s ease;
  89.     -moz-transition: all 0.5s ease;
  90.     -o-transition: all 0.5s ease
  91. }
  92.  
  93.  
  94. #sidebar {
  95.     position:fixed;
  96.     width:270px;
  97.     top:0;
  98.     margin-left:80px;
  99.     margin-top:-10px;
  100.     background:url('{image:sidebar'});
  101.     background-repeat:repeat;
  102. }
  103.  
  104. #sidebarimage {
  105.     width 270px;
  106. }
  107.  
  108. #sidebarimage img {
  109.     width:270px;
  110.     padding:6px;
  111. }
  112.  
  113.  
  114. .desc {
  115.     position:center;
  116.     margin-top:-400px;
  117.     margin-left:30px;
  118.     font-family:consolas;
  119.     line-height:110%;
  120.     font-size:11px;
  121.     width:-90px;
  122.     padding:9px;
  123.     text-align:center;
  124.     color:{color:text};
  125. }
  126.    
  127. .desc a
  128.     {color:{color:text};
  129.     -moz-transition-duration:0.6s;
  130.     -webkit-transition-duration:0.6s;
  131.     -o-transition-duration:0.6s;
  132. }
  133.  
  134.  
  135. .links {
  136.     position:fixed;
  137.     margin-top:-80px;
  138.     margin-left:50px;
  139.     width:170px;
  140.     padding: 9px;
  141.     word-spacing:2px;
  142.     font-family:Arial, Helvetica;
  143.     text-align:center;
  144.     text-transform:uppercase;
  145.     border-bottom: 1px solid {color:border}
  146. }
  147.  
  148. .links a {
  149.     font-size: 9px;
  150. }
  151.  
  152. .links a:hover {
  153.    color:{color:Hover}
  154. }  
  155.  
  156.  
  157. #pagi{
  158.     width:100px;
  159.     font-size:8px;
  160.     text-align:center;
  161.     margin-left:15px;
  162.     margin-top:55px;
  163.     position:fixed;
  164.     font-family:cambria;
  165.     letter-spacing:0px;
  166. }
  167.  
  168.  
  169. #all {
  170.     padding:10px;
  171.     width:500px;
  172.     margin-left:450px;
  173.     margin-top:50px;
  174.     font-size:10px;
  175. }
  176.  
  177.  
  178.  
  179. #posts {
  180.     width:500px;
  181.     padding-bottom:20px;
  182.     padding:10px;
  183.     margin-top:30px;
  184.     background-color:{color:Post};
  185. }
  186.  
  187.  
  188. #details {
  189.     text-align:right;
  190.     margin-top:8px;
  191.     text-transform:uppercase;
  192.     font-size:8px;
  193.     font-style:none;
  194.     border-top:1px solid {color:Line};
  195. }
  196.  
  197.  
  198. #tags {
  199.     font-family:cambria;
  200.     letter-spacing:0px;
  201.     text-transform:lowercase;
  202.     font-size:10px;
  203.     font-style:italic;
  204.     margin-top:2px;
  205.     text-align:right;
  206. }
  207.    
  208. #tags a {
  209.     display:inline-block;
  210.     padding:-3px;
  211.     text-align:right;
  212.     color:{color:Tags};
  213.     -webkit-transition: all 0.6s ease-in-out;
  214.     -moz-transition: all 0.6s ease-in-out;
  215.     -o-transition: all 0.6s ease-in-out;
  216.     -ms-transition: all 0.6s ease-in-out;
  217.     -transition: all 0.6s ease-in-out;
  218.     }  
  219.  
  220.  
  221. #question {
  222.     padding:8px;
  223.     font-family:cambria;
  224.     letter-spacing:2px;
  225.     text-align:right;
  226.     font-style:italic;
  227.     border:3px {color:border} solid;
  228.     color:{color:text};
  229.     background-color:{color:background}
  230. }
  231.  
  232.  
  233. {CustomCSS}</style></head><body>
  234.  
  235. <div id="sidebar">
  236. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  237. <div class="desc">
  238. {Description}
  239. </div>
  240. <div class="links">
  241. <a href="/">home</a></center>
  242. <a href="/ask">inbox</a></center>
  243. {block:IfLinkA}
  244. <a href="{text:linkA url}">{text:linkA}</a>
  245. {/block:IfLinkA}
  246. {block:IfLinkB}
  247. <a href="{text:linkB url}">{text:linkB}</a>
  248. {/block:IfLinkB}
  249. {block:IfLinkC}
  250. <a href="{text:linkC url}">{text:linkC}</a>
  251. {/block:IfLinkC}
  252. {block:IfLinkD}
  253. <a href="{text:linkD url}">{text:linkD}</a>
  254. {/block:IfLinkD}
  255. </div>
  256. {block:Pagination}<div id="pagi">
  257. {block:PreviousPage}<a href="{PreviousPage}">&larr;</a>&nbsp;&nbsp;{/block:PreviousPage}
  258. {block:JumpPagination length="3"}
  259. {block:CurrentPage}<span class="current_page">{PageNumber}</span>&nbsp;&nbsp;{/block:CurrentPage}
  260. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>&nbsp;&nbsp;{/block:JumpPage}
  261. {/block:JumpPagination}
  262. {block:NextPage}<a href="{NextPage}">&rarr;</a>{/block:NextPage}
  263. </div>{/block:Pagination}
  264.  
  265. </div>
  266.  
  267. <div id="all">{block:Posts}<div id="posts">
  268.  
  269. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  270.  
  271. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  272.  
  273. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  274.  
  275. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  276.  
  277. {block:Quote}{Quote}{/block:Quote}
  278.  
  279. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="80px" height="80px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerWhite}</left></span>
  280. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  281. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  282. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  283. {/block:Audio}
  284.  
  285. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  286.  
  287. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  288.  
  289.  
  290. {block:Answer}<div id="question"><span style="text-transform:uppercase;font-size:9px;font-style:italic;">— {Asker}: </span>{Question}</div><left> <font face="cambria">{Answer}</font>{/block:Answer}
  291.  
  292. <div id="details">
  293. <br> posted <a href="{Permalink}">{ShortMonth} {DayOfMonthWithZero}, {Year} at {12Hour}:{Minutes} </a> {block:RebloggedFrom} from <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} {block:ContentSource} <a href="{SourceURL}">© <a href="{SourceURL}">{SourceLink}</a> {/block:ContentSource}{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom} with <a href="{Permalink}">{NoteCountWithLabel}</a>
  294. {block:HasTags}<div id="tags">tagged as:{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  295. {/block:Posts}
  296. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  297. {/block:Posts}</div></div></div>
  298.  
  299.  
  300. <div style="position:fixed;bottom:2px; right:3px; font-size:9px; letter-spacing:1px; font-family:calibri;border:1px solid;padding:4px;"><a href="http://twistericons.tumblr.com/">THEMED</a></center></div>
  301.  
  302.    
  303. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment