taycherous

SuggService Edited Theme #2

Jul 4th, 2014
339
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.07 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. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  4. <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  5. <script>
  6. (function($){
  7. $(document).ready(function(){
  8. $("[title]").style_my_tooltips({
  9. tip_follows_cursor:true,
  10. tip_delay_time:200,
  11. tip_fade_speed:300
  12. }
  13. );
  14. });
  15. })(jQuery);
  16. </script>
  17.  
  18.  
  19. <head>
  20. <title>{Title}</title>
  21.  
  22. <link rel="shortcut icon" href="{Favicon}">
  23. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  24. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  25.  
  26. <!--- THEME BY @cocoofrps --->
  27.  
  28. <meta name="color:Background" content="#d4c4a1"/>
  29. <meta name="color:Text" content="#c3a480"/>
  30. <meta name="color:PostBG" content="#d0bd98"/>
  31. <meta name="color:SidebarBorder" content="#b98f78" />
  32. <meta name="color:Border" content="#b07a74"/>
  33. <meta name="color:Hover" content="#d4c4a1"/>
  34. <meta name="color:Scrollbar" content="#c3a480"/>
  35. <meta name="color:ScrollbarBg" content="#b07a74"/>
  36. <meta name="color:Post Links" content="#b98f78"/>
  37. <meta name="color:DescriptionText" content="#c3a480"/>
  38.  
  39. <meta name="image:Background" content=""/>
  40. <meta name="image:banner" content=""/>
  41. <meta name="image:AskBG" content=""/>
  42. <meta name="image:Left Image" content=""/>
  43. <meta name="image:Image One" content=""/>
  44. <meta name="image:Image Two" content=""/>
  45.  
  46. <meta name="text:Title" content="SWEGGER"/>
  47. <meta name="text:LINK1" content=""/>
  48. <meta name="text:LINK2" content=""/>
  49. <meta name="text:LINK3" content=""/>
  50. <meta name="text:LINK4" content=""/>
  51. <meta name="text:LINK5" content=""/>
  52. <meta name="text:LINK6" content=""/>
  53. <meta name="text:LINK7" content=""/>
  54. <meta name="text:LINK8" content=""/>
  55. <meta name="text:LINK1URL" content="/"/>
  56. <meta name="text:LINK2URL" content="/"/>
  57. <meta name="text:LINK3URL" content="/"/>
  58. <meta name="text:LINK4URL" content="/"/>
  59. <meta name="text:LINK5URL" content="/"/>
  60. <meta name="text:LINK6URL" content="/"/>
  61. <meta name="text:LINK7URL" content="/"/>
  62. <meta name="text:LINK8URL" content="/"/>
  63.  
  64. <meta name="if:CoverBackgroundImage" content="0"/>
  65.  
  66. <style type="text/css">
  67.  
  68. @font-face {
  69. font-family: "Dixel";
  70. src: url('http://static.tumblr.com/jdjsstr/8ovm78cbb/pf_arma_five_1_.ttf');
  71. }
  72.  
  73. ::-webkit-scrollbar-thumb {
  74. height:auto;
  75. border:{color:ScrollbarBg};
  76. border:1px solid {color:ScrollbarBg};
  77. background-color:{color:Scrollbar};
  78. }
  79.  
  80. ::-webkit-scrollbar {
  81. height:9px;
  82. width:7px;
  83. background-color:{color:ScrollbarBg};
  84. }
  85.  
  86. ::selection {
  87. background: {color:Background};
  88. color: {color:PostBG};
  89. }
  90.  
  91. ::-moz-selection {
  92. background: {color:Background};
  93. color: {color:PostBG};
  94. }
  95.  
  96. ::-webkit-selection {
  97. background: {color:Background};
  98. color: {color:PostBG};
  99. }
  100.  
  101.  
  102. body {
  103. overflow-y:scroll;
  104. background:{color:Background};
  105. margin:0px;
  106. color:{color:Text};
  107. font-family:'calibri';
  108. font-size:10px;
  109. line-height:110%;
  110. letter-spacing:0px;
  111. text-align:left;
  112. {block:ifNotCoverBackgroundImage}
  113. background-image:url('{image:Background}');
  114. background-attachment:fixed;
  115. {block:ifNotCoverBackgroundImage}
  116. {block:IfCoverBackgroundImage}
  117. background: url('{image:Background}') no-repeat center center fixed;
  118. -webkit-background-size: cover;
  119. -moz-background-size: cover;
  120. -o-background-size: cover;
  121. background-size: cover;
  122. {block:IfCoverBackgroundImage}
  123. }
  124.  
  125. small,big,code {
  126. font-size:12px;
  127. font-family:'courier';
  128. }
  129.  
  130. pre {
  131. background-color:#716672;
  132. width:auto;
  133. padding:3px;
  134. border:3px double #b7b3ba;
  135. font-family:courier;
  136. color:#fff;
  137. text-transform:uppercase;
  138. font-size:12px;
  139. text-align:center;
  140. }
  141.  
  142. pre a {
  143. color:#fff;
  144. }
  145.  
  146. a {
  147. text-decoration:none;
  148. outline:none;
  149. -moz-outline-style:none;
  150. -webkit-transition: all 0.4s ease-in-out;
  151. -moz-transition: all 0.4s ease-in-out;
  152. -o-transition: all 0.4s ease-in-out;
  153. -ms-transition: all 0.4s ease-in-out;
  154. transition: all 0.4s ease-in-out;
  155. color:{color:Post Links};
  156. }
  157.  
  158. b {
  159. color:{color:border};
  160. font-weight:100;
  161. }
  162.  
  163. a:hover {
  164. color:{color:Hover};
  165. -webkit-transition: all 0.4s ease-in-out;
  166. -moz-transition: all 0.4s ease-in-out;
  167. -o-transition: all 0.4s ease-in-out;
  168. -ms-transition: all 0.4s ease-in-out;
  169. transition: all 0.4s ease-in-out;
  170. }
  171.  
  172. img {
  173. border:none;
  174. width:auto;
  175. }
  176.  
  177. blockquote {
  178. margin-left:5px;
  179. width:auto;
  180. padding-left:5px;
  181. border-left:3px double {color:Background};
  182. }
  183.  
  184. blockquote blockquote {
  185. padding-left:5px;
  186. border-left:5px solid {color:Border};
  187. }
  188.  
  189. h1 {
  190. font-size:11px;
  191. letter-spacing:2px;
  192. text-transform:uppercase;
  193. font-style:none;
  194. line-height:10px;
  195. text-align:center;
  196. padding:0px;
  197. }
  198.  
  199. /*ENTRIES*/
  200.  
  201. #entries {
  202. width:500px;
  203. position:absolute;
  204. margin-left:390px;
  205. margin-top:150px;
  206. letter-spacing:0px;
  207. font-weight:100;
  208. line-height:110%;
  209. font-size:11px;
  210. z-index:-999;
  211. }
  212.  
  213. #post {
  214. background-color:{color:PostBG};
  215. width:500px;
  216. padding-bottom:20px;
  217. padding:20px;
  218. -webkit-box-shadow: inset 0px 0px 0px 5px {color:Background};
  219. -moz-box-shadow: inset 0px 0px 0px 5px {color:Background};
  220. box-shadow: inset 0px 0px 0px 5px {color:Background};
  221. border:1px solid {color:Border};
  222. margin-bottom:10px;
  223. }
  224.  
  225. /*SIDEBAR*/
  226.  
  227. #banner {
  228. margin-top:0px;
  229. margin-left:50px;
  230. position:fixed;
  231. z-index:-9;
  232. }
  233.  
  234. #banner img {
  235. width:1213px;
  236. height:145px;
  237. position:fixed;
  238. text-align:center;
  239. }
  240.  
  241. #sidebar {
  242. position:fixed;
  243. margin-left:950px;
  244. margin-top:150px;
  245. z-index:9999999999;
  246. }
  247.  
  248. #one {
  249. position:fixed;
  250. padding:5px;
  251. border:1px solid {color:SidebarBorder};
  252. width:300px;
  253. height:240px;
  254. z-index:-99999;
  255. }
  256.  
  257. #two img {
  258. position:fixed;
  259. }
  260.  
  261. #left {
  262. margin-left:-900px;
  263. padding:5px;
  264. border:1px solid {color:SidebarBorder};
  265. position:fixed;
  266. }
  267.  
  268. #title {
  269. position:fixed;
  270. background-color:#b7b3ba;
  271. width:300px;
  272. font-family:'courier new';
  273. color:#fff;
  274. margin-left:-6px;
  275. text-align:center;
  276. border:3px double #716672;
  277. margin-top:510px;
  278. padding:4px;
  279. }
  280.  
  281. #two {
  282. position:fixed;
  283. margin-top:261px;
  284. padding:5px;
  285. border:1px solid {color:SidebarBorder};
  286. width:300px;
  287. height:240px;
  288. }
  289.  
  290. #desc {
  291. position:fixed;
  292. width:20px;
  293. height:20px;
  294. background-color:{color:Border};
  295. margin-top:250px;
  296. margin-left:110px;
  297. border-radius:20px;
  298. }
  299.  
  300. #desc:hover,#updates:hover {
  301. cursor:pointer;
  302. }
  303.  
  304. .des {
  305. overflow:auto;
  306. width:230px;
  307. max-height:50px;
  308. position:fixed;
  309. margin-top:-100px;
  310. color:{color:DescriptionText};
  311. margin-left:-95px;
  312. line-height:110%;
  313. background-color:{color:Hover};
  314. padding:20px;
  315. }
  316.  
  317. #updates {
  318. position:fixed;
  319. width:20px;
  320. height:20px;
  321. background-color:{color:Hover};
  322. margin-left:190px;
  323. margin-top:250px;
  324. border-radius:20px;
  325. }
  326.  
  327. .up {
  328. overflow:auto;
  329. width:230px;
  330. max-height:50px;
  331. position:fixed;
  332. margin-top:-100px;
  333. margin-left:-175px;
  334. line-height:110%;
  335. background-color:{color:Border};
  336. padding:20px;
  337. }
  338.  
  339.  
  340. #links {
  341. position:fixed;
  342. margin-top:-10px;
  343. margin-left:45px;
  344. text-align:center;
  345. }
  346.  
  347. .links {
  348. margin-top:-225px;
  349. position:absolute;
  350. margin-left:50px;
  351. opacity:0;
  352. -webkit-transition: all 0.4s ease-in-out;
  353. -moz-transition: all 0.4s ease-in-out;
  354. -o-transition: all 0.4s ease-in-out;
  355. -ms-transition: all 0.4s ease-in-out;
  356. transition: all 0.4s ease-in-out;
  357. }
  358.  
  359. .linkss {
  360. position:absolute;
  361. margin-top:60px;
  362. margin-left:50px;
  363. opacity:0;
  364. -webkit-transition: all 0.4s ease-in-out;
  365. -moz-transition: all 0.4s ease-in-out;
  366. -o-transition: all 0.4s ease-in-out;
  367. -ms-transition: all 0.4s ease-in-out;
  368. transition: all 0.4s ease-in-out;
  369. }
  370.  
  371. #links:hover .links, #links:hover .linkss {
  372. opacity:1;
  373. -webkit-transition: all 0.4s ease-in-out;
  374. -moz-transition: all 0.4s ease-in-out;
  375. -o-transition: all 0.4s ease-in-out;
  376. -ms-transition: all 0.4s ease-in-out;
  377. transition: all 0.4s ease-in-out;
  378. }
  379.  
  380. .links a, .linkss a{
  381. display:block;
  382. background-color:{color:Border};
  383. color:{color:Background};
  384. font-size:10px;
  385. font-family:calibri;
  386. letter-spacing:2px;
  387. width:100px;
  388. margin-top:3px;
  389. padding:15px;
  390. }
  391.  
  392. #links a:hover {
  393. background-color:#b7b3ba;
  394. }
  395.  
  396. .linktitle {
  397. display:block;
  398. width:198px;
  399. cursor:pointer;
  400. margin-top:-35px;
  401. z-index:9999999999999;
  402. background-color:transparent;
  403. padding:2px;
  404. padding-bottom:8px;
  405. font-size:12px;
  406. margin-left:10px;
  407. font-family:'Courier New';
  408. color:{color:Background};
  409. }
  410.  
  411. .left {
  412. position:fixed;
  413. }
  414.  
  415. .right {
  416. position:fixed;
  417. margin-left:160px;
  418. }
  419.  
  420.  
  421. #pagination {
  422. position:fixed;
  423. width:300px;
  424. margin-top:515px;
  425. padding:5px;
  426. background-color:#b7b3ba;
  427. border:3px double {color:Background};
  428. font-family:'Courier New';
  429. text-align:center;
  430. color:#ffffff;
  431. }
  432.  
  433. #pagination a {
  434. color#ffffff;
  435. }
  436.  
  437. /*AUDIO INFO*/
  438.  
  439. .playerbuttonbg {
  440. position: absolute;
  441. left: 20px;
  442. top: 15px;
  443. width: 30px;
  444. height: 30px;
  445. background-color: #ffffff;
  446. padding: 10px;
  447. opacity: .4;
  448. filter: alpha(opacity=40);
  449. -moz-opacity: 0.4;
  450. -khtml-opacity: 0.4;
  451. transition: opacity .7s ease-in-out;
  452. -moz-transition: opacity .7s ease-in-out;
  453. -webkit-transition: opacity .7s ease-in-out;
  454. }
  455.  
  456. .playerbuttonbg:hover {
  457. opacity: 1;
  458. filter: alpha(opacity=100);
  459. -moz-opacity: 1;
  460. -khtml-opacity: 1;
  461. }
  462.  
  463. .newplayerbutton {
  464. position: relative;
  465. width:30px;
  466. height:30px;
  467. margin-top:-4px;
  468. overflow: hidden;
  469. }
  470.  
  471. .playerbuttonhug {
  472. position: absolute;
  473. top: -25px;
  474. left: -10px;
  475. }
  476.  
  477. .tumblr_audio_player {
  478. height: 90px;
  479. width: 270px;
  480. -moz-transform-origin: top left;
  481. -webkit-transform-origin: top left;
  482. -o-transform-origin: top left;
  483. -ms-transform-origin: top left;
  484. transform-origin: top left;
  485. }
  486.  
  487. .audioimgwrapper {
  488. position: absolute;
  489. left: 0px;
  490. top: 0px;
  491. overflow: hidden;
  492. width: 79px;
  493. height: 79px;
  494. border-left:5px solid {color:Post Links};
  495. }
  496.  
  497. .audioimgwrapper img {
  498. width: 100%;
  499. height: auto;
  500. }
  501.  
  502. .trackdetails {
  503. text-transform:uppercase;
  504. width: auto;
  505. display:inline-block;
  506. margin-top:23px;
  507. margin-left: 90px;
  508. border-left:5px solid {color:Text};
  509. padding:5px;
  510. }
  511.  
  512. .audiowrapper {
  513. position: relative;
  514. display:inline-block;
  515. padding-bottom:10px;
  516. }
  517.  
  518. /*POST INFO*/
  519.  
  520. #info {
  521. text-align:center;
  522. font-family:'arial';
  523. letter-spacing:1px;
  524. font-size:8px;
  525. font-style:none;
  526. color:#fff;
  527. line-height:10px;
  528. text-transform:uppercase;
  529. margin-top:5px;
  530. padding:5px;
  531. border:3px double #b7b3ba;
  532. background-color:{color:SidebarBorder};
  533. }
  534.  
  535. #info a {
  536. text-align:right;
  537. color:#fff;
  538. }
  539.  
  540. #info a:hover {
  541. -moz-transition-duration:0.3s;
  542. -webkit-transition-duration:0.3s;
  543. -o-transition-duration:0.3s;
  544. color:{color:Hover};
  545. }
  546.  
  547. #tags {
  548. margin-top:4px;
  549. width:500px;
  550. text-align:right;
  551. font-size:8px;
  552. margin-left:-5px;
  553. font-family:'arial';
  554. opacity:1;
  555. padding:0px;
  556. text-transform:lowercase;
  557. transition-duration: 0.5s;
  558. -moz-transition-duration: 0.5s;
  559. -webkit-transition-duration: 0.5s;
  560. -o-transition-duration: 0.5s;
  561. background-color:{color:Border};
  562. }
  563.  
  564. #tags a {
  565. padding:5px;
  566. color:{color:SidebarBorder};
  567. letter-spacing:0px;
  568. font-family:'helvetica';
  569. text-decoration:none;
  570. display:inline-block;
  571. }
  572.  
  573. #tags a:hover {
  574. -moz-transition-duration:0.3s;
  575. -webkit-transition-duration:0.3s;
  576. -o-transition-duration:0.3s;
  577. color:{color:Hover};
  578. }
  579.  
  580. /*QUESTION*/
  581.  
  582. #ask {
  583. width:auto;
  584. color:{color:ask text};
  585. line-height:100%;
  586. background-color:{color:Answer Backg}
  587. }
  588.  
  589. /*CREDIT*/
  590.  
  591. #cred {
  592. position:fixed;
  593. font-family:'helvetica';
  594. text-transform:uppercase;
  595. font-size:20px;
  596. background-color:{color:PostBG};
  597. right:9px;
  598. bottom:9px;
  599. padding:5px;
  600. padding-bottom:11px;
  601. border:2px solid {color:Border};
  602. letter-spacing:1px;
  603. }
  604.  
  605. #notes {
  606. font-family:helvetica;
  607. text-transform:uppercase;
  608. }
  609.  
  610. #notes li{
  611. list-style-type:none;
  612. background-color:{color:PostBG};
  613. padding:6px;
  614. }
  615.  
  616. #notes img {
  617. opacity:0;
  618. }
  619.  
  620. #s-m-t-tooltip{
  621. position:absolute;
  622. background-color:{color:PostBG};
  623. padding:3px 5px 3px;
  624. z-index:99999999999999999999999999999999;
  625. margin-top:-30px;
  626. margin-left:-30px;
  627. font-family:'Courier New';
  628. display:block;
  629. text-transform:uppercase;
  630. font-size:8px;
  631. color:{color:text};
  632. }
  633.  
  634.  
  635. {CustomCSS}</style>
  636. </head>
  637. <body>
  638.  
  639. <div id="banner"><img src="{image:banner}"}></div>
  640.  
  641.  
  642. </div>
  643.  
  644. <div id="sidebar">
  645. <div id="left">
  646. <div id="title">
  647. {text:Title}
  648.  
  649. </div>
  650.  
  651. <img src="{image:Left Image}"></div>
  652. {block:Pagination}
  653. <div id="pagination">
  654. {block:PreviousPage}<a href="{PreviousPage}" title="back">PREV</a>{/block:PreviousPage}{block:NextPage}<a href="{NextPage}" title="next">NEXT</a>{/block:NextPage}
  655. </div>
  656. {/block:Pagination}
  657. <div id="one"><img src="{image:Image One}">
  658. </div>
  659. <div class="links">
  660. <div class="left">
  661.  
  662. </div>
  663. <div class="right">
  664.  
  665. </div>
  666. </div>
  667. <div id="two"><img src="{image:Image Two}">
  668.  
  669. <div id="links">
  670. <div class="links">
  671. <a href="{text:Link1URL}">{text:Link1}</a>
  672. <a href="{text:Link2URL}">{text:Link2}</a>
  673. <a href="{text:Link3URL}">{text:Link3}</a>
  674. <a href="{text:Link4URL}">{text:Link4}</a>
  675. </div>
  676. <div class="linktitle"></div>
  677. <div class="linkss">
  678. <a href="{text:Link5URL}">{text:Link5}</a>
  679. <a href="{text:Link6URL}">{text:Link6}</a>
  680. <a href="{text:Link7URL}">{text:Link7}</a>
  681. <a href="{text:Link8URL}">{text:Link8}</a>
  682. </div>
  683. </div>
  684.  
  685. </div>
  686. </div>
  687.  
  688. </div>
  689.  
  690. <!-- SIDEBAR ENDS AFTER NEXT DIV -->
  691. </div>
  692.  
  693. <!-- POSTS START -->
  694. <div id="entries">
  695. {block:Posts}
  696. <div id="post">
  697.  
  698. {block:Text}
  699. <h1>{block:Title}<a href="{Permalink}" title="{Title}"><div style="font-weight:100;font-size:12px;font-family:'calibri'; letter-spacing:2px; text-transform:uppercase;padding:5px;background-color:{color:Border};color:{color:PostBG};">{Title}</div></a>{/block:Title}</h1>
  700. {Body}<br>{/block:Text}
  701.  
  702. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}
  703. {block:Caption}{Caption}{/block:Caption}<br/><br/>{/block:Photo}
  704.  
  705. {block:Photoset}{Photoset-500}{block:Caption}{Caption}
  706. {/block:Caption}<br>{/block:Photoset}
  707.  
  708. {block:Quote}<div style="width:490px;font-size:11px;padding:5px;background-color:{color:Border};color:{color:PostBG};">"{Quote}"</div><br/>
  709. {block:Source}<div class="qsource"> —{Source}</div>
  710. {/block:Source}<br>{/block:Quote}
  711.  
  712. {block:Link}<a href="{URL}" {Target} title="{Name}"><div style="font-size:12px;font-family:'calibri';letter-spacing:2px; text-align:center; text-transform:uppercase;padding:5px;background-color:{color:Border};color:{color:PostBG};">{Name}</div></a>{block:Description}{Description}{/block:Description}{/block:Link}
  713.  
  714. {block:Chat}{block:Title}{Title}{/block:Title}{block:Lines}{block:Label}<span style="font-size:15px;text-transform:uppercase;"><b>{Label}</b></span>{/block:Label} {Line}<br>{/block:Lines}<br>{/block:Chat}
  715.  
  716. {block:AudioPlayer}<div class="audiowrapper">{block:AlbumArt}<div class="audioimgwrapper"><img src="{AlbumArtURL}"></div>{/block:AlbumArt} <div class="playerbuttonbg"><div class="newplayerbutton"><div class="playerbuttonhug">{AudioPlayerWhite}</div></div></div><div class="trackdetails">{block:TrackName}{TrackName}{/block:TrackName}<br/>{block:Artist}{Artist}{/block:Artist}<br/>{block:Album}{Album}{/block:Album}<br/></div></div>{block:Caption}<br/>{Caption}{/block:Caption}{/block:AudioPlayer}
  717.  
  718.  
  719. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}<br>{/block:Video}
  720.  
  721. {block:Answer}<div id="ask" style="width:auto;text-align:center;margin-left:0px;margin-top:0px;padding:15px;border: 3px double #b7b3ba; font-size:10px;font-style:italic;background-color:#716672;letter-spacing:2px;padding:5px;font-color;text-transform:none;{color:ask text};">❝{Question}❞<div style="width:auto;text-align:center;margin-left:0px;margin-top:0px;padding:15px;font-size:15px;padding:5px;font-color:{color:ask text};font-family:georgia;text-transform:uppercase;letter-spacing:4px;">―{Asker}</div></div></blockquote> <div style="margin-top:20px;">{Answer}</div>{/block:Answer}
  722.  
  723. <div id="info">
  724. <a href="{Permalink}" title="{ShortMonth}.{DayOfMonth}.{Year}">{TimeAgo}</a>
  725. {block:NoteCount}
  726. | <a href="{Permalink}">{NoteCountWithLabel}{/block:NoteCount}</a>{block:RebloggedFrom} | <a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>{/block:RebloggedFrom} {block:ContentSource} |
  727. <a href="{SourceURL}" title="{SourceTitle}">source</a>{/block:ContentSource}
  728. {block:RebloggedFrom} <a href="{ReblogParentURL}" title="Reblogged From" target="_blank"></a>{/block:RebloggedFrom}
  729.  
  730. </div>
  731. </div>
  732. {/block:Posts}
  733. <br><br>{block:PostNotes}<div id="notes"><left>{PostNotes}</div>{/block:PostNotes}
  734. {/block:Posts}</div></div></div>
  735. <br><br><br><br>
  736.  
  737. <div id="cred">
  738. <a href="http://cocoofrps.tumblr.com/" title="THEME 19 BY COCO">♚</a>
  739. </div>
  740. </div>
  741.  
  742. <script type="text/javascript">
  743.  
  744. $(document).ready(function() {
  745. $(".up").hide(function(){
  746. })
  747. $("#updates").on('click', function() {
  748. $(".up").slideToggle(0, "linear",function(){
  749. $(".des").slideUp(0, "linear")
  750. });
  751. });
  752. });
  753.  
  754. $(document).ready(function() {
  755. $(".des").hide(function(){
  756. })
  757. $("#desc").on('click', function() {
  758. $(".des").slideToggle(0, "linear",function(){
  759. $(".up").slideUp(0, "linear")
  760. });
  761. });
  762. });
  763. </html>
Advertisement
Add Comment
Please, Sign In to add comment