torchno

torchno theme #5

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