Advertisement
Guest User

theme 01 4 links

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