Advertisement
Guest User

theme 1 6 links

a guest
Oct 25th, 2013
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.14 KB | None | 0 0
  1. <!--THEME BY OFSEXY PLS DON'T CLAIM AS YOUR OWN OR REMOVE CREDIT. I'D ALSO REALLY APPRECIATE IT IF YOU'D LIKE THE POST SO I KNOW YOU ARE USING IT (NOT A BIG THINK TO DO AND IT KEEPS ME MOTIVATED YK) IF YOU HAVE ANY QUESTIONS FEEL FREE TO MESSAGE ME :) ALSO IF YOU DECIDE TO STEAL MY THEME BLOODY FUCKING MARY WILL COME FOR YOU AND SLAP YOU IN THE FACE BITCH. HAVE FUN WITH MY THEME.-->
  2.  
  3. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  5.  
  6. <head>
  7.  
  8.  
  9. <script type="text/javascript"
  10. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  11. <script>
  12. $(document).ready(function() {
  13. //
  14. $('a.poplight[href^=#]').click(function() {
  15. var popID = $(this).attr('rel'); //Get Popup Name
  16. var popURL = $(this).attr('href'); //Get Popup href to define size
  17. var query= popURL.split('?');
  18. var dim= query[1].split('&');
  19. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  20. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://i47.tinypic.com/mawh08.png" class="btn_close" title="Close" alt="Close" /></a>');
  21. var popMargTop = ($('#' + popID).height() + 80) / 2;
  22. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  23. //Apply Margin to Popup
  24. $('#' + popID).css({
  25. 'margin-top' : -popMargTop,
  26. 'margin-left' : -popMargLeft
  27. });
  28. $('body').append('<div id="fade"></div>');
  29. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  30. return false;
  31. });
  32. $('a.close, #fade').live('click', function() {
  33. $('#fade , .popup_block').fadeOut(function() {
  34. $('#fade, a.close').remove(); //fade them both out
  35. });
  36. return false;
  37. });
  38. });
  39. </script>
  40.  
  41. <title>{Title}</title>
  42. <link rel="shortcut icon" href="{Favicon}">
  43. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  44. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  45.  
  46.  
  47. <!--META NAMES-->
  48.  
  49. <meta name="color:body" content="#666666"/>
  50. <meta name="color:links" content="#6f6e6e"/>
  51. <meta name="color:sblinks" content="#a8a8a8">
  52. <meta name="color:hover" content="#fafafa"/>
  53. <meta name="color:info" content="#a8a8a8">
  54. <meta name="color:desc" content="#aaaaaa">
  55.  
  56. <meta name="color:bg" content="#ffffff">
  57. <meta name="color:scrollbar" content="#AAAAAA">
  58. <meta name="color:scrollbarbg" content="#ffffff">
  59.  
  60. <meta name="image:sb" content=""/>
  61. <meta name="color:bordersb" content="#cecccc">
  62.  
  63. <meta name="text:link A" content=""/>
  64. <meta name="text:link A url" content="/">
  65. <meta name="text:link B" content=""/>
  66. <meta name="text:link B url" content="/">
  67. <meta name="text:link C" content=""/>
  68. <meta name="text:link C url" content="/">
  69. <meta name="text:link D" content=""/>
  70. <meta name="text:link D url" content="/">
  71. <meta name="text:link E" content=""/>
  72. <meta name="text:link E url" content="/">
  73. <meta name="text:link F" content=""/>
  74. <meta name="text:link F url" content="/">
  75.  
  76.  
  77.  
  78.  
  79.  
  80.  
  81.  
  82. <style type="text/css">
  83.  
  84. ::-webkit-scrollbar-thumb {
  85. height:auto;
  86. background-color:{color:Scrollbar};
  87. }
  88.  
  89. ::-webkit-scrollbar {
  90. height:9px;
  91. width:4px;
  92. background-color:{color:ScrollbarBg};
  93. }
  94.  
  95. body {
  96. background-color:{color:bg};
  97. font-family:calibri;
  98. font-size:9px;
  99. text-align:justify;
  100. color:{color:body};
  101. margin:0;
  102. }
  103.  
  104. a {
  105. color:{color:links};
  106. text-decoration:none;
  107. -moz-outline-style:none;
  108. }
  109.  
  110. a:hover{
  111. color:{color:hover};
  112. -moz-transition-duration:0.3s;
  113. -webkit-transition-duration:0.3s;
  114. -o-transition-duration:0.3s;
  115. }
  116.  
  117. img {
  118. border:solid;
  119. border-width:0px;
  120. border-color:{color:bordersb};
  121. }
  122.  
  123. blockquote {
  124. padding-left:5px;
  125. border-left:2px solid;
  126. }
  127.  
  128. blockquote blockquote {
  129. padding-left:5px;
  130. border-left:2px solid;
  131. }
  132.  
  133.  
  134. /*SIDEBAR*/
  135.  
  136. #thingie {
  137.  
  138. position:fixed;
  139. width:450px;
  140. height:30px;
  141. background:#eee;
  142. margin-top:150px;
  143. margin-left:0px;
  144. }
  145.  
  146. #sidebar{
  147. position:fixed;
  148. width:360px;
  149. height:400px;
  150. margin-top:150px;
  151. margin-left:200px;
  152. width:150px;
  153. }
  154.  
  155. #sidebarimg img{
  156. width:120px;
  157. border:double;
  158. border-width:4px;
  159. border-color:{color:bordersb};
  160. opacity: .75; filter: alpha(opacity=60); -o-transition: opacity 1.5s linear; -webkit-transition: opacity 1.5s linear; -moz-transition: opacity 1.5s linear;
  161. }
  162.  
  163. #sidebarimg :hover {
  164. opacity: 50; filter: alpha(opacity=100); -o-transition: opacity .1s linear; -webkit-transition: opacity .1s linear; -moz-transition: opacity 0.5s linear;
  165. }
  166.  
  167. /*links, make sure if you edit one link you have to edit them all*/
  168.  
  169. #linkA{
  170. margin-top:0px;
  171. width:30px;
  172. font-size:10px;
  173. margin-left:128px;
  174. margin-top:-100px;
  175. text-align:center;
  176. background:#fff;
  177. border-bottom:1px solid #eee;
  178. border-top:1px solid #eee;
  179. border-left:0px solid #eee;
  180. border-right:1px solid #eee;
  181. }
  182.  
  183. #linkA a{
  184. color:{color:sblinks};
  185. }
  186.  
  187. #linkA:hover{
  188. margin-left:140px;
  189. color:{color:hover};
  190. -moz-transition-duration:.5s;
  191. -webkit-transition-duration:.5s;
  192. -o-transition-duration:.5s;
  193. }
  194.  
  195. #linkB{
  196. margin-top:0px;
  197. width:30px;
  198. font-size:10px;
  199. margin-left:132px;
  200. margin-top:0px;
  201. text-align:center;
  202. background:#fff;
  203. border-bottom:1px solid #eee;
  204. border-top:1px solid #eee;
  205. border-left:0px solid #eee;
  206. border-right:1px solid #eee;
  207. }
  208.  
  209. #linkB a{
  210. color:{color:sblinks};
  211. }
  212.  
  213. #linkB:hover{
  214. margin-left:140px;
  215. color:{color:hover};
  216. -moz-transition-duration:.5s;
  217. -webkit-transition-duration:.5s;
  218. -o-transition-duration:.5s;
  219. }
  220.  
  221. #linkC{
  222. margin-top:0px;
  223. width:30px;
  224. font-size:10px;
  225. margin-left:136px;
  226. margin-top:0px;
  227. text-align:center;
  228. background:#fff;
  229. border-bottom:1px solid #eee;
  230. border-top:1px solid #eee;
  231. border-left:0px solid #eee;
  232. border-right:1px solid #eee;
  233. }
  234.  
  235. #linkC a{
  236. color:{color:sblinks};
  237. }
  238.  
  239. #linkC:hover{
  240. margin-left:140px;
  241. color:{color:hover};
  242. -moz-transition-duration:.5s;
  243. -webkit-transition-duration:.5s;
  244. -o-transition-duration:.5s;
  245. }
  246.  
  247. #linkD{
  248. margin-top:0px;
  249. width:30px;
  250. font-size:10px;
  251. margin-left:126px;
  252. margin-top:0px;
  253. text-align:center;
  254. background:#fff;
  255. border-bottom:1px solid #eee;
  256. border-top:1px solid #eee;
  257. border-left:0px solid #eee;
  258. border-right:1px solid #eee;
  259. }
  260.  
  261. #linkD a{
  262. color:{color:sblinks};
  263. }
  264.  
  265. #linkD:hover{
  266. margin-left:140px;
  267. color:{color:hover};
  268. -moz-transition-duration:.5s;
  269. -webkit-transition-duration:.5s;
  270. -o-transition-duration:.5s;
  271. }
  272.  
  273. #linkE{
  274. margin-top:0px;
  275. width:30px;
  276. font-size:10px;
  277. margin-left:129px;
  278. margin-top:0px;
  279. text-align:center;
  280. background:#fff;
  281. border-bottom:1px solid #eee;
  282. border-top:1px solid #eee;
  283. border-left:0px solid #eee;
  284. border-right:1px solid #eee;
  285. }
  286.  
  287. #linkE a{
  288. color:{color:sblinks};
  289. }
  290.  
  291. #linkE:hover{
  292. margin-left:140px;
  293. color:{color:hover};
  294. -moz-transition-duration:.5s;
  295. -webkit-transition-duration:.5s;
  296. -o-transition-duration:.5s;
  297. }
  298.  
  299. #linkF{
  300. margin-top:0px;
  301. width:45px;
  302. font-size:10px;
  303. margin-left:132px;
  304. margin-top:0px;
  305. text-align:center;
  306. background:#fff;
  307. border-bottom:1px solid #eee;
  308. border-top:1px solid #eee;
  309. border-left:0px solid #eee;
  310. border-right:1px solid #eee;
  311. }
  312.  
  313. #linkF a{
  314. color:{color:sblinks};
  315. }
  316.  
  317. #linkF:hover{
  318. margin-left:140px;
  319. color:{color:hover};
  320. -moz-transition-duration:.5s;
  321. -webkit-transition-duration:.5s;
  322. -o-transition-duration:.5s;
  323. }
  324.  
  325. #desc{
  326. text-align:right;
  327. margin-left:40px;
  328. width:150px;
  329. margin-top:180px;
  330. font-size:10px;
  331. color:{color:desc};
  332. border-top:1px solid #eee ;
  333. position:fixed;
  334.  
  335. }
  336.  
  337.  
  338. #pagi {
  339. position:fixed;
  340. width:550px;
  341. height:15px;
  342. margin-top:650px;
  343. margin-left:450px;
  344. font-size:13px;
  345. text-transform:uppercase;
  346. letter-spacing:3px;
  347. font-style:normal;
  348. text-align:center;
  349. background-color:#eee;
  350. border-top:solid 1px #eee;
  351. border-bottom:solid 1px #eee;
  352. border-left:solid 1px #eee;
  353. border-right:solid 1px #eee;
  354. opacity:.8;
  355. }
  356.  
  357. #pagi a {
  358. color:#050505;
  359. }
  360.  
  361.  
  362. /*ENTRIES*/
  363.  
  364. #container {
  365. z-index:2;
  366. width:500px;
  367. padding:10px;
  368. margin-left:450px;
  369. margin-top:55px;
  370. }
  371.  
  372. #posts{
  373. width:500px;
  374. padding:25px;
  375. margin-top:30px;
  376. }
  377.  
  378.  
  379. /*POST INFO*/
  380.  
  381. #info {
  382. width:500px;
  383. text-align:center;
  384. font-family:calibri;
  385. font-size:8px;
  386. text-transform:uppercase;
  387. padding:1px;
  388. color:{color:info};
  389. line-height:10px;
  390. border-top:1px solid {color:info};
  391. margin-top:5px;
  392. margin-bottom:55px;
  393. }
  394.  
  395. #info a{
  396. color:{color:info};
  397. }
  398.  
  399. #info a:hover{
  400. color:{color:hover};
  401. }
  402.  
  403. #tags{
  404. width:500px;
  405. padding:5px;
  406. margin-top:-3px;
  407. margin-left:-5px;
  408. float:left;
  409. text-align:center;
  410. font-size:8px;
  411. opacity:1;
  412. color:{color:links};
  413. transition-duration: 0.5s;
  414. -moz-transition-duration: 0.5s;
  415. -webkit-transition-duration: 0.5s;
  416. -o-transition-duration: 0.5s
  417. }
  418.  
  419. #tags a {
  420. display:inline-block;
  421. color:{color:info};
  422. font-size:8px;
  423. text-align:center;
  424. text-decoration:none;
  425. }
  426.  
  427. #notes{
  428. font-size:7px;
  429. text-transform:uppercase;
  430. }
  431.  
  432.  
  433. #fade { /*--Transparent background layer--*/
  434. display: none; /*--hidden by default--*/
  435. background: #000;
  436. position: fixed; left: 0; top: 0;
  437. width: 100%; height: 100%;
  438. opacity: .80;
  439. z-index: 9999;
  440. }
  441. .popup_block{
  442. display: none; /*--hidden by default--*/
  443. background: #fff;
  444. padding: 20px;
  445. border: 2px solid #eee;
  446. float: left;
  447. font-size: 1.2em;
  448. position: fixed;
  449. top: 50%; left: 50%;
  450. z-index: 99999;
  451. /*--CSS3 Box Shadows--*/
  452. -webkit-box-shadow: 0px 0px 20px #000;
  453. -moz-box-shadow: 0px 0px 20px #000;
  454. box-shadow: 0px 0px 20px #000;
  455. /*--CSS3 Rounded Corners--*/
  456. -webkit-border-radius: 10px;
  457. -moz-border-radius: 10px;
  458. border-radius: 10px;
  459. }
  460. img.btn_close {
  461. float: right;
  462. margin: -5px -5px 0 0;
  463. }
  464. /*--Making IE6 Understand Fixed Positioning--*/
  465. *html #fade {
  466. position: absolute;
  467. }
  468. *html .popup_block {
  469. position: absolute;
  470. }
  471.  
  472.  
  473.  
  474. /*CREDIT*/
  475.  
  476. #maker{
  477. float:right;
  478. position:fixed;
  479. bottom:5px;
  480. right:15px;
  481. padding:5px;
  482. font-size:13px;
  483. text-transform:uppercase;
  484. }
  485.  
  486. #maker a{
  487. color:{color:links};
  488. }
  489.  
  490.  
  491. #maker a:hover{
  492. background-color:#9e9d9d;
  493. border-radius:15px;
  494.  
  495.  
  496. }
  497.  
  498. #asker {
  499. border-bottom:2px solid #f2eeee;
  500. text-align:left;
  501. }
  502.  
  503. #answer {
  504. border-top:2px solid #fff;
  505. text-align:left;
  506. background-color: #fff;
  507.  
  508. }
  509.  
  510.  
  511. {CustomCSS}
  512.  
  513. </style></head>
  514.  
  515. <div id="02" class="popup_block">
  516.  
  517. <Center>FAQ you can completely fill it up with you faq oooooooooh yeah</p> <iframe frameborder="0" height="200" src="http://www.tumblr.com/ask_form/YOURURL.tumblr.com/" width="500"> width="500"></iframe></p>
  518. <p>more faq omfg</p>
  519. </center></div>
  520.  
  521. </div></div></div></div></div></div></div></div></div></div>
  522.  
  523.  
  524. <body>
  525. <div id="thingie"></div>
  526. <div id="sidebar">
  527. <div id="sidebarimg">
  528. <img src="{image:sb}"></div>
  529. <div id="sidebar 2"></div>
  530. <div id="linkA">
  531. <a href="{text:link A url}">{text:link A}</a></div>
  532. <div id="linkB">
  533. <a href="#?w=500" rel="02" class="poplight">mail</a></a></div>
  534. <div id="linkC">
  535. <a href="{text:link C url}">{text:link C}</a></div>
  536. <div id="linkD">
  537. <a href="{text:link D url}">{text:link D}</a></div>
  538. <div id="linkE">
  539. <a href="{text:link E url}">{text:link E}</a></div>
  540. <div id="linkF">
  541. <a href="{text:link F url}">{text:link F}</a></div></div>
  542. <div id="desc">{description}</div>
  543. <div id="pagi">
  544. {block:Pagination}
  545. {block:PreviousPage}
  546. <a href="{PreviousPage}">←</a>
  547. {/block:PreviousPage}
  548. {block:NextPage}
  549. <a href="{NextPage}">→</a>
  550. {/block:NextPage}
  551. </div>
  552. {/block:Pagination}
  553. </div>
  554. </div></div>
  555.  
  556.  
  557. <div id="container">
  558. {block:Posts}
  559. <div id="post">
  560.  
  561.  
  562. <!--TEXT POSTS-->
  563. {block:Text}
  564. {block:Title}<h2>{Title}</h2>{/block:Title}
  565. {Body}
  566. {/block:Text}
  567.  
  568. <!--ASKS-->
  569.  
  570. {block:Answer}
  571. <div class="question">
  572. <div id="asker">{Asker}<i> was like:</i><center>{Question}</center>
  573. </div></div>
  574. <div id="answer">
  575. <i>and then i was like:</i><center>{Answer}</center></div>
  576. {/block:Answer}
  577.  
  578. <!--QUOTE POSTS-->
  579. {block:Quote}
  580.  
  581. <div class="quote">
  582. <div class="quotetext_{Length}">"{Quote}"</div>
  583. {block:Source}<div class="source">{Source}</div>{/block:Source}
  584. </div>
  585. {/block:Quote}
  586.  
  587. <!--LINK POSTS-->
  588.  
  589. {block:Link}
  590. <h2><a href="{URL}">{Name}</a></h2>
  591. {block:Description}{Description}{/block:Description}
  592. {/block:Link}
  593.  
  594. <!--CHAT POSTS-->
  595.  
  596. {block:Chat}
  597. {block:Title}<h2>{Title}</h2>{/block:Title}
  598. <ul class="convo">{block:Lines}<li class="line">{block:Label}<span class="label">{Label}</span>{/block:Label}
  599. {Line}</li>{/block:Lines}</ul>
  600. {/block:Chat}
  601.  
  602. <!--PHOTO POSTS-->
  603.  
  604. {block:Photo}
  605. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" width="500px">{LinkCloseTag}
  606.  
  607. {block:Caption}{Caption}{/block:Caption}
  608. {/block:Photo}
  609.  
  610. <!--PHOTOSET POSTS-->
  611.  
  612. {block:Photoset}
  613. {Photoset-500}
  614. {block:Caption}{Caption}{/block:Caption}
  615. {/block:Photoset}
  616.  
  617. <!--VIDEO POSTS-->
  618.  
  619. {block:Video}
  620. {Video-500}
  621. {block:Caption}{Caption}{/block:Caption}
  622. {/block:Video}
  623.  
  624.  
  625. <!--AUDIO-->
  626.  
  627. {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>
  628. {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  629. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  630. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times <br>
  631. {/block:Audio}
  632.  
  633.  
  634. <!--POST INFO-->
  635.  
  636. <div id="info">
  637. {block:RebloggedFrom} <a href="{ReblogParentURL}">via</a> and {/block:RebloggedFrom}
  638. {block:ContentSource} <a href="{SourceURL}"><a href="{SourceURL}">source</a>{/block:ContentSource}
  639. {block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom}
  640. <a href="{Permalink}">with {NoteCount}</a> <a style="color:#f377a0;">♥</a></a>
  641. <a href="http://tmv.proto.jp/reblog.php?post_url={Permalink};">reblog</a>
  642. {block:HasTags}<div id="tags">
  643.  
  644. {block:Tags}<a href="/tagged/{Tag}">#{Tag}</a>&nbsp;{/block:Tags}
  645. </div>{block:HasTags}
  646. </div>
  647. </div>
  648.  
  649. {/block:Posts}
  650. <br><br>{block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  651. {/block:Posts}</div></div></div>
  652. <br><br><br><br>
  653.  
  654.  
  655. </div></div>
  656.  
  657. {/block:Posts}
  658.  
  659. <!--THEME MAKER'S CREDIT-->
  660. <div id="maker">
  661. <a href="http://www.ofsexy.tumblr.com/rules">OS</a>
  662. </div>
  663.  
  664. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement