Advertisement
Guest User

TIIMELADY

a guest
Feb 7th, 2016
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 36.19 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.  
  4. <html>
  5. <head>
  6.  
  7. <!---------- DO NOT REMOVE----------
  8.  
  9. ESTE TEMA PERTENECE A SHAMELESSVIRGIN
  10. POR FAVOR NO REMOVER EL CRÉDITO
  11. POR FAVOR NO ROBAR Y DISTRIBUIR
  12. POR FAVOR NO EDITAR Y DISTRIBUIR
  13.  
  14. ------------ DO NOT REMOVE---------->
  15.  
  16.  
  17.  
  18.  
  19. <title>{Title}</title>
  20. <link rel="shortcut icon" href="{Favicon}">
  21. <link rel="altertnate" type="application/rss+xml" href="{RSS}">
  22. {block:Description}
  23. <meta name="description" content="{MetaDescription}" />
  24. {/block:Description}
  25.  
  26.  
  27. <meta name="color:background" content="#020104">
  28. <meta name="color:sidebar links" content="#dfdfdf">
  29. <meta name="color:sidebar shadow" content="#000000">
  30. <meta name="color:sidebar hover" content="#942e0f">
  31. <meta name="color:links" content="#617C85">
  32. <meta name="color:links shadow" content="#976835">
  33. <meta name="color:links hover" content="#eee">
  34. <meta name="color:text" content="#ffffff">
  35. <meta name="color:blockquote" content="#d4a55f">
  36. <meta name="color:bold" content="#763e1c">
  37. <meta name="color:bold shadow" content="#000000">
  38. <meta name="color:italic" content="#ffffff">
  39. <meta name="color:italic shadow" content="#ffffff">
  40. <meta name="color:underline" content="#a26031">
  41. <meta name="color:big" content="#ffffff">
  42. <meta name="color:big shadow" content="#ffffff">
  43. <meta name="color:pre text" content="#000000">
  44. <meta name="color:pre bg" content="#dab690">
  45. <meta name="color:ask text" content="#ededed">
  46. <meta name="color:askbg" content="#1d1d1d">
  47. <meta name="color:ask border" content="#975e21">
  48. <meta name="color:info" content="#151617">
  49. <meta name="color:info text" content="#f0954b">
  50. <meta name="color:info border" content="#070707">
  51. <meta name="color:info hover" content="#be664b">
  52. <meta name="color:pagi" content="#a35414">
  53. <meta name="color:selec bg" content="#000000">
  54. <meta name="color:selec" content="#9f4518">
  55. <meta name="color:tags" content="#4c4c4c">
  56. <meta name="color:tags hover" content="#863f20">
  57.  
  58. <meta name="image:Background" content="http://i.imgur.com/kcLglBS.gif"/>
  59. <meta name="image:info" content="http://i.imgur.com/GoDwo5K.gif"/>
  60.  
  61. <meta name="text:TITLE1" content="">
  62. <meta name="text:TITLE2" content="">
  63.  
  64. <meta name="text:Link 1 URL" content="">
  65. <meta name="text:Link Title 1" content="">
  66. <meta name="text:Link 2 URL" content="">
  67. <meta name="text:Link Title 2" content="">
  68. <meta name="text:Link 3 URL" content="">
  69. <meta name="text:Link Title 3" content="">
  70. <meta name="text:Link 4 URL" content="">
  71. <meta name="text:Link Title 4" content="">
  72. <meta name="text:Link 5 URL" content="">
  73. <meta name="text:Link Title 5" content="">
  74.  
  75.  
  76.  
  77.  
  78. <script type="text/javascript">
  79. <!--
  80. function clickIE() {if (document.all) {(message);return false;}}
  81. function clickNS(e) {if
  82. (document.layers||(document.getElementById&&!document.all)) {
  83. if (e.which==2||e.which==3) {(message);return false;}}}
  84. if (document.layers)
  85. {document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
  86. else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
  87. document.oncontextmenu=new Function("return false")
  88. // -->
  89. </script>
  90.  
  91.  
  92. <!--This is for you hover titles (When you hover over a link) -->
  93.  
  94.  
  95.  
  96. <script type="text/javascript">
  97. WebFontConfig = {
  98. google: { families: [ 'times' ] }
  99. };
  100. (function() {
  101. var wf = document.createElement('script');
  102. wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
  103. '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
  104. wf.type = 'text/javascript';
  105. wf.async = 'true';
  106. var s = document.getElementsByTagName('script')[0];
  107. s.parentNode.insertBefore(wf, s);
  108. })(); </script>
  109.  
  110.  
  111. <script type="text/javascript">
  112. $(document).ready(function(){
  113. $("ul#tabs li").click(function(e){
  114. if (!$(this).hasClass("active")) {
  115. var tabNum = $(this).index();
  116. var nthChild = tabNum+1;
  117. $("ul#tabs li.active").removeClass("active");
  118. $(this).addClass("active");
  119. $("ul#tab li.active").removeClass("active");
  120. $("ul#tab li:nth-child("+nthChild+")").addClass("active");
  121. }
  122. });
  123. });
  124. </script>
  125.  
  126. <!-- SCRIPTS -->
  127.  
  128.  
  129. <link href="http://fonts.googleapis.com/css?family=IM+Fell+Double+Pica+SC" rel="stylesheet" type="text/css">
  130. <link href="http://fonts.googleapis.com/css?family=VT323" rel="stylesheet" type="text/css">
  131. <link href="http://fonts.googleapis.com/css?family=Fjalla+One" rel="stylesheet" type="text/css">
  132. <link href="http://fonts.googleapis.com/css?family=Alex+Brush" rel="stylesheet" type="text/css">
  133. <link href='https://fonts.googleapis.com/css?family=Bangers' rel='stylesheet' type='text/css'>
  134. <link href="http://fonts.googleapis.com/css?family=Dancing+Script" rel="stylesheet" type="text/css">
  135. <link href="http://fonts.googleapis.com/css?family=Amatic+SC:400,700" rel="stylesheet" type="text/css">
  136.  
  137. <style type="text/css">
  138.  
  139.  
  140. /* this is for the scrollbar */
  141.  
  142. ::-webkit-scrollbar-thumb{
  143. background-color: transparent;
  144. border-radius:0px;
  145. height:auto;
  146. }
  147.  
  148. ::-webkit-scrollbar {
  149. height:auto;
  150. width:4px;
  151. border: 1px transparent;
  152. border-radius:0px;
  153. }
  154.  
  155.  
  156. /* TOOLTIPS */
  157.  
  158. #s-m-t-tooltip {
  159. max-width:300px;
  160. padding:3px 7px 3px 8px;
  161. margin:-20px 0px 0px 20px;
  162. background-color:{color:background};
  163. color:{color:text};
  164. font-size:7px;
  165. text-transform:uppercase;
  166. z-index:999999999999;
  167. letter-spacing:2px;
  168. -webkit-border-radius:5px;
  169. -moz-border-radius:5px;
  170. border-radius:5px;
  171. }
  172.  
  173.  
  174.  
  175. /* ENTRIES */
  176.  
  177.  
  178. blockquote {
  179. width:380px;
  180. border-radius:10px;
  181. border-left:1px solid {color:blockquote};
  182. margin-left:1px;
  183. padding-left:9px;
  184. padding-top:1px;
  185. padding-bottom:1px;
  186.  
  187. }
  188.  
  189. img {
  190. padding-left: 5px;
  191. max-width:500px;
  192. padding-bottom:10px;
  193. height: auto;
  194.  
  195. -webkit-transition: all 0.5s ease-in-out;
  196. -moz-transition: all 0.5s ease-in-out;
  197. -o-transition: all 0.5s ease-in-out;
  198. -ms-transition: all 0.5s ease-in-out;
  199. transition: all 0.5s ease-in-out; }
  200.  
  201. img:hover {
  202. opacity: 1.0;
  203. -webkit-transition: all 0.5s ease-in-out;
  204. -moz-transition: all 0.5s ease-in-out;
  205. -o-transition: all 0.5s ease-in-out;
  206. -ms-transition: all 0.5s ease-in-out;
  207. transition: all 0.5s ease-in-out;
  208. -webkit-filter:none;}
  209.  
  210. .html_photoset {
  211. height: auto;
  212. opacity: 0.5;
  213. -webkit-transition: all 0.5s ease-in-out;
  214. -moz-transition: all 0.5s ease-in-out;
  215. -o-transition: all 0.5s ease-in-out;
  216. -ms-transition: all 0.5s ease-in-out;
  217. transition: all 0.5s ease-in-out; }
  218.  
  219. .html_photoset:hover {
  220. height: auto;
  221. opacity: 1.0;
  222. -webkit-transition: all 0.5s ease-in-out;
  223. -moz-transition: all 0.5s ease-in-out;
  224. -o-transition: all 0.5s ease-in-out;
  225. -ms-transition: all 0.5s ease-in-out;
  226. transition: all 0.5s ease-in-out; }
  227.  
  228.  
  229.  
  230. body {
  231. background:{color:background};
  232. background-attachment:fixed;
  233. background-repeat:no-repeat;
  234. background-position: bottom ; /* you can change this if to TOP or CENTER if you want */
  235. color:{color:#000};
  236. font-family:tahoma;
  237. text-align:justify;
  238. font-size:11px;
  239. ;
  240. background-image:url(http://i.imgur.com/NYqt2ya.jpg);
  241.  
  242. margin:0;
  243. padding-top:0;
  244. word-wrap:break-word;};
  245.  
  246.  
  247. }
  248.  
  249.  
  250.  
  251. /* bold (b), italic (i,em), and underlined (u) */
  252.  
  253.  
  254. er, ber, cer, {
  255. font-weight:normal;
  256. font-size:12px;
  257. text-align:center;
  258. font-style:normal;
  259. font-family: helvetica;
  260. padding-bottom:3px;
  261. line-height:80%;
  262. letter-spacing:3px;
  263. text-transform: uppercase;
  264. color:{color:blockquote};
  265. }
  266.  
  267.  
  268. sub, sup, small {
  269. font-size: 11px;
  270. color:{color:text};
  271. }
  272.  
  273. b, strong {
  274. font-size: 14px;
  275. font-family: 'Fjalla One', sans-serif;
  276. color:{color:bold};
  277. text-shadow: 1px 1px 1px {color:bold shadow};
  278. }
  279.  
  280. i,em{
  281. color:{color:italic};
  282. text-shadow: 0px 0px 2px {color:italic shadow};
  283. font-family:georgia, sans-serif;
  284. font-size:12px;
  285. }
  286.  
  287. code {
  288. font-size: 11px;
  289. }
  290.  
  291.  
  292. big{
  293. color:{color:big};
  294. font-size: 15px;
  295. text-shadow: 0px 0px 2px {color:big shadow};
  296. font-family:georgia, sans-serif;
  297. }
  298.  
  299.  
  300. u{
  301. color:{color:underline};
  302. }
  303.  
  304. pre {
  305. font-family:courier;
  306. text-align:center;
  307. text-transform:uppercase;
  308. font-size:10px;
  309. color:{color:pre text};
  310. background:{color:pre bg};
  311. padding:10px;
  312. padding-left:15px;
  313. padding-right:15px;
  314. word-wrap: break-word;
  315. }
  316.  
  317.  
  318. h1 {
  319. font-family: 'Raleway', sans-serif;
  320. text-transform:uppercase;
  321. text-align: center;
  322. font-size:15px;
  323. line-height:100%;
  324. color: {color:blockquote};
  325. }
  326.  
  327. h2 {
  328. font-size:17px;
  329. color: {color:big};
  330. font-weight:bold;
  331. text-shadow: 0px 0px 2px {color:big shadow}}
  332.  
  333. h3 {
  334. font-size:18px;
  335. font-family: 'georgia', sans-serif;
  336. text-shadow: 0px 0px 3px {color:bold shadow};
  337. text-align:center;
  338. text-transform:lowercase;
  339. font-style:italic;
  340. line-height:100%;
  341. letter-spacing:0px;
  342. padding-bottom:-10px;
  343. color: {color:blockquote};
  344. }
  345.  
  346. h4 {
  347. font-size:11px;
  348. font-family: 'Tahoma'
  349. text-align:center;
  350. text-transform:uppercase;
  351. line-height:100%;
  352. letter-spacing:0px;
  353. font-weight:bold;
  354. color: {color:blockquote};
  355. }
  356.  
  357. h12 {
  358. font-size:16px;
  359. text-align:right;
  360. line-height:100%;
  361. letter-spacing:0px;
  362. font-family: 'IM Fell Double Pica SC', serif;
  363. text-shadow: 0px 2px 2px {color:blockquote};
  364. color:{color:text};
  365. text-transform: uppercase;
  366. }
  367.  
  368. h81 {
  369. font-weight:normal;
  370. font-size:12px;
  371. text-align:center;
  372. font-style:normal;
  373. font-family: helvetica;
  374. padding-bottom:3px;
  375. line-height:80%;
  376. letter-spacing:3px;
  377. text-transform: uppercase;
  378. color:{color:blockquote};
  379. }
  380.  
  381.  
  382. /* Links & hovers */
  383.  
  384.  
  385. a {
  386. color:{color:links};
  387. text-shadow: none;
  388. text-decoration:none;
  389. -moz-transition-duration:1s;
  390. -webkit-transition-duration:1s;
  391. -o-transition-duration:1s;
  392. }
  393.  
  394.  
  395. a:hover {
  396. color:{color:links hover};
  397. text-shadow: none;
  398. /* transition of the image when you hover on it */
  399. -moz-transition-duration:1s;
  400. -webkit-transition-duration:1s;
  401. -o-transition-duration:1s;
  402. }
  403.  
  404. /* Your sidebar, image, description and links */
  405.  
  406.  
  407.  
  408. #sidebar {
  409. position:fixed;
  410. margin-left:898px;
  411. width: 190px;
  412. margin-top:158px;
  413. background-color: transparent;
  414. padding:0px 5px 0px;
  415.  
  416.  
  417. }
  418.  
  419.  
  420. .pagination {
  421.  
  422. bottom:5px;
  423. left:50%;
  424. margin-left: 60px;
  425. position: absolute;
  426. text-align: left;
  427. letter-spacing:1px;
  428. text-transform:uppercase;
  429.  
  430. }
  431.  
  432. .pagination a{
  433. color: {color:links};
  434. font-family:calibri;
  435. letter-spacing:4px;
  436. font-size:10px;
  437. text-shadow: 0px 0px 3px {color:links shadow};}
  438.  
  439. .pagination a:hover{
  440. color:{color:links hover};
  441. -webkit-filter: blur(2px);
  442. -webkit-transition:all .5s ease-in-out;
  443. -moz-transition:all .5s ease-in-out;
  444. transition:all .5s ease-in-out;
  445.  
  446. }
  447.  
  448. #topbar {
  449. position:fixed;
  450. top:295px;
  451. left:470px;
  452. z-index: 9;
  453.  
  454. }
  455.  
  456.  
  457. .user {
  458. position: fixed;
  459. margin-left: -270px;
  460. left:50%;
  461. font-size: 20px;
  462. letter-spacing:-1px;
  463. font-family: 'Alex Brush', cursive;
  464. text-transform:lowercase;
  465. line-height: 170%;
  466. text-align: center;
  467. width: 500px;
  468. bottom:405px;
  469. text-shadow: 0px 0px 2px {color:sidebar shadow};
  470. margin-right: auto;
  471. -ms-transform: rotate(-0deg);
  472. -webkit-transform: rotate(-0deg);
  473. transform: rotate(-0deg);
  474. -webkit-transition: all .5s linear;
  475. }
  476.  
  477. .user a {
  478. padding-left: 5px;
  479. font-size: 50px;
  480. color: {color:sidebar links};
  481. font-family: 'Alex Brush', cursive;
  482. text-shadow: none;
  483. text-shadow: 0px 0px 2px {color:sidebar shadow};
  484. width: 500px;
  485. -moz-transition-duration:.5s;
  486. -webkit-transition-duration:.5s;
  487. -o-transition-duration:.5s;
  488.  
  489. }
  490.  
  491. .user a:hover {
  492. padding-left: 5px;
  493. color: {color:sidebar hover};
  494. text-shadow: 0px 0px 2px {color:sidebar shadow};
  495. -moz-transition-duration:.9s;
  496. -webkit-transition-duration:.9s;
  497. -o-transition-duration:.9s;
  498. }
  499.  
  500.  
  501.  
  502. .user2 {
  503. position: fixed;
  504. margin-left: -330px;
  505. left:50%;
  506. font-size: 20px;
  507. letter-spacing:-1px;
  508. font-family: 'IM Fell Double Pica SC', serif;
  509. text-transform:uppercase;
  510. line-height: 170%;
  511. text-align: center;
  512. width: 500px;
  513. bottom:430px;
  514. text-shadow: 0px 0px 2px {color:sidebar shadow};
  515. margin-right: auto;
  516. -ms-transform: rotate(-0deg);
  517. -webkit-transform: rotate(-0deg);
  518. transform: rotate(-0deg);
  519. -webkit-transition: all .5s linear;
  520. }
  521.  
  522. .user2 a {
  523. padding-left: 5px;
  524. font-size: 30px;
  525. color: {color:bold};
  526. font-family: 'IM Fell Double Pica SC', serif;
  527. text-shadow: none;
  528. text-shadow: 0px 0px 2px {color:sidebar shadow};
  529. width: 500px;
  530. -moz-transition-duration:.5s;
  531. -webkit-transition-duration:.5s;
  532. -o-transition-duration:.5s;
  533.  
  534. }
  535.  
  536. .user2 a:hover {
  537. padding-left: 5px;
  538. color: {color:sidebar hover};
  539. text-shadow: 0px 0px 2px {color:sidebar shadow};
  540. -moz-transition-duration:.9s;
  541. -webkit-transition-duration:.9s;
  542. -o-transition-duration:.9s;
  543. }
  544.  
  545. /* SIDEBAR LINKS 1*/
  546.  
  547. .links {
  548. position: fixed;
  549. bottom:300px;
  550. margin-left:-350px;
  551. left:50%;
  552. font-size: 19px;
  553. letter-spacing:1px;
  554. font-family: georgia, sans-serif;
  555. text-transform:uppercase;
  556. line-height: 170%;
  557. text-align: right;
  558. width: 100px;
  559. text-shadow: 0px 0px 2px {color:sidebar shadow};
  560. margin-right: auto;
  561. -ms-transform: rotate(-30deg); /* IE 9 */
  562. -webkit-transform: rotate(-30deg); /* Safari */
  563. transform: rotate(-30deg);
  564.  
  565. }
  566.  
  567. .links a {
  568. padding-left: 5px;
  569. font-size: 25px;
  570. font-family: georgia, sans-serif;
  571. color: {color:sidebar links};
  572. text-shadow: 1px 1px 2px {color:sidebar shadow};
  573. -moz-transition-duration:.9s;
  574. -webkit-transition-duration:.9s;
  575. -o-transition-duration:.9s;
  576. }
  577.  
  578. .links a:hover {
  579. padding-left: 5px;
  580. color: {color:sidebar hover};
  581. text-shadow: 0px 0px 2px {color:sidebar shadow};
  582. -webkit-transition:all .5s ease-in-out;
  583. -moz-transition:all .5s ease-in-out;
  584. transition:all .5s ease-in-out;
  585. }
  586.  
  587. /*END OF SIDEBAR LINKS 1*/
  588.  
  589. /*SIDEBAR LINKS 2*/
  590.  
  591. .links2 {
  592. position: fixed;
  593. bottom:320px;
  594. margin-left:-350px;
  595. left:50%;
  596. font-size: 19px;
  597. letter-spacing:1px;
  598. font-family: georgia, sans-serif;
  599. text-transform:uppercase;
  600. line-height: 170%;
  601. text-align: right;
  602. width: 100px;
  603. text-shadow: 0px 0px 2px {color:sidebar shadow};
  604. margin-right: auto;
  605. -ms-transform: rotate(-45deg); /* IE 9 */
  606. -webkit-transform: rotate(-45deg); /* Safari */
  607. transform: rotate(-45deg);
  608.  
  609. }
  610.  
  611. .links2 a {
  612. padding-left: 5px;
  613. font-size: 15px;
  614. font-family: georgia, sans-serif;
  615. color: {color:sidebar links};
  616. text-shadow: 1px 1px 2px {color:sidebar shadow};
  617. -moz-transition-duration:.9s;
  618. -webkit-transition-duration:.9s;
  619. -o-transition-duration:.9s;
  620. }
  621.  
  622. .links2 a:hover {
  623. padding-left: 5px;
  624. color: {color:sidebar hover};
  625. text-shadow: 0px 0px 2px {color:sidebar shadow};
  626. -webkit-transition:all .5s ease-in-out;
  627. -moz-transition:all .5s ease-in-out;
  628. transition:all .5s ease-in-out;
  629. }
  630.  
  631. /*END OF SIDEBAR LINKS 2*/
  632.  
  633. /*SIDEBAR LINKS 3*/
  634.  
  635. .links3 {
  636. position: fixed;
  637. bottom:380px;
  638. margin-left:-300px;
  639. left:50%;
  640. font-size: 19px;
  641. letter-spacing:1px;
  642. font-family: georgia, sans-serif;
  643. text-transform:uppercase;
  644. line-height: 170%;
  645. text-align: right;
  646. width: 50px;
  647. text-shadow: 0px 0px 2px {color:sidebar shadow};
  648. margin-right: auto;
  649. -ms-transform: rotate(-15deg); /* IE 9 */
  650. -webkit-transform: rotate(-15deg); /* Safari */
  651. transform: rotate(-15deg);
  652.  
  653. }
  654.  
  655. .links3 a {
  656. padding-left: 5px;
  657. font-size: 30px;
  658. font-family: georgia, sans-serif;
  659. color: {color:sidebar links};
  660. text-shadow: 1px 1px 2px {color:sidebar shadow};
  661. -moz-transition-duration:.9s;
  662. -webkit-transition-duration:.9s;
  663. -o-transition-duration:.9s;
  664. }
  665.  
  666. .links3 a:hover {
  667. padding-left: 5px;
  668. color: {color:sidebar hover};
  669. text-shadow: 0px 0px 2px {color:sidebar shadow};
  670. -webkit-transition:all .5s ease-in-out;
  671. -moz-transition:all .5s ease-in-out;
  672. transition:all .5s ease-in-out;
  673. }
  674.  
  675. /*END OF SIDEBAR LINKS 3*/
  676.  
  677. /*SIDEBAR LINKS 4*/
  678.  
  679. .links4 {
  680. position: fixed;
  681. bottom:460px;
  682. margin-left:-340px;
  683. left:50%;
  684. font-size: 19px;
  685. letter-spacing:1px;
  686. font-family: georgia, sans-serif;
  687. text-transform:uppercase;
  688. line-height: 170%;
  689. text-align: right;
  690. width: 140px;
  691. text-shadow: 0px 0px 2px {color:sidebar shadow};
  692. margin-right: auto;
  693. -ms-transform: rotate(40deg); /* IE 9 */
  694. -webkit-transform: rotate(40deg); /* Safari */
  695. transform: rotate(40deg);
  696.  
  697. }
  698.  
  699. .links4 a {
  700. padding-left: 5px;
  701. font-size: 20px;
  702. font-family: georgia, sans-serif;
  703. color: {color:sidebar links};
  704. text-shadow: 1px 1px 2px {color:sidebar shadow};
  705. -moz-transition-duration:.9s;
  706. -webkit-transition-duration:.9s;
  707. -o-transition-duration:.9s;
  708. }
  709.  
  710. .links4 a:hover {
  711. padding-left: 5px;
  712. color: {color:sidebar hover};
  713. text-shadow: 0px 0px 2px {color:sidebar shadow};
  714. -webkit-transition:all .5s ease-in-out;
  715. -moz-transition:all .5s ease-in-out;
  716. transition:all .5s ease-in-out;
  717. }
  718.  
  719. /*END OF SIDEBAR LINKS 4*/
  720.  
  721.  
  722. /*SIDEBAR LINKS 5*/
  723.  
  724. .links5 {
  725. position: fixed;
  726. bottom:430px;
  727. margin-left:-230px;
  728. left:50%;
  729. font-size: 19px;
  730. letter-spacing:1px;
  731. font-family: georgia, sans-serif;
  732. text-transform:uppercase;
  733. line-height: 170%;
  734. text-align: right;
  735. width: 50px;
  736. text-shadow: 0px 0px 2px {color:sidebar shadow};
  737. margin-right: auto;
  738. -ms-transform: rotate(20deg); /* IE 9 */
  739. -webkit-transform: rotate(20deg); /* Safari */
  740. transform: rotate(20deg);
  741.  
  742. }
  743.  
  744. .links5 a {
  745. padding-left: 5px;
  746. font-size: 15px;
  747. font-family: georgia, sans-serif;
  748. color: {color:sidebar links};
  749. text-shadow: 1px 1px 2px {color:sidebar shadow};
  750. -moz-transition-duration:.9s;
  751. -webkit-transition-duration:.9s;
  752. -o-transition-duration:.9s;
  753. }
  754.  
  755. .links5 a:hover {
  756. padding-left: 5px;
  757. color: {color:sidebar hover};
  758. text-shadow: 0px 0px 2px {color:sidebar shadow};
  759. -webkit-transition:all .5s ease-in-out;
  760. -moz-transition:all .5s ease-in-out;
  761. transition:all .5s ease-in-out;
  762. }
  763.  
  764. /*END OF SIDEBAR LINKS 5*/
  765.  
  766. /*SIDEBAR LINKS 6*/
  767.  
  768. .links6 {
  769. position: fixed;
  770. bottom:450px;
  771. margin-left:-220px;
  772. left:50%;
  773. font-size: 19px;
  774. letter-spacing:1px;
  775. font-family: georgia, sans-serif;
  776. text-transform:uppercase;
  777. line-height: 170%;
  778. text-align: right;
  779. width: 100px;
  780. text-shadow: 0px 0px 2px {color:sidebar shadow};
  781. margin-right: auto;
  782. -ms-transform: rotate(80deg); /* IE 9 */
  783. -webkit-transform: rotate(80deg); /* Safari */
  784. transform: rotate(80deg);
  785.  
  786. }
  787.  
  788. .links6 a {
  789. padding-left: 5px;
  790. font-size: 20px;
  791. font-family: georgia, sans-serif;
  792. color: {color:sidebar links};
  793. text-shadow: 1px 1px 2px {color:sidebar shadow};
  794. -moz-transition-duration:.9s;
  795. -webkit-transition-duration:.9s;
  796. -o-transition-duration:.9s;
  797. }
  798.  
  799. .links6 a:hover {
  800. padding-left: 5px;
  801. color: {color:sidebar hover};
  802. text-shadow: 0px 0px 2px {color:sidebar shadow};
  803. -webkit-transition:all .5s ease-in-out;
  804. -moz-transition:all .5s ease-in-out;
  805. transition:all .5s ease-in-out;
  806. }
  807.  
  808. /*END OF SIDEBAR LINKS 6*/
  809.  
  810.  
  811.  
  812. #container {
  813. left:50%;
  814. height: 380px;
  815. width: 420px;
  816. text-align:justify;
  817. font-family:calibri;
  818. text-transform: auto;
  819. position: fixed;
  820. color:#000;
  821. margin-left:-218px;
  822. bottom:25px; /* this could be changed for this bottom:-2px;; */
  823. overflow: auto;
  824. }
  825.  
  826.  
  827. #post {
  828. width:410px;
  829. margin-top:10px;
  830. text-align:justify;
  831. font-size:11px;
  832. line-height:110%;
  833. letter-spacing:0px;
  834. color:{color:text};
  835. margin-bottom: 30px;
  836. text-transform: auto;
  837. padding: 2px;
  838. margin-left: auto;
  839. margin-right: auto;
  840. }
  841.  
  842. #posts img {
  843. height:auto;
  844. max-width:100%;
  845. }
  846.  
  847. #photo img {
  848. width:100%;
  849. -webkit-border-radius:5px;
  850. -moz-border-radius:5px;
  851. border-radius:5px;
  852. }
  853.  
  854.  
  855. .caption {
  856. width:{select:Post size}px;
  857. text-align:justify;
  858. line-height:120%;
  859. }
  860.  
  861.  
  862.  
  863.  
  864. .question {
  865. font-family: 'Amatic SC', cursive;
  866. line-height:120%;
  867. font-size:17px;
  868. font-weight:bold;
  869. margin-top:5px;
  870. padding:10px;;
  871. background:{color:askbg};
  872. color:{color:ask text};
  873. text-shadow: 0 0 1px {color:ask shadow};
  874. border-left:2px solid {color:ask border};
  875. border-right:2px solid {color:ask border};
  876. }
  877.  
  878. .asker {
  879. font-family: 'Dancing Script', cursive;
  880. padding-top:5px;
  881. max-width:230px;
  882. margin-top:0px;
  883. font-size:25px;
  884. }
  885.  
  886. .askeru {
  887. margin-top:-5px;
  888. margin-left:4px;
  889. text-transform:lowercase;
  890. font-style:italic;
  891. font-size:30px; }
  892.  
  893. .answer {
  894. padding-top:10px;
  895. text-align:justify;
  896. }
  897.  
  898.  
  899. .audio {
  900. width:450px;
  901. padding-bottom:10px;
  902. }
  903.  
  904.  
  905. .playercontainer {
  906. text-align:left;
  907. padding:10px;
  908. width:450px;
  909. }
  910.  
  911. .audioinfo {
  912. padding:10px;
  913. color:{color:text};
  914. }
  915.  
  916.  
  917. .note {
  918. text-transform:uppercase;
  919. font-style:normal;
  920. letter-spacing:0px;
  921. font-size: 9px;
  922. text-align:left;
  923. line-height:90%;
  924. margin-left:-40px;
  925. }
  926.  
  927. .note li {
  928. list-style-type:none;
  929. padding:10px 25px 10px 25px;
  930. text-align:left;
  931. margin:0px;
  932. -moz-transition-duration:0.5s;
  933. -webkit-transition-duration:0.5s;
  934. -o-transition-duration:0.5s;
  935. }
  936.  
  937. #info {
  938. font-family: 'VT323',serif ;
  939. width:320px;
  940. margin-top:0px;
  941. padding-top:4px;
  942. margin-left:auto;
  943. margin-right:auto;
  944. padding-BOTTOM:1px;
  945. font-size:14px;
  946. color:{color:info text};
  947. text-transform:uppercase;
  948. letter-spacing:1px;
  949. font-style:normal;
  950. text-align:center;
  951. padding:4px;
  952. background:url(https://s-media-cache-ak0.pinimg.com/originals/c9/de/96/c9de967ed5fe2bfb7755048bdea556d3.gif);
  953. BORDER:1px solid {color:#000};
  954. -moz-transition-duration:0.2s;
  955. -webkit-transition-duration:0.2s;
  956. -o-transition-duration:0.2s;
  957. }
  958.  
  959. #info a {
  960. font-size:15px;
  961. color:{color:#617C85};
  962. text-shadow: 0px 0px 3px {color:info link shadow};
  963. padding:5px;
  964. font-style:normal;
  965. }
  966.  
  967. #info a:hover {
  968. color:{color:info hover};
  969. -webkit-filter: blur(0px);
  970. -moz-transition-duration:0.2s;
  971. -webkit-transition-duration:0.2s;
  972. -o-transition-duration:0.2s;
  973. }
  974.  
  975. .tags {
  976. width:340px;
  977. text-transform:uppercase;
  978. margin-left:auto;
  979. margin-right:auto;
  980. padding:3px;
  981. font-size:12px;
  982. font-style:normal;
  983. font-family: helvetica;
  984. padding-top:4px;
  985. line-height:80%;
  986. color:{color:tags};
  987. font-size:12px;
  988. text-align:center;
  989. opacity:0;
  990. -moz-transition-duration:.7s;
  991. -webkit-transition-duration:.7s;
  992. -o-transition-duration:.7s;
  993.  
  994. }
  995.  
  996. .tags a{
  997. font-size:9px;
  998. font-family: helvetica;
  999. text-transform:none;
  1000. font-weight:0;
  1001. font-weight:none;
  1002. text-shadow: none;
  1003. color:{color:tags};
  1004. opacity:0.5;
  1005. font-weight:none;
  1006.  
  1007. }
  1008. .tags a:hover{
  1009. color:{color:tags hover};
  1010. opacity:1;
  1011. font-weight:none;
  1012. -moz-transition-duration:0.8s;
  1013. -webkit-transition-duration:0.8s;
  1014. -o-transition-duration:0.8s;
  1015.  
  1016. }
  1017.  
  1018. #post:hover .tags {
  1019. opacity:1;
  1020. -moz-transition-duration:1.2s;
  1021. -webkit-transition-duration:1.2s;
  1022. -o-transition-duration:1.2s;
  1023. }
  1024.  
  1025.  
  1026. /* Quote & Source */
  1027.  
  1028. .quotemarkleft {
  1029. font-size: 80px;
  1030. font-family: 'Georgia';
  1031. font-weight: bold;
  1032. line-height: 100px;
  1033. position: relative;
  1034. margin: 0px 0 -70px 30px;
  1035. color: #7c373d;
  1036. opacity: 0.9;
  1037. }
  1038.  
  1039. .quotemarkright {
  1040. font-family: 'Georgia';
  1041. font-size: 80px;
  1042. font-weight: bold;
  1043. padding-right: 0px;
  1044. line-height: 30px;
  1045. text-align: right;
  1046. position: relative;
  1047. margin:0 30px 0 -10px;
  1048. color: #7c373d;
  1049. opacity: 0.97;
  1050. }
  1051.  
  1052.  
  1053. #quote{
  1054. font-family:crimson text;
  1055. text-align:center;
  1056. font-size:25px;
  1057. line-height:18px;
  1058. font-weight:bold;
  1059. font-style:italic;
  1060. z-index:999;
  1061. }
  1062.  
  1063.  
  1064.  
  1065.  
  1066. .credit {
  1067. position:fixed;
  1068. font-family: 'Alex Brush', cursive;
  1069. color:{color:bold};
  1070. font-size:16px;
  1071. font-weight:bold;
  1072. line-height:100%;
  1073. letter-spacing:0px;
  1074. right:7px;
  1075. bottom:5px;
  1076. text-align:center;
  1077. text-shadow:0 0 3px {color:bold};
  1078. -webkit-transition: all 0.5s ease-in-out;
  1079. -moz-transition: all 0.5s ease-in-out;
  1080. -o-transition: all 0.5s ease-in-out;
  1081. -ms-transition: all 0.5s ease-in-out;
  1082. transition: all 0.5s ease-in-out;
  1083. }
  1084.  
  1085. .credit:hover {
  1086. color:transparent;
  1087. text-shadow:0 0 7px {color:bold shadow};
  1088. -webkit-transition: all 0.5s ease-in-out;
  1089. -moz-transition: all 0.5s ease-in-out;
  1090. -o-transition: all 0.5s ease-in-out;
  1091. -ms-transition: all 0.5s ease-in-out;
  1092. transition: all 0.5s ease-in-out;
  1093. }
  1094.  
  1095.  
  1096.  
  1097. /* Selection Text & BG (instead of having that blue background when you highlight something) */
  1098.  
  1099.  
  1100. ::selection {
  1101. background:{color:selec bg};
  1102. color:{color:selec};
  1103. }
  1104.  
  1105. /* UPDATES */
  1106.  
  1107. #updatestab {
  1108. }
  1109.  
  1110. #updatestab #hover {
  1111. color:#fff;
  1112. text-transform:uppercase;
  1113. font-family:georgia, sans-serif;
  1114. font-size:12px;
  1115. color:{color:bold};
  1116. opacity:.2;
  1117. position:absolute;
  1118. position:absolute;
  1119. right:360px;
  1120. bottom:185px;
  1121. -moz-transform: rotate(-90deg);
  1122. -webkit-transform: rotate(-90deg);
  1123. -o-transform: rotate(-90deg);
  1124. -ms-transform: rotate(-90deg);
  1125. transform: rotate(-90deg);
  1126. -webkit-transition: all .5s ease-in-out;
  1127. -moz-transition: all .5s ease-in-out;
  1128. -ms-transition: all .5s ease-in-out;
  1129. -o-transition: all .5s ease-in-out;
  1130. transition: all .5s ease-in-out;
  1131. }
  1132.  
  1133. #updatestab:hover #hover {
  1134. -webkit-filter: blur(2px);
  1135. filter: blur(2px);
  1136. }
  1137.  
  1138. #updatestab:hover #updatescontent {
  1139. opacity:1;
  1140. -moz-transform: translateX(-195px);
  1141. -webkit-transform: translateX(-195px);
  1142. -o-transform: translateX(-195px);
  1143. -ms-transform: translateX(-195px);
  1144. transform: translateX(-195px);
  1145. }
  1146.  
  1147. #updatescontent {
  1148. width:150px;
  1149. height:300px;
  1150. overflow:hidden;
  1151. position:absolute;
  1152. bottom:20px;
  1153. right:50px;
  1154. opacity:0;
  1155. -webkit-transition: all .8s ease-in-out;
  1156. -moz-transition: all .8s ease-in-out;
  1157. -ms-transition: all .8s ease-in-out;
  1158. -o-transition: all .8s ease-in-out;
  1159. transition: all .8s ease-in-out;
  1160. }
  1161.  
  1162. #updatestext {
  1163. color:{color:text};
  1164. text-align:center;
  1165. font-family:'georgia', serif;
  1166. font-size:11px;
  1167. }
  1168.  
  1169. #updatestext hr {
  1170. width:75%;
  1171. border:0px;
  1172. border-bottom:1px solid #0c0c0c;
  1173. }
  1174.  
  1175. #updatestext i, em {
  1176. color:{color:italic};
  1177. text-shadow:none;
  1178. }
  1179.  
  1180. #updatestext b, strong {
  1181. color:{color:bold};
  1182. text-shadow:none;
  1183. }
  1184.  
  1185. #updatestext a {
  1186. color:{color:links};
  1187. text-decoration:none;
  1188. -webkit-transition: all .5s ease-in-out;
  1189. -moz-transition: all .5s ease-in-out;
  1190. -ms-transition: all .5s ease-in-out;
  1191. -o-transition: all .5s ease-in-out;
  1192. transition: all .5s ease-in-out;
  1193. }
  1194.  
  1195. #updatestext a:hover {
  1196. color:{color:links hover};
  1197. }
  1198.  
  1199. /* UPDATES TAB */
  1200.  
  1201.  
  1202. </style></head><body>
  1203.  
  1204.  
  1205.  
  1206.  
  1207. <div class="credit"><a href="http://shamelessvirgin.tumblr.com/" title="theme by shamelessvirgin"><span class="credit">SV</span></a></div>
  1208.  
  1209. <div id="sidebar">
  1210.  
  1211. <div class="user">
  1212. <a href="/" title="refresh">{text:TITLE2}</a></div>
  1213. <div class="user2">
  1214. <a href="/" title="refresh">{text:TITLE1}</a></div>
  1215.  
  1216. <div class="links">
  1217. <a href="/ask" rel="ask" title="inquire">i</span></a>
  1218. </div>
  1219. <div class="links2">
  1220. <a href="{text:Link 1 URL}" title="{text:Link Title 1}">ii</span></a>
  1221. </div>
  1222. <div class="links3">
  1223. <a href="{text:Link 2 URL}" title="{text:Link Title 2}">iii</span></a>
  1224. </div>
  1225. <div class="links4">
  1226. <a href="{text:Link 3 URL}" title="{text:Link Title 3}">iv</span></a>
  1227. </div>
  1228. <div class="links5">
  1229. <a href="{text:Link 4 URL}" title=" {text:Link Title 4}">v</span></a>
  1230. </div>
  1231. <div class="links6">
  1232. <a href="{text:Link 5 URL}" title=" {text:Link Title 5}">vi</span></a>
  1233. </div>
  1234.  
  1235.  
  1236. </div>
  1237.  
  1238. <div class="pagination">
  1239.  
  1240. <center>{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}"><b>PREV \</b></a>{/block:PreviousPage} &nbsp;&nbsp;&nbsp; {block:NextPage}<a href="{NextPage}"><b>/ NEXT</b></a><br />{/block:NextPage}{/block:Pagination}</div></center></div>
  1241. </div></div></div>
  1242.  
  1243. </div>
  1244.  
  1245. <div id="container">
  1246.  
  1247. <div id="entries">
  1248.  
  1249. {block:Posts}
  1250.  
  1251. <!--This is where you fix all your post (your quotes post, text post, photo post, audio post, etc. -->
  1252.  
  1253. <div id="post">
  1254.  
  1255. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  1256.  
  1257. <!-- if you want to change de width you need to change the -500 for -250/400 or simply let the 500 -->
  1258.  
  1259. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  1260.  
  1261.  
  1262. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  1263.  
  1264.  
  1265. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  1266.  
  1267. <!-- only on those three -->
  1268.  
  1269. {block:Quote}<div class="quote"><big><big>"{Quote}"</big></big>{block:Source}<br><br> <div style="text-align: right;">— {Source}</div></div>{/block:Source}{/block:Quote}
  1270.  
  1271. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}{hw}
  1272.  
  1273. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}{hw}
  1274.  
  1275. {block:Audio}{block:AlbumArt}<img src="{AlbumArtURL}" width="65px" align="left">{/block:AlbumArt}<div class="audio">{AudioPlayerGrey}<br>{block:TrackName}&nbsp;&nbsp;&nbsp;&nbsp; {TrackName}{/block:TrackName}
  1276. {block:Artist} &nbsp;—&nbsp; {Artist} {/block:Artist}</div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  1277.  
  1278.  
  1279.  
  1280. {block:Answer}
  1281. <div class="question">{question}</div>
  1282. <div class="asker">{Asker}</div>
  1283. {Answer}{/block:Answer}
  1284.  
  1285. {block:Date}<div id="info"> <a href="{Permalink}" title="{TimeAgo}">✖</a>
  1286. {/block:Date} {block:NoteCount} <a href="{Permalink}" title="{NoteCount}">✖</a> {/block:NoteCount}
  1287.  
  1288. {block:RebloggedFrom}<a title="{ReblogParentName}" href="{ReblogParentURL}">✖</a> {/block:RebloggedFrom}{block:ContentSource} <a title="{SourceTitle}" href="{SourceURL}">✖</a>{/block:ContentSource} {/block:RebloggedFrom} <a href="{ReblogURL}"target="_blank" title="REBLOG?">✖</a> </div>
  1289.  
  1290. {block:HasTags}
  1291. <div class="tags">
  1292. <center> {block:Tags} <a href="{TagURL}">&nbsp; #{Tag} </a> {/block:Tags} </div></center>
  1293. {/block:HasTags}
  1294. </div>
  1295. </div>
  1296.  
  1297. <div class="postnote">
  1298. {block:PostNotes}{PostNotes}{/block:PostNotes}
  1299.  
  1300.  
  1301. {/block:Posts}
  1302.  
  1303.  
  1304. </div>
  1305.  
  1306.  
  1307.  
  1308. </div></div>
  1309.  
  1310.  
  1311. <!-- SCRIPTS -->
  1312.  
  1313. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  1314. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  1315.  
  1316. <script>
  1317. (function($){
  1318. $(document).ready(function(){
  1319. $("[title]").style_my_tooltips({
  1320. tip_follows_cursor:true,
  1321. tip_delay_time:90,
  1322. tip_fade_speed:600,
  1323. attribute:"title"});
  1324. });})(jQuery);
  1325. </script>
  1326.  
  1327. <link href='http://static.tumblr.com/7bmjmb1/eHantn10w/photoset.css' rel='stylesheet' type='text/css'>
  1328. <script src="http://static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
  1329.  
  1330. <script>
  1331. $(document).ready(function() {
  1332. $('.photo-slideshow').pxuPhotoset({
  1333. 'ligthbox': true, // uses the default Tumblr lightbox, change to false to use your own
  1334. 'rounded' : 'corners', // corners, all or false
  1335. 'highRes' : true, // will use high res images
  1336. 'gutter' : '3px', // spacing between the images
  1337. }, function() {
  1338. $(this).animate({opacity:1});
  1339. });});
  1340. </script>
  1341.  
  1342. <script>
  1343. $(document).ready(function(){
  1344. $('.video iframe').each(function(){
  1345. var scale = $(this).parents('.video').width() / 500;
  1346. $(this).attr({
  1347. width: Math.floor($(this).attr('width') * scale),
  1348. height: Math.floor($(this).attr('height') * scale)})
  1349. ;});});
  1350. </script>
  1351.  
  1352.  
  1353. <!-- UPDATES TAB -->
  1354.  
  1355. <div id="updatestab">
  1356. <div id="hover">✖ U P D A T E S ✖</div>
  1357. <div id="updatescontent">
  1358. <div id="updatestext">
  1359. {description}</div>
  1360. heres updates
  1361. <!-- UPDATES TAB -->
  1362.  
  1363. </div>
  1364.  
  1365.  
  1366.  
  1367.  
  1368.  
  1369. </body>
  1370. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement