torchno

#8 "slow boat to china"

Jan 23rd, 2013
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 8.00 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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head><title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  7.  
  8. <!----theme 8 by torchno-->
  9.  
  10. <meta name="color:Background" content="#ffffff"/>
  11. <meta name="color:Text" content="#838282"/>
  12. <meta name="color:Desc Background" content="#ffffff"/>
  13. <meta name="color:Link" content="#b8b8b8"/>
  14. <meta name="color:Sidelink" content="#aca686"/>
  15. <meta name="color:Border" content="#aca686"/>
  16. <meta name="color:Border Colour" content="#beb78f7"/>
  17. <meta name="color:Link Hover" content="#423f3f"/>
  18. <meta name="color:Entries" content="#ffffff"/>
  19. <meta name="color:Accent" content="#eeeeee"/>
  20. <meta name="color:Info BG" content="#f5f4ed"/>
  21. <meta name="color:Scrollbar" content="#aca686"/>
  22. <meta name="color:Description" content="#beb78f"/>
  23. <meta name="color:Title" content="##beb78f"/>
  24.  
  25. <meta name="image:Sidebar" content=""/>
  26. <meta name="image:Background" content="" />
  27.  
  28. <meta name="text:Link1" content="/" />
  29. <meta name="text:Link1 Title" content="one" />
  30. <meta name="text:Link2" content="/" />
  31. <meta name="text:Link2 Title" content="two" />
  32. <meta name="text:Link3" content="/" />
  33. <meta name="text:Link3 Title" content="three" />
  34. <meta name="text:Link4" content="/" />
  35. <meta name="text:Link4 Title" content="four" />
  36. <meta name="text:Link5" content="/" />
  37. <meta name="text:Link5 Title" content="five" />
  38.  
  39.      
  40. <link href='http://fonts.googleapis.com/css?family=Inconsolata' rel='stylesheet' type='text/css'>
  41.  
  42.  
  43. <style type="text/css">
  44.  
  45. body {
  46.     background:{color:background} url('{image:Background}');
  47.     margin:0px;
  48.     color:{color:text};
  49.     font-family:"Inconsolata";
  50.     font-size:10px;
  51.     line-height:130%;
  52. }
  53.  
  54. a {
  55.     text-decoration:none;
  56.     outline:none;
  57.     -moz-outline-style:none;
  58.     color:{color:link};
  59. }
  60.  
  61.    
  62.     a:hover {
  63.     color: {color:link hover};
  64.     -webkit-transition: all 0.4s ease;
  65.     -moz-transition: all 0.4s ease;
  66.     -o-transition: all 0.4s ease;
  67. }
  68.  
  69. img {
  70.     border:none;
  71.     display:block;
  72. }
  73.  
  74. blockquote {
  75.     padding-left:5px;
  76.     border-left:2px solid;
  77.     background:{color:info bg};
  78. }
  79.    
  80. blockquote blockquote {
  81.     padding-left:5px;
  82.     border-left:2px solid;
  83.     background:{color:info bg};
  84. }
  85.  
  86. h1 {
  87.     font-size:15px;
  88.     font-family:geneva;
  89.     letter-spacing:2px;
  90.     text-transform:uppercase;
  91.     color:{color:title};
  92. }
  93.  
  94. #entries {
  95.     padding:10px;
  96.     width:520px;
  97.     margin-left:180px;
  98. }
  99.  
  100. #post {
  101.     width:500px;
  102.     opacity: 1;
  103.     margin-top:50px;
  104.     padding-bottom:10px;
  105.     background-color:{color:Entries};
  106.     margin-bottom: 10px;
  107.     padding:8px;
  108. }
  109.  
  110.  #tags{
  111.      border-top:3px solid {color:border};
  112.      font-size:7px;
  113.      
  114. }
  115.  
  116.  #info {
  117.     text-align:left;
  118.     margin-top:10px;
  119.     background-color: {color:info bg};
  120.     padding:5px;
  121. }
  122.  
  123.  
  124. #sidebar {
  125.     width:150px;
  126.     position:fixed;
  127.     margin-left:800px;
  128.     margin-top:120px;
  129.     background:{color:accent};
  130.     padding:30px;
  131.     padding-right:35px;
  132. }
  133.  
  134. #title {
  135.     text-transform: lowercase;
  136.     text-align:center;
  137.     font-size:9px;
  138.     padding:3px;
  139.     color:{color:title};
  140. }
  141.  
  142.  
  143. #sidebarimage {
  144.     width 150px;
  145.     padding-bottom: 3px;
  146.     margin-left: -5px;
  147. }
  148.  
  149. #sidebarimage img {
  150.     width:150px;
  151.     background:{color:background};
  152.     padding:6px;
  153.     border: 1px solid {color:border colour};
  154. }
  155.  
  156. #description {
  157.     padding:9px;
  158.     margin-top:2px;
  159.     margin-left:-7px;
  160.     text-align:center;
  161.     width:150px;
  162.     background:{color:desc background};
  163.     border:1px solid {color:border colour};
  164.     font-family:"Inconsolata";
  165.     word-spacing:5px;
  166.     color: {color:description};
  167. }
  168.  
  169. #pagination {
  170.     font-size:12px;
  171. }
  172.  
  173.  
  174. #asker {
  175.     float:left;
  176.     margin-right:5px;
  177. }
  178.  
  179. #links {
  180. opacity: 1;
  181. margin-left:-11px;
  182. width: 180px;
  183. font-size:9px;
  184. padding-bottom:4px;
  185. margin-top:4px;
  186. -webkit-transition: all 2s ease;
  187. -moz-transition: all 2s ease;
  188. -o-transition: all 2s ease;
  189. }
  190.  
  191. #links a{
  192. opacity: 1;
  193. margin-bottom:3px;
  194. padding:5px;
  195. width:30px;
  196. color: {color:sidelink};
  197. display: inline-block;
  198. text-align:center;
  199. font-family: geneva;
  200. }
  201.  
  202. #links a:hover{
  203.      color: {color:background};
  204.      background:{color:sidelink};
  205.      -moz-transform:rotate(360deg);
  206. -webkit-transform:rotate(360deg);
  207. -o-transform:rotate(360deg);
  208. -ms-transform:rotate(360deg);
  209. transform:rotate(360deg);
  210.      -webkit-transition: all 1s ease;
  211.      -moz-transition: all 1s ease;
  212.      -o-transition: all 1s ease;
  213.      }
  214.  
  215. #bubble {
  216.     text-align:left;
  217.     background: {color:info bg};
  218.     padding:10px;
  219.     position: relative;
  220. }
  221.  
  222. #bubble span {
  223.     display:block;
  224.     position:absolute;
  225.     width:1px;
  226.     height:1px;
  227.     font-size: 0;
  228.     line-height: 1px;
  229.     left:-10px;
  230.     top:10px;
  231.     border-top:7px solid transparent;
  232.     border-bottom:7px solid transparent;
  233.     border-right:10px solid {color:info bg};
  234. }
  235.  
  236. #askborder {
  237.     float: left;
  238.     margin: 1px 4px 0 0;
  239.     padding: 2px;
  240.     background: {color:info bg};
  241. }
  242.  
  243.  
  244. {CustomCSS}
  245.    
  246.     ::-webkit-scrollbar-thumb:vertical {border-radius: 10px;background-color:{color:scrollbar}; height:50px;}
  247. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollbar}; height:10px!important;}
  248. ::-webkit-scrollbar {background-color:{color:background}; height:10px; width:10px;}
  249. ::-moz-selection {background-color:transparent; color:{color:Link};}
  250. ::selection {background-color:transparent; color:{color:link};}
  251.    
  252.    
  253. </style>
  254.      
  255.    
  256. </head>
  257.  
  258. <body>
  259.  
  260. <div id="sidebar">
  261. <div id="title">{title}</div>
  262.   <div id="sidebarimage">
  263. <img src="{image:sidebar}"</a></div>
  264. <div id="description">{Description}</div>
  265. <div id="links"><b>
  266.  
  267. <a href="/">home</a>
  268. <a href="/ask">ask</a>
  269. <a href="{text:Link1}">{text:Link1 Title}</a>
  270. <a href="{text:Link2}">{text:Link2 Title}</a>
  271. <a href="{text:Link3}">{text:Link3 Title}</a>
  272. <a href="{text:Link4}">{text:Link4 Title}</a>
  273. <a href="{text:Link5}">{text:Link5 Title}</a>
  274. <a href="http://torchno.tumblr.com">theme</a>
  275. </div></b>
  276. <div id="pagination"><b>
  277. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}
  278. {block:NextPage}<a href="{NextPage}">»</a><br>{/block:NextPage}{/block:Pagination}</b>
  279. </div>
  280. </div>
  281.  
  282. <div id="entries">{block:Posts}<div id="post">
  283.  
  284. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  285.  
  286. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  287.  
  288. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  289.  
  290. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  291.  
  292. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  293.  
  294. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  295.  
  296. {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  297.  
  298. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  299.  
  300. {block:Answer}<a href="askborder"><div id="bubble"><span></span><b>{Asker}</b> Asked: {Question}&nbsp;</div>{Answer}{/block:Answer}
  301.  
  302. <div id="info"><i>
  303. {TimeAgo}<a href="{Permalink}"> With
  304. {NoteCountWithLabel}</a>{block:RebloggedFrom} / <a href="{ReblogParentURL}"
  305. title="{ReblogParentTitle}"> via</a> / <a href="{ReblogRootURL}"title="{ReblogRoottitle}">source</a>{/block:RebloggedFrom}</i><i></div>
  306. <div id="tags">tagged as:
  307. {block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}</i></div>
  308.  
  309. </div>
  310. {block:PostNotes}{PostNotes}{/block:PostNotes}
  311. {/block:Posts}</div>
  312.  
  313. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment