Advertisement
ancrestas

maybe this time

Apr 14th, 2014
522
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.39 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3. <head><title>{Title}</title>
  4.  
  5. <link rel="shortcut icon" href="{Favicon}">
  6. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  7. {block:Description}<meta name="description" content="{MetaDescription}"/>{/block:Description}
  8.  
  9.  
  10. <meta name="color:background" content="#ffffff"/>
  11. <meta name="color:text" content="#000000"/>
  12. <meta name="color:hover" content="#fe76b3"/>
  13. <meta name="color:border" content="#cccccc"/>
  14. <meta name="color:title" content="#000000"/>
  15. <meta name="color:titlebg" content="#54b3a3">
  16. <meta name="color:link" content="#fe76b3"/>
  17. <meta name="color:linkhov" content="#ffffff"/>
  18. <meta name="color:tooltip" content="#ffffff"/>
  19. <meta name="color:quote" content="#ffffff"/>
  20. <meta name="color:quotebg" content="#fe76b3"/>
  21. <meta name="color:ask border" content="#fe76b3"/>
  22. <meta name="color:audio border" content="#fe76b3"/>
  23.  
  24. <meta name="image:sidebar" content=""/>
  25.  
  26. <meta name="text:home text" content=""/>
  27. <meta name="text:ask text" content=""/>
  28. <meta name="text:link1" content="/"/>
  29. <meta name="text:link1 text" content=""/>
  30. <meta name="text:link2" content="/"/>
  31. <meta name="text:link2 text" content=""/>
  32. <meta name="text:link3" content="/"/>
  33. <meta name="text:link3 text" content=""/>
  34.  
  35.  
  36. <style type="text/css">
  37.  
  38. #s-m-t-tooltip {
  39. max-width:300px;
  40. padding:5px;
  41. margin:10px 0px 0px 10px;
  42. background-color:{color:titlebg};
  43. font-family:trebuchet ms;
  44. font-size:7px;
  45. letter-spacing:1px;
  46. font-style:none;
  47. text-transform:uppercase;
  48. padding-bottom:3px;
  49. color:#fff;
  50. z-index:999999999999999999999999999999999999;
  51. }
  52.  
  53. ::-webkit-scrollbar-thumb {
  54. height:auto;
  55. background-color: #555;
  56. border:1px solid #fff;
  57. }
  58.  
  59. ::-webkit-scrollbar {
  60. height:9px;
  61. width:5px;
  62. background-color: #ddd;
  63. border:2px solid #fff;
  64. }
  65.  
  66. body {
  67. font-family:arial;
  68. font-size:10px;
  69. line-height:100%;
  70. color:{color:text};
  71. background:{color:background};
  72. text-align:justify;
  73. }
  74.  
  75. a {
  76. text-decoration:none;
  77. color:{color:text};
  78. -moz-transition-duration:0.5s;
  79. -webkit-transition-duration:0.5s;
  80. -o-transition-duration:0.5s;
  81. }
  82. a:hover {
  83. color:{color:hover};
  84. -moz-transition-duration:0.5s;
  85. -webkit-transition-duration:0.5s;
  86. -o-transition-duration:0.5s;
  87. }
  88.  
  89. img {
  90. border:none;
  91. }
  92.  
  93. blockquote {
  94. padding:3px;
  95. padding-left:10px;
  96. border-left:1px solid {color:border};
  97. }
  98.  
  99. h1 {
  100. font-size:18px;
  101. font-weight:bold;
  102. letter-spacing:-1px;
  103. text-transform:lowercase;
  104. }
  105.  
  106. h2 {
  107. font-size:17px;
  108. font-weight:bold;
  109. padding:20px;
  110. background:{color:quotebg};
  111. color:{color:quote};
  112. line-height:100%;
  113. letter-spacing:-1px;
  114. }
  115.  
  116.  
  117. #container {
  118. padding:20px;
  119. width:700px;
  120. }
  121.  
  122. #posts {
  123. padding:30px;
  124. width:500px;
  125. margin-left:526px;
  126. margin-top:40px;
  127. }
  128.  
  129.  
  130. #sidebar {
  131. position:fixed;
  132. width:245px;
  133. margin-left:180px;
  134. margin-top:200px;}
  135.  
  136. .sideimg {
  137. width:245px;
  138. height:auto;
  139. }
  140.  
  141. .link {
  142. width:225px;
  143. margin:4px 8px;
  144. padding:5px 3px;
  145. font:8px cambria;
  146. text-align:center;
  147. text-transform:uppercase;
  148. letter-spacing:15px;
  149. border-top:0px solid {color:border};}
  150.  
  151. .link a {
  152. background:{color:link};
  153. padding:4px;
  154. display:inline-block;
  155. border-radius:0px;
  156. border-top:1px solid {color:link};
  157. }
  158.  
  159. .link a:hover {
  160. background:{color:linkhov};
  161. border:3px solid {color:link};
  162. }
  163.  
  164. .description {
  165. margin:5px 8px 0px 8px;
  166. text-align:justify;
  167. padding:5px;
  168. line-height:10px;}
  169.  
  170. #pagination {
  171. width:500px;
  172. bottom:20px;
  173. margin-left:360px;
  174. padding-bottom:30px;
  175. font-size:9px;
  176. font-family:helvetica;
  177. text-align:left;
  178. letter-spacing:1px;
  179. }
  180.  
  181. #pagination a {
  182. color:{color:link};
  183. }
  184. .jump_page {
  185. padding:10px;
  186. color:{color:link};
  187. border-top:0px dotted {color:hover};
  188. }
  189. .jump_page:hover {
  190. color:{color:link hover};
  191. border-top:0px dotted #000000;
  192. }
  193. .current_page {
  194. padding:10px 8px 10px 10px;
  195. color:{color:sidelink};
  196. border-top:0px dotted {color:hover};
  197. }
  198.  
  199.  
  200. #info {
  201. padding:5px;
  202. text-align:center;
  203. font-family:calibri;
  204. font-size:8px;
  205. text-transform:uppercase;
  206. margin-left:-5px;
  207. letter-spacing:1px;
  208. }
  209.  
  210. #info a {
  211. padding:3px;
  212. }
  213.  
  214. #tag {
  215. padding:2px;
  216. }
  217.  
  218. .qsource {
  219. text-align:right;
  220. padding:17px;
  221. margin-bottom:-25px;
  222. }
  223.  
  224. #question {
  225. z-index:10;
  226. padding:10px;
  227. text-align:justify;
  228. line-height:10px;
  229. min-height:46px;
  230. background-color:{color:question background};}
  231.  
  232. .portrait {
  233. position:absolute;
  234. height:48px;
  235. width:48px;
  236. }
  237.  
  238. .portrait img {
  239. border:3px solid {color:border};
  240. }
  241.  
  242. .asker {
  243. margin:5px 0px 4px 60px;
  244. font:12px cambria italic;
  245. }
  246.  
  247. .asker a {
  248. margin-left:-5px;
  249. }
  250.  
  251. .question {
  252. margin-left:55px;
  253. }
  254.  
  255.  
  256. .audio{
  257. height:25px;
  258. display:block
  259. }
  260.  
  261. .audioback {
  262. margin-left:5px;
  263. z-index:99;
  264. display:block;
  265. }
  266.  
  267. #tings {
  268. font-size:15px;
  269. font-weight:bold;
  270. letter-spacing:-1px;
  271. margin-left:-10px;
  272. margin-top:18px;
  273. text-align:center;
  274. text-transform:lowercase;
  275. }
  276.  
  277. ol.notes {
  278. padding:30px;
  279. width:500px;
  280. margin-left:426px;
  281. list-style-type:none;
  282. margin-top:-20px;
  283. }
  284.  
  285. ol.notes li {
  286. padding:3px;
  287. }
  288.  
  289. ol.notes img.avatar {
  290. width:15px;
  291. height:15px;
  292. border-radius:100px;
  293. margin-right:10px;
  294. }
  295.  
  296. #credit {
  297. font-size:11px;
  298. bottom:0;
  299. right:0;
  300. position:fixed;
  301. text-transform:uppercase;
  302. padding:5px;
  303. }
  304.  
  305. </style></head><body>
  306.  
  307.  
  308. <div id="sidebar">
  309.  
  310. <center><div class="sideimg"><img src="{image:sidebar}" width="245"></div></center>
  311.  
  312. <div class="description">{Description}</div>
  313.  
  314. <div class="link">
  315. <a href="/" title="{text:home text}"></a>
  316. <a href="/ask" title="{text:ask text}"></a>
  317. <a href="{text:link1}" title="{text:link1 text}"></a>
  318. <a href="{text:link2}" title="{text:link2 text}"></a>
  319. <a href="{text:link3}" title="{text:link3 text}"></a>
  320. </div>
  321.  
  322. </div>
  323.  
  324. <div id="container">
  325. {block:posts}
  326. <div id="posts">
  327.  
  328. {block:Text}
  329. <h1>{block:Title}{Title}{/block:Title}</h1>
  330. {Body}
  331. {/block:Text}
  332.  
  333. {block:Photo}
  334. {LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}
  335. {block:Caption}{Caption}{/block:Caption}
  336. {/block:Photo}
  337.  
  338. {block:Photoset}
  339. {Photoset-500}
  340. {block:Caption}{Caption}{/block:Caption}
  341. {/block:Photoset}
  342.  
  343. {block:Video}
  344. {Video-500}
  345. {block:Caption}{Caption}{/block:Caption}
  346. {/block:Video}
  347.  
  348. {block:Quote}
  349. {block:Source}
  350. <div class="qsource">{Source}</div>
  351. {/block:Source}
  352. <h2>"{quote}"</h2>
  353. {/block:Quote}
  354.  
  355. {block:Link}
  356. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  357. {block:Description}<blockquote>{Description}</blockquote>{/block:Description}
  358. {/block:Link}
  359.  
  360. {block:Chat}{block:Title}{Title}{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  361.  
  362. {block:Audio}
  363. <div class="audio"><div class="audioback">{AudioPlayerWhite}</div></div>
  364. {block:PermalinkPage}
  365. {block:Caption}
  366. {Caption}
  367. {/block:Caption}
  368. {/block:PermalinkPage}
  369. {/block:Audio}
  370.  
  371. {block:Answer}
  372. <div id="question">
  373. <div class="portrait">
  374. <img src="{AskerPortraitURL-40}"></div>
  375. <div class="asker">{Asker}</div>
  376. <div class="question">{Question}</div>
  377. </div>{Answer}
  378. {/block:Answer}
  379.  
  380. <div id="info"><a href="{permalink}">{shortmonth} {DayOfMonth}{dayofmonthsuffix}</a>{block:RebloggedFrom}—<a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}{block:ContentSource}&<a href="{SourceURL}">cred</a>{/block:ContentSource}—<a href="{Permalink}">{NoteCount}</a>
  381.  
  382. {block:HasTags}
  383. <div id="tag">filed under:{block:Tags}<a href="/tagged/{Tag}">#{Tag}</a>{/block:Tags}</div>
  384. {block:HasTags}
  385. </div>
  386.  
  387.  
  388. </div>
  389. {/block:Posts}
  390. {block:PostNotes}{PostNotes}{/block:PostNotes}
  391. {/block:Posts}
  392. </div></div>
  393.  
  394. <div id="pagination">
  395. <CENTER>{block:IndexPage}
  396. {block:Pagination}
  397. {block:PreviousPage}
  398. <a href="{PreviousPage}">BACK</a>&nbsp;&nbsp;
  399. {/block:PreviousPage}
  400. {block:JumpPagination length="3"}
  401. {block:CurrentPage}<span class="current_page">{PageNumber}</span>{/block:CurrentPage}
  402. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  403. {/block:JumpPagination}
  404. {block:NextPage}
  405. &nbsp;&nbsp;<a href="{NextPage}">NEXT</a>
  406. {/block:NextPage}
  407. {/block:Pagination}
  408. {/block:IndexPage}</CENTER>
  409. </div>
  410.  
  411. <div id="credit"><a href="http://mathewsdaddario.tumblr.com/" title="thai's themes">thai</a></div>
  412.  
  413. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  414. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  415. <script>
  416. (function($){
  417. $(document).ready(function(){
  418. $("a[title]").style_my_tooltips({
  419. tip_follows_cursor:true,
  420. tip_delay_time:150,
  421. tip_fade_speed:700,
  422. attribute:"title"
  423. });
  424. });
  425. })(jQuery);
  426. </script>
  427.  
  428. </body>
  429. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement