torchno

#11 "Runaway"

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