alithegreat

THEME 5; HOMEWRECKER

May 12th, 2014
1,156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.61 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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4.  
  5. <head>
  6.  
  7. <title>{Title}</title>
  8. <link rel="shortcut icon" href="{Favicon}">
  9. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  10. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  11.  
  12. <!----
  13.  
  14. BASE THEME: Themesbyvanne.tumblr.com
  15. EDITED THEME AND DETAILS: Alicatofrp.tumblr.com
  16. NAME/NUMBER: Homewrecker; Theme Five
  17.  
  18. Edited for public use by Ali (alicatofrp). Please do not remove the credit from where it is. However, feel free to edit it however much you want; just don't redestritube it afterwards saying that it's yours. I worked very hard on this, alright?
  19.  
  20. :)
  21.  
  22. --->
  23.  
  24. <meta name="image:Sidebar" content=""/>
  25. <meta name="image:Sidebar BG" content=""/>
  26. <meta name="image:Background" content=""/>
  27.  
  28. <meta name="color:Background" content=""/>
  29. <meta name="color:Title" content=""/>
  30. <meta name="color:Blockquote" content=""/>
  31. <meta name="color:Text" content=""/>
  32. <meta name="color:Border" content=""/>
  33. <meta name="color:Link" content=""/>
  34. <meta name="color:Entries" content=""/>
  35. <meta name="color:Description" content=""/>
  36. <meta name="color:Sidebar BG" content=""/>
  37. <meta name="color:Navigation" content=""/>
  38. <meta name="color:Navigation Links" content=""/>
  39.  
  40. <meta name="text:Link1 URL" content=""/>
  41. <meta name="text:Link2 URL" content=""/>
  42. <meta name="text:Link3 URL" content=""/>
  43. <meta name="text:Link4 URL" content=""/>
  44.  
  45. <meta name="text:Link1 Banner" content=""/>
  46. <meta name="text:Link2 Banner" content=""/>
  47. <meta name="text:Link3 Banner" content=""/>
  48. <meta name="text:Link4 Banner" content=""/>
  49.  
  50. <meta name="text:Home Banner" content=""/>
  51. <meta name="text:Ask Banner" content=""/>
  52.  
  53. <meta name="text:Main Title" content=""/>
  54. <meta name="text:Subtitle" content=""/>
  55.  
  56. <script src=”http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js”></script>
  57.  
  58. <script src=”http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js”></script>
  59.  
  60. <script>
  61.  
  62. (function($){
  63.  
  64. $(document).ready(function(){
  65.  
  66. $(“a[title]”).style_my_tooltips({
  67.  
  68. tip_follows_cursor:true,
  69.  
  70. tip_delay_time:30,
  71.  
  72. tip_fade_speed:300,
  73.  
  74. attribute:”title”
  75.  
  76. });
  77.  
  78. });
  79.  
  80. })(jQuery);
  81.  
  82. </script>
  83.  
  84. <style type="text/css">
  85.  
  86. ::-webkit-scrollbar-thumb {
  87. height:auto;
  88. border:1px solid {color:Background};
  89. background-color:{color:Border};
  90. }
  91.  
  92. ::-webkit-scrollbar {
  93. height:9px;
  94. width:6px;
  95. background-color:{color:Background};
  96. }
  97.  
  98. #s-m-t-tooltip {
  99. margin-top: 15px;
  100. font-family: georgia;
  101. font-size: 9px;
  102. text-transform:lowercase;
  103. padding:5px;
  104. background-color:{color:Entries};
  105. color:{color:Text};
  106. border:1px solid {color:Border};
  107. z-index:9999;
  108. }
  109.  
  110. body {
  111. background: {color:Background};
  112. background-image:url('{image:Background}');
  113. background-attachment:fixed;
  114. font-family: Georgia;
  115. font-size: 10px;
  116. color: {color:Text};
  117. }
  118.  
  119. blockquote {
  120. padding-left:5px;
  121. margin:0px 2px 0px 10px;
  122. border-left:2px solid {color:Blockquote};
  123. }
  124.  
  125. a {
  126. text-decoration: none;
  127. color: {color:Link};
  128. }
  129.  
  130. pre {
  131. text-transform:uppercase;
  132. width:auto;
  133. padding:3px;
  134. font-family:cambria;
  135. font-size:9px;
  136. border-left:3px double {color:Border};
  137. border-right:3px double {color:Border};
  138. text-align:center;
  139. background-color:{color:Background};
  140. word-wrap: break-word;
  141. }
  142.  
  143. #sidebartitle1 {
  144. font-size:20px;
  145. letter-spacing:-2px;
  146. word-spacing:3px;
  147. margin-bottom:0px;
  148. color:{color:title};
  149. text-transform:lowercase;
  150. text-align:center;
  151. font-style:italic;
  152. }
  153.  
  154. #sidebartitle2 {
  155. font-size:10px;
  156. letter-spacing:1px;
  157. word-spacing:3px;
  158. text-transform:uppercase;
  159. font-family:cambria;
  160. text-align:center;
  161. font-size:8px;
  162. }
  163.  
  164. small {
  165. font-size:9px;
  166. }
  167.  
  168. #backbar1 {
  169. position: fixed;
  170. margin-left:20px;
  171. margin-top: 20px;
  172. width: 290px;
  173. height: 434px;
  174. padding: 10px;
  175. border: 1px solid {color:Border};
  176. background-color:{color:Sidebar BG};
  177. background-attachment:fixed;
  178. background-image:url('{image:Sidebar BG}');
  179. }
  180.  
  181. #backbar2 {
  182. position: fixed;
  183. margin-left:500px;
  184. margin-top: 342px;
  185. width: 242px;
  186. height: 101px;
  187. padding: 0px;
  188. border: 1px solid {color:Border};
  189. background-color:{color:Sidebar BG};
  190. background-attachment:fixed;
  191. background-image:url('{image:Sidebar BG}');
  192. }
  193.  
  194. #backbar3 {
  195. position: fixed;
  196. margin-left:335px;
  197. margin-top: 20px;
  198. width: 51px;
  199. height: 454px;
  200. padding: 0px;
  201. border: 1px solid {color:Border};
  202. background-color:{color:Sidebar BG};
  203. background-attachment:fixed;
  204. background-image:url('{image:Sidebar BG}');
  205. }
  206.  
  207. #photo1bar {
  208. position:fixed;
  209. margin-top:93px;
  210. margin-left:25px;
  211. border:1px solid {color:Border};
  212. height:200px;
  213. width:300px;
  214. }
  215.  
  216. #titlebar {
  217. position:fixed;
  218. margin-top:25px;
  219. margin-left:25px;
  220. width:280px;
  221. padding:10px;
  222. height:42px;
  223. border:1px solid {color:Border};
  224. background-color:{color:Description};
  225. }
  226.  
  227. #description {
  228. position: fixed;
  229. margin-top:299px;
  230. margin-left:25px;
  231. padding: 10px;
  232. width:280px;
  233. height:150px;
  234. border:1px solid {color:Border};
  235. background-color:{color:Description};
  236. }
  237.  
  238. #navigation {
  239. margin-top:0px;
  240. text-align:center;
  241. }
  242.  
  243. #navigation a {
  244. display:inline-block;
  245. text-align:center;
  246. border:1px solid {color:Border};
  247. width:225px;
  248. padding:3px;
  249. text-transform:lowercase;
  250. font-family:georgia;
  251. font-size:9px;
  252. margin-bottom:4px;
  253. margin-right:0px;
  254. background-color:{color:Navigation};
  255. color:{color:Navigation Links};}
  256.  
  257. #navigation2 {
  258. margin-top:0px;
  259. text-align:center;
  260. }
  261.  
  262. #navigation2 a {
  263. display:inline-block;
  264. text-align:center;
  265. border:1px solid {color:Border};
  266. width:37px;
  267. height:54px;
  268. line-height:54px;
  269. padding:2px;
  270. text-transform:uppercase;
  271. font-family:georgia;
  272. font-size:9px;
  273. margin-top:4px;
  274. margin-bottom:0px;
  275. margin-right:0px;
  276. background-color:{color:Navigation};
  277. color:{color:Navigation Links};}
  278.  
  279. #entries {
  280. position:absolute;
  281. width:530px;
  282. margin-left:420px;
  283. margin-top:20px}
  284.  
  285. #entry {
  286. background-color:{color:Entries};
  287. margin-bottom:30px;
  288. padding:15px;
  289. border:1px solid {color:Border}}
  290.  
  291. img {
  292. max-width: 100%;
  293. }
  294.  
  295. #posttitles {
  296. text-align: center;
  297. font-size: 18px;
  298. text-transform:Normal;
  299. font-style:italic;
  300. color: {color:Title};
  301. }
  302.  
  303. #pagination {
  304. text-align:center;
  305. margin-top: 10px;
  306. }
  307.  
  308. #pagination a {
  309. display: inline-block;
  310. text-transform:lowercase;
  311. font-size:20px;
  312. text-align: center;
  313. }
  314.  
  315. #questionbox {
  316. padding:5px;
  317. margin-bottom:10px;
  318. background-color:{color:Background};
  319. border-left:3px double {color:Border};
  320. border-right:3px double {color:Border};
  321. }
  322.  
  323. #question {
  324. text-align:center;
  325. padding-top:5px;
  326. padding-bottom:0px;
  327. word-wrap: break-word;
  328.  
  329. }
  330.  
  331. #askerr {
  332. font-size:16px;
  333. padding-top:0px;
  334. font-style:italic;
  335. text-align:center;
  336. }
  337.  
  338. #permalink {
  339. text-align: center;
  340. border-top: 1px solid {color:Border};
  341. position: relative;
  342. font-size:9px;
  343. text-transform:lowercase;
  344. font-family:georgia;
  345. margin-top: 5px;
  346. padding-top: 5px;
  347. }
  348.  
  349. </style>
  350.  
  351. </head>
  352.  
  353. <body>
  354.  
  355. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  356.  
  357. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  358.  
  359. <script>
  360.  
  361. (function($){
  362.  
  363. $(document).ready(function(){
  364.  
  365. $("a[title]").style_my_tooltips({
  366.  
  367. tip_follows_cursor:true,
  368.  
  369. tip_delay_time:10,
  370.  
  371. tip_fade_speed:60,
  372.  
  373. attribute:"title"
  374.  
  375. });
  376.  
  377. });
  378.  
  379. })(jQuery);
  380.  
  381. </script>
  382.  
  383. <div id="backbar1"></div>
  384.  
  385. <div id="photo1bar"><img src="{image:Sidebar}"></div>
  386.  
  387. <div id="description">{Description}<div id="pagination">
  388. {block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}
  389. {block:NextPage} <a href="{NextPage}">»</a>{/block:NextPage}
  390. </div></div>
  391.  
  392. <div id="backbar3"><div id="navigation2">
  393. <a href="/" title="{text:Home Banner}">I</a><br>
  394. <a href="/ask" title="{text:Ask Banner}">II</a><br>
  395. <a href="{text:Link1 URL}" title="{text:Link1 Banner}">III</a><br>
  396. <a href="{text:Link2 URL}" title="{text:Link2 Banner}">IV</a><br>
  397. <a href="{text:Link3 URL}" title="{text:Link3 Banner}">V</a><br>
  398. <a href="{text:Link4 URL}" title="{text:Link4 Banner}">VI</a><br>
  399. <a href="http://alicatofrp.tumblr.com/">✿</a>
  400.  
  401. </div></div>
  402.  
  403. <div id="titlebar">
  404. <div id="sidebartitle1">{text:Main Title}</div>
  405. <div id="sidebartitle2">{text:Subtitle}</div>
  406. </div>
  407.  
  408.  
  409. <div id="entries">
  410. {block:Posts}
  411. <div id="entry">
  412.  
  413.  
  414. {block:Text}
  415. <div id="posttitles">{block:Title}{Title}{/block:Title}</div>
  416. {Body}
  417. {/block:Text}
  418.  
  419. {block:Photo}
  420. {LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}
  421. {block:Caption}{Caption}{/block:Caption}
  422. {/block:Photo}
  423.  
  424. {block:Photoset}
  425. {Photoset-500}
  426. {block:Caption}{Caption}{/block:Caption}
  427. {/block:Photoset}
  428.  
  429. {block:Quote}
  430. {Quote}
  431. {block:Source}<br>—{Source}{/block:Source}
  432. {/block:Quote}
  433.  
  434. {block:Link}
  435. <div id="posttitles"><a href="{URL}" {Target}>{Name}</a></div>
  436. {block:Description}{Description}{/block:Description}
  437. {/block:Link}
  438.  
  439. {block:Chat}
  440. {block:Title}<div id="posttitles">{Title}</div>{/block:Title}
  441. {block:Lines}
  442. {block:Label}<b>{Label}</b>{/block:Label} {Line}<br>
  443. {/block:Lines}
  444. {/block:Chat}
  445.  
  446. {block:Audio}
  447. {AudioPlayerWhite}
  448. {block:Caption}{Caption}{/block:Caption}
  449. {/block:Audio}
  450.  
  451. {block:Video}
  452. {Video-500}
  453. {block:Caption}{Caption}{/block:Caption}
  454. {/block:Video}
  455.  
  456. {block:Answer}
  457. <div id="questionbox"><div id="askerr">{Asker},</div> <div id="question">{Question}</div></div>{Answer}
  458. {/block:Answer}
  459.  
  460.  
  461.  
  462. <div id="permalink">
  463. {block:Date}Posted: {TimeAgo}{/block:Date} with <a href="{Permalink}">
  464. {NoteCountWithLabel}</a> - <a href="{ReblogURL}" target="_blank">Reblog</a>
  465.  
  466. {block:RebloggedFrom}<br>via:<a href="{ReblogParentURL}"title="{ReblogParentTitle}">{ReblogParentName}</a> source:<a href="{ReblogRootURL}"title="{ReblogRoottitle}">{ReblogRootName}</a>{/block:RebloggedFrom}
  467.  
  468. <br>{block:HasTags}Tagged: {block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}
  469. </div>
  470.  
  471.  
  472.  
  473. </div> <!-- /div entry --->
  474.  
  475. {/block:Posts}
  476.  
  477. </body>
  478.  
  479. </html>
Advertisement
Add Comment
Please, Sign In to add comment