Advertisement
ancrestas

change your mind

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