torchno

#9 "Concerning Hobbits"

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