torchno

#3 "je suis beau-moi"

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