Advertisement
manon15

for u

Aug 14th, 2016
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 28.32 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4. <!--code by manon/butscrewmefirst. don't take as your own!-->
  5.  
  6. <head>
  7.  
  8.  
  9. <title>{Title}</title>
  10. <link rel="shortcut icon" href="{Favicon}">
  11. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  12. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  13.  
  14.  
  15. <link href='http://fonts.googleapis.com/css?family=IM+Fell+Double+Pica+SC' rel='stylesheet' type='text/css'>
  16. <link href='http://fonts.googleapis.com/css?family=VT323' rel='stylesheet' type='text/css'>
  17. <link href='http://fonts.googleapis.com/css?family=Playfair+Display' rel='stylesheet' type='text/css'>
  18. <link href='http://fonts.googleapis.com/css?family=Prata' rel='stylesheet' type='text/css'>
  19. <link href='http://fonts.googleapis.com/css?family=Shadows+Into+Light' rel='stylesheet' type='text/css'>
  20. <link href='http://fonts.googleapis.com/css?family=Tillana' rel='stylesheet' type='text/css'>
  21. <link href='http://fonts.googleapis.com/css?family=Aguafina+Script' rel='stylesheet' type='text/css'>
  22. <link href='http://fonts.googleapis.com/css?family=Petit+Formal+Script' rel='stylesheet' type='text/css'>
  23. <link href='http://fonts.googleapis.com/css?family=PT+Mono' rel='stylesheet' type='text/css'>
  24. <link href='http://fonts.googleapis.com/css?family=Pacifico' rel='stylesheet' type='text/css'>
  25. <link href='http://fonts.googleapis.com/css?family=Calligraffitti' rel='stylesheet' type='text/css'>
  26. <link href='http://fonts.googleapis.com/css?family=Indie+Flower' rel='stylesheet' type='text/css'>
  27. <link href='http://fonts.googleapis.com/css?family=Six+Caps' rel='stylesheet' type='text/css'>
  28. <link href='http://fonts.googleapis.com/css?family=Permanent+Marker' rel='stylesheet' type='text/css'>
  29. <link href='http://fonts.googleapis.com/css?family=Fondamento' rel='stylesheet' type='text/css'>
  30. <link href='http://fonts.googleapis.com/css?family=Bangers' rel='stylesheet' type='text/css'>
  31. <link href='http://fonts.googleapis.com/css?family=Satisfy' rel='stylesheet' type='text/css'>
  32. <link href='http://fonts.googleapis.com/css?family=Dosis' rel='stylesheet' type='text/css'>
  33. <link href='https://fonts.googleapis.com/css?family=Homemade+Apple' rel='stylesheet' type='text/css'>
  34. <link href='https://fonts.googleapis.com/css?family=Great+Vibes' rel='stylesheet' type='text/css'>
  35. <link href='https://fonts.googleapis.com/css?family=Bad+Script' rel='stylesheet' type='text/css'>
  36. <link href='https://fonts.googleapis.com/css?family=Roboto:700' rel='stylesheet' type='text/css'>
  37. <link href='https://fonts.googleapis.com/css?family=Ubuntu:700' rel='stylesheet' type='text/css'>
  38. <link href='https://fonts.googleapis.com/css?family=Nothing+You+Could+Do' rel='stylesheet' type='text/css'>
  39. <link href='https://fonts.googleapis.com/css?family=Meddon' rel='stylesheet' type='text/css'>
  40. <link href='https://fonts.googleapis.com/css?family=Khand' rel='stylesheet' type='text/css'>
  41. <link href='https://fonts.googleapis.com/css?family=Black+Ops+One' rel='stylesheet' type='text/css'>
  42. <link href='https://fonts.googleapis.com/css?family=Kristi' rel='stylesheet' type='text/css'>
  43. <link href='https://fonts.googleapis.com/css?family=Waiting+for+the+Sunrise' rel='stylesheet' type='text/css'>
  44. <link href='https://fonts.googleapis.com/css?family=Dancing+Script' rel='stylesheet' type='text/css'>
  45. <link href='https://fonts.googleapis.com/css?family=Rock+Salt' rel='stylesheet' type='text/css'>
  46. <link href='https://fonts.googleapis.com/css?family=Yellowtail' rel='stylesheet' type='text/css'>
  47. <link href='https://fonts.googleapis.com/css?family=Alex+Brush' rel='stylesheet' type='text/css'>
  48.  
  49. <script type="text/javascript"
  50. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  51. <script>
  52. $(document).ready(function() {
  53. //
  54. $('a.poplight[href^=#]').click(function() {
  55. var popID = $(this).attr('rel'); //Get Popup Name
  56. var popURL = $(this).attr('href'); //Get Popup href to define size
  57. var query= popURL.split('?');
  58. var dim= query[1].split('&');
  59. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  60. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  61. var popMargTop = ($('#' + popID).height() + 80) / 2;
  62. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  63. //Apply Margin to Popup
  64. $('#' + popID).css({
  65. 'margin-top' : -popMargTop,
  66. 'margin-left' : -popMargLeft
  67. });
  68. $('body').append('<div id="fade"></div>');
  69. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  70. return false;
  71. });
  72. $('a.close, #fade').live('click', function() {
  73. $('#fade , .popup_block, .question_block').fadeOut(function() {
  74. $('#fade, a.close').remove(); //fade them both out
  75. });
  76. return false;
  77. });
  78. });
  79. </script>
  80.  
  81.  
  82. <style type="text/css">
  83.  
  84. .popup_block{
  85. display:none;
  86. float:left;
  87. background-image: url('http://i.imgur.com/78FCz2E.png');
  88. background-color: #000;
  89. height:500px;
  90. position:fixed;
  91. top:50%; left: 50%;
  92. z-index:9999999999999;
  93. opacity:1;
  94. }
  95.  
  96.  
  97. *html #fade {position: absolute;}
  98. *html .popup_block {position: absolute;}
  99. #fade {
  100. display:none;
  101. position:fixed;
  102. left:0px;
  103. top:0px;
  104. width:100%;
  105. height:100%;
  106. z-index:999999;
  107. background:#000001;
  108. opacity:1;
  109. }
  110.  
  111.  
  112. #text {
  113. top:50%; *
  114. left:50%; *
  115. margin-top:50px; *
  116. margin-left:450px; *
  117. width:270px; **
  118. height:200px; **
  119. overflow:scroll; **
  120. text-align:justify;
  121. font-family:calibri;
  122. font-size:10px;
  123. color:#fff;
  124. background:transparent;
  125. }
  126.  
  127. #heading {
  128. top:50%;
  129. left:50%;
  130. margin-top:12px;
  131. text-align:left;
  132. margin-left:05px;
  133. font-family:"prata";
  134. font-size:40px;
  135. color:#fff;
  136. background:transparent;
  137. text-shadow: 0px 0px 14px #fff;
  138. }
  139.  
  140. #poptext2 {
  141. margin-top:225px;
  142. margin-left:185px;
  143. width:260px;
  144. height:245px;
  145. font-family:'calibri';
  146. font-size:12px;
  147. overflow:scroll;
  148. text-align:justify;
  149. }
  150.  
  151. #poptext {
  152. margin-top:226px;
  153. margin-left:172px;
  154. width:260px;
  155. height:244px;
  156. font-family:'calibri';
  157. font-size:12px;
  158. overflow:scroll;
  159. text-align:justify;
  160. }
  161.  
  162. .question_block{
  163. height:300px;
  164. display: none;
  165. float: left;
  166. position: fixed;
  167. top: 50%; left: 50%;
  168. z-index: 999999999999;
  169. }
  170.  
  171.  
  172.  
  173.  
  174.  
  175. para {
  176. font-family: 'Prata', serif;
  177. color:#000;
  178. text-shadow:0 0 2px #fff;
  179. font-size:15px;
  180.  
  181. }
  182.  
  183. /*edit scrollbar*/
  184.  
  185. ::-webkit-scrollbar-thumb {
  186. height:auto;
  187. }
  188.  
  189. ::-webkit-scrollbar {
  190. height:4px;
  191. width:3px;
  192. padding-right:2px;
  193. }
  194. /*edit the body this is what post text looks like, background color, etc.*/
  195.  
  196. body {
  197. background-image:url("http://i.imgur.com/VQ1mOMd.png");
  198. background-position:center bottom;
  199. background-attachment:fixed;
  200. background-repeat:no-repeat;
  201. margin:0px;
  202. background-color:#9c9797;
  203. color:#fff;
  204. font-family:arial;
  205. font-size:16px;
  206. line-height:120%;
  207. overflow-x:hidden;
  208. overflow-y:hidden;
  209. }
  210.  
  211.  
  212. /*edit links*/
  213.  
  214. a {
  215. text-decoration:none;
  216. outline:none;
  217. -moz-outline-style:none;
  218. color:#b2aba0;
  219. -moz-transition-duration:0.8s;
  220. -webkit-transition-duration:0.8s;
  221. -o-transition-duration:0.8s;
  222. text-transform:uppercase;
  223. }
  224.  
  225. /*edit link hover*/
  226.  
  227. a:hover {
  228. color:#fff;
  229. outline:none;
  230. -moz-outline-style:none;
  231. text-decoration:none;
  232. border-radius: 20px 20px 20px 20px #851e1a;
  233. -webkit-filter: blur(0px);
  234. }
  235.  
  236. img {
  237. opacity:.8;
  238. -webkit-filter: Grayscale(50%);
  239. -webkit-transition-duration: 0.8s;
  240. -moz-transition-duration:0.8s;
  241. transition-duration:0.8s;
  242. -o-transition-duration:0.8s;
  243. -webkit-filter: blur(0px);
  244. border-radius: 20px 20px 20px 20px #000;
  245. }
  246.  
  247. img:hover {
  248. opacity:1;
  249. -webkit-filter: Grayscale(0%);
  250. -webkit-transition: all 0.8s ease-out;
  251. -moz-transition: all 0.8s ease-out;
  252. transition: all 0.8s ease-out;
  253. -webkit-filter: blur(0px);
  254. border-radius: 20px 20px 20px 20px #000;
  255.  
  256. }
  257.  
  258. blockquote {
  259. padding-left:5px;
  260. border-left:1px solid #fff;
  261. border-radius:6px;
  262.  
  263. }
  264.  
  265. blockquote blockquote {
  266. padding-left:5px;
  267. border-left:2px solid;
  268. }
  269.  
  270. h1 {
  271. font-size:15px;
  272. text-align:left;
  273. font-family:"prata";
  274. text-align:center;
  275. line-height:115%;
  276. letter-spacing:1px;
  277. color:#fff;
  278. text-transform:uppercase;
  279. }
  280.  
  281. h2 {
  282. font-size:20px;
  283. text-align:left;
  284. font-family:"Alex Brush";
  285. text-align:center;
  286. line-height:110%;
  287. letter-spacing:1px;
  288. color:#0f210e;
  289. }
  290.  
  291. h3 {
  292. font-size:20px;
  293. text-align:left;
  294. font-family:"kristi";
  295. text-align:center;
  296. line-height:110%;
  297. letter-spacing:1px;
  298. color:#fff;
  299. }
  300.  
  301. h4 {
  302. font-size:16px;
  303. text-align:left;
  304. font-family:"Yellowtail";
  305. text-align:center;
  306. line-height:110%;
  307. letter-spacing:1px;
  308. color:#6a3d3f;
  309. }
  310.  
  311. h5 { /*this is for home link*/
  312. font-size:20px;
  313. text-align:left;
  314. font-family:"prata";
  315. text-align:center;
  316. line-height:110%;
  317. letter-spacing:1px;
  318. color:#fff;
  319. }
  320.  
  321. h6 { /*this is for pagination*/
  322. font-size:8px;
  323. font-family:"prata";
  324. text-align:center;
  325. line-height:110%;
  326. letter-spacing:1px;
  327. width:250px;
  328. color:#fff;
  329. }
  330.  
  331. pre {
  332. font-family:calibri;
  333. font-size:9px;
  334. color:#fff;
  335. text-shadow:0px 0px 1px #222;
  336. letter-spacing:1px;
  337. text-align:center;
  338. text-transform:uppercase;
  339. padding:5px;
  340. background:url('http://i.imgur.com/dmIfI8S.png');
  341. background-position:top center;
  342. border-radius:10px 3px 10px 3px;
  343. border:3px double #222;
  344. }
  345.  
  346.  
  347.  
  348. #title {
  349. color:#fff;
  350. font-family:arial;
  351. font-size:16px;
  352. text-transform:lowercase;
  353. font-weight:bold;
  354. letter-spacing:0px;
  355. padding:4px;
  356. margin-top:-20px;
  357. margin-left:-14px;
  358. position:fixed;
  359. text-align:left;
  360. }
  361.  
  362.  
  363. #navi {
  364. float:left;
  365. width:115px;
  366. padding:3px;
  367. }
  368.  
  369. #muses {
  370. width:125px;
  371. float:left;
  372. overflow:auto;
  373. margin:1px 2px;
  374. }
  375.  
  376. .muses text {
  377. height:50px;
  378. overflow:scroll;
  379. }
  380.  
  381.  
  382. /*sidebar links*/
  383.  
  384. .links {
  385. position: fixed;
  386. font-style:none;
  387. left:50%;
  388. bottom:240px;
  389. margin-left:130px;
  390. font-size:20px;
  391. line-height: 850%;
  392. text-align: left;
  393. width:300px;
  394. margin-right: auto;
  395. -ms-transform: rotate(0deg); /* IE 9 */
  396. -webkit-transform: rotate(0deg); /* Safari */
  397. transform: rotate(0deg)
  398.  
  399. }
  400.  
  401. .links a {
  402. -webkit-filter:blur(0px);
  403. letter-spacing: 1px;
  404. padding:3px;
  405. text-shadow: 1px 0px 1px #fff;
  406.  
  407. }
  408.  
  409. .links a:hover {
  410. color:#fff;
  411. opacity:1;
  412. -webkit-transition: all 0.8s ease-out;
  413. -moz-transition: all 0.8s ease-out;
  414. transition: all 0.8s ease-out;
  415. -webkit-filter:blur(3px);
  416. }
  417.  
  418. .alinks {
  419. position: fixed;
  420. font-style:none;
  421. left:50%;
  422. bottom:180px;
  423. margin-left:235px;
  424. font-size:18px;
  425. word-spacing:2px;
  426. line-height: 850%;
  427. text-align: left;
  428. width:20px;
  429. margin-right: auto;
  430. -ms-transform: rotate(0deg); /* IE 9 */
  431. -webkit-transform: rotate(0deg); /* Safari */
  432. transform: rotate(0deg)
  433.  
  434.  
  435. }
  436.  
  437. .alinks a {
  438. -webkit-filter:blur(0px);
  439. letter-spacing: 1px;
  440. padding:3px;
  441. text-shadow: 1px 0px 1px #fff;
  442.  
  443. }
  444.  
  445. .alinks a:hover {
  446. color:#000;
  447. opacity:1;
  448. -webkit-transition: all 0.8s ease-out;
  449. -moz-transition: all 0.8s ease-out;
  450. transition: all 0.8s ease-out;
  451. -webkit-filter:blur(3px);
  452. }
  453.  
  454. .blinks {
  455. position: fixed;
  456. font-style:none;
  457. left:50%;
  458. bottom:180px;
  459. margin-left:250px;
  460. font-size:18px;
  461. word-spacing:2px;
  462. line-height: 850%;
  463. text-align: left;
  464. width:20px;
  465. margin-right: auto;
  466. -ms-transform: rotate(0deg); /* IE 9 */
  467. -webkit-transform: rotate(0deg); /* Safari */
  468. transform: rotate(0deg)
  469.  
  470. }
  471.  
  472. .blinks a {
  473. -webkit-filter:blur(0px);
  474. letter-spacing: 1px;
  475. padding:3px;
  476. text-shadow: 1px 0px 1px #fff;
  477. }
  478.  
  479. .blinks a:hover {
  480. color:#000;
  481. opacity:1;
  482. -webkit-transition: all 0.8s ease-out;
  483. -moz-transition: all 0.8s ease-out;
  484. transition: all 0.8s ease-out;
  485. -webkit-filter:blur(3px);
  486. }
  487.  
  488. .clinks {
  489. position: fixed;
  490. font-style:none;
  491. left:50%;
  492. bottom:180px;
  493. margin-left:272px;
  494. font-size:18px;
  495. word-spacing:2px;
  496. line-height: 850%;
  497. text-align: left;
  498. width:20px;
  499. margin-right: auto;
  500. -ms-transform: rotate(0deg); /* IE 9 */
  501. -webkit-transform: rotate(0deg); /* Safari */
  502. transform: rotate(0deg)
  503. }
  504.  
  505. .clinks a {
  506. -webkit-filter:blur(0px);
  507. letter-spacing: 1px;
  508. padding:3px;
  509. text-shadow: 1px 0px 1px #fff;
  510. }
  511.  
  512. .clinks a:hover {
  513. color:#000;
  514. opacity:1;
  515. -webkit-transition: all 0.8s ease-out;
  516. -moz-transition: all 0.8s ease-out;
  517. transition: all 0.8s ease-out;
  518. -webkit-filter:blur(3px);
  519. }
  520.  
  521. .dlinks {
  522. position: fixed;
  523. font-style:none;
  524. left:50%;
  525. bottom:450px;
  526. margin-left:278px;
  527. font-size:19px;
  528. word-spacing:2px;
  529. line-height: 850%;
  530. text-align: left;
  531. width:20px;
  532. margin-right: auto;
  533. -ms-transform: rotate(-40deg); /* IE 9 */
  534. -webkit-transform: rotate(-40deg); /* Safari */
  535. transform: rotate(-40deg)
  536. }
  537.  
  538. .dlinks a {
  539. -webkit-filter:blur(0px);
  540. letter-spacing: 1px;
  541. padding:3px;
  542. text-shadow: 1px 0px 1px #fff;
  543. }
  544.  
  545. .dlinks a:hover {
  546. color:#000;
  547. opacity:1;
  548. -webkit-transition: all 0.8s ease-out;
  549. -moz-transition: all 0.8s ease-out;
  550. transition: all 0.8s ease-out;
  551. -webkit-filter:blur(3px);
  552. }
  553.  
  554. .elinks {
  555. position: fixed;
  556. font-style:none;
  557. left:50%;
  558. bottom:180px;
  559. margin-left:300px;
  560. font-size:18px;
  561. word-spacing:2px;
  562. line-height: 850%;
  563. text-align: left;
  564. width:20px;
  565. margin-right: auto;
  566. -ms-transform: rotate(0deg); /* IE 9 */
  567. -webkit-transform: rotate(0deg); /* Safari */
  568. transform: rotate(0deg)
  569.  
  570. }
  571.  
  572. .elinks a {
  573. -webkit-filter:blur(0px);
  574. letter-spacing: 1px;
  575. padding:3px;
  576. text-shadow: 1px 0px 1px #fff;
  577.  
  578. }
  579.  
  580. .elinks a:hover {
  581. color:#000;
  582. opacity:1;
  583. -webkit-transition: all 0.8s ease-out;
  584. -moz-transition: all 0.8s ease-out;
  585. transition: all 0.8s ease-out;
  586. -webkit-filter:blur(3px);
  587. }
  588.  
  589. .flinks {
  590. position: fixed;
  591. font-style:none;
  592. left:50%;
  593. bottom:250px;
  594. margin-left:310px;
  595. font-size:30px;
  596. word-spacing:2px;
  597. line-height: 850%;
  598. text-align: left;
  599. width:20px;
  600. margin-right: auto;
  601. -ms-transform: rotate(20deg); /* IE 9 */
  602. -webkit-transform: rotate(20deg); /* Safari */
  603. transform: rotate(20deg)
  604.  
  605. }
  606.  
  607. .flinks a {
  608. -webkit-filter:blur(0px);
  609. letter-spacing: 1px;
  610. padding:3px;
  611. text-shadow: 1px 0px 1px #fff;
  612.  
  613. }
  614.  
  615. .flinks a:hover {
  616. color:#000;
  617. opacity:1;
  618. -webkit-transition: all 0.8s ease-out;
  619. -moz-transition: all 0.8s ease-out;
  620. transition: all 0.8s ease-out;
  621. -webkit-filter:blur(3px);
  622. }
  623.  
  624. #description {
  625. width:208px;
  626. font-size:11px;
  627. padding:5px;
  628. text-align:justify;
  629. letter-spacing:0px;
  630. line-height:90%;
  631. margin-left:-16px;
  632. margin-top:-2px;
  633. }
  634.  
  635. /* this is the box that comes up when you hover over something with a title*/
  636.  
  637. #s-m-t-tooltip {
  638. margin-left:15px;
  639. margin-top:-21px;
  640. letter-spacing:0px;
  641. font-family:"prata";
  642. text-transform:auto;
  643. font-size:12px;
  644. color:#fff;
  645. padding: 3px;
  646. z-index:99999999999999999999999;
  647. -webkit-transition:all 1.5s;
  648. -moz-transition:all 1.5s;
  649. -ms-transition:all 1.5s;
  650. -o-transition:all 1.5s;
  651. transition:all 1.5s;
  652. }
  653.  
  654. .buttons {
  655. display:inline-block;
  656. width:90px;
  657. border-top:1px solid #fff;
  658. border-bottom:1px solid #fff;
  659. margin:5px;
  660. padding:5px;
  661. text-align:center;
  662. }
  663.  
  664. /*next page and previous page*/
  665.  
  666. #pagination {
  667. left:50%;
  668. bottom:330px;
  669. font-size:12px;
  670. margin-left:-15px;
  671. color:#fff;
  672. position: absolute;
  673. font-family:"prata";
  674. text-align: left;
  675. letter-spacing:2px;
  676. padding-left:87px;
  677. width:300px;
  678. word-spacing:2px;
  679. text-transform:lowercase;
  680. -ms-transform: rotate(90deg); /* IE 9 */
  681. -webkit-transform: rotate(90deg); /* Safari */
  682. transform: rotate(90deg)
  683.  
  684.  
  685. }
  686.  
  687. #pagination a {
  688. padding:0 3px;
  689. opacity:2;
  690. -webkit-filter: Grayscale(0%);
  691. -webkit-transition: all 0.8s ease-out;
  692. -moz-transition: all 0.8s ease-out;
  693. transition: all 0.8s ease-out;
  694. -webkit-filter: blur(0px)
  695.  
  696. }
  697.  
  698. #pagination a:hover {
  699. color:#000;
  700. opacity:1;
  701. -webkit-transition: all 0.8s ease-out;
  702. -moz-transition: all 0.8s ease-out;
  703. transition: all 0.8s ease-out;
  704. -webkit-filter:blur(.8px);
  705. }
  706.  
  707.  
  708. #container {
  709. position: fixed;
  710. width:255px;
  711. height:500px;
  712. left:50%;
  713. bottom:120px;
  714. margin-left:-170px;
  715. overflow: auto;
  716. text-align:justify;
  717. }
  718.  
  719. #post {
  720. width:250px;
  721. margin-top:5px;
  722. font-size:12px;
  723. line-height:110%;
  724. padding-top:10px;
  725. margin-bottom:20px;
  726. margin-left:auto;
  727. margin-right:auto;
  728. }
  729.  
  730. #post blockquote {
  731. padding-left:10px;
  732. margin-left:10px;
  733. border-left:#333 1px solid;
  734. }
  735.  
  736.  
  737. /*italics and bold stuffs. here is where you can put new fonts, many i have already supplied you with!*/
  738.  
  739. b, strong, bold {
  740. color: #0f210e;
  741. font-size:20px;
  742. font-family:"Oswald";
  743. letter-spacing:2px;
  744. line-height:115%;
  745. font-weight: bold;
  746. text-transform:none;
  747. }
  748.  
  749. i, em, italic {
  750. color: #fff;
  751. font-size:20px;
  752. line-height:115%;
  753. font-family:"dancing script";
  754. text-transform:lowercase;
  755. letter-spacing:2px;
  756.  
  757. }
  758.  
  759. /*time posted, note count, via and source*/
  760.  
  761. #info {
  762. width:120px;
  763. font-size:16px;
  764. padding:4px 0px 1px 0px;
  765. margin:0px 0px 40px 0px;
  766. letter-spacing:4px;
  767. font-size:22px;
  768. }
  769.  
  770. #info a {
  771. color:#222;
  772. text-shadow:none;
  773. }
  774.  
  775. #info a:hover {
  776. color:#46454a;
  777. text-shadow:0px 0px 1px #46454a;
  778. }
  779.  
  780.  
  781. /*tags*/
  782.  
  783. .tags {
  784. width:237px;
  785. margin-top:4px;
  786. margin-left:-1px;
  787. padding:2px;
  788. font-family:"calibri";
  789. letter-spacing:0px;
  790. font-size:10px;
  791. text-align:center;
  792.  
  793. }
  794.  
  795. .tags a {
  796. color:#fff;
  797. }
  798.  
  799. .tags a:hover {
  800. color:#fff;
  801. -webkit-filter:blur(.8px);
  802. }
  803.  
  804. .postnote {
  805. width:237px;
  806. margin-top:40px;
  807. font-family:arial;
  808. text-transform:lowercase;
  809. font-style:normal;
  810. letter-spacing:0px;
  811. font-size:10px;
  812. text-align:left;
  813. }
  814.  
  815. .verses img {
  816. float:center;
  817. -webkit-filter: grayscale(0%);
  818. width:260px;
  819. height:100px;
  820. }
  821.  
  822. .pic img {
  823. float: center;
  824. padding: 0px;
  825. margin-right: 10px;
  826. width: 100px;
  827. height: 100px;
  828. }
  829.  
  830. /*here go asks*/
  831.  
  832. #ask {
  833. width:220px;
  834. margin-left:5px;
  835. font-size:15px;
  836. text-align:center;
  837. font-family:arial;
  838. font-style:italic;
  839. text-transform:lowercase;
  840. color:#aaa;
  841. }
  842.  
  843. #ask a {
  844. color:#46454a;
  845. text-shadow:0px 0px 1px #46454a;
  846. text-transform:lowercase;
  847. }
  848.  
  849. #ask a:hover {
  850. color:#46454a;
  851. text-shadow:0px 0px 3px #46454a;
  852. letter-spacing:2px;
  853. }
  854.  
  855. #q {
  856. width:220px;
  857. margin-left:5px;
  858. padding:10px;
  859. text-align:center;
  860. font-family:calibri;
  861. font-size:12px;
  862. color:#ccc;
  863. text-shadow:0px 0px 1px #222;
  864. border-radius:3px 5px 3px 5px;
  865. border:1px solid #1d1d1d;
  866. background:url('http://i.imgur.com/dmIfI8S.png');
  867. }
  868.  
  869. #ans {
  870. text-align:justify;
  871. padding:5px;
  872. }
  873.  
  874.  
  875.  
  876.  
  877. /*audio player container*/
  878.  
  879. .playercontainer {
  880. text-align:left;
  881. padding:10px;
  882. padding-left:0px;
  883. background-color:#000;
  884. width:250px;
  885. }
  886.  
  887. /*artist, song, etc.*/
  888.  
  889. .musicinfo {
  890. padding-top:7px;
  891. padding-left:50px;
  892. color:#fff;
  893. text-align:justify;
  894. }
  895.  
  896. #updates {
  897. position:fixed;
  898. width:190px;
  899. height:240px;
  900. left:50%;
  901. bottom:183px;
  902. margin-left:-473px;
  903. font-size:11px;
  904. padding:5px;
  905. overflow:scroll;
  906. text-align:center;
  907. }
  908.  
  909. /*credit. only change this if you actually make the code your own*/
  910.  
  911. #credit {
  912. position:fixed;
  913. font-size:18px;
  914. color:#88201a;
  915. font-weight:none;
  916. line-height:50%;
  917. letter-spacing:2px;
  918. font-family:'prata';
  919. right:20px;
  920. bottom:15px;
  921. text-transform:none;
  922. text-align:left;
  923. -webkit-transition: all 0.5s ease-in-out;
  924. -moz-transition: all 0.5s ease-in-out;
  925. -o-transition: all 0.5s ease-in-out;
  926. }
  927.  
  928. #credit a {
  929. letter-spacing: 0px;
  930. padding:3px;
  931. color:#656565;
  932. text-shadow: 0px 0px 2px #444;
  933. }
  934.  
  935. #credit a:hover {
  936. background:#070707;
  937. color:#fff;
  938. text-shadow: 0px 0px 2px #88201a;
  939. }
  940.  
  941.  
  942.  
  943.  
  944. {CustomCSS}</style></head><body>
  945. <script src=“http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js”></script>
  946. <script src=“http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js”></script>
  947. <script>
  948. (function($){
  949. $(document).ready(function(){
  950. $("a[title]").style_my_tooltips({
  951. tip_follows_cursor:true,
  952. tip_delay_time:7,
  953. tip_fade_speed:7,
  954. attribute:"title"
  955. });
  956. });
  957. })(jQuery);
  958. </script>
  959.  
  960.  
  961. <!-- YOUR UPDATES TAB -->
  962. <div id="updates">
  963. <b>Olivia Benson</b><br>
  964. indie law & order svu rp
  965. <pre>written by manon</pre>
  966.  
  967. </div>
  968. <!-- END UPDATES TAB -->
  969.  
  970.  
  971. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  972. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  973. <script>
  974.  
  975. (function($){
  976.  
  977. $(document).ready(function(){
  978.  
  979. $("a[title]").style_my_tooltips({
  980.  
  981. tip_follows_cursor:true,
  982.  
  983. tip_delay_time:50,
  984.  
  985. tip_fade_speed:600,
  986.  
  987. attribute:"title"
  988.  
  989. });
  990.  
  991. });
  992.  
  993. })(jQuery);
  994.  
  995. </script>
  996.  
  997.  
  998.  
  999.  
  1000. <div class="links">
  1001. <h5><a href="/" title="home">Lana Winters</a></h5></div>
  1002.  
  1003. <div class="alinks">
  1004. <a href="#?w=400" title="interview" rel="box1" class="poplight">i</a></div>
  1005.  
  1006. <div class="blinks">
  1007. <a href="#?w=600" title="autobiography" rel="box6" class="poplight">ii</a></div>
  1008.  
  1009. <div class="clinks">
  1010. <a href="#?w=600" title="guidelines" rel="box2" class="poplight">iii</a></div>
  1011.  
  1012. <div class="elinks">
  1013. <a href="/navigation" title="navigation">iv</a></div>
  1014.  
  1015.  
  1016.  
  1017.  
  1018.  
  1019.  
  1020.  
  1021.  
  1022.  
  1023. </div>
  1024.  
  1025. <div id="description">{Description}</div>
  1026.  
  1027.  
  1028. <div id="pagination">
  1029. {block:Pagination}
  1030. {block:PreviousPage}
  1031. <a href="{PreviousPage}">back</a>
  1032. {/block:PreviousPage}
  1033.  
  1034.  
  1035. {block:NextPage}
  1036. <a href="{NextPage}">/ forth</a>
  1037. {/block:NextPage}
  1038. {/block:Pagination}
  1039. </div>
  1040.  
  1041.  
  1042.  
  1043. </div>
  1044.  
  1045.  
  1046. <div id="container">{block:Posts}<div id="post">
  1047.  
  1048. {block:Text}<h1>{block:Title}<big><big><center>{Title}</center></big></big>{/block:Title}</h1>{Body}{/block:Text}
  1049.  
  1050. {block:Quote}<big><b><center>"{Quote}"</center></b></big>{block:Source}<p></p>— {Source}{/block:Source}{/block:Quote}
  1051.  
  1052. {block:Chat}{block:Title}<h1><center>{Title}</center></h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  1053.  
  1054. {block:Video}{Video-250}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  1055.  
  1056. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-250}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  1057.  
  1058. {block:Photoset}{Photoset-250}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  1059.  
  1060. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  1061.  
  1062.  
  1063. {block:AudioPlayer}
  1064. <div class="playercontainer"> <div style="padding: 5px 0px 5px 5px;width:inherit;background:#fff; border:2px solid #fff; width:30px;overflow:hidden; position:absolute;font-weight:bold;"> {AudioPlayer}</div><div class="musicinfo">{block:TrackName}<span style="#fff">{TrackName}</span>{/block:TrackName}{block:Artist}<br/>{Artist} {/block:Artist}<br>{block:PlayCount}{PlayCountWithLabel}{/block:PlayCount}</div></div>{block:Caption}{Caption}{/block:Caption}{/block:AudioPlayer}
  1065.  
  1066. {block:Answer}
  1067. <div id="ask">{Asker}</div>
  1068. <div id="q">{Question}</div>
  1069. <br/>{Answer}{/block:Answer}
  1070.  
  1071. {block:Date}
  1072. <div id="info">
  1073. <a href="{Permalink}" title="{ShortMonth} {DayOfMonthWithZero} - {TimeAgo}" style="position:absolute; margin-left:25px; margin-top:6px;-webkit-transform: rotate(-20deg);-ms-transform: rotate(-20deg);transform: rotate(-20deg);">*</a>
  1074. <a href="{Permalink}" title="{NoteCountWithLabel}" style="position:absolute; margin-left:3px; margin-top:5px;font-size:25px;-webkit-transform: rotate(20deg);-ms-transform: rotate(20deg);transform: rotate(20deg);">△</a>
  1075. <a href={ReblogURL} target=”_blank” class=”details” title="Reblog" style="position:absolute; margin-left:5px; margin-top:23px;font-size:17px;-webkit-transform: rotate(-50deg);-ms-transform: rotate(-50deg);transform: rotate(-50deg);">▲</a>
  1076. {block:ContentSource}<!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->{/block:ContentSource}
  1077. <!-- {block:NoRebloggedFrom}{block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}{/block:NoRebloggedFrom} -->
  1078. </div>
  1079. {/block:Date}
  1080.  
  1081. {block:HasTags}
  1082. <div class="tags">
  1083. {block:Tags}<a href="{TagURL}" title="{Tag}">&nbsp;#{Tag}&nbsp;</a>{/block:Tags}</div>
  1084.  
  1085. <div class="postnote">
  1086. {block:PostNotes}{PostNotes}{/block:PostNotes}
  1087. </div>
  1088. </div>
  1089. {/block:Posts}
  1090.  
  1091.  
  1092.  
  1093.  
  1094. </div></div></div></div>
  1095. </div>
  1096.  
  1097. <div id="credit"><a href="http://butscrewmefirst.tumblr.com" title="credit">Ⓜ</a></div>
  1098.  
  1099. </body>
  1100.  
  1101. </div></div></div></div></div></div></div></div></div></div>
  1102. <div id="box1" class="question_block">
  1103. <iframe frameborder="0" height="200" id="ask_form" scrolling="yes" src="http://www.tumblr.com/ask_form/{Name}.tumblr.com" width="100%"></iframe>
  1104. </div>
  1105. </div></div></div></div></div></div></div></div></div></div>
  1106.  
  1107. <div id="box2" class="popup_block">
  1108. <div id="heading">GUIDELINES</div>
  1109. <div id="poptext">
  1110. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut tristique commodo sagittis. Maecenas a facilisis odio, VITAE ACCUMSAN FELIS. Etiam metus turpis, feugiat ac sodales quis, iaculis a dolor. Suspendisse sagittis non ligula tempor condimentum. Quisque pretium sem tellus, id fringilla lorem posuere non. Sed pretium luctus pulvinar. Sed pharetra nulla id nisl rutrum maximus. Fusce eu congue nisi. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.<p>
  1111. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut tristique commodo sagittis. Maecenas a facilisis odio, VITAE ACCUMSAN FELIS. Etiam metus turpis, feugiat ac sodales quis, iaculis a dolor. Suspendisse sagittis non ligula tempor condimentum. Quisque pretium sem tellus, id fringilla lorem posuere non. Sed pretium luctus pulvinar. Sed pharetra nulla id nisl rutrum maximus. Fusce eu congue nisi. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.<p>
  1112. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut tristique commodo sagittis. Maecenas a facilisis odio, VITAE ACCUMSAN FELIS. Etiam metus turpis, feugiat ac sodales quis, iaculis a dolor. Suspendisse sagittis non ligula tempor condimentum. Quisque pretium sem tellus, id fringilla lorem posuere non. Sed pretium luctus pulvinar. Sed pharetra nulla id nisl rutrum maximus. Fusce eu congue nisi. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.<p>
  1113. </div>
  1114. </div>
  1115.  
  1116. </div></div></div></div></div></div></div></div></div></div>
  1117.  
  1118.  
  1119. <div id="box6" class="popup_block">
  1120. <div id="heading">BIOGRAPHY</div>
  1121. <div id="poptext">
  1122. <img src="http://i.imgur.com/aB1KCnl.gif" class="verses"></center><br>
  1123. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut tristique commodo sagittis. Maecenas a facilisis odio, VITAE ACCUMSAN FELIS. Etiam metus turpis, feugiat ac sodales quis, iaculis a dolor. Suspendisse sagittis non ligula tempor condimentum. Quisque pretium sem tellus, id fringilla lorem posuere non. Sed pretium luctus pulvinar. Sed pharetra nulla id nisl rutrum maximus. Fusce eu congue nisi. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.<p>
  1124. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut tristique commodo sagittis. Maecenas a facilisis odio, VITAE ACCUMSAN FELIS. Etiam metus turpis, feugiat ac sodales quis, iaculis a dolor. Suspendisse sagittis non ligula tempor condimentum. Quisque pretium sem tellus, id fringilla lorem posuere non. Sed pretium luctus pulvinar. Sed pharetra nulla id nisl rutrum maximus. Fusce eu congue nisi. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.<p>
  1125. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut tristique commodo sagittis. Maecenas a facilisis odio, VITAE ACCUMSAN FELIS. Etiam metus turpis, feugiat ac sodales quis, iaculis a dolor. Suspendisse sagittis non ligula tempor condimentum. Quisque pretium sem tellus, id fringilla lorem posuere non. Sed pretium luctus pulvinar. Sed pharetra nulla id nisl rutrum maximus. Fusce eu congue nisi. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.
  1126.  
  1127. </div>
  1128. </div>
  1129. </div>
  1130.  
  1131. </div></div></div></div></div></div></div></div></div></div>
  1132.  
  1133.  
  1134.  
  1135.  
  1136.  
  1137.  
  1138.  
  1139.  
  1140.  
  1141.  
  1142.  
  1143.  
  1144.  
  1145.  
  1146. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement