Advertisement
Shamelessvirgin

Dark Place 245px

Oct 10th, 2015
1,634
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 28.39 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="#111111">
  28. <meta name="color:sidebar links" content="#810119">
  29. <meta name="color:sidebar shadow" content="#1a1516">
  30. <meta name="color:sidebar hover" content="#111111">
  31. <meta name="color:links" content="#890a2c">
  32. <meta name="color:links shadow" content="#570823">
  33. <meta name="color:links hover" content="#ffffff">
  34. <meta name="color:text" content="#ffffff">
  35. <meta name="color:blockquote" content="#6b1424">
  36. <meta name="color:bold" content="#a20622">
  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="#dcc844">
  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="#b697a2">
  45. <meta name="color:ask text" content="#ededed">
  46. <meta name="color:ask border" content="#97415e">
  47. <meta name="color:info" content="#b6556a">
  48. <meta name="color:info text" content="#a50c28">
  49. <meta name="color:info border" content="#230c14">
  50. <meta name="color:info hover" content="#be4b6a">
  51. <meta name="color:pagi" content="#a3143f">
  52. <meta name="color:selec bg" content="#000000">
  53. <meta name="color:selec" content="#797979">
  54. <meta name="color:tags" content="#ffffff">
  55. <meta name="color:tags hover" content="#862033">
  56.  
  57. <meta name="image:Background" content=""/>
  58. <meta name="image:ask" content=""/>
  59. <meta name="image:info" content=""/>
  60.  
  61. <meta name="text:YOUR URL" content="">
  62. <meta name="text:updates" content="">
  63. <meta name="text:drafts" content="">
  64. <meta name="text:family" content="">
  65. <meta name="text:more" content="">
  66. <meta name="text:updates title" content="">
  67.  
  68. <meta name="text:Link 1 URL" content="">
  69. <meta name="text:Link Title 1" content="">
  70. <meta name="text:Link 2 URL" content="">
  71. <meta name="text:Link Title 2" content="">
  72. <meta name="text:Link 3 URL" content="">
  73. <meta name="text:Link Title 3" content="">
  74. <meta name="text:Link 4 URL" content="">
  75. <meta name="text:Link Title 4" content="">
  76. <meta name="text:Link 5 URL" content="">
  77. <meta name="text:Link Title 5" content="">
  78.  
  79. <!--This is for you hover titles (When you hover over a link) -->
  80.  
  81.  
  82.  
  83. <script type="text/javascript">
  84. WebFontConfig = {
  85. google: { families: [ 'times' ] }
  86. };
  87. (function() {
  88. var wf = document.createElement('script');
  89. wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
  90. '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
  91. wf.type = 'text/javascript';
  92. wf.async = 'true';
  93. var s = document.getElementsByTagName('script')[0];
  94. s.parentNode.insertBefore(wf, s);
  95. })(); </script>
  96.  
  97.  
  98. <script type="text/javascript">
  99. $(document).ready(function(){
  100. $("ul#tabs li").click(function(e){
  101. if (!$(this).hasClass("active")) {
  102. var tabNum = $(this).index();
  103. var nthChild = tabNum+1;
  104. $("ul#tabs li.active").removeClass("active");
  105. $(this).addClass("active");
  106. $("ul#tab li.active").removeClass("active");
  107. $("ul#tab li:nth-child("+nthChild+")").addClass("active");
  108. }
  109. });
  110. });
  111. </script>
  112.  
  113. <!-- SCRIPTS -->
  114.  
  115.  
  116. <link href="http://fonts.googleapis.com/css?family=IM+Fell+Double+Pica+SC" rel="stylesheet" type="text/css">
  117. <link href="http://fonts.googleapis.com/css?family=VT323" rel="stylesheet" type="text/css">
  118. <link href="http://fonts.googleapis.com/css?family=Fjalla+One" rel="stylesheet" type="text/css">
  119. <link href="http://fonts.googleapis.com/css?family=Alex+Brush" rel="stylesheet" type="text/css">
  120. <link href='https://fonts.googleapis.com/css?family=Bangers' rel='stylesheet' type='text/css'>
  121.  
  122. <style type="text/css">
  123.  
  124.  
  125. /* this is for the scrollbar */
  126.  
  127. ::-webkit-scrollbar-thumb{
  128. background-color: transparent;
  129. border-radius:0px;
  130. height:auto;
  131. }
  132.  
  133. ::-webkit-scrollbar {
  134. height:auto;
  135. width:4px;
  136. border: 1px transparent;
  137. border-radius:0px;
  138. }
  139.  
  140.  
  141. /* TOOLTIPS */
  142.  
  143. #s-m-t-tooltip {
  144. max-width:300px;
  145. padding:3px 7px 3px 8px;
  146. margin:-20px 0px 0px 20px;
  147. background-color:{color:links};
  148. color:{color:text};
  149. font-size:7px;
  150. text-transform:uppercase;
  151. z-index:999999999999;
  152. letter-spacing:2px;
  153. -webkit-border-radius:5px;
  154. -moz-border-radius:5px;
  155. border-radius:5px;
  156. }
  157.  
  158.  
  159.  
  160. /* ENTRIES */
  161.  
  162.  
  163. blockquote {
  164. width:230px;
  165. border-radius:10px;
  166. border-left:1px solid {color:blockquote};
  167. margin-left:1px;
  168. padding-left:9px;
  169. padding-top:1px;
  170. padding-bottom:1px;
  171.  
  172. }
  173.  
  174. img {
  175. padding-left: 5px;
  176. max-width:500px;
  177. padding-bottom:10px;
  178. height: auto;
  179.  
  180. -webkit-transition: all 0.5s ease-in-out;
  181. -moz-transition: all 0.5s ease-in-out;
  182. -o-transition: all 0.5s ease-in-out;
  183. -ms-transition: all 0.5s ease-in-out;
  184. transition: all 0.5s ease-in-out; }
  185.  
  186. img:hover {
  187. opacity: 1.0;
  188. -webkit-transition: all 0.5s ease-in-out;
  189. -moz-transition: all 0.5s ease-in-out;
  190. -o-transition: all 0.5s ease-in-out;
  191. -ms-transition: all 0.5s ease-in-out;
  192. transition: all 0.5s ease-in-out;
  193. -webkit-filter:none;}
  194.  
  195. .html_photoset {
  196. height: auto;
  197. opacity: 0.5;
  198. -webkit-transition: all 0.5s ease-in-out;
  199. -moz-transition: all 0.5s ease-in-out;
  200. -o-transition: all 0.5s ease-in-out;
  201. -ms-transition: all 0.5s ease-in-out;
  202. transition: all 0.5s ease-in-out; }
  203.  
  204. .html_photoset:hover {
  205. height: auto;
  206. opacity: 1.0;
  207. -webkit-transition: all 0.5s ease-in-out;
  208. -moz-transition: all 0.5s ease-in-out;
  209. -o-transition: all 0.5s ease-in-out;
  210. -ms-transition: all 0.5s ease-in-out;
  211. transition: all 0.5s ease-in-out; }
  212.  
  213.  
  214.  
  215. body {
  216. background:{color:background};
  217. background-attachment:fixed;
  218. background-repeat:no-repeat;
  219. background-position: top ; /* you can change this if to TOP or CENTER if you want */
  220. color:{color:text};
  221. font-family:tahoma;
  222. text-align:justify;
  223. font-size:11px;
  224. ;
  225. background-image:url("{image:Background}");
  226.  
  227. margin:0;
  228. padding-top:0;
  229. word-wrap:break-word;};
  230.  
  231.  
  232. }
  233.  
  234.  
  235. /* bold (b), italic (i,em), and underlined (u) */
  236.  
  237.  
  238. er, ber, cer, {
  239. font-weight:normal;
  240. font-size:12px;
  241. text-align:center;
  242. font-style:normal;
  243. font-family: helvetica;
  244. padding-bottom:3px;
  245. line-height:80%;
  246. letter-spacing:3px;
  247. text-transform: uppercase;
  248. color:{color:blockquote};
  249. }
  250.  
  251.  
  252. sub, sup, small {
  253. font-size: 11px;
  254. color:{color:text};
  255. }
  256.  
  257. b, strong {
  258. font-size: 14px;
  259. font-family: 'Fjalla One', sans-serif;
  260. color:{color:bold};
  261. text-shadow: 1px 1px 1px {color:bold shadow};
  262. }
  263.  
  264. i,em{
  265. color:{color:italic};
  266. text-shadow: 0px 0px 2px {color:italic shadow};
  267. font-family:georgia, sans-serif;
  268. font-size:12px;
  269. }
  270.  
  271. code {
  272. font-size: 11px;
  273. }
  274.  
  275.  
  276. big{
  277. color:{color:big};
  278. font-size: 15px;
  279. text-shadow: 0px 0px 2px {color:big shadow};
  280. font-family:georgia, sans-serif;
  281. }
  282.  
  283.  
  284. u{
  285. color:{color:underline};
  286. }
  287.  
  288. pre {
  289. font-family:courier;
  290. text-align:center;
  291. text-transform:uppercase;
  292. font-size:10px;
  293. color:{color:pre text};
  294. background:{color:pre bg};
  295. padding:10px;
  296. padding-left:15px;
  297. padding-right:15px;
  298. word-wrap: break-word;
  299. }
  300.  
  301.  
  302. h1 {
  303. font-family: 'Raleway', sans-serif;
  304. text-transform:uppercase;
  305. text-align: center;
  306. font-size:15px;
  307. line-height:100%;
  308. color: {color:blockquote};
  309. }
  310.  
  311. h2 {
  312. font-size:17px;
  313. color: {color:big};
  314. font-weight:bold;
  315. text-shadow: 0px 0px 2px {color:big shadow}}
  316.  
  317. h3 {
  318. font-size:18px;
  319. font-family: 'georgia', sans-serif;
  320. text-shadow: 0px 0px 3px {color:bold shadow};
  321. text-align:center;
  322. text-transform:lowercase;
  323. font-style:italic;
  324. line-height:100%;
  325. letter-spacing:0px;
  326. padding-bottom:-10px;
  327. color: {color:blockquote};
  328. }
  329.  
  330. h4 {
  331. font-size:11px;
  332. font-family: 'Tahoma'
  333. text-align:center;
  334. text-transform:uppercase;
  335. line-height:100%;
  336. letter-spacing:0px;
  337. font-weight:bold;
  338. color: {color:blockquote};
  339. }
  340.  
  341. h12 {
  342. font-size:16px;
  343. text-align:right;
  344. line-height:100%;
  345. letter-spacing:0px;
  346. font-family: 'IM Fell Double Pica SC', serif;
  347. text-shadow: 0px 2px 2px {color:blockquote};
  348. color:{color:text};
  349. text-transform: uppercase;
  350. }
  351.  
  352. h81 {
  353. font-weight:normal;
  354. font-size:12px;
  355. text-align:center;
  356. font-style:normal;
  357. font-family: helvetica;
  358. padding-bottom:3px;
  359. line-height:80%;
  360. letter-spacing:3px;
  361. text-transform: uppercase;
  362. color:{color:blockquote};
  363. }
  364.  
  365.  
  366. /* Links & hovers */
  367.  
  368.  
  369. a {
  370. color:{color:links};
  371. text-shadow: none;
  372. text-decoration:none;
  373. -moz-transition-duration:1s;
  374. -webkit-transition-duration:1s;
  375. -o-transition-duration:1s;
  376. }
  377.  
  378.  
  379. a:hover {
  380. color:{color:links hover};
  381. text-shadow: none;
  382. /* transition of the image when you hover on it */
  383. -moz-transition-duration:1s;
  384. -webkit-transition-duration:1s;
  385. -o-transition-duration:1s;
  386. }
  387.  
  388. /* Your sidebar, image, description and links */
  389.  
  390.  
  391.  
  392. #sidebar {
  393. position:fixed;
  394. margin-left:898px;
  395. width: 190px;
  396. margin-top:158px;
  397. background-color: transparent;
  398. padding:0px 5px 0px;
  399.  
  400.  
  401. }
  402.  
  403.  
  404. .pagination {
  405.  
  406. top:627px;
  407. left:50%;
  408. margin-left: 60px;
  409. position: absolute;
  410. text-align: left;
  411. letter-spacing:1px;
  412. text-transform:uppercase;
  413.  
  414. }
  415.  
  416. .pagination a{
  417. color: {color:links};
  418. font-family:calibri;
  419. letter-spacing:4px;
  420. font-size:10px;
  421. text-shadow: 0px 0px 3px {color:links shadow};}
  422.  
  423. .pagination a:hover{
  424. color:{color:links hover};
  425. -webkit-filter: blur(2px);
  426. -webkit-transition:all .5s ease-in-out;
  427. -moz-transition:all .5s ease-in-out;
  428. transition:all .5s ease-in-out;
  429.  
  430. }
  431.  
  432. #topbar {
  433. position:fixed;
  434. top:295px;
  435. left:470px;
  436. z-index: 9;
  437.  
  438. }
  439.  
  440.  
  441. .user {
  442. position: fixed;
  443. margin-left: 10px;
  444. left:50%;
  445. font-size: 20px;
  446. letter-spacing:-1px;
  447. font-family: 'Alex Brush', cursive;
  448. text-transform:lowercase;
  449. line-height: 170%;
  450. text-align: center;
  451. width: 500px;
  452. top:25px;
  453. text-shadow: 0px 0px 2px {color:sidebar shadow};
  454. margin-right: auto;
  455. -ms-transform: rotate(-0deg);
  456. -webkit-transform: rotate(-0deg);
  457. transform: rotate(-0deg);
  458. -webkit-transition: all .5s linear;
  459. }
  460.  
  461. .user a {
  462. padding-left: 5px;
  463. font-size: 50px;
  464. color: {color:sidebar links};
  465. font-family: 'Alex Brush', cursive;
  466. text-shadow: none;
  467. text-shadow: 0px 0px 2px {color:sidebar shadow};
  468. width: 500px;
  469. -moz-transition-duration:.5s;
  470. -webkit-transition-duration:.5s;
  471. -o-transition-duration:.5s;
  472.  
  473. }
  474.  
  475. .user a:hover {
  476. padding-left: 5px;
  477. color: {color:sidebar hover};
  478. text-shadow: 0px 0px 2px {color:sidebar shadow};
  479. -moz-transition-duration:.9s;
  480. -webkit-transition-duration:.9s;
  481. -o-transition-duration:.9s;
  482. }
  483.  
  484.  
  485. .links {
  486. position: fixed;
  487. top:609px;
  488. margin-left:50px;
  489. left:50%;
  490. font-size: 19px;
  491. letter-spacing:1px;
  492. font-family: georgia, sans-serif;
  493. text-transform:uppercase;
  494. line-height: 170%;
  495. text-align: right;
  496. width: 200px;
  497. text-shadow: 0px 0px 2px {color:sidebar shadow};
  498. margin-right: auto;
  499. -ms-transform: rotate(-0deg); /* IE 9 */
  500. -webkit-transform: rotate(-0deg); /* Safari */
  501. transform: rotate(-0deg);
  502.  
  503. }
  504.  
  505. .links a {
  506. padding-left: 5px;
  507. font-size: 15px;
  508. font-family: georgia, sans-serif;
  509. color: {color:sidebar links};
  510. text-shadow: 1px 1px 2px {color:sidebar shadow};
  511. -moz-transition-duration:.9s;
  512. -webkit-transition-duration:.9s;
  513. -o-transition-duration:.9s;
  514. }
  515.  
  516. .links a:hover {
  517. padding-left: 5px;
  518. color: {color:sidebar hover};
  519. text-shadow: 0px 0px 2px {color:sidebar shadow};
  520. -webkit-transition:all .5s ease-in-out;
  521. -moz-transition:all .5s ease-in-out;
  522. transition:all .5s ease-in-out;
  523. }
  524.  
  525.  
  526.  
  527. #container {
  528. left:50%;
  529. height: 546px;
  530. width: 272px;
  531. text-align:justify;
  532. font-family:calibri;
  533. text-transform: auto;
  534. position: fixed;
  535. margin-left:100px;
  536. margin-top:70px; /* this could be changed for this bottom:-2px;; */
  537. overflow: auto;
  538. }
  539.  
  540.  
  541. #post {
  542. width:260px;
  543. margin-top:10px;
  544. text-align:justify;
  545. font-size:11px;
  546. line-height:110%;
  547. letter-spacing:0px;
  548. color:{color:text};
  549. margin-bottom: 30px;
  550. text-transform: auto;
  551. padding: 2px;
  552. margin-left: auto;
  553. margin-right: auto;
  554. }
  555.  
  556. #posts img {
  557. height:auto;
  558. max-width:100%;
  559. }
  560.  
  561. #photo img {
  562. width:100%;
  563. -webkit-border-radius:5px;
  564. -moz-border-radius:5px;
  565. border-radius:5px;
  566. }
  567.  
  568.  
  569. .caption {
  570. width:{select:Post size}px;
  571. text-align:justify;
  572. line-height:120%;
  573. }
  574.  
  575. #asker {
  576. font-family: 'Bangers', cursive;
  577. font-size:30px;
  578. text-align:right;
  579. margin-left:15px;
  580. text-transform:uppercase;
  581. color: {color:italic};
  582. letter-spacing:3px
  583.  
  584.  
  585. }
  586.  
  587. #asker a{
  588. color: {color:bold};
  589. font-family: 'Bangers', cursive;
  590. letter-spacing: 3px;
  591.  
  592. font-size:13px;
  593. text-shadow: 0px 0px 3px {color:bold shadow};
  594. }
  595.  
  596. #asker a:hover {
  597. color: {color:links hover};
  598. letter-spacing: 3px;
  599. }
  600.  
  601. #ask {
  602. font-family: 'IM Fell Double Pica SC', serif;
  603. font-size:8px;
  604. text-align:center;
  605. padding-top: 5px;
  606. margin-left:5px;
  607. text-transform:auto;
  608. line-height:130%;
  609. padding:8px;
  610. background:url("{image:ask}");
  611. color:{color:ask text};
  612. text-transform: uppercase;
  613. border:3px {color:ask border} solid;
  614. border-top-left-radius:20px;
  615. border-bottom-right-radius:20px;
  616. }
  617.  
  618. .ans {
  619. text-align:left;
  620. padding:10px;
  621.  
  622. }
  623.  
  624. .audio {
  625. width:240px;
  626. padding-bottom:10px;
  627. }
  628.  
  629.  
  630. .playercontainer {
  631. text-align:left;
  632. padding:10px;
  633. width:250px;
  634. }
  635.  
  636. .audioinfo {
  637. padding:10px;
  638. color:{color:text};
  639. }
  640.  
  641.  
  642. .note {
  643. text-transform:uppercase;
  644. font-style:normal;
  645. letter-spacing:0px;
  646. font-size: 9px;
  647. text-align:left;
  648. line-height:90%;
  649. margin-left:-40px;
  650. }
  651.  
  652. .note li {
  653. list-style-type:none;
  654. padding:10px 25px 10px 25px;
  655. text-align:left;
  656. margin:0px;
  657. -moz-transition-duration:0.5s;
  658. -webkit-transition-duration:0.5s;
  659. -o-transition-duration:0.5s;
  660. }
  661.  
  662. #info {
  663. font-family: 'VT323',serif ;
  664. width:220px;
  665. margin-top:0px;
  666. padding-top:4px;
  667. margin-left:auto;
  668. margin-right:auto;
  669. padding-BOTTOM:1px;
  670. font-size:14px;
  671. color:{color:info text};
  672. text-transform:uppercase;
  673. letter-spacing:1px;
  674. font-style:normal;
  675. text-align:center;
  676. padding:4px;
  677. background:url("{image:info}");
  678. BORDER:2px solid {color:info border};
  679. -moz-transition-duration:0.2s;
  680. -webkit-transition-duration:0.2s;
  681. -o-transition-duration:0.2s;
  682. }
  683.  
  684. #info a {
  685. font-size:15px;
  686. color:{color:info text};
  687. text-shadow: 0px 0px 3px {color:info link shadow};
  688. padding:5px;
  689. font-style:normal;
  690. }
  691.  
  692. #info a:hover {
  693. color:{color:info hover};
  694. -webkit-filter: blur(0px);
  695. -moz-transition-duration:0.2s;
  696. -webkit-transition-duration:0.2s;
  697. -o-transition-duration:0.2s;
  698. }
  699.  
  700. .tags {
  701. width:240px;
  702. text-transform:uppercase;
  703. margin-left:auto;
  704. margin-right:auto;
  705. padding:3px;
  706. font-size:12px;
  707. font-style:normal;
  708. font-family: helvetica;
  709. padding-top:4px;
  710. line-height:80%;
  711. color:{color:tags};
  712. font-size:12px;
  713. text-align:center;
  714. opacity:0;
  715. -moz-transition-duration:.7s;
  716. -webkit-transition-duration:.7s;
  717. -o-transition-duration:.7s;
  718.  
  719. }
  720.  
  721. .tags a{
  722. font-size:9px;
  723. font-family: helvetica;
  724. text-transform:none;
  725. font-weight:0;
  726. font-weight:none;
  727. text-shadow: none;
  728. color:{color:tags};
  729. opacity:0.5;
  730. font-weight:none;
  731.  
  732. }
  733. .tags a:hover{
  734. color:{color:tags hover};
  735. opacity:1;
  736. font-weight:none;
  737. -moz-transition-duration:0.8s;
  738. -webkit-transition-duration:0.8s;
  739. -o-transition-duration:0.8s;
  740.  
  741. }
  742.  
  743. #post:hover .tags {
  744. opacity:1;
  745. -moz-transition-duration:1.2s;
  746. -webkit-transition-duration:1.2s;
  747. -o-transition-duration:1.2s;
  748. }
  749.  
  750.  
  751. /* Quote & Source */
  752.  
  753. .quotemarkleft {
  754. font-size: 80px;
  755. font-family: 'Georgia';
  756. font-weight: bold;
  757. line-height: 100px;
  758. position: relative;
  759. margin: 0px 0 -70px 30px;
  760. color: #7c373d;
  761. opacity: 0.9;
  762. }
  763.  
  764. .quotemarkright {
  765. font-family: 'Georgia';
  766. font-size: 80px;
  767. font-weight: bold;
  768. padding-right: 0px;
  769. line-height: 30px;
  770. text-align: right;
  771. position: relative;
  772. margin:0 30px 0 -10px;
  773. color: #7c373d;
  774. opacity: 0.97;
  775. }
  776.  
  777.  
  778. #quote{
  779. font-family:crimson text;
  780. text-align:center;
  781. font-size:25px;
  782. line-height:18px;
  783. font-weight:bold;
  784. font-style:italic;
  785. z-index:999;
  786. }
  787.  
  788.  
  789.  
  790.  
  791. .credit {
  792. position:fixed;
  793. font-family: 'Alex Brush', cursive;
  794. color:{color:bold};
  795. font-size:16px;
  796. font-weight:bold;
  797. line-height:100%;
  798. letter-spacing:0px;
  799. right:7px;
  800. bottom:5px;
  801. text-align:center;
  802. text-shadow:0 0 3px {color:bold};
  803. -webkit-transition: all 0.5s ease-in-out;
  804. -moz-transition: all 0.5s ease-in-out;
  805. -o-transition: all 0.5s ease-in-out;
  806. -ms-transition: all 0.5s ease-in-out;
  807. transition: all 0.5s ease-in-out;
  808. }
  809.  
  810. .credit:hover {
  811. color:transparent;
  812. text-shadow:0 0 7px {color:bold shadow};
  813. -webkit-transition: all 0.5s ease-in-out;
  814. -moz-transition: all 0.5s ease-in-out;
  815. -o-transition: all 0.5s ease-in-out;
  816. -ms-transition: all 0.5s ease-in-out;
  817. transition: all 0.5s ease-in-out;
  818. }
  819.  
  820.  
  821.  
  822. /* Selection Text & BG (instead of having that blue background when you highlight something) */
  823.  
  824.  
  825. ::selection {
  826. background:{color:selec bg};
  827. color:{color:selec};
  828. }
  829.  
  830. /* UPDATES */
  831.  
  832. /* UPDATES TAB #1 by http://wizardring.tumblr.com */
  833.  
  834. /*change 'left' to 'right' if you want it on the right corner*/
  835. #tab {width:140px; position:fixed; top:20px; left:20px; z-index:3; transition:all .5s ease;}
  836. #tab:hover {transition:all .8s ease;}
  837.  
  838. /* box */
  839. #tab_box {position:relative; text-align:justify; opacity:0; transition:all .5s ease; margin:15px -200px 8px; width:140px;}
  840. #tab:hover #tab_box {opacity:1; transition:all 1s ease; margin:15px 0px 8px;}
  841.  
  842. /* the navicon: change the color of it by putting other color code instead of #eee*/
  843. .border1 {width:20px; height:1px; background:#eee; position:absolute; margin-top:0px; transition:all .5s ease;}
  844. .border2 {width:20px; height:1px; background:#eee; position:absolute; margin-top:5px; transition:all .5s ease;}
  845. .border3 {width:20px; height:1px; background:#eee; position:absolute; margin-top:10px; transition:all .5s ease;}
  846.  
  847. #tab:hover .border1 {margin-top:0px; width:50px; transition:all .9s ease;}
  848. #tab:hover .border2 {margin-top:0px; width:50px; margin-left:50px; transition:all .9s ease;}
  849. #tab:hover .border3 {margin-top:0px; width:40px; margin-left:100px; transition:all .9s ease;}
  850.  
  851. /* title: change the title/background color by changing the #COLORCODE; if you want it on the right change the 'margin-left' to 'right' (also on the hover) */
  852. .updates_title {padding-right:5px; text-align:left; background:#151416; color:#b21023; text-transform:uppercase; font-size:7.5px; transition:all .5s ease; position:absolute; font-weight:bold; width:auto; display:inline-block; margin-top:-6.5px; margin-left:-200px; opacity:0; letter-spacing:3px;}
  853. #tab:hover .updates_title {transition:all 1.5s ease; opacity:1; margin-left:0px;}
  854.  
  855. /* tab divisor: change the color of it by putting other color code instead of #eee; if you want it centered, change the margin to 'margin:8px auto 0px' */
  856. #tab_border {height:1px; background:#eee; width:100px; position:relative; margin:8px 0px 8px;}
  857.  
  858. /* UPDATES TAB #1 by http://wizardring.tumblr.com */
  859.  
  860.  
  861. </style></head><body>
  862.  
  863. <!-- UPDATES TAB #1 by http://wizardring.tumblr.com -->
  864. <div id="tab">
  865. <!--navicon-->
  866. <div class="border1"></div>
  867. <div class="border2"></div>
  868. <div class="border3"></div>
  869. <!--navicon-->
  870.  
  871. <!--tab title-->
  872. <div class="updates_title">{text:updates title}</div>
  873. <!--box-->
  874. <div id="tab_box">
  875. <!--write things here, break a line by using <br>-->
  876.  
  877. <center>"{text:more}"
  878. <!--to use a divider just copy and paste this: <div id="tab_border"></div>-->
  879. <div id="tab_border"></div></center>
  880. {description}
  881. <div id="tab_border"></div>
  882. {text:updates}
  883. <div id="tab_border"></div>
  884. {text:drafts}
  885.  
  886. <!--write things here-->
  887. </div>
  888. </div>
  889. <!-- UPDATES TAB #1 by http://wizardring.tumblr.com -->
  890.  
  891.  
  892. <div class="credit"><a href="http://whiiitemore.tumblr.com/" title="theme by whiiitemore"><span class="credit">W</span></a></div>
  893.  
  894. <div id="sidebar">
  895.  
  896. <div class="user">
  897. <a href="/" title="refresh">{text:YOUR URL}</a></div>
  898.  
  899. <div class="links">
  900.  
  901. <a href="/ask" rel="ask" title="inquire">✗</span></a>
  902.  
  903. <a href="{text:Link 1 URL}" title="{text:Link Title 1}">✗</span></a>
  904. <a href="{text:Link 2 URL}" title="{text:Link Title 2}">✗</span></a>
  905. <a href="{text:Link 3 URL}" title="{text:Link Title 3}">✗</span></a>
  906. <a href="{text:Link 4 URL}" title=" {text:Link Title 4}">✗</span></a>
  907. <a href="{text:Link 5 URL}" title=" {text:Link Title 5}">✗</span></a>
  908.  
  909. </div>
  910.  
  911.  
  912. </div>
  913.  
  914. <div class="pagination">
  915.  
  916. <center>{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}"><b>«</b></a>{/block:PreviousPage} &nbsp;&nbsp;&nbsp; {block:NextPage}<a href="{NextPage}"><b>»</b></a><br />{/block:NextPage}{/block:Pagination}</div></center></div>
  917. </div></div></div>
  918.  
  919. </div>
  920.  
  921. <div id="container">
  922.  
  923. <div id="entries">
  924.  
  925. {block:Posts}
  926.  
  927. <!--This is where you fix all your post (your quotes post, text post, photo post, audio post, etc. -->
  928.  
  929. <div id="post">
  930.  
  931. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  932.  
  933. <!-- if you want to change de width you need to change the -500 for -250/400 or simply let the 500 -->
  934.  
  935. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-250}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  936.  
  937.  
  938. {block:Photoset}{Photoset-250}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  939.  
  940.  
  941. {block:Video}{Video-250}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  942.  
  943. <!-- only on those three -->
  944.  
  945. {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}
  946.  
  947. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}{hw}
  948.  
  949. {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}
  950.  
  951. {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}
  952. {block:Artist} &nbsp;—&nbsp; {Artist} {/block:Artist}</div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  953.  
  954.  
  955.  
  956. {block:Answer}
  957. <div id="ask">{question}</div>
  958. <div id="asker">{Asker}</div>
  959. {Answer}{/block:Answer}
  960.  
  961. {block:Date}<div id="info"> <a href="{Permalink}" title="{TimeAgo}">➹</a>
  962. {/block:Date} {block:NoteCount} <a href="{Permalink}" title="{NoteCount}">➹</a> {/block:NoteCount}
  963.  
  964. {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>
  965.  
  966. {block:HasTags}
  967. <div class="tags">
  968. <center> {block:Tags} <a href="{TagURL}">&nbsp; #{Tag} </a> {/block:Tags} </div></center>
  969. {/block:HasTags}
  970. </div>
  971. </div>
  972.  
  973. <div class="postnote">
  974. {block:PostNotes}{PostNotes}{/block:PostNotes}
  975.  
  976.  
  977. {/block:Posts}
  978.  
  979.  
  980. </div>
  981.  
  982.  
  983.  
  984. </div></div>
  985.  
  986.  
  987. <!-- SCRIPTS -->
  988.  
  989. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  990. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  991.  
  992. <script>
  993. (function($){
  994. $(document).ready(function(){
  995. $("[title]").style_my_tooltips({
  996. tip_follows_cursor:true,
  997. tip_delay_time:90,
  998. tip_fade_speed:600,
  999. attribute:"title"});
  1000. });})(jQuery);
  1001. </script>
  1002.  
  1003. <link href='http://static.tumblr.com/7bmjmb1/eHantn10w/photoset.css' rel='stylesheet' type='text/css'>
  1004. <script src="http://static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
  1005.  
  1006. <script>
  1007. $(document).ready(function() {
  1008. $('.photo-slideshow').pxuPhotoset({
  1009. 'ligthbox': true, // uses the default Tumblr lightbox, change to false to use your own
  1010. 'rounded' : 'corners', // corners, all or false
  1011. 'highRes' : true, // will use high res images
  1012. 'gutter' : '3px', // spacing between the images
  1013. }, function() {
  1014. $(this).animate({opacity:1});
  1015. });});
  1016. </script>
  1017.  
  1018. <script>
  1019. $(document).ready(function(){
  1020. $('.video iframe').each(function(){
  1021. var scale = $(this).parents('.video').width() / 500;
  1022. $(this).attr({
  1023. width: Math.floor($(this).attr('width') * scale),
  1024. height: Math.floor($(this).attr('height') * scale)})
  1025. ;});});
  1026. </script>
  1027.  
  1028. </div>
  1029.  
  1030.  
  1031. </body>
  1032. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement