Advertisement
ancrestas

change your mind 2.0

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