torchno

#4 "je suis plus fort que vous voyez"

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