torchno

torchno theme #6

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