torchno

torchno theme #3

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