torchno

#6 "ils ne savent pas à propos de nous"

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