torchno

#3.0 "s'il vous plaît ne pleure pas tu menteur"

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