torchno

torchno theme #1

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