torchno

#10 "dreamer"

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