torchno

torchno theme #4

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