torchno

#7 "listening"

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