Advertisement
dylaenobriens

Theme #29 / Heartbreak Girl

Aug 29th, 2013
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.89 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.  
  3. <!-- BASE CODE BY DYLAENOBRIENS -->
  4.  
  5. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  6.  
  7.  
  8. <head>
  9.  
  10. <title>{Title}</title>
  11.  
  12. {block:Description}<meta name="description" content="{MetaDescription}"/>
  13. {/block:Description}
  14. <link rel="shortcut icon" href="{Favicon}" />
  15. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  16.  
  17. <meta name="color:bg" content="#ffffff">
  18. <meta name="color:link" content="#bbb8b8">
  19. <meta name="color:text" content="#9a9a9a">
  20. <meta name="color:tags" content="#b9b7b7">
  21. <meta name="color:ask" content="#fcfcfc">
  22. <meta name="color:hover" content="#eeeeee">
  23. <meta name="color:border" content="#e7e7e7">
  24. <meta name="color:scrollbar" content="#d6d5d5">
  25.  
  26.  
  27. <meta name="image:sidebar" content=""/>
  28.  
  29. <meta name="text:link 1" content="">
  30. <meta name="text:link 1 url" content="/">
  31. <meta name="text:link 2" content="">
  32. <meta name="text:link 2 url" content="/">
  33. <meta name="text:link 3" content="">
  34. <meta name="text:link 3 url" content="/">
  35. <meta name="text:link 4" content="">
  36. <meta name="text:link 4 url" content="/">
  37.  
  38. <meta name="if:Cursor" content="1">
  39. <meta name="if:500pxPosts" content="1">
  40.  
  41.  
  42. <style type="text/css">
  43.  
  44.  
  45. /*--scrollbar--*/
  46.  
  47. ::-webkit-scrollbar-thumb:vertical {border:3px solid #fff;height:12px; background-color:{color:scrollbar};}
  48. ::-webkit-scrollbar-thumb:horizontal {background-color:#fff;}
  49. ::-webkit-scrollbar {background-color:{color:scrollbar};height:7px;width:12px;border:5px solid #fff;}
  50. ::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment{background-color:{color:scrollbar};display:block;height:8px;border-right:2px solid #fff;border-left:2px solid #fff;
  51. }
  52. /*--body--*/
  53.  
  54.  
  55. body {
  56. font-style:none;
  57. background-color:{color:bg};
  58. font-family:calibri;
  59. color:{color:text};
  60. font-size:9px;
  61. }
  62.  
  63.  
  64. a {
  65. color:{color:link};
  66. text-decoration:none;
  67. -webkit-transition: all 0.6s ease;
  68. -moz-transition: all 0.6s ease;
  69. -o-transition: all 0.6s ease
  70. }
  71.  
  72. a:hover {
  73. color:{color:hover};
  74. text-decoration:none;
  75. -webkit-transition: all 0.8s ease-out;
  76. -moz-transition: all 0.8s ease-out;
  77. transition: all 0.8s ease-out;
  78. }
  79.  
  80. img {
  81. border:none;
  82. }
  83.  
  84. blockquote {
  85. padding-left:5px;
  86. border-left:2px solid {color:border};
  87. }
  88.  
  89. h1 {
  90. font-size:10px;
  91. }
  92.  
  93. /*--Cursor code--*/
  94.  
  95. {block:ifCursor}
  96.  
  97. *, body, a, a:hover {cursor: url("http://www.totallylayouts.com/cursors/random/tiny_cursor.png"), auto }
  98.  
  99. {/block:ifCursor}
  100.  
  101.  
  102.  
  103. /*--sidebar--*/
  104.  
  105. #sidebar {
  106. margin-top:-40px;
  107. color:{color:text};
  108. position:fixed;
  109. width:150px;
  110. text-align:left;
  111. }
  112.  
  113. #sidebarimage {
  114. width:140px;
  115. }
  116.  
  117. #sidebarimage img {
  118. position:fixed;
  119. width:145px;
  120. margin-top:190px;
  121. margin-left:198px;
  122. padding:3px;
  123. }
  124.  
  125. /*--links--*/
  126.  
  127. #links {
  128. width:350px;
  129. font-family:'times new roman';
  130. position:fixed;
  131. text-transform:uppercase;
  132. text-align:center;
  133. margin-top:340px;
  134. margin-left:98px;
  135. }
  136.  
  137. #links a {
  138. padding:3px;
  139. font-size:8px;
  140. }
  141.  
  142. #links a:hover {
  143. color:{color:hover};
  144. }
  145.  
  146. #links img {
  147. width:30px;
  148. }
  149.  
  150.  
  151. /*--description--*/
  152.  
  153. #description {
  154. width:145px;
  155. position:fixed;
  156. font-family:'trebuchet ms';
  157. font-size:8px;
  158. text-align:justify;
  159. margin-left:200px;
  160. margin-top:378px;
  161. color:{color:text};
  162. }
  163.  
  164. /*--pagination--*/
  165.  
  166. #pagination {
  167. text-transform:uppercase;
  168. position:fixed;
  169. text-align:center;
  170. font-size:9px;
  171. margin-left:263px;
  172. margin-top:420px;
  173. font-family:'times new roman';
  174. color:{color:link};
  175. }
  176.  
  177. #pagination a{
  178. color:{color:link};
  179. }
  180.  
  181. #pagination a:hover {
  182. color:{color:hover};
  183. }
  184.  
  185. /*--posts--*/
  186.  
  187. {block:if500pxPosts}
  188.  
  189. #posts {
  190. margin-top:10px;
  191. width:500px;
  192. margin-bottom:10px;
  193. padding:1px;
  194. font-size:11px;
  195. color:{color:text};
  196. line-height:90%;
  197. text-align:justify;
  198. }
  199.  
  200. {/block:if500pxPosts}
  201.  
  202. {block:if400pxPosts}
  203.  
  204. #posts {
  205. width:400px;
  206. margin-bottom:10px;
  207. padding:1px;
  208. font-size:11px;
  209. color:{color:text};
  210. line-height:90%;
  211. text-align:justify;
  212. }
  213.  
  214. {/block:if400pxPosts}
  215.  
  216. #postscontainer {
  217. position:absolute;
  218. width:500px;
  219. margin-bottom:20px;
  220. padding:12px;
  221. margin-left:473px;
  222. margin-top:25px;
  223. }
  224.  
  225.  
  226. #info {
  227. background-color:black;
  228. margin-bottom:10px;
  229. font-size:8px;
  230. margin-top:10px;
  231. text-align:left;
  232. padding:6px;
  233. color:{color:link};
  234. border-top:1px solid {color:border};
  235. }
  236.  
  237.  
  238. #reblog {
  239. text-transform:uppercase;
  240. font-family:trebuchet ms;
  241. margin-left:-11px;
  242. margin-top:-4px;
  243. text-align:center;
  244. color:white;
  245. width:85px;
  246. padding:3px;
  247. }
  248.  
  249. #reblog a {
  250. color:white;
  251. }
  252.  
  253. #notes {
  254. color:white;
  255. margin-left:68px;
  256. margin-top:-12px;
  257. }
  258.  
  259. #notes a {
  260. color:white;
  261. }
  262.  
  263. #rightinfo {
  264. text-transform:uppercase;
  265. font-family:trebuchet ms;
  266. margin-left:328px;
  267. text-align:justify;
  268. float:right;
  269. margin-top:-12px;
  270. color:white;
  271. }
  272.  
  273. #rightinfo a {
  274. color:white;
  275. }
  276.  
  277.  
  278. /*--tags--*/
  279.  
  280. #tags {
  281. width:490px;
  282. margin-left:1px;
  283. margin-top:7px;
  284. font-size:8px;
  285. color:{color:tags}:
  286. }
  287.  
  288. #tags a {
  289. color:{color:tags};
  290. }
  291.  
  292. #tags a:hover {
  293. color:{color:hover}
  294. }
  295.  
  296. /*--asks--*/
  297.  
  298. #askbg {
  299. padding:12px;
  300. background-color:{color:ask};
  301. }
  302.  
  303. #ask {
  304. margin-top:-10px;
  305. font-family:calibri;
  306. text-align:left;
  307. }
  308.  
  309. #ask img {
  310. margin-top:30px;
  311. width:50px;
  312. }
  313.  
  314. /*--credit--*/
  315.  
  316. #credit {
  317. right:2px;
  318. bottom:-4px;
  319. font-size:9px;
  320. padding:5px;
  321. text-transform:uppercase;
  322. position:fixed;
  323. -webkit-transition: all 0.5s ease-out;
  324. -moz-transition: all 0.5s ease-out;
  325. transition: all 0.5s ease-out;
  326. }
  327.  
  328.  
  329.  
  330. #s-m-t-tooltip {
  331.  
  332. max-width:300px;
  333.  
  334. padding:3px 4px 5px 4px;
  335.  
  336. margin:20px 0px 0px 20px;
  337.  
  338. background-color:black; /* change the background color */
  339.  
  340. font-family:'times new roman'; /* change the font */
  341.  
  342. font-size:9px; /* change the font size */
  343.  
  344. letter-spacing:2px; /* change the letter spacing */
  345.  
  346. text-transform:uppercase; /* can be uppercase, lowercase, none*/
  347.  
  348. color:white; /* change the text color */
  349.  
  350. z-index:999999999999999999999999999999999999;
  351.  
  352. }
  353.  
  354. #paris {
  355. width:500px;
  356. }
  357.  
  358. #paris img {
  359. left:0px;
  360. bottom:-2px;
  361. width:460px;
  362. position:fixed;
  363. }
  364.  
  365. @font-face {font-family: 'meem58';src: url('http://static.tumblr.com/gyoju49/3zymoas94/meem58.woff');}
  366.  
  367.  
  368. #title {
  369. top:0px;
  370. text-align:center;
  371. width:532px;
  372. background-color:black;
  373. padding:5px;
  374. z-index:9999999999999999999999999999;
  375. margin-left:470px;
  376. position:fixed;
  377. color:white;
  378. font-family:'meem58';
  379. font-size:25px;
  380. }
  381.  
  382. #border1 {
  383. position:fixed;
  384. color:black;
  385. background-color:black;
  386. height:100%;
  387. width:25px;
  388. top:0px;
  389. margin-left:450px;
  390. }
  391.  
  392.  
  393. #border2 {
  394. position:fixed;
  395. color:black;
  396. background-color:black;
  397. height:100%;
  398. width:25px;
  399. top:0px;
  400. margin-left:997px;
  401. }
  402.  
  403.  
  404. {CustomCSS}
  405.  
  406. </style></head>
  407.  
  408. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  409.  
  410. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  411.  
  412. <script>
  413.  
  414. (function($){
  415.  
  416. $(document).ready(function(){
  417.  
  418. $("a[title]").style_my_tooltips({
  419.  
  420. tip_follows_cursor:true,
  421.  
  422. tip_delay_time:90,
  423.  
  424. tip_fade_speed:600,
  425.  
  426. attribute:"title"
  427.  
  428. });
  429.  
  430. });
  431.  
  432. })(jQuery);
  433.  
  434. </script>
  435.  
  436. <body>
  437.  
  438. <div id="title">{title}</div>
  439.  
  440. <div id="paris"><img src="http://fromturkeywithlove.files.wordpress.com/2012/01/mc9102187161.jpg"></div>
  441.  
  442. <div id="sidebar">
  443. <div id="sidebarimage">
  444. <a title="home" href="/"><img src="{image:sidebar}"></div></a>
  445.  
  446. <div id="description">{description}</div>
  447.  
  448. <div id="links">
  449. <a title="{text:link 1}" href="{text:link 1 url}"><img src="http://31.media.tumblr.com/28006f8af555821046064e2a12eda691/tumblr_mreqseg6Im1rgpyeqo1_500.png"></a>
  450. <a title="{text:link 2}" href="{text:link 2 url}"><img src="http://31.media.tumblr.com/28006f8af555821046064e2a12eda691/tumblr_mreqseg6Im1rgpyeqo1_500.png"></a>
  451. <a title="{text:link 3}" href="{text:link 3 url}"><img src="http://31.media.tumblr.com/28006f8af555821046064e2a12eda691/tumblr_mreqseg6Im1rgpyeqo1_500.png"></a>
  452. <a title="{text:link 4}" href="{text:link 4 url}"><img src="http://31.media.tumblr.com/28006f8af555821046064e2a12eda691/tumblr_mreqseg6Im1rgpyeqo1_500.png"></a>
  453. </div>
  454.  
  455. {block:Pagination}
  456. <div id="pagination">
  457.  
  458. {block:PreviousPage}<a href="{PreviousPage}">Prev</a>{/block:PreviousPage}
  459. {block:NextPage}<a href="{NextPage}">Next</a>{/block:NextPage}
  460. </div>{/block:Pagination}
  461.  
  462. </div></div>
  463.  
  464.  
  465. <div id="border1">i</div>
  466.  
  467.  
  468. <div id="border2">i</div>
  469.  
  470.  
  471. <div id="postscontainer">
  472.  
  473. {block:Posts}
  474.  
  475. <div id="posts">
  476.  
  477.  
  478. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  479.  
  480.  
  481. {block:Photo}{LinkOpenTag}
  482.  
  483. {block:if500pxPosts}
  484. <img src="{PhotoURL-500}">
  485. {/block:if500pxPosts}
  486.  
  487.  
  488. {LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  489.  
  490. {block:Photoset}
  491.  
  492. {block:if500pxPosts}
  493. {Photoset-500}
  494. {/block:if500pxPosts}
  495.  
  496.  
  497. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  498.  
  499. {block:Quote}{Quote}{block:Source} &#8212;{Source}{/block:Source}{/block:Quote}
  500.  
  501. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  502.  
  503. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  504.  
  505. {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  506.  
  507. {block:Video}
  508.  
  509. {block:if500pxPosts}
  510. {Video-500}
  511. {/block:if500pxPosts}
  512.  
  513. {block:Caption}{Caption}{/block:Caption}{/block:Video}
  514.  
  515.  
  516. {block:Answer}<div id="askbg"><div id="ask"></div><br><img src="{AskerPortraitURL-24}"> <div style="margin-top:-15px;margin-left:30px;"> {Asker} said: {Question}</div></div> {Answer}{/block:Answer}
  517.  
  518. <div id="info"><div id="reblog">{block:Date}<a href="{Permalink}">
  519. {TimeAgo}</a></a>{/block:Date}</div><div id="notes">with <font color=#F5A9E1>♥</font><a href="{Permalink}">
  520. {NoteCountWithLabel}</a></div>
  521. <div id="rightinfo"><a href="{ReblogURL}" target="_blank" class="details">{reblogbutton color="white" size="15"}</a> <div style="margin-top:-15px;margin-left:17px;"> {block:RebloggedFrom}<a href="{ReblogParentURL}"
  522. title="{ReblogParentName}"><img src="{ReblogParentPortraitURL-16}"></a> <a href="{ReblogRootURL}"title="{ReblogRootName}"><img src="{ReblogRootPortraitURL-16}"></a>{/block:RebloggedFrom}</div></div>
  523.  
  524. </div>
  525.  
  526. <div id="tags">{block:HasTags}Tags:{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}
  527.  
  528.  
  529. </div>
  530.  
  531.  
  532.  
  533. {/block:Posts}
  534.  
  535. {block:PostNotes}{PostNotes}{/block:PostNotes}
  536. {/block:Posts}
  537.  
  538. </div>
  539.  
  540. <div id="credit"><a href="http://dylaenobriens.tumblr.com/"><img src="http://media.tumblr.com/f78b1fec46a70a8118ddab423289c8f4/tumblr_inline_mr9wxg8gt01qz4rgp.png" width="40px;"></div>
  541.  
  542. </body>
  543. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement