Advertisement
Guest User

Stars

a guest
Oct 24th, 2014
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.59 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.  
  4. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  5. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  6.  
  7. <head><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. <link href='http://fonts.googleapis.com/css?family=Bad+Script|Cinzel|The+Girl+Next+Door' rel='stylesheet' type='text/css'>
  12.  
  13. <!--- base code by perrlie... add your own little message here --->
  14.  
  15. <meta name="color:Background" content="#ffffff"/>
  16. <meta name="color:Title and Links" content="#ffffff"/>
  17. <meta name="color:Links Background" content="#ffffff"/>
  18. <meta name="color:Text" content="#a8a8a8"/>
  19. <meta name="color:DescriptionText" content="#b8b8b8"/>
  20. <meta name="color:Border" content="#dddddd"/>
  21. <meta name="color:Hover" content="#f2f2f2"/>
  22. <meta name="color:Scrollbar" content="#000000"/>
  23. <meta name="color:ScrollbarBg" content="#ffffff"/>
  24. <meta name="color:Post Links" content="#c0bfbf"/>
  25. <meta name="image:Sidebar" content=""/>
  26. <meta name="text:Link 1" content="" />
  27. <meta name="text:Link 1 Text" content="" />
  28. <meta name="text:Link 2" content="" />
  29. <meta name="text:Link 2 Text" content="" />
  30. <meta name="text:Link 3" content="" />
  31. <meta name="text:Link 3 Text" content="" />
  32. <meta name="if:Show Link 1" content="1" />
  33. <meta name="if:Show Link 2" content="1" />
  34. <meta name="if:Show Link 3" content="1" />
  35.  
  36.  
  37. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  38.  
  39. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  40.  
  41. <script>
  42.  
  43. (function($){
  44.  
  45. $(document).ready(function(){
  46.  
  47. $("a[title]").style_my_tooltips({
  48.  
  49. tip_follows_cursor:true,
  50.  
  51. tip_delay_time:30,
  52.  
  53. tip_fade_speed:300,
  54.  
  55. attribute:"title"
  56.  
  57. });
  58.  
  59. });
  60.  
  61. })(jQuery);
  62.  
  63. </script>
  64.  
  65.  
  66. <style>
  67.  
  68.  
  69. #s-m-t-tooltip{
  70. font-size:7px;
  71. font-family:Sylfaen;
  72. position:absolute;
  73. margin-top: 15px;
  74. letter-spacing:1px;
  75. z-index:9999;
  76. background:white;
  77. color:#939393;
  78. width:auto;
  79. height:auto;
  80. text-transform:uppercase;
  81. border: 1px solid #cacaca;
  82. background-color:#fff;
  83. color: #9b9b9b;
  84. padding:2px 3px 2px 3px;
  85. -webkit-transition:all 0.3s;
  86. -moz-transition:all 0.3s;
  87. -ms-transition:all 0.3s;
  88. -o-transition:all 0.3s;
  89. transition:all 0.3s;
  90. }
  91.  
  92.  
  93.  
  94. </style>
  95.  
  96. <style type="text/css">
  97.  
  98.  
  99.  
  100.  
  101. @font-face{font-family:Hasteristico; src: url(http://slutpark-resources.webs.com/Hasteristico.ttf);}
  102.  
  103.  
  104. ::-webkit-scrollbar-thumb{
  105. background-color: #999999;
  106. border: 2px solid #ffffff;
  107. height:auto;
  108. }
  109.  
  110. ::-webkit-scrollbar {
  111. height:auto;
  112. width:11px;
  113. background-color: #999999;
  114. border:5px solid #ffffff;
  115. }
  116.  
  117.  
  118. iframe#tumblr_controls {
  119. white-space:nowrap;
  120. -webkit-filter: invert(100%);
  121. -moz-filter: invert(100%);
  122. -o-filter: invert(100%);
  123. -ms-filter: invert(100%);
  124. filter: invert(100%);
  125. opacity:.2;transition: .8s ease-in-out;
  126. -webkit-transition: .8s ease-in-out;
  127. -moz-transition: .8s ease-in-out;
  128. -o-transition: .8s ease-in-out;
  129. }
  130.  
  131.  
  132. body {
  133. background:{color:background};
  134. margin:0px;
  135. color:{color:text};
  136. font-family:calibri;
  137. font-size:10px;
  138. line-height:100%;
  139. letter-spacing:0px;
  140. text-align:justify;
  141. width:500px;
  142. background-image:url('{image:Background}');
  143. }
  144.  
  145. a {
  146. text-decoration:none;
  147. outline:none;
  148. -moz-outline-style:none;
  149. color:{color:Post Links};
  150. }
  151.  
  152. img {
  153. border:none;
  154. }
  155.  
  156. blockquote {
  157. padding-left:5px;
  158. border-left:2px solid;
  159. }
  160.  
  161. blockquote blockquote {
  162. padding-left:5px;
  163. border-left:2px solid;
  164. }
  165.  
  166. h1 {
  167. font-size:8px;
  168. letter-spacing:2px;
  169. text-transform:lowercase;
  170. font-family:'calibri';
  171. font-style:none;
  172. line-height:10px;
  173. text-align:left;
  174. padding:0px;
  175. }
  176.  
  177. a:hover {
  178. color:#000000;
  179. -moz-transition-duration:0.3s;
  180. -webkit-transition-duration:0.3s;
  181. -o-transition-duration:0.3s;
  182. }
  183.  
  184.  
  185. /*ENTRIES*/
  186.  
  187. #entries {
  188. padding:10px;
  189. width:500px;
  190. margin-left:400px;
  191. margin-top:0px;
  192. font-size:10px;
  193. font-family:'calibri';
  194. letter-spacing:0px;
  195. }
  196.  
  197. #post {
  198. width:500px;
  199. padding-bottom:20px;
  200. padding:25px;
  201. margin-top:30px;
  202. }
  203.  
  204. #caption{
  205. width:500px;
  206. }
  207.  
  208. /*SIDEBAR*/
  209.  
  210. #sidebar {
  211. margin-top:110px;
  212. margin-left:472px;
  213. }
  214.  
  215. @font-face{font-family:Basic L;src:url(http://static.tumblr.com/9wzbixa/Cf3mj2g0f/basicl.ttf);}
  216.  
  217. #title{
  218. font-family:"Basic L";
  219. color:{color:DescriptionText};
  220. margin-top:-70px;
  221. margin-left:45px;
  222. position:absolute;
  223. -moz-transition-duration:0.5s;
  224. -webkit-transition-duration:0.5s;
  225. -o-transition-duration:0.5s;
  226. }
  227.  
  228. #specialtitle{
  229. font-size:45px;
  230. letter-spacing:19.5px;
  231. font-style:bold;
  232. text-transform:uppercase;
  233. }
  234.  
  235. #title a {
  236. color:{color:Title and Links};
  237. }
  238.  
  239. #title a:hover {
  240. -moz-transition-duration:0.3s;
  241. -webkit-transition-duration:0.3s;
  242. -o-transition-duration:0.3s;
  243. color:{color:Title and Links};
  244. }
  245.  
  246.  
  247.  
  248. #sidebarimage {
  249. width 500px;
  250. }
  251.  
  252. #sidebarimage img {
  253. width:500px;
  254. height:100px;
  255. margin-top:-110px;
  256. padding:3px;
  257. margin-left:-40px;
  258. }
  259.  
  260.  
  261. .links {
  262. position:absolute;
  263. font-family:'calibri';
  264. padding: 7px;
  265. width:auto;
  266. text-align:center;
  267. text-transform:lowercase;
  268. letter-spacing:0px;
  269. margin-left:-7px;
  270. color:{color:Title and Links};
  271. }
  272.  
  273. .links a {
  274. padding-right:6px;
  275. padding-left:6px;
  276. font-size:10px;
  277. letter-spacing:0px;
  278. text-decoration:italic;
  279. color:{color:Title and Links};
  280. background:{color:Links Background};
  281. }
  282.  
  283. .links a:hover {
  284. -moz-transition-duration:0.3s;
  285. -webkit-transition-duration:0.3s;
  286. -o-transition-duration:0.3s;
  287. -webkit-filter: blur(1px);
  288.  
  289. }
  290.  
  291. #description {
  292. text-align:left;
  293. position:absolute;
  294. font-family:'calibri';
  295. width:110px;
  296. margin-top:-84px;
  297. margin-left:230px;
  298. font-size:10px;
  299. text-transform:none;
  300. line-height:130%;
  301. opacity:0;
  302. padding-left:5px;
  303. border-left:1px solid;
  304. color:{color:DescriptionText};
  305. -moz-transition-duration:0.5s;
  306. -webkit-transition-duration:0.5s;
  307. -o-transition-duration:0.5s;
  308. }
  309. #sidebar:hover #description{
  310. opacity:1;
  311. -moz-transition-duration:0.5s;
  312. -webkit-transition-duration:0.5s;
  313. -o-transition-duration:0.5s;
  314. }
  315.  
  316.  
  317. #pagination {
  318. font-style:bold;
  319. padding:2px;
  320. font-family:'arial';
  321. letter-spacing:0px;
  322. font-size:11px;
  323. text-align:left;
  324. padding:2px;
  325. margin-left:480px;
  326. margin-top:-90px;
  327. position:fixed;
  328. text-transform:lowercase;
  329. background:transparent;
  330. }
  331.  
  332.  
  333. /*POST INFO*/
  334.  
  335. #info {
  336. width:500px;
  337. text-align:left;
  338. font-family:'trebuchet ms';
  339. margin-top:3px;
  340. margin-left:px;
  341. letter-spacing:1px;
  342. font-size:7px;
  343. font-style:none;
  344. padding:1px;
  345. line-height:10px;
  346. text-transform:uppercase;
  347. border-top:1px solid;
  348. border-color:{color:Border};
  349. }
  350.  
  351. #info a {
  352. text-align:center;
  353. color:{color:Post Links};
  354. }
  355.  
  356. #info a:hover {
  357. -moz-transition-duration:0.3s;
  358. -webkit-transition-duration:0.3s;
  359. -o-transition-duration:0.3s;
  360. color:{color:Hover}
  361. }
  362.  
  363. #tags {
  364. float:left;
  365. width:489px;
  366. margin-top:-7px;
  367. margin-left:-5px;
  368. text-align:left;
  369. font-size:7px;
  370. padding:5px;
  371. font-size:8px;
  372. opacity:0;
  373. transition-duration: 0.5s;
  374. -moz-transition-duration: 0.5s;
  375. -webkit-transition-duration: 0.5s;
  376. -o-transition-duration: 0.5s
  377. color:{color:DescriptionText};
  378. }
  379.  
  380. #post:hover #tags{
  381. opacity:1;
  382. -moz-transition-duration: 0.5s;
  383. -webkit-transition-duration: 0.5s;
  384. -o-transition-duration: 0.5s
  385. }
  386.  
  387. #tags a {
  388. letter-spacing:0px;
  389. font-size:8px;
  390. text-align:center;
  391. font-family:'CALIBRI';
  392. text-decoration:none;
  393. display:inline-block;
  394. color:{color:descriptiontext};
  395. }
  396.  
  397. #tags a:hover {
  398. background-color:#fff;
  399. -moz-transition-duration:0.3s;
  400. -webkit-transition-duration:0.3s;
  401. -o-transition-duration:0.3s;
  402. color:{color:Hover};
  403. }
  404.  
  405. /*QUESTION*/
  406.  
  407. #asker {
  408. color:{color:descriptiontext};
  409. padding:14px;
  410. font-family:'arial';
  411. font-size:11px;
  412. letter-spacing:0px;
  413. text-align:left;
  414. margin-top:0px;
  415. text-transform:lowercase;
  416. line-height:100%;
  417. background-color:#fff
  418. }
  419.  
  420. /*CREDIT*/
  421.  
  422. #cred {
  423. position:fixed;
  424. font-family:'Calibri';
  425. text-transform:uppercase;
  426. font-size:8px;
  427. right:9px;
  428. bottom:9px;
  429. padding:4px;
  430. letter-spacing:1px;
  431. }
  432.  
  433. {CustomCSS}</style></head><body>
  434.  
  435. <div id="sidebar">
  436. <div id="sidebarimage">
  437. <a href="/">
  438. <img src="{image:Sidebar}">
  439. </a>
  440. </div>
  441. <div id="title"><div id="specialtitle"><a href="/">{Title}</a></div>
  442. <br>
  443. <div class="links">
  444. <a href="/submit">submit</a>
  445. <a href="/ask">ask</a>
  446. {block:IfShowLink1}<a href="{text:Link 1}">{text:Link 1 Text}</a>{/block:IfShowLink1}
  447. {block:IfShowLink2}<a href="{text:Link 2}">{text:Link 2 Text}</a>{/block:IfShowLink2}
  448. {block:IfShowLink3}<a href="{text:Link 3}">{text:Link 3 Text}</a>{/block:IfShowLink3}</div>
  449.  
  450. </div>
  451. {block:Pagination}
  452. <div id="pagination">
  453. {block:PreviousPage}<a href="{PreviousPage}">←</a>{/block:PreviousPage}
  454. <br>{block:NextPage}<a href="{NextPage}">→</a>{/block:NextPage}
  455. </div>
  456. {/block:Pagination}
  457. <div id="description">{Description}</div>
  458. </div>
  459.  
  460.  
  461.  
  462.  
  463. <div id="entries">
  464. {block:Posts}
  465. <div id="post">
  466.  
  467. {block:Text}
  468. <h1>{block:Title}{Title}{/block:Title}</h1>
  469. {Body}{/block:Text}
  470.  
  471. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}
  472. {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  473.  
  474. {block:Photoset}{Photoset-500}{block:Caption}{Caption}
  475. {/block:Caption}{/block:Photoset}
  476.  
  477. {block:Quote}<h2>"{Quote}"</h2>
  478. {block:Source}<div class="qsource"> —{Source}</div>
  479. {/block:Source}{/block:Quote}
  480.  
  481. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  482.  
  483. {block:Chat}{block:Title}{Title}{/block:Title}{block:Lines}{block:Label}<b><u>{Label}</u></b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  484.  
  485. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="60px" height="60px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerBlack}</left></span>
  486. {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  487. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  488. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times <br>
  489. {/block:Audio}<br>
  490.  
  491. {block:Video}{Video-500}{block:Caption}<div id="caption">{Caption}</div>{/block:Caption}{/block:Video}
  492.  
  493. {block:Answer}<div id="asker">{Question} —<span style="text-align:lowercase; color:#fcfcfc;font-style:italic; "><b><i>{Asker}</i></b><br></span> </div><left><div style="padding:4px;margin-top:3px;font-size:11px;"><font face="arial">{Answer}</font></div>{/block:Answer}
  494.  
  495. <div id="info">
  496. <a href="{Permalink}">{Month} {DayOfMonth}{DayOfMonthSuffix}</a> |
  497. {block:RebloggedFrom} <a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}
  498. | {block:ContentSource} <a href="{SourceURL}"><a href="{SourceURL}">source</a>{/block:ContentSource}
  499. {block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom}
  500. | {NoteCountWithLabel}</a>
  501. {block:HasTags}<div id="tags">
  502.  
  503. {block:Tags}<a href="/tagged/{Tag}">#{Tag}</a>&nbsp;{/block:Tags}
  504. </div>{block:HasTags}
  505. </div>
  506. </div>
  507. {/block:Posts}
  508. <br><br>{block:PostNotes}<div id="notes"><left>{PostNotes}</div>{/block:PostNotes}
  509. {/block:Posts}</div></div></div>
  510. <br><br><br><br>
  511.  
  512. <div id="cred">
  513. <a href="http://thewolfpack.co.vu/">N M </a>
  514. </div>
  515.  
  516. </div>
  517. </div>
  518.  
  519.  
  520.  
  521. </body>
  522.  
  523. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement