Advertisement
tsiappoworks

RICKSPLOSION

May 7th, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.32 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3. <link href='https://fonts.googleapis.com/css?family=Oswald' rel='stylesheet' type='text/css'>
  4.  
  5.  
  6. <!----------------------POPUP_BLOCK SCRIPT BELOW-------------------------->
  7. <script type="text/javascript"
  8. src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  9. <script>
  10. $(document).ready(function() {
  11. //
  12. $('a.poplight[href^=#]').click(function() {
  13. var popID = $(this).attr('rel'); //Get Popup Name
  14. var popURL = $(this).attr('href'); //Get Popup href to define size
  15. var query= popURL.split('?');
  16. var dim= query[1].split('&');
  17. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  18. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  19. var popMargTop = ($('#' + popID).height() + 80) / 2;
  20. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  21. //Apply Margin to Popup
  22. $('#' + popID).css({
  23. 'margin-top' : -popMargTop,
  24. 'margin-left' : -popMargLeft
  25. });
  26. $('body').append('<div id="fade"></div>');
  27. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  28. return false;
  29. });
  30. $('a.close, #fade').live('click', function() {
  31. $('#fade , .popup_block, .popup_block2').fadeOut(function() {
  32. $('#fade, a.close').remove(); //fade them both out
  33. });
  34. return false;
  35. });
  36. });
  37. </script>
  38. <!-------------------- VERSES SCRIPT BELOW -------------------->
  39. <script src="http://static.tumblr.com/dxh5xq2/v6Gn8ju1e/tabs.js"></script>
  40. <!----------------------- VERSES TOGGLE BELOW ------------------>
  41. <script type="text/javascript">
  42. function unhide(divID) {
  43. var item = document.getElementById(divID);
  44. if (item) {
  45. item.className=(item.className=='hidden')?'unhidden':'hidden';
  46. }
  47. }
  48. </script>
  49.  
  50. <title>{Title}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  51. <link rel="shortcut icon" href="" />
  52. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  53. <link rel="shortcut icon" href="{Favicon}" />
  54.  
  55. <meta name="color:background" content="#afafaf">
  56. <meta name="color:Accent" content="#93a27b" />
  57. <meta name="color:Accent2" content="#c1c49f" />
  58. <meta name="color:Accent3" content="#faffe6" />
  59. <meta name="color:body font" content="#708970" />
  60.  
  61. <script type="text/javascript" src="http://static.tumblr.com/86jccts/wpsmuemne/hoverqtip.js"></script>
  62.  
  63. <style type="text/css">
  64. /*---------------------BODY--------------------*/
  65. ::-webkit-scrollbar-thumb{
  66. background-color:{color:accent2};
  67. height:auto;
  68. }
  69.  
  70. ::-webkit-scrollbar {
  71. background-color:transparent;
  72. height:auto;
  73. width:4px;
  74. }
  75.  
  76. ::-webkit-scrollbar:horizontal {
  77. background-color:transparent;
  78. height:4px;
  79. width:auto;}
  80.  
  81.  
  82. hr {
  83. border: 0;
  84. height: 1px;
  85. background-image: linear-gradient(to right, rgba(185, 210, 220, 0), rgba(48, 101, 120, 0.75), rgba(185, 210, 220, 0));
  86. }
  87.  
  88. h1 {
  89. font-weight:normal;
  90. font-size:22px;
  91. text-align:center;
  92. font-style:normal;
  93. line-height:100%;
  94. letter-spacing:1px;
  95. text-transform:normal;
  96. color:{color:accent2};
  97. font-family: 'Oswald', sans-serif;
  98. }
  99.  
  100. h2 {
  101. font-size:26px;
  102. text-align:center;
  103. line-height:100%;
  104. letter-spacing:-0.5px;
  105. color:{color:accent2};
  106. font-weight:bold;
  107. padding:5px;
  108. font-family: 'Oswald', sans-serif;
  109. }
  110.  
  111. body {
  112. margin: 0;
  113. color:{font:body font};
  114. background: url(http://static.tumblr.com/mwciju1/yBZoplolf/sanchezdos.png) no-repeat top left fixed;
  115. background-color:{color:background};
  116. font-size:11px;
  117. line-height:120%;
  118. word-wrap: break-word;
  119. font-family:Calibri, helvetica, arial, sans-serif;
  120. }
  121.  
  122. pre {
  123. white-space: pre-wrap;
  124. white-space: -moz-pre-wrap;
  125. white-space: -pre-wrap;
  126. white-space: -o-pre-wrap;
  127. word-wrap: break-word;
  128. }
  129.  
  130. small,sub,sup {
  131. font-size:12px;
  132. font-family: calibri,helvetica,arial,sans-serif;
  133. }
  134.  
  135. b,strong {
  136. color:{color:accent2};
  137. font-size:15px;
  138. font-family: 'Oswald', sans-serif;
  139. }
  140.  
  141. em,i {
  142. color:{color:accent2};
  143. font-family: 'Oswald', sans-serif;
  144. }
  145.  
  146. s,strike {
  147. color:{color:accent2};
  148. }
  149.  
  150. u,underline {
  151. color:{color:accent2};
  152. }
  153.  
  154. a {
  155. text-decoration:none;
  156. outline:none;
  157. -moz-outline-style:none;
  158. color:{color:accent2};
  159. -moz-transition-duration:0.5s;
  160. -webkit-transition-duration:0.5s;
  161. -o-transition-duration:0.5s;
  162. }
  163.  
  164. a:hover {
  165. outline:none;
  166. -moz-outline-style:none;
  167. color:#FFFFFF;
  168. }
  169.  
  170. img{border:0; max-width:100%;max-height:auto;}
  171.  
  172. .fancytitle {
  173. font-size:11px;
  174. font-family: 'Oswald', sans-serif;
  175. padding:2px 4px;
  176. border:2px solid {color:page bg};
  177. text-align:center;
  178. margin-bottom:5px;
  179. background-image:url('http://static.tumblr.com/mwciju1/wefoplpbk/selectiongreen_fade.png');
  180. background-repeat:no-repeat;
  181. background-position: top center;
  182. color:#f9fcfc;
  183. }
  184.  
  185.  
  186. /*------------------- MAIN CONTENT STUFF ------------------*/
  187.  
  188. #title{font-size:20px;line-height:25px;}
  189.  
  190. #content {
  191. position:absolute;
  192. margin-top:24px;
  193. left:609px;
  194. z-index:990;
  195. width:520px;
  196. height:497px;
  197. padding:0px;
  198. overflow-y:auto;
  199. overflow-x:hidden;
  200. color:{color:Body Font};
  201. padding:10px 0px;
  202. }
  203.  
  204. blockquote {
  205. padding:2px 5px 2px 10px;
  206. margin:5px;
  207. border-left:2px solid {color:body font};
  208. -moz-border-radius: 15px;
  209. -webkit-border-radius: 15px;
  210. }
  211.  
  212. blockquote img {
  213. max-width:100%;}
  214.  
  215. img{
  216. border:0px;
  217. max-width:100%;
  218. }
  219.  
  220. /*----------------------------- POSTS ------------------------*/
  221. #content #posts {
  222. width:500px;
  223. margin:0px auto 25px;
  224. padding: 10px 5px 6px;
  225. }
  226.  
  227. #content #posts .title {
  228. font-size:22px;
  229. line-height:25px;
  230. font-family: 'Oswald', sans-serif;
  231. letter-spacing:1px;
  232. }
  233.  
  234. #content #posts .text {
  235. font-family: Calibri, helvetica, arial, sans-serif;
  236. font-size:12px;
  237. font-weight:300;
  238. line-height:140%;
  239. }
  240.  
  241. .text ul li{
  242. list-style-type:circle;
  243. }
  244.  
  245. .asker{
  246. position:relative;
  247. float:right;
  248. margin-top:-6px;
  249. padding:2px 3px;
  250. text-transform:uppercase;
  251. }
  252.  
  253. .asker a{
  254. width:100%;
  255. -moz-border-radius: 15px;
  256. -webkit-border-radius: 15px;
  257. background-color:{color:body font};
  258. color:white;
  259. text-align:center;
  260. font-size:14px;
  261. }
  262.  
  263. /*-------------AUDIO POSTS------------*/
  264.  
  265. #audioplayer {
  266. width:30px;
  267. height:30px;
  268. overflow:hidden;
  269. position:absolute;
  270. margin-left:40px;
  271. margin-top:45px;
  272. margin-bottom:45px;
  273. opacity: 0.8;
  274. filter:alpha(opacity=80);
  275. -moz-opacity: 0.8;
  276. -khtml-opacity: 0.8;
  277. }
  278.  
  279. #albumart { float:left; margin:0px 7px;}
  280.  
  281. /*--------------------PERMALINK AND OTHER DETAILS---------------------*/
  282. #details {
  283. font-family: Calibri, helvetica, arial, sans-serif;
  284. text-align:center;
  285. width:500px;
  286. text-transform:uppercase;
  287. font-size:10px;
  288. font-style:none;
  289. margin-left:auto;
  290. margin-right:auto;
  291. color:{color:accent2};
  292. padding:2px 2px;
  293. }
  294.  
  295. #details a{
  296. text-decoration:none;
  297. color:{color:accent};
  298. -webkit-transition: all 0.3s ease-in-out;
  299. -moz-transition: all 0.3s ease-in-out;
  300. -ms-transition: all 0.3s ease-in-out;
  301. -transition: all 0.3s ease-in-out;
  302. }
  303.  
  304. #details a:hover{color: {color:accent3};}
  305.  
  306. #notes {
  307. font-family: Calibri, helvetica, arial, sans-serif;
  308. font-size:11px;
  309. color:{color:body font};
  310. }
  311.  
  312. #notes a{
  313. text-decoration:none;
  314. color:{color:accent3};
  315. }
  316.  
  317. /*------------------------CUSTOM TOOLTIP--------------------------*/
  318. div#qTip {
  319. background-image:url('http://static.tumblr.com/mwciju1/wefoplpbk/selectiongreen_fade.png');
  320. border:1px solid white;
  321. padding: 5px;
  322. display: none;
  323. text-align: center;
  324. position: absolute;
  325. font-size:13px;
  326. line-height:10px;
  327. z-index: 9999999;
  328. color:#fff;
  329. letter-spacing: 1px;
  330. font-family: 'Oswald', sans-serif;
  331. }
  332.  
  333.  
  334. /*---------------WHOA, NELLY IT'S THE POP-UP MENU!---------------*/
  335. #box1{
  336. text-align:center;
  337. color:{color:body font};
  338. font-family: Calibri, helvetica, arial, sans-serif;
  339. font-size:12px;
  340. }
  341.  
  342. .popup_block{
  343. display:none;
  344. background:#fff;
  345. padding:20px;
  346. float:left;
  347. max-height:400px;
  348. position:fixed;
  349. top:50%;left:50%;
  350. z-index: 99999;
  351. }
  352.  
  353. *html #fade {position: absolute;}
  354. *html .popup_block {position: absolute;}
  355. #fade {
  356. display:none;
  357. position:fixed;
  358. left:0px;
  359. top:0px;
  360. width:100%;
  361. height:100%;
  362. z-index:
  363. 9999;
  364. background-image:url('http://static.tumblr.com/mwciju1/cx5oplpdq/dark_embroidery.png');
  365. }
  366.  
  367. /* ---------------------------- UPDATES ------------------------------*/
  368.  
  369. #updates {
  370. font-size:11px;
  371. font-family:century gothic, arial;
  372. color:white;
  373. text-align:center;
  374. height:180px;
  375. width:240px;
  376. padding:10px;
  377. left:-10px;
  378. top:390px;
  379. z-index:10;
  380. position:fixed;
  381. overflow-x:hidden;
  382. overflow-y:auto;
  383. background-color:rgba(255,255,255,0);
  384. text-shadow:1px 1px #769e70, -1px -1px #769e70, 1px -1px #769e70, -1px 1px #769e70;
  385. }
  386.  
  387. table#nav{
  388. border-spacing:5px;
  389. }
  390.  
  391. /* the verses tabs */
  392.  
  393. ul#tabs {
  394. margin-top:-10px;
  395. list-style-type: none;
  396. padding: 0;
  397. text-align: center;
  398. font-size:10px;
  399. letter-spacing:1px;
  400. }
  401.  
  402. ul#tabs li { /*– your inactive / not viewed tabs –*/
  403. display: inline-block;
  404. background-color: transparent;
  405. border: solid 1px #bfccd1;
  406. padding: 4px 12px;
  407. margin-bottom: 4px;
  408. color: #1b1b1b;
  409. cursor: pointer;
  410. }
  411.  
  412. ul#tabs li:hover {
  413. background-color:{color:accent2};
  414. color:white;
  415. }
  416.  
  417. ul#tabs li.active { /*– your active tab –*/
  418. background-color: #0f0f0f;
  419. background-image:url('http://static.tumblr.com/mwciju1/wefoplpbk/selectiongreen_fade.png');
  420. border: 1px solid #bfccd1;
  421. color:white;
  422. }
  423.  
  424. ul#tab {
  425. list-style-type: none;
  426. margin: 0;
  427. padding: 0;
  428. }
  429.  
  430. ul#tab li {
  431. display: none;
  432. }
  433.  
  434. ul#tab li.active {
  435. display: block;
  436. }
  437.  
  438. /*--------------------CREDITS-----------------------*/
  439. #cred
  440. {
  441. position:fixed;
  442. z-index:99;
  443. width: 50px;
  444. height: 18px;
  445. font-family: Arial;
  446. font-size: 7px;
  447. text-transform: uppercase;
  448. text-align: center;
  449. bottom: 10px;
  450. left: 10px;
  451. letter-spacing: 1px;
  452. line-height: 4px;
  453. padding: 10px 3px;
  454. display: block;
  455. color:{color:body font};
  456. background: {color:background};
  457. position: fixed;
  458. }
  459.  
  460. #cred a
  461. {
  462. font-weight: bold;
  463. line-height: 17px;
  464. font-size: 15px;
  465. font-family: 'Oswald', sans-serif;
  466. text-transform: uppercase;
  467. color:{color:body font};
  468. letter-spacing: 6px;
  469. margin-left:5px;
  470. }
  471.  
  472. /*-----------------NAVIGATION---------------*/
  473. #nav{
  474. position:fixed;
  475. top:50;
  476. left:150px;
  477. font-size:40px;
  478. width:350px;
  479. }
  480.  
  481. #nav a{color:white; text-shadow:1px 1px 2px #769e70, -1px -1px 2px #769e70, 1px -1px 2px #769e70, -1px 1px 2px #769e70;}
  482.  
  483. #nav a:hover{color:#769e70;}
  484.  
  485. .link_refresh{margin-left:-20px;margin-top:65px;
  486. -ms-transform: rotate(-15deg); /* IE 9 */
  487. -webkit-transform: rotate(-15deg); /* Chrome, Safari, Opera */
  488. transform: rotate(-15deg);
  489. position:fixed;
  490. }
  491. .link_ask{margin-left:290px;margin-top:30px;}
  492. .link_story{margin-left:325px;margin-top:15px;}
  493. .link_guide{margin-left:350px;margin-top:20px;}
  494. .link_verses{margin-left:362px;margin-top:30px;}
  495. .link_ships{margin-left:360px;margin-top:32px;}
  496. .link_nav{margin-left:350px;margin-top:32px;}
  497.  
  498. /*-------------POPUP NAVI---------------*/
  499. .popupnavlinks {
  500. padding-top:5px;
  501. text-align:center; }
  502.  
  503.  
  504. .popupnavlinks a {
  505. display:inline-block;
  506. width:100px; height:8px;
  507. margin:2px; padding:6px 6px 14px;
  508. text-align:center;
  509. font-family:Calibri, helvetica, arial, sans-serif;
  510. font-size:9px;
  511. text-transform:uppercase;
  512. letter-spacing:1px;
  513. color:white;
  514. background:transparent;
  515. background-image:url(http://static.tumblr.com/mwciju1/wefoplpbk/selectiongreen_fade.png);
  516. border:1px solid {color:background};
  517. }
  518.  
  519.  
  520. .popupnavlinks a:hover {
  521. display:inline-block;
  522. width:100px; margin:2px;
  523. padding:6px 6px 14px;
  524. text-align:center;
  525. font-family:Calibri, helvetica, arial, sans-serif;
  526. font-size:9px;
  527. text-transform:uppercase;
  528. letter-spacing:1px;
  529. color:{color:accent};
  530. background:transparent }
  531.  
  532. /*--------------VERSES PAGE----------------*/
  533. .hidden {display: none;}
  534. .unhidden {display: block;}
  535.  
  536. {CustomCSS}</style>
  537. </head>
  538. <body>
  539.  
  540. <!------------------------- NAVIGATION -------------------------->
  541. <div id="nav" style="width:100%">
  542. <div class="link_refresh">
  543. <a href="/" title="refresh">♕</a> </div>
  544. <div class="link_ask">
  545. <a href="/ask" title="ask">✦</a></div>
  546. <div class="link_story">
  547. <a href="#?w=400" rel="story" class="poplight" title="story">✦</a></div>
  548. <div class="link_guide">
  549. <a href="#?w=400" rel="guide" class="poplight" title="guide">✦</a></div>
  550. <div class="link_verses">
  551. <a href="/v" title="verses">✦</a></div>
  552. <div class="link_ships">
  553. <a href="/ships" title="relationships">✦</a></div>
  554. <div class="link_nav">
  555. <a href="#?w=400" rel="navi" class="poplight" title="navigation">✦</a></div>
  556. </div>
  557.  
  558. <!-- begin updates tab -->
  559.  
  560. <div id="updates">
  561. <!------------------------ NAV END ------------------------------>
  562. established May 2017<br>
  563. written by <a href="/mun"><b>GHOST</b></a> (21+)<br>
  564. {block:Pagination}<span style="font-size:10px;letter-spacing:1.5px;border-bottom:1px solid white;">PAGINATION</span><br>
  565. {block:NextPage}<b><a href="{NextPage}" style="font-size:11px;letter-spacing:1.5px;">old</a></b>{/block:NextPage}
  566. {block:PreviousPage}&nbsp;/&nbsp;<b><a href="{PreviousPage}" style="color:white;font-size:11px;letter-spacing:1.5px;">new</a></b>{/block:PreviousPage}<br>
  567. </p>{/block:Pagination}
  568. AUTOPLAY GOES HERE
  569.  
  570. </div></div>
  571.  
  572. <!-- end updates tab -->
  573. <!---------------------- MAIN CONTENT ----------------------->
  574.  
  575. <div id="content">
  576. {block:Posts}
  577. <div id="posts">
  578. <!------------------------ PHOTOS --------------------------->
  579.  
  580. {block:Photo}
  581. {LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}
  582. {block:Caption}<div class="text">{Caption}</div>{/block:Caption}
  583. {/block:Photo}
  584.  
  585. <!------------------------ PHOTOSET -------------------------->
  586.  
  587. {block:Photoset}
  588. {Photoset-500}
  589. {block:Caption}<div class="text">{Caption}</div>{block:Caption}
  590. {/block:Photoset}
  591.  
  592. <!--------------------------- VIDEO ------------------------------>
  593.  
  594. {block:Video}
  595. {Video-500}
  596. {block:Caption}<div class="text">{Caption}</div>{/block:Caption}
  597. {/block:Video}
  598.  
  599. <!-------------------------- AUDIO ------------------------------>
  600.  
  601. {block:Audio}
  602. <div id="audioplayer">{AudioPlayerWhite}</div>
  603. <div id="albumart">{block:AlbumArt}<img src="{AlbumArtURL}" width="100">{/block:AlbumArt}</div>
  604. {block:TrackName}<b>{TrackName}</b>{/block:TrackName}<br/>
  605. {block:Artist}Artist: {Artist}{/block:Artist}<br/>
  606. {block:Album}Album: {Album}{/block:Album}<br/>
  607. {PlayCountWithLabel}
  608. {block:Caption}<br/><br/><br/><div class="text">{Caption}</div>{/block:Caption}
  609. {/block:Audio}
  610.  
  611. <!-------------------------- QUOTE ------------------------------>
  612.  
  613. {block:Quote}
  614. <div class="title" style="width:400px; margin-left:auto; margin-right:auto; line-height:20px;">“{Quote}”</div>
  615. {block:Source}<br><div class="text" style="text-align:right;">— {Source}</div>{/block:Source}
  616. {/block:Quote}
  617.  
  618. <!---------------------------- TEXT ------------------------------>
  619.  
  620. {block:Text}
  621. {block:Title}<div class="title">{Title}</div>{/block:Title}
  622. <div class="text">{Body}</div>
  623. {/block:Text}
  624.  
  625. <!--------------------------- ANSWER ------------------------------>
  626.  
  627. {block:Answer}
  628.  
  629. <div class="title" style="font-size:12px; background-color:{color:background}; padding:3px 5px;padding:5px 10px;border-top:2px solid {color:body font};-moz-border-radius: 15px;-webkit-border-radius: 15px;border-bottom:2px solid {color:body font};">{Question}</div><div class="asker">{Asker}</div><br><br>
  630.  
  631. <div class="text">{Answer}</div>
  632. {/block:Answer}
  633.  
  634. <!------------------------- CHAT ------------------------------>
  635.  
  636. {block:Chat}
  637. {block:Title}<div class="title">{Title}</div>{/block:Title}
  638. <div class="text">{block:Lines}
  639. {block:Label}<strong>{Label}</strong>{/block:Label}
  640. {Line}<br>
  641. {/block:Lines}</div>
  642. {/block:Chat}
  643.  
  644. <!-------------------------- LINK --------------------------->
  645.  
  646. {block:Link}
  647. <div class="title"><a href="{URL}">{Name}</a></div>
  648. {block:Description}<div class="text">{Description}</div>{/block:Description}
  649. {/block:Link}
  650.  
  651.  
  652. <div id="details" style="border-top:1px dotted {color:accent2};">
  653. <a href="{Permalink}">{DayOFMonthWithZero} {ShortMonth} {Year}</a> | <a href="{Permalink}">{NoteCount}</a> {block:RebloggedFrom} | <a href="{ReblogParentURL}" target="_blank">via</a>{/block:RebloggedFrom} {block:ContentSource} | <a href="{SourceURL}">source</a>{/block:ContentSource} | <a href="{ReblogURL}" target="_blank" class="details">↺</a>
  654. {block:HasTags}<div id="tags" style="border-top:1px solid #d3d096;width:406px;margin-left:auto;margin-right:auto;text-transform:none;">filed under:{block:Tags}&nbsp;&nbsp;<a href="{TagURL}">{Tag}</a>.{/block:Tags}</div>{/block:HasTags}</div></div>
  655.  
  656. {/block:Posts}
  657. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  658.  
  659. </div>
  660. <!-------------------------- ENDS --------------------------->
  661. </div>
  662.  
  663. </div></div>
  664.  
  665. </body>
  666.  
  667.  
  668. </li>
  669. </ul> <!--- important. don’t delete --->
  670. </div></div></div></div></div></div></div></div></div>
  671.  
  672. <div id="story" class="popup_block" style="font-family:calibri, helvetica, arial, sans-serif;font-size: 11px;line-height:15px;overflow:auto;color:{color:body font}">
  673.  
  674. <h1 style="text-align:center; background-image:url('http://static.tumblr.com/mwciju1/wefoplpbk/selectiongreen_fade.png');border:1px solid {color:page bg};color:white;letter-spacing:2px;padding:5px 0px;height:20px;font-size:20px;">STORY</h1>
  675.  
  676. <h1>STATS</h1>
  677.  
  678. <b>name:</b> Rick Sanchez<br>
  679. <b>age:</b> old enough<br>
  680. <b>category:</b> answer<br>
  681.  
  682. <h1>BIO</h1>
  683.  
  684. type as long as you want; the box is supposed to scroll. there's no fear of running out of room!
  685.  
  686. </div>
  687. </div></div></div></div></div></div>
  688.  
  689.  
  690. <div id="guide" class="popup_block" style="font-family:calibri, helvetica, arial, sans-serif;font-size: 11px;line-height:15px;overflow:auto;color:{color:body font}">
  691.  
  692. <h1 style="text-align:center; background-image:url('http://static.tumblr.com/mwciju1/wefoplpbk/selectiongreen_fade.png');border:1px solid {color:page bg};color:white;letter-spacing:2px;padding:5px 0px;height:20px;font-size:20px;">GUIDELINES</h1>
  693.  
  694. <p style="font-family:calibri,helvetica,arial,sans-serif;">rules go here
  695.  
  696. <p style="font-family:calibri,helvetica,arial,sans-serif;;">another paragraph
  697.  
  698. <p style="font-family:calibri,helvetica,arial,sans-serif;">and another
  699.  
  700. <p style="font-family:calibri,helvetica,arial,sans-serif;">just paste this every rule/paragraph
  701.  
  702. <blockquote><p style="font-family:calibri,helvetica,arial,sans-serif;">this is a special rule</blockquote>
  703.  
  704. <h1 style="letter-spacing:2px;text-align:center;padding:2px 5px;font-size:12px;"><b>SECOND HEADING</b></h1>
  705.  
  706. <p style="font-family:calibri,helvetica,arial,sans-serif;">just in case you wanna break things up
  707.  
  708. <p style="font-family:calibri,helvetica,arial,sans-serif;">delete this if you don't need it
  709.  
  710. </div>
  711. </div></div></div></div></div></div>
  712.  
  713. <div id="navi" class="popup_block">
  714.  
  715. <h1 style="text-align:center; background-image:url('http://static.tumblr.com/mwciju1/wefoplpbk/selectiongreen_fade.png');border:1px solid {color:page bg};color:white;letter-spacing:2px;padding:5px 0px;height:20px;font-size:20px;">NAVIGATION</h1>
  716.  
  717. <center>
  718.  
  719. <div class="popupnavlinks">
  720.  
  721.  
  722. <a href="/tagged/TAGGOESHERE">TAG</a>
  723. <a href="/tagged/TAGGOESHERE">TAG</a>
  724. <br>
  725. <a href="/tagged/TAGGOESHERE">TAG</a>
  726. <a href="/tagged/TAGGOESHERE">TAG</a>
  727. <br>
  728. <a href="/tagged/TAGGOESHERE">TAG</a>
  729. <a href="/tagged/TAGGOESHERE">TAG</a>
  730. <br>
  731. <a href="/tagged/TAGGOESHERE">TAG</a>
  732. <a href="/tagged/TAGGOESHERE">TAG</a>
  733. <br>
  734. <a href="/tagged/TAGGOESHERE">TAG</a>
  735. <a href="/tagged/TAGGOESHERE">TAG</a>
  736. <br>
  737.  
  738. </div></center>
  739.  
  740. </div>
  741. </div></div></div></div></div></div>
  742.  
  743. <div id="cred">theme by<br><a href="#?w=400" rel="credit" class="poplight" title="credit">CHE</a></div>
  744.  
  745. <div id="credit" class="popup_block" style="font-family:calibri, helvetica, arial, sans-serif;font-size: 11.5px;line-height:15px;overflow:auto;color:{color:body font};height:448px;">
  746.  
  747. <div class="fancytitle">credit</div>
  748.  
  749. <p style="font-family:calibri,helvetica,arial,sans-serif;text-align:center;"><small>theme coded by <a href="http://seacrowned.tumblr.com/"><b>che</b></a><br>
  750. with guidance from <a href="http://octomoosey.tumblr.com/"><b>octomoosey</b></a><br>
  751. pop-ups by <a href="http://str-wrs.tumblr.com/"><b>str-wrs</b></a><br>
  752.  
  753. </div>
  754. </div></div></div></div></div></div>
  755. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement