torchno

#1 "naturelles démons"

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