Guest User

be alright theme

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