torchno

torchno theme #8 v2

Mar 28th, 2014
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 7.55 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="#404040"/>
  12. <meta name="color:Link" content="#404040"/>
  13. <meta name="color:Description" content="#404040"/>
  14. <meta name="color:Title" content="#404040"/>
  15. <meta name="color:Scrollbar" content="#404040"/>
  16. <meta name="color:Info" content="#fafafa"/>
  17. <meta name="color:Info Text" content="#404040"/>
  18. <meta name="image:Sidebar" content=""/>
  19.  
  20. <meta name="text:Link1" content="/" />
  21. <meta name="text:Link1 Title" content="one" />
  22. <meta name="text:Link2" content="/" />
  23. <meta name="text:Link2 Title" content="two" />
  24. <meta name="text:Link3" content="/" />
  25. <meta name="text:Link3 Title" content="three" />
  26.  
  27.  
  28.  
  29. <link href='http://fonts.googleapis.com/css?family=Alegreya+Sans+SC:100,400|Alegreya+Sans:100,400' rel='stylesheet' type='text/css'>
  30.  
  31. <style type="text/css">
  32. body {
  33.     background:{color:background};
  34.     margin:0px;
  35.     color:{color:text};
  36.     font-family:symbol;
  37.     font-size:11px;
  38.     line-height:120%;
  39. }
  40.  
  41. a {
  42.     text-decoration:none;
  43.     outline:none;
  44.     -moz-outline-style:none;
  45.     color:{color:link};
  46. }
  47.  
  48. img {
  49.     border:none;
  50. }
  51.  
  52. blockquote {
  53.     padding-left:5px;
  54.     border-left:2px solid;
  55. }
  56.    
  57. blockquote blockquote {
  58.     padding-left:5px;
  59.     border-left:2px solid;
  60. }
  61.  
  62. h2 {
  63.     font-size:15px;
  64. }
  65.  
  66. h1 {
  67.     font-size:15px;
  68.     font-family: 'Poller One', cursive;
  69.     text-transform:uppercase;
  70. }
  71.  
  72. #entries {
  73.     padding:10px;
  74.     width:500px;
  75.     margin-left:500px;
  76.     margin-top:40px;
  77. }
  78.  
  79. #post {
  80.     width:500px;
  81.     padding-bottom:10px;
  82.     opacity: 1;
  83.     margin-bottom: 50px;
  84. }
  85.  
  86. #sidebar {
  87.     width:190px;
  88.     position:fixed;
  89.     margin-left:250px;
  90.     margin-top:120px;
  91. }
  92.  
  93.  
  94. #title {
  95.     text-transform: uppercase;
  96.     text-align:center;
  97.     font-size:15px;
  98.     font-family: 'Alegreya Sans', sans-serif;
  99.     padding:3px;
  100.     color:{color:title};
  101.      line-height:130%;
  102. }
  103.  
  104. #sidebarimage {
  105.     width 190px;
  106.     padding-bottom: 3px;
  107.     margin-left: -5px;
  108. }
  109.  
  110. #sidebarimage img {
  111.     width:190px;
  112.     padding: 9px;
  113.     padding:3px;
  114. }
  115.  
  116. #sidebarimage img:hover a {
  117.     color:#deb5ff;
  118.     -webkit-transition: all 1s ease;
  119.     -moz-transition: all 1s ease;
  120.     -o-transition: all 1s ease;
  121. }
  122.  
  123. #description {
  124.     margin-top:-150px;
  125.     opacity:0;
  126.     padding:9px;
  127.     text-align:justify;
  128.     font-family:arial;
  129.     color: {color:description};
  130. }
  131.  
  132. #pagination {
  133.     opacity:0;
  134.     font-size:10px;
  135.     text-align:center;
  136.     text-transform:lowercase;
  137. }
  138.  
  139.  
  140. #info {
  141.     color:{color:info text};
  142.     text-align:left;
  143.     color:#000;
  144.     margin-top:10px;
  145.     font-size:9px;
  146.     padding:10px;
  147.     text-transform:uppercase;
  148. }
  149.  
  150. #info a{
  151.     color:{color:info text};
  152.     text-transform:uppercase;
  153. }
  154.  
  155. #asker {
  156.     float:left;
  157.     margin-right:5px;
  158. }
  159.  
  160. #links {
  161.     opacity:0;
  162.     margin-top:-150px;
  163. width: 190px;
  164. font-size:13px;
  165. text-align:center;
  166. -webkit-transition: all 2s ease;
  167. -moz-transition: all 2s ease;
  168. -o-transition: all 2s ease;
  169. }
  170.  
  171. #links a{
  172.     padding:1px;
  173. opacity: 1;
  174. margin-bottom:8px;
  175. color: {color:link};
  176. display: inline-block;
  177. text-align:center;
  178. font-family:arial;
  179. text-transform: lowercase;
  180. }
  181.  
  182. #links a:hover{
  183.      text-decoration:underline;
  184.      padding:1px;
  185.      -webkit-transition: all 1s ease;
  186. -moz-transition: all 1s ease;
  187. -o-transition: all 1s ease;
  188.      }
  189.  
  190.  #asker {
  191.     float:left;
  192.     margin-right:5px;
  193. }
  194.  
  195. .question {
  196. background:#fff;
  197. padding:10px 15px 10px 10px;
  198. font-size:9px;
  199. margin-top:-60px;
  200. margin-left:60px;
  201. min-height:40px;
  202. }
  203.  
  204.  
  205. .asker {
  206.  
  207. font-weight:bold;
  208. font-size:9px;
  209. }
  210.  
  211.  
  212. #case {
  213.     text-align:left;
  214.     color:{color:info text};
  215.     padding:5px;
  216.     position: relative;
  217. }
  218.  
  219. #case2 {
  220.     text-align:left;
  221.     background:{color:info};
  222.     color:{color:info text};
  223.     padding:8px;
  224.     position: relative;
  225. }
  226.  
  227.  
  228. #case2 a{
  229.     color:{color:info text};
  230. }
  231.  
  232. #border img{
  233.     position:fixed;
  234.     margin-top:170px;
  235.     width:190px;
  236. }
  237.  
  238. #sidebar:hover #border img{
  239.     margin-top:0px;
  240.  -webkit-transition: all 1s ease;
  241. -moz-transition: all 1s ease;
  242. -o-transition: all 1s ease;
  243.      }
  244.  
  245. #sidebar:hover #links{
  246.     margin-top:10px;
  247.     opacity:1;
  248.  -webkit-transition: all 1s ease;
  249. -moz-transition: all 1s ease;
  250. -o-transition: all 1s ease;
  251.      }
  252.      
  253.      #sidebar:hover #description{
  254.     margin-top:2px;
  255.     opacity:1;
  256.  -webkit-transition: all 1s ease;
  257. -moz-transition: all 1s ease;
  258. -o-transition: all 1s ease;
  259.      }
  260.  
  261.  
  262. {CustomCSS}
  263.  
  264. ::-webkit-scrollbar {width: 6px; height: 3px; background: #FFFFFF;}
  265. ::-webkit-scrollbar-thumb {background-color:#ffffff ; border: 1px solid black;}
  266.    
  267. </style>
  268. </head>
  269.  
  270. <body>
  271.  
  272. <div id="sidebar">
  273.  
  274.  
  275. <div id="sidebarimage">
  276. <img src="{image:sidebar}"</a></div>
  277. <div id="title"><b>{title}</b></div>
  278.  
  279. <div id="description">{Description}</div>
  280. <div id="links">
  281. <a href="/ask">ask</a>&nbsp;&nbsp;&nbsp;&nbsp;
  282. <a href="{text:Link1}">{text:Link1 Title}</a>&nbsp;&nbsp;&nbsp;&nbsp;
  283. <a href="{text:Link2}">{text:Link2 Title}</a>&nbsp;&nbsp;&nbsp;&nbsp;
  284. <a href="{text:Link3}">{text:Link3 Title}</a>
  285. </div>
  286.  <br>
  287. <div id="pagination">
  288. {block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}
  289. {block:JumpPagination length="3"}{block:CurrentPage}
  290. {PageNumber}</span>
  291. {/block:CurrentPage}
  292. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  293. {/block:JumpPagination}
  294. {block:NextPage}<a href="{NextPage}">»</a> {/block:NextPage}
  295. </div>{/block:Pagination}
  296.  
  297. <div id="border">
  298. <img src="http://i59.tinypic.com/dn13wp.jpg"</a></div>
  299.  
  300.  
  301. </div>
  302.  
  303. <div style="float: right; position: fixed; bottom: 10px; font-family:sans-serif; right: 10px;"><a href="http://torchno.tumblr.com">T.T</div>
  304.  
  305.  
  306. <div id="entries">{block:Posts}<div id="post">
  307.  
  308. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  309.  
  310. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  311.  
  312. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  313.  
  314. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  315.  
  316. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  317.  
  318. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  319.  
  320. {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  321.  
  322. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  323.  
  324. {block:Answer}
  325. <div id="case2">
  326. <b>{Asker}</b>: {Question}&nbsp;</div>
  327. <div id="case">{Answer}</div>{/block:Answer}
  328.  
  329. <div id="info">
  330. <a href="{Permalink}"><u>{ShortMonth} {DayOfMonthWithZero}</u></a> &nbsp;&nbsp;{NoteCountWithLabel}</a>&nbsp;&nbsp;
  331. <a href="{ReblogURL}" target="_blank">reblog</a><br><small>
  332. {block:HasTags}{block:Tags}<a href="{TagURL}"> +{Tag} </a>{/block:Tags}{/block:HasTags}</small>
  333. </div>
  334.  
  335.  
  336. </div>
  337. {block:PostNotes}{PostNotes}{/block:PostNotes}
  338. {/block:Posts}
  339. </div>
  340.  
  341. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment