torchno

temp

May 12th, 2014
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.86 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 --->
  9.  
  10. <meta name="color:Background" content="#ffffff"/>
  11. <meta name="color:Text" content="#404040"/>
  12. <meta name="color:Link" content="#404040"/>
  13. <meta name="color:Description" content="#404040"/>
  14. <meta name="color:Title" content="#404040"/>
  15. <meta name="color:Scrollbar" content="#404040"/>
  16. <meta name="color:Info" content="#fafafa"/>
  17. <meta name="color:Info Text" content="#404040"/>
  18. <meta name="image:Sidebar" content=""/>
  19.  
  20. <meta name="text:Link1" content="/" />
  21. <meta name="text:Link1 Title" content="one" />
  22. <meta name="text:Link2" content="/" />
  23. <meta name="text:Link2 Title" content="two" />
  24. <meta name="text:Link3" content="/" />
  25. <meta name="text:Link3 Title" content="three" />
  26.  
  27.  
  28.  
  29. <link href='http://fonts.googleapis.com/css?family=Alegreya+Sans+SC:100,400|Alegreya+Sans:100,400' rel='stylesheet' type='text/css'>
  30.  
  31. <style type="text/css">
  32. body {
  33. background:{color:background};
  34. margin:0px;
  35. color:{color:text};
  36. font-family:symbol;
  37. font-size:11px;
  38. line-height:120%;
  39. }
  40.  
  41. a {
  42. text-decoration:none;
  43. outline:none;
  44. -moz-outline-style:none;
  45. color:{color:link};
  46. }
  47.  
  48. img {
  49. border:none;
  50. }
  51.  
  52. blockquote {
  53. padding-left:5px;
  54. border-left:2px solid;
  55. }
  56.  
  57. blockquote blockquote {
  58. padding-left:5px;
  59. border-left:2px solid;
  60. }
  61.  
  62. h2 {
  63. font-size:15px;
  64. }
  65.  
  66. h1 {
  67. font-size:15px;
  68. font-family: 'Poller One', cursive;
  69. text-transform:uppercase;
  70. }
  71.  
  72. #entries {
  73. padding:10px;
  74. width:500px;
  75. margin-left:500px;
  76. margin-top:40px;
  77. }
  78.  
  79. #post {
  80. width:500px;
  81. padding-bottom:10px;
  82. opacity: 1;
  83. margin-bottom: 50px;
  84. }
  85.  
  86. #sidebar {
  87. width:190px;
  88. position:fixed;
  89. margin-left:250px;
  90. margin-top:120px;
  91. }
  92.  
  93.  
  94. #title {
  95. text-transform: uppercase;
  96. text-align:center;
  97. font-size:15px;
  98. font-family: 'Alegreya Sans', sans-serif;
  99. padding:3px;
  100. color:{color:title};
  101. line-height:130%;
  102. }
  103.  
  104. #sidebarimage {
  105. width 190px;
  106. padding-bottom: 3px;
  107. margin-left: -5px;
  108. }
  109.  
  110. #sidebarimage img {
  111. width:190px;
  112. padding: 9px;
  113. padding:3px;
  114. }
  115.  
  116. #sidebarimage img:hover a {
  117. color:#deb5ff;
  118. -webkit-transition: all 1s ease;
  119. -moz-transition: all 1s ease;
  120. -o-transition: all 1s ease;
  121. }
  122.  
  123. #description {
  124. padding:9px;
  125. margin-top:2px;
  126. text-align:justify;
  127. font-family:arial;
  128. color: {color:description};
  129. }
  130.  
  131. #pagination {
  132. font-size:10px;
  133. text-align:center;
  134. text-transform:lowercase;
  135. }
  136.  
  137.  
  138. #info {
  139. color:{color:info text};
  140. text-align:left;
  141. color:#000;
  142. margin-top:10px;
  143. font-size:9px;
  144. padding:10px;
  145. text-transform:uppercase;
  146. }
  147.  
  148. #info a{
  149. color:{color:info text};
  150. text-transform:uppercase;
  151. }
  152.  
  153. #asker {
  154. float:left;
  155. margin-right:5px;
  156. }
  157.  
  158. #links {
  159. width: 190px;
  160. margin-top:10px;
  161. font-size:13px;
  162. text-align:center;
  163. -webkit-transition: all 2s ease;
  164. -moz-transition: all 2s ease;
  165. -o-transition: all 2s ease;
  166. }
  167.  
  168. #links a{
  169. padding:1px;
  170. opacity: 1;
  171. margin-bottom:8px;
  172. color: {color:link};
  173. display: inline-block;
  174. text-align:center;
  175. font-family:arial;
  176. text-transform: lowercase;
  177. }
  178.  
  179. #links a:hover{
  180. text-decoration:underline;
  181. padding:1px;
  182. -webkit-transition: all 1s ease;
  183. -moz-transition: all 1s ease;
  184. -o-transition: all 1s ease;
  185. }
  186.  
  187. #asker {
  188. float:left;
  189. margin-right:5px;
  190. }
  191.  
  192. .question {
  193. background:#fff;
  194. padding:10px 15px 10px 10px;
  195. font-size:9px;
  196. margin-top:-60px;
  197. margin-left:60px;
  198. min-height:40px;
  199. }
  200.  
  201.  
  202. .asker {
  203.  
  204. font-weight:bold;
  205. font-size:9px;
  206. }
  207.  
  208.  
  209. #case {
  210. text-align:left;
  211. color:{color:info text};
  212. padding:5px;
  213. position: relative;
  214. }
  215.  
  216. #case2 {
  217. text-align:left;
  218. background:{color:info};
  219. color:{color:info text};
  220. padding:8px;
  221. position: relative;
  222. }
  223.  
  224.  
  225. #case2 a{
  226. color:{color:info text};
  227. }
  228.  
  229.  
  230.  
  231. {CustomCSS}
  232.  
  233. ::-webkit-scrollbar {width: 6px; height: 3px; background: #FFFFFF;}
  234. ::-webkit-scrollbar-thumb {background-color:#ffffff ; border: 1px solid black;}
  235.  
  236. </style>
  237. </head>
  238.  
  239. <body>
  240.  
  241. <div id="sidebar">
  242.  
  243.  
  244. <div id="sidebarimage">
  245. <img src="{image:sidebar}"</a></div>
  246. <div id="title"><b>{title}</b></div>
  247.  
  248. <div id="description">{Description}</div>
  249. <div id="links">
  250. <a href="/ask">ask</a>&nbsp;&nbsp;&nbsp;&nbsp;
  251. <a href="{text:Link1}">{text:Link1 Title}</a>&nbsp;&nbsp;&nbsp;&nbsp;
  252. <a href="{text:Link2}">{text:Link2 Title}</a>&nbsp;&nbsp;&nbsp;&nbsp;
  253. <a href="{text:Link3}">{text:Link3 Title}</a>
  254. </div>
  255. <br>
  256. <div id="pagination">
  257. {block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}
  258. {block:JumpPagination length="3"}{block:CurrentPage}
  259. {PageNumber}</span>
  260. {/block:CurrentPage}
  261. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  262. {/block:JumpPagination}
  263. {block:NextPage}<a href="{NextPage}">»</a> {/block:NextPage}
  264. </div>{/block:Pagination}</div>
  265. </div>
  266.  
  267. </div>
  268.  
  269. <div style="float: right; position: fixed; bottom: 10px; font-family:sans-serif; right: 10px;"><a href="http://torchno.tumblr.com">T.T</div>
  270.  
  271.  
  272. <div id="entries">{block:Posts}<div id="post">
  273.  
  274. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  275.  
  276. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  277.  
  278. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  279.  
  280. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  281.  
  282. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  283.  
  284. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  285.  
  286. {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  287.  
  288. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  289.  
  290. {block:Answer}
  291. <div id="case2">
  292. <b>{Asker}</b>: {Question}&nbsp;</div>
  293. <div id="case">{Answer}</div>{/block:Answer}
  294.  
  295. <div id="info">
  296. <a href="{Permalink}"><u>{ShortMonth} {DayOfMonthWithZero}</u></a> &nbsp;&nbsp;{NoteCountWithLabel}</a>&nbsp;&nbsp;
  297. <a href="{ReblogURL}" target="_blank">reblog</a><br><small>
  298. {block:HasTags}{block:Tags}<a href="{TagURL}"> +{Tag} </a>{/block:Tags}{/block:HasTags}</small>
  299. </div>
  300.  
  301.  
  302. </div>
  303. {block:PostNotes}{PostNotes}{/block:PostNotes}
  304. {/block:Posts}
  305. </div>
  306.  
  307. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment