Advertisement
sweetestgale

evelynsalt

Jan 29th, 2015
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.24 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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head><title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  7.  
  8. <!---- this is theme 41 by Hollywhood
  9. please don't remove the credit
  10. thank you
  11. --->
  12. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  13.  
  14. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  15.  
  16. <script>
  17.  
  18. (function($){
  19.  
  20. $(document).ready(function(){
  21.  
  22. $("a[title]").style_my_tooltips({
  23.  
  24. tip_follows_cursor:true,
  25.  
  26. tip_delay_time:90,
  27.  
  28. tip_fade_speed:600,
  29.  
  30. attribute:"title"
  31.  
  32. });
  33.  
  34. });
  35.  
  36. })(jQuery);
  37.  
  38. </script>
  39. <!--basic tooltip from tutorial-baby! Enjoy-->
  40. <style>
  41. .tooltip{
  42. display: inline;
  43. position: relative;
  44. }
  45. #s-m-t-tooltip {
  46. max-width:300px; /*how big the tooltip can be at most*/
  47. border-radius: 0px; /*change your border radius*/
  48. padding:3px 4px 5px 4px; /*padding inside tooltip*/
  49. margin:20px 7px -2px 20px; /*distance from word*/
  50. background-color:#ffffff; /*background color*/
  51. border:1px solid #E0E0E0; /*border info*/
  52. font-family:calibri; /*tooltip font*/
  53. font-size:9px; /*tooltip font size*/
  54. letter-spacing:2px; /*tooltip letter spacing*/
  55. text-transform:uppercase; /*makes the tooltip title uppercase*/
  56. color:#000; /*tooltip font color*/
  57. z-index:999999999999999999999999999999999999;
  58. }
  59. </style>
  60.  
  61. <meta name="color:Background" content="#ffffff"/>
  62. <meta name="color:Text" content="#886951"/>
  63. <meta name="color:Link" content="#ad9888"/>
  64. <meta name="color:scrollbar" content="#f0ece0">
  65. <meta name="color:title" content="#999999">
  66. <meta name="color:Link Hover" content="#f0ece0"/>
  67. <meta name="image:Background" content=""/>
  68. <meta name="color:links top" content="#fffbee"/>
  69.  
  70. <meta name="image:sidebar" content=""/>
  71. <meta name="text:sidebartitle" content="">
  72.  
  73. <meta name="text:link 1" content="Link 1"/>
  74. <meta name="text:link 1 url" content="/"/>
  75. <meta name="text:link 2" content="Link 2"/>
  76. <meta name="text:link 2 url" content="/"/>
  77. <meta name="text:link 3" content="Link 3"/>
  78. <meta name="text:link 3 url" content="/"/>
  79. <meta name="text:link 4" content="Link 4"/>
  80. <meta name="text:link 4 url" content="/"/>
  81. <meta name="text:link 5" content="Link 5"/>
  82. <meta name="text:link 5 url" content="/"/>
  83.  
  84. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  85.  
  86. <style>
  87. div#qTip {
  88. padding: 3px;
  89. display: none;
  90. text-align: center;
  91. position: absolute;
  92. font-size:7px;
  93. margin-left:10px;
  94. margin-top:-2px;
  95. line-height:9px;
  96. font-family:arial;
  97. z-index: 1000;
  98. border: 1px solid #cacaca;
  99. background-color:#fff;
  100. color: #9b9b9b;
  101. text-transform:uppercase;
  102. letter-spacing: 2px;
  103. }
  104. </style>
  105.  
  106. <style type="text/css">
  107.  
  108. ::-webkit-scrollbar-thumb{
  109. background-color: {color:scrollbar};
  110. border: 2px solid {color:background};
  111. height:auto;
  112. }
  113.  
  114. ::-webkit-scrollbar {
  115. height:auto;
  116. width:11px;
  117. background-color: {color:scrollbar};
  118. border:5px solid {color:background};
  119. }
  120.  
  121.  
  122. iframe#tumblr_controls {
  123. white-space:nowrap;
  124. -webkit-filter: invert(100%);
  125. -moz-filter: invert(100%);
  126. -o-filter: invert(100%);
  127. -ms-filter: invert(100%);
  128. filter: invert(100%);
  129. opacity:.2;transition: .8s ease-in-out;
  130. -webkit-transition: .8s ease-in-out;
  131. -moz-transition: .8s ease-in-out;
  132. -o-transition: .8s ease-in-out;
  133. }
  134.  
  135. h1 {
  136. font-weight:normal;
  137. font-size:13px;
  138. text-align:center;
  139. font-style:normal;
  140. line-height:100%;
  141. letter-spacing:1px;
  142. text-transform:normal;
  143. color:{color:text};
  144. }
  145.  
  146. h2 {
  147. font-size:10px;
  148. text-align:center;
  149. line-height:100%;
  150. letter-spacing:-0.5px;
  151. color:{color:text};
  152. font-weight:bold;
  153. text-transform:uppercase;
  154. padding:5px;
  155. padding-bottom:2px;
  156. }
  157.  
  158.  
  159. blockquote {
  160. border-left:2px solid {color:text};
  161. padding-left:5px;
  162. margin:5px;
  163. }
  164.  
  165.  
  166. body {
  167. background:{color:background};
  168. margin:0px;
  169. color:{color:text};
  170. font-family:trebuchet ms;
  171. font-size:10px;
  172. line-height:100%;
  173. background-attachment:fixed;
  174. background-image: url('{image:Background}');
  175. background-repeat:no-repeat;
  176. }
  177.  
  178. a {
  179. text-decoration:none;
  180. outline:none;
  181. -moz-outline-style:none;
  182. color:{color:link};
  183. -moz-transition-duration:0.5s;
  184. -webkit-transition-duration:0.5s;
  185. -o-transition-duration:0.5s;
  186. }
  187.  
  188. a:hover {
  189. text-decoration:none;
  190. outline:none;
  191. -moz-outline-style:none;
  192. color:{color:link hover};
  193. text-shadow: 2px 2px 2px #C7C7C7;
  194. }
  195.  
  196. img {
  197. border:none;
  198. }
  199.  
  200. blockquote {
  201. padding-left:5px;
  202. border-left:2px solid;
  203. }
  204.  
  205. blockquote blockquote {
  206. padding-left:5px;
  207. border-left:2px solid;
  208. }
  209.  
  210. #post {
  211. width:500px;
  212. padding-bottom:20px;
  213. margin-top:20px;
  214. }
  215.  
  216. #entries {
  217. padding:10px;
  218. width:510px;
  219. margin-left:690px;
  220. margin-top:110px;
  221. margin-bottom:40px;
  222. position:fixed;
  223.  
  224. overflow:scroll;
  225.  
  226. overflow-x:hidden;
  227.  
  228. height:55%;
  229.  
  230. border:0px dotted;
  231.  
  232. background-color: #;
  233.  
  234. }
  235.  
  236.  
  237. #sidebar {
  238. color:{color:text};
  239. position:fixed;
  240. width:100px;
  241. height:auto;
  242. margin-top:39px;
  243. margin-left:250px;
  244. text-align:left;
  245. }
  246.  
  247. #sidebarimage img {
  248. width:200px;
  249. margin-top:-10px;
  250. margin-bottom:0px;
  251. margin-left:-9px;
  252. }
  253.  
  254. #links {
  255. position:absolute;
  256. position:fixed;
  257. font-family:arial;
  258. width:250px;
  259. margin-top:-215px;
  260. margin-left:560px;
  261. font-size:40px;
  262. text-transform:uppercase;
  263. text-align:center;
  264. line-height:280%;
  265. }
  266.  
  267. #links a{
  268. line-height:280%;
  269. border-bottom:1px solid #fff;
  270. margin-top:4px;
  271. margin-left:13px;
  272. color:{color:links top};
  273. text-decoration:none;
  274. -moz-transition-duration:.2s;
  275. -webkit-transition-duration:.2s;
  276. -o-transition-duration:.2s;
  277. }
  278.  
  279. #links a:hover {
  280. color: {color:link hover};
  281. width:60px;
  282. -moz-transition-duration:0.2s;
  283. -webkit-transition-duration:0.2s;
  284. -o-transition-duration:0.2s;
  285. }
  286.  
  287. #description {
  288. position:fixed;
  289. width:200px;
  290. font-family:trebuchet ms;
  291. margin-top:20px;
  292. margin-left:-140px;
  293. text-align:justify;
  294. font-size:10px;
  295. color: {color:text};
  296. letter-spacing:0px;
  297. line-height:130%;
  298. -moz-transition-duration:1s;
  299. -webkit-transition-duration:1s;
  300. -o-transition-duration:1s;
  301. }
  302.  
  303. #description a {
  304. color:{color:link};
  305. }
  306.  
  307. #description a:hover {
  308. color:{color:link hover};
  309. }
  310.  
  311. .sidebartitle {
  312. width:210px;
  313. text-align:center;
  314. position:fixed;
  315. font-family:arial;
  316. line-height:120%;
  317. margin-left:-13px;
  318. font-size:13px;
  319. margin-top:10px;
  320. color:{color:title};
  321. }
  322.  
  323. #pagination {
  324. font-family:cambria;
  325. width:210px;
  326. font-size:9px;
  327. margin-top:25px;
  328. margin-left:-8px;
  329. padding-left:5px;
  330. letter-spacing:1px;
  331. font-style:italic;
  332. text-align:center;
  333. }
  334.  
  335. #pagination a {
  336. color:{color:link};
  337. }
  338.  
  339. #info {
  340. font-family:arial;
  341. width:493px;
  342. margin-top:5px;
  343. padding-top:1px;
  344. font-size:7px;
  345. background:#;
  346. padding:4px;
  347. color:{color:text};
  348. text-transform:uppercase;
  349. font-style:normal;
  350. text-align:left;
  351. -moz-transition-duration:0.5s;
  352. -webkit-transition-duration:0.5s;
  353. -o-transition-duration:0.5s;
  354. }
  355.  
  356. #info a {
  357. color:{color:link};
  358. font-style:normal;
  359. }
  360.  
  361. #info a:hover {
  362. color:{color:link hover};
  363. }
  364.  
  365. .tags {
  366. font-family:calibri;
  367. font-style:normal;
  368. width:495px;
  369. text-transform:normal;
  370. font-style:normal;
  371. line-height:120%;
  372. padding-left:5px;
  373. font-size:10px;
  374. text-align:center;
  375. padding-top:5px;
  376. padding-bottom:15px;
  377. -moz-transition-duration:0.2s;
  378. -webkit-transition-duration:0.2s;
  379. -o-transition-duration:0.2s;
  380. }
  381. .tags a{
  382. color:{color:link};
  383. -moz-transition-duration:0.2s;
  384. -webkit-transition-duration:0.2s;
  385. -o-transition-duration:0.2s;
  386. }
  387. .tags a:hover{
  388. color:{color:link hover};
  389. -moz-transition-duration:0.2s;
  390. -webkit-transition-duration:0.2s;
  391. -o-transition-duration:0.2s;
  392. }
  393.  
  394. .audio{
  395. background-color:#e5e5e5;
  396. height:65px;
  397. overflow:hidden;
  398. }
  399.  
  400. #ask {
  401. float:left;
  402. color:{color:text};
  403. }
  404.  
  405. #credit {
  406. font-size:9px;
  407. font-family:cambria;
  408. font-style:italic;
  409. letter-spacing:1px;
  410. -moz-transition-duration:0.5s;
  411. -webkit-transition-duration:0.5s;
  412. -o-transition-duration:0.5s;
  413. }
  414.  
  415. #credit a {
  416. background-color:#fff;
  417. padding:5px;
  418. border:1px solid #e9e9e9;
  419. position:fixed;
  420. right:15px;
  421. bottom:10px
  422. }
  423.  
  424. #credit a:hover {
  425. color:#fff;
  426. background-color:#191919;
  427. }
  428.  
  429. {CustomCSS}</style></head><body>
  430.  
  431. <div id="sidebar">
  432.  
  433. <div id="sidebarimage">
  434. <a href="/"><img src="{image:sidebar}"></a></div>
  435.  
  436. <div class="sidebartitle">{text:sidebartitle}</div>
  437.  
  438. <div id="links">
  439. <a href="/" title="home">I</a>
  440. <a href="/ask" title="ask">II</a>
  441. <a href="/rules" title="rules">III</a>
  442. <a href="/about" title="about">IV</a>
  443. <a href="/verses" title="verses">V</a>
  444. </div>
  445.  
  446. <div id="description">Sᴇʟᴇᴄᴛɪᴠᴇ ᴀɴᴅ Mᴜᴛᴜᴀʟ ᴏɴʟʏ ʙʟᴏɢ.<br /><br /><a href="http://saro-sah.deviantart.com/art/angelina-jolie-190540636">art credit</a>
  447.  
  448. <div id="pagination">
  449. <center>{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">back</a>{/block:PreviousPage} &nbsp;&nbsp;&nbsp; {block:NextPage}<a href="{NextPage}">next</a><br />{/block:NextPage}{/block:Pagination}</div></center></div>
  450. </div></div></div>
  451.  
  452. <div id="entries">{block:Posts}<div id="post">
  453.  
  454. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  455.  
  456. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  457.  
  458. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  459.  
  460. {block:Quote}<big><big>"{Quote}"</big></big>{block:Source}<br><br> <div style="text-align: right;">— {Source}</div>{/block:Source}{/block:Quote}
  461.  
  462. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}{hw}
  463.  
  464. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}{hw}
  465.  
  466. {block:Audio}{block:AlbumArt}<img src="{AlbumArtURL}" width="65px" align="left">{/block:AlbumArt}<div class="audio">{AudioPlayerGrey}</div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  467.  
  468. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  469.  
  470. {block:Answer}<div id="ask"><img src="{AskerPortraitURL-24}" style="margin-left:7px;margin-right:13px;border:1px solid #e3e3e3;padding:2px;"></div> <em>{Asker}:</em><br> "{Question}"<br><br>{Answer}{/block:Answer}
  471.  
  472. {block:Date}<div id="info"> <a href="{Permalink}">{TimeAgo}</a>
  473. {/block:Date} {block:NoteCount}&nbsp; ( <font color=#ec3d3d>♥</font> <a href="{Permalink}">{NoteCount}</a> ) {/block:NoteCount}<div style="float:right;">
  474.  
  475. {block:RebloggedFrom}<a title="{ReblogParentName}" href="{ReblogParentURL}">via</a> {/block:RebloggedFrom}{block:ContentSource} &nbsp; / &nbsp; <a title="{SourceTitle}" href="{SourceURL}">source</a>{/block:ContentSource} {/block:RebloggedFrom} &nbsp; ( <a href="{ReblogURL}"target="_blank" title="reblog this post"><big>+</big> </a> ) </div>
  476. </div>
  477.  
  478.  
  479. {block:HasTags}
  480. <div class="tags">
  481. {block:Tags} <a href="{TagURL}">{Tag}</a> {/block:Tags}</div>
  482. {/block:HasTags}
  483. <div class="postnote">
  484. {block:PostNotes}{PostNotes}{/block:PostNotes}
  485. </div>
  486. </div>
  487. {/block:Posts}
  488.  
  489. </div>
  490. <div id="credit"><a href="http://hollywhood.tumblr.com">HW</div>
  491.  
  492. </body>
  493.  
  494. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement