torchno

torchno theme #2

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