Advertisement
Guest User

theme 01 5 links

a guest
Oct 25th, 2013
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.62 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. width:30px;
  171. font-size:10px;
  172. margin-left:128px;
  173. margin-top:-90px;
  174. text-align:center;
  175. background:#fff;
  176. border-bottom:1px solid #eee;
  177. border-top:1px solid #eee;
  178. border-left:0px solid #eee;
  179. border-right:1px solid #eee;
  180. }
  181.  
  182. #linkA a{
  183. color:{color:sblinks};
  184. }
  185.  
  186. #linkA:hover{
  187. margin-left:140px;
  188. color:{color:hover};
  189. -moz-transition-duration:.5s;
  190. -webkit-transition-duration:.5s;
  191. -o-transition-duration:.5s;
  192. }
  193.  
  194. #linkB{
  195. margin-top:0px;
  196. width:30px;
  197. font-size:10px;
  198. margin-left:132px;
  199. margin-top:0px;
  200. text-align:center;
  201. background:#fff;
  202. border-bottom:1px solid #eee;
  203. border-top:1px solid #eee;
  204. border-left:0px solid #eee;
  205. border-right:1px solid #eee;
  206. }
  207.  
  208. #linkB a{
  209. color:{color:sblinks};
  210. }
  211.  
  212. #linkB:hover{
  213. margin-left:140px;
  214. color:{color:hover};
  215. -moz-transition-duration:.5s;
  216. -webkit-transition-duration:.5s;
  217. -o-transition-duration:.5s;
  218. }
  219.  
  220. #linkC{
  221. margin-top:0px;
  222. width:30px;
  223. font-size:10px;
  224. margin-left:136px;
  225. margin-top:0px;
  226. text-align:center;
  227. background:#fff;
  228. border-bottom:1px solid #eee;
  229. border-top:1px solid #eee;
  230. border-left:0px solid #eee;
  231. border-right:1px solid #eee;
  232. }
  233.  
  234. #linkC a{
  235. color:{color:sblinks};
  236. }
  237.  
  238. #linkC:hover{
  239. margin-left:140px;
  240. color:{color:hover};
  241. -moz-transition-duration:.5s;
  242. -webkit-transition-duration:.5s;
  243. -o-transition-duration:.5s;
  244. }
  245.  
  246. #linkD{
  247. margin-top:0px;
  248. width:30px;
  249. font-size:10px;
  250. margin-left:126px;
  251. margin-top:0px;
  252. text-align:center;
  253. background:#fff;
  254. border-bottom:1px solid #eee;
  255. border-top:1px solid #eee;
  256. border-left:0px solid #eee;
  257. border-right:1px solid #eee;
  258. }
  259.  
  260. #linkD a{
  261. color:{color:sblinks};
  262. }
  263.  
  264. #linkD:hover{
  265. margin-left:140px;
  266. color:{color:hover};
  267. -moz-transition-duration:.5s;
  268. -webkit-transition-duration:.5s;
  269. -o-transition-duration:.5s;
  270. }
  271.  
  272. #linkE{
  273. margin-top:0px;
  274. width:30px;
  275. font-size:10px;
  276. margin-left:129px;
  277. margin-top:0px;
  278. text-align:center;
  279. background:#fff;
  280. border-bottom:1px solid #eee;
  281. border-top:1px solid #eee;
  282. border-left:0px solid #eee;
  283. border-right:1px solid #eee;
  284. }
  285.  
  286. #linkE a{
  287. color:{color:sblinks};
  288. }
  289.  
  290. #linkE:hover{
  291. margin-left:140px;
  292. color:{color:hover};
  293. -moz-transition-duration:.5s;
  294. -webkit-transition-duration:.5s;
  295. -o-transition-duration:.5s;
  296. }
  297.  
  298.  
  299. #desc{
  300. text-align:right;
  301. margin-left:40px;
  302. width:150px;
  303. margin-top:180px;
  304. font-size:10px;
  305. color:{color:desc};
  306. border-top:1px solid #eee ;
  307. position:fixed;
  308.  
  309. }
  310.  
  311.  
  312. #pagi {
  313. position:fixed;
  314. width:550px;
  315. height:15px;
  316. margin-top:650px;
  317. margin-left:450px;
  318. font-size:13px;
  319. text-transform:uppercase;
  320. letter-spacing:3px;
  321. font-style:normal;
  322. text-align:center;
  323. background-color:#eee;
  324. border-top:solid 1px #eee;
  325. border-bottom:solid 1px #eee;
  326. border-left:solid 1px #eee;
  327. border-right:solid 1px #eee;
  328. opacity:.8;
  329. }
  330.  
  331. #pagi a {
  332. color:#050505;
  333. }
  334.  
  335.  
  336. /*ENTRIES*/
  337.  
  338. #container {
  339. z-index:2;
  340. width:500px;
  341. padding:10px;
  342. margin-left:450px;
  343. margin-top:55px;
  344. }
  345.  
  346. #posts{
  347. width:500px;
  348. padding:25px;
  349. margin-top:30px;
  350. }
  351.  
  352.  
  353. /*POST INFO*/
  354.  
  355. #info {
  356. width:500px;
  357. text-align:center;
  358. font-family:calibri;
  359. font-size:8px;
  360. text-transform:uppercase;
  361. padding:1px;
  362. color:{color:info};
  363. line-height:10px;
  364. border-top:1px solid {color:info};
  365. margin-top:5px;
  366. margin-bottom:55px;
  367. }
  368.  
  369. #info a{
  370. color:{color:info};
  371. }
  372.  
  373. #info a:hover{
  374. color:{color:hover};
  375. }
  376.  
  377. #tags{
  378. width:500px;
  379. padding:5px;
  380. margin-top:-3px;
  381. margin-left:-5px;
  382. float:left;
  383. text-align:center;
  384. font-size:8px;
  385. opacity:1;
  386. color:{color:links};
  387. transition-duration: 0.5s;
  388. -moz-transition-duration: 0.5s;
  389. -webkit-transition-duration: 0.5s;
  390. -o-transition-duration: 0.5s
  391. }
  392.  
  393. #tags a {
  394. display:inline-block;
  395. color:{color:info};
  396. font-size:8px;
  397. text-align:center;
  398. text-decoration:none;
  399. }
  400.  
  401. #notes{
  402. font-size:7px;
  403. text-transform:uppercase;
  404. }
  405.  
  406.  
  407. #fade { /*--Transparent background layer--*/
  408. display: none; /*--hidden by default--*/
  409. background: #000;
  410. position: fixed; left: 0; top: 0;
  411. width: 100%; height: 100%;
  412. opacity: .80;
  413. z-index: 9999;
  414. }
  415. .popup_block{
  416. display: none; /*--hidden by default--*/
  417. background: #fff;
  418. padding: 20px;
  419. border: 2px solid #eee;
  420. float: left;
  421. font-size: 1.2em;
  422. position: fixed;
  423. top: 50%; left: 50%;
  424. z-index: 99999;
  425. /*--CSS3 Box Shadows--*/
  426. -webkit-box-shadow: 0px 0px 20px #000;
  427. -moz-box-shadow: 0px 0px 20px #000;
  428. box-shadow: 0px 0px 20px #000;
  429. /*--CSS3 Rounded Corners--*/
  430. -webkit-border-radius: 10px;
  431. -moz-border-radius: 10px;
  432. border-radius: 10px;
  433. }
  434. img.btn_close {
  435. float: right;
  436. margin: -5px -5px 0 0;
  437. }
  438. /*--Making IE6 Understand Fixed Positioning--*/
  439. *html #fade {
  440. position: absolute;
  441. }
  442. *html .popup_block {
  443. position: absolute;
  444. }
  445.  
  446.  
  447.  
  448. /*CREDIT*/
  449.  
  450. #maker{
  451. float:right;
  452. position:fixed;
  453. bottom:5px;
  454. right:15px;
  455. padding:5px;
  456. font-size:13px;
  457. text-transform:uppercase;
  458. }
  459.  
  460. #maker a{
  461. color:{color:links};
  462. }
  463.  
  464.  
  465. #maker a:hover{
  466. background-color:#9e9d9d;
  467. border-radius:15px;
  468.  
  469.  
  470. }
  471.  
  472. #asker {
  473. border-bottom:2px solid #f2eeee;
  474. text-align:left;
  475. }
  476.  
  477. #answer {
  478. border-top:2px solid #fff;
  479. text-align:left;
  480. background-color: #fff;
  481.  
  482. }
  483.  
  484.  
  485. {CustomCSS}
  486.  
  487. </style></head>
  488.  
  489. <div id="02" class="popup_block">
  490.  
  491. <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>
  492. <p>more faq omfg</p>
  493. </center></div>
  494.  
  495. </div></div></div></div></div></div></div></div></div></div>
  496.  
  497.  
  498. <body>
  499. <div id="thingie"></div>
  500. <div id="sidebar">
  501. <div id="sidebarimg">
  502. <img src="{image:sb}"></div>
  503. <div id="sidebar 2"></div>
  504. <div id="linkA">
  505. <a href="{text:link A url}">{text:link A}</a></div>
  506. <div id="linkB">
  507. <a href="#?w=500" rel="02" class="poplight">mail</a></a></div>
  508. <div id="linkC">
  509. <a href="{text:link C url}">{text:link C}</a></div>
  510. <div id="linkD">
  511. <a href="{text:link D url}">{text:link D}</a></div>
  512. <div id="linkE">
  513. <a href="{text:link E url}">{text:link E}</a></div>
  514. </div>
  515. <div id="desc">{description}</div>
  516. <div id="pagi">
  517. {block:Pagination}
  518. {block:PreviousPage}
  519. <a href="{PreviousPage}">←</a>
  520. {/block:PreviousPage}
  521. {block:NextPage}
  522. <a href="{NextPage}">→</a>
  523. {/block:NextPage}
  524. </div>
  525. {/block:Pagination}
  526. </div>
  527. </div></div>
  528.  
  529.  
  530. <div id="container">
  531. {block:Posts}
  532. <div id="post">
  533.  
  534.  
  535. <!--TEXT POSTS-->
  536. {block:Text}
  537. {block:Title}<h2>{Title}</h2>{/block:Title}
  538. {Body}
  539. {/block:Text}
  540.  
  541. <!--ASKS-->
  542.  
  543. {block:Answer}
  544. <div class="question">
  545. <div id="asker">{Asker}<i> was like:</i><center>{Question}</center>
  546. </div></div>
  547. <div id="answer">
  548. <i>and then i was like:</i><center>{Answer}</center></div>
  549. {/block:Answer}
  550.  
  551. <!--QUOTE POSTS-->
  552. {block:Quote}
  553.  
  554. <div class="quote">
  555. <div class="quotetext_{Length}">"{Quote}"</div>
  556. {block:Source}<div class="source">{Source}</div>{/block:Source}
  557. </div>
  558. {/block:Quote}
  559.  
  560. <!--LINK POSTS-->
  561.  
  562. {block:Link}
  563. <h2><a href="{URL}">{Name}</a></h2>
  564. {block:Description}{Description}{/block:Description}
  565. {/block:Link}
  566.  
  567. <!--CHAT POSTS-->
  568.  
  569. {block:Chat}
  570. {block:Title}<h2>{Title}</h2>{/block:Title}
  571. <ul class="convo">{block:Lines}<li class="line">{block:Label}<span class="label">{Label}</span>{/block:Label}
  572. {Line}</li>{/block:Lines}</ul>
  573. {/block:Chat}
  574.  
  575. <!--PHOTO POSTS-->
  576.  
  577. {block:Photo}
  578. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" width="500px">{LinkCloseTag}
  579.  
  580. {block:Caption}{Caption}{/block:Caption}
  581. {/block:Photo}
  582.  
  583. <!--PHOTOSET POSTS-->
  584.  
  585. {block:Photoset}
  586. {Photoset-500}
  587. {block:Caption}{Caption}{/block:Caption}
  588. {/block:Photoset}
  589.  
  590. <!--VIDEO POSTS-->
  591.  
  592. {block:Video}
  593. {Video-500}
  594. {block:Caption}{Caption}{/block:Caption}
  595. {/block:Video}
  596.  
  597.  
  598. <!--AUDIO-->
  599.  
  600. {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>
  601. {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  602. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  603. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times <br>
  604. {/block:Audio}
  605.  
  606.  
  607. <!--POST INFO-->
  608.  
  609. <div id="info">
  610. {block:RebloggedFrom} <a href="{ReblogParentURL}">via</a> and {/block:RebloggedFrom}
  611. {block:ContentSource} <a href="{SourceURL}"><a href="{SourceURL}">source</a>{/block:ContentSource}
  612. {block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom}
  613. <a href="{Permalink}">with {NoteCount}</a> <a style="color:#f377a0;">♥</a></a>
  614. <a href="http://tmv.proto.jp/reblog.php?post_url={Permalink};">reblog</a>
  615. {block:HasTags}<div id="tags">
  616.  
  617. {block:Tags}<a href="/tagged/{Tag}">#{Tag}</a>&nbsp;{/block:Tags}
  618. </div>{block:HasTags}
  619. </div>
  620. </div>
  621.  
  622. {/block:Posts}
  623. <br><br>{block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  624. {/block:Posts}</div></div></div>
  625. <br><br><br><br>
  626.  
  627.  
  628. </div></div>
  629.  
  630. {/block:Posts}
  631.  
  632. <!--THEME MAKER'S CREDIT-->
  633. <div id="maker">
  634. <a href="http://www.ofsexy.tumblr.com/rules">OS</a>
  635. </div>
  636.  
  637. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement