Advertisement
briqhter

Theme 5

Jan 8th, 2014
263
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 29.32 KB | None | 0 0
  1. <!--
  2. theme 5 by briqhter
  3. please do not remove the credit
  4. -->
  5.  
  6. <html lang="en">
  7. <!DOCTYPE html PUBLIC"-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  8. <html xmlns="http://www.w3.org/1999/xhtml">
  9.  
  10. <head>
  11.  
  12. <script type="text/javascript"
  13. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script><script type="text/javascript" src="http://static.tumblr.com/j67pgdq/a0gmqh0bn/hover.js"></script>
  14. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  15. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  16. <script>
  17. (function($){
  18. $(document).ready(function(){
  19. $("a[title]").style_my_tooltips({
  20. tip_follows_cursor:true,
  21. tip_delay_time:90,
  22. tip_fade_speed:600,
  23. attribute:"title"
  24. });
  25. });
  26. })(jQuery);
  27. </script>
  28.  
  29. <script type="text/javascript">
  30. <!--
  31.  
  32. // Disable Right Click Script
  33.  
  34. function IE(e)
  35. {
  36. if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
  37. {
  38. return false;
  39. }
  40. }
  41. function NS(e)
  42. {
  43. if (document.layers || (document.getElementById && !document.all))
  44. {
  45. if (e.which == "2" || e.which == "3")
  46. {
  47. return false;
  48. }
  49. }
  50. }
  51. document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
  52.  
  53. //-->
  54. </script>
  55.  
  56. <script type="text/javascript"
  57. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  58. <script>
  59. $(document).ready(function() {
  60. //
  61. $('a.poplight[href^=#]').click(function() {
  62. var popID = $(this).attr('rel'); //Get Popup Name
  63. var popURL = $(this).attr('href'); //Get Popup href to define size
  64. var query= popURL.split('?');
  65. var dim= query[1].split('&');
  66. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  67. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://upload.wikimedia.org/wikipedia/commons/f/f8/Tooltip-CloseButton.png" class="btn_close" title="Close Window" alt="Close"/></a>');
  68. var popMargTop = ($('#' + popID).height() + 80) / 2;
  69. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  70. //Apply Margin to Popup
  71. $('#' + popID).css({
  72. 'margin-top' : -popMargTop,
  73. 'margin-left' : -popMargLeft
  74. });
  75. $('body').append('<div id="fade"></div>');
  76. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  77. return false;
  78. });
  79. $('a.close, #fade').live('click', function() {
  80. $('#fade , .popup_block').fadeOut(function() {
  81. $('#fade, a.close').remove(); //fade them both out
  82. });
  83. return false;
  84. });
  85. });
  86. </script>
  87.  
  88. <script type="text/javascript"
  89. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  90.  
  91. <!--DEFAULT VARIABLES-->
  92. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  93. <meta name="color:background" content="#fff"/>
  94. <meta name="color:link" content="#575757"/>
  95. <meta name="color:title1" content="#c3a6eb"/>
  96. <meta name="color:title2" content="#fff"/>
  97. <meta name="color:sidebar1" content="#dfd5ff"/>
  98. <meta name="color:text" content="#777"/>
  99. <meta name="color:hover" content="#fff"/>
  100. <meta name="color:borders" content="#cfcfcf"/>
  101. <meta name="color:scrollbar" content="#c9c9c9"/>
  102. <meta name="color:bars" content="#d8cef6"/>
  103. <meta name="color:name" content="#CEECF5"/>
  104. <meta name="color:link message" content="#CEECF5"/>
  105. <meta name="image:sidebar1" content="http://static.tumblr.com/j67pgdq/rEGmqolbj/tumblr_mmx9itabst1qav2ffo1_500.png"/>
  106. <meta name="image:mini1" content="http://static.tumblr.com/bgzjy3u/rftmtvstv/tumblr_mnog9ehw5m1ssfjedo3_250__1_.png"/>
  107. <meta name="image:mini2" content="http://static.tumblr.com/bgzjy3u/rftmtvstv/tumblr_mnog9ehw5m1ssfjedo3_250__1_.png"/>
  108. <meta name="image:background" content="1"/>
  109. <meta name="image:transparent" content="http://static.tumblr.com/j67pgdq/hUcmtx404/tumblr_mneimeasta1ssu28po1_500.png"/>
  110. <meta name="image:transparent2" content="http://data3.whicdn.com/images/65997074/large.png"/>
  111. <meta name="text:title1" content="Dreaming"/>
  112. <meta name="text:title2" content="...the pain away"/>
  113. <meta name="text:link1" content="/"/>
  114. <meta name="text:link2" content="/ask"/>
  115. <meta name="text:link3" content="/links"/>
  116. <meta name="text:link4" content="/"/>
  117. <meta name="text:link5" content="/"/>
  118. <meta name="text:link6" content="http://briqhter.tumblr.com"/>
  119. <meta name="text:link1 msg" content="main page"/>
  120. <meta name="text:link2 msg" content="message me"/>
  121. <meta name="text:link3 msg" content="more links"/>
  122. <meta name="text:link4 msg" content="idk"/>
  123. <meta name="text:link5 msg" content="idk"/>
  124. <meta name="text:link6 msg" content="theme made by briqhter"/>
  125. <meta name="text:link1 name" content="home"/>
  126. <meta name="text:link2 name" content="ask"/>
  127. <meta name="text:link3 name" content="links"/>
  128. <meta name="text:link4 name" content="idk"/>
  129. <meta name="text:link5 name" content="idk"/>
  130. <meta name="text:link6 name" content="theme"/>
  131. <meta name="text:updates msg" content="recent changed"/>
  132. <meta name="text:playlist msg" content="songs on my music player"/>
  133. <meta name="text:stats" content="5//74823"/>
  134. <meta name="text:music" content="music player"/>
  135. <meta name="text:name" content="your name here"/>
  136. <meta name="text:mini1" content="cutie"/>
  137. <meta name="text:mini2" content="adorable"/>
  138. <meta name="text:story" content="put something long here so that it fills the whole space yeah isnt this cute"/>
  139.  
  140. <style type="text/css">
  141.  
  142. ::-webkit-scrollbar-thumb{
  143. background-color: {color:scrollbar};
  144. border: 2px solid white;
  145. height:auto;
  146. -moz-border-radius: 10px;
  147. border-radius: 10px;
  148. }
  149.  
  150. ::-webkit-scrollbar {
  151. height:3px;
  152. width:3px;
  153. background-color:#aaa;
  154. }
  155.  
  156. #s-m-t-tooltip {
  157. max-width:300px;
  158. padding:2px;
  159. padding-left:5px;
  160. padding-right:5px;
  161. margin:20px 0px 0px 20px;
  162. background: {color:link message}; /* change the background color */
  163. border:3px solid white; /* change the border color */
  164. border-radius:10px;
  165. color: white;
  166. text-transform:uppercase;
  167. border-top: 2px solid white;
  168. border-bottom: 2px solid white;
  169. font-size:10px; /* change the font size */
  170. letter-spacing:0px; /* change the letter spacing */
  171. z-index:999999999999999999999999999999999999;
  172. }
  173.  
  174. #fade {
  175. display: none;
  176. background: #000000;
  177. position: fixed; left: 0; top: 0;
  178. width: 100%; height: 100%;
  179. opacity: .6;
  180. z-index: 9999;
  181. -webkit-animation:pulse 2s;
  182. -moz-animation:pulse 2s;
  183. -ms-animation:pulse 2s;
  184. }
  185.  
  186. .popup_block{
  187. font-size:12px;
  188. line-height:14px;
  189. display: none;
  190. background: #ffffff;
  191. border: 5px solid {color:borders};
  192. border-radius:15px;
  193. padding: 20px;
  194. float: left;
  195. position: fixed;
  196. top: 50%; left: 50%;
  197. z-index: 99999;
  198. transition: all 0.2s ease-out;
  199. -o-transition-transition: all 0.2s ease-out;
  200. -webkit-transition: all 0.2s ease-out;
  201. -moz-transition: all 0.2s ease-out;
  202. }
  203.  
  204. img.btn_close {
  205. float: right;
  206. margin: -10px -10px 0 0;
  207. padding:6px;
  208. background:#ffffff;
  209. -webkit-border-radius: 100px;
  210. -moz-border-radius: 100px;
  211. border-radius: 100px;
  212. }
  213.  
  214. *html #fade {
  215. position: absolute;
  216. }
  217.  
  218. *html .popup_block {
  219. position: absolute;
  220. }
  221.  
  222. iframe#tumblr_controls {white-space:nowrap; filter: invert(100%); -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%);opacity:0.4;}
  223.  
  224. p {
  225. margin:0px;
  226. margin-top:0px;
  227. }
  228.  
  229.  
  230. body {
  231. padding: 0px;
  232. margin: 0px;
  233. color:{color:text};
  234. font-family: calibri;
  235. line-height:15px;
  236. font-size:13px;
  237. background-color: {color:Background};
  238. background-image:url({image:Background});
  239. background-attachment: fixed;
  240. background-repeat: repeat;
  241. }
  242.  
  243.  
  244. a:link, a:active, a:visited{
  245. text-decoration: none;
  246. -webkit-transition: color 0.3s ease-out;
  247. -moz-transition: color 0.3s ease-out;
  248. transition: color 0.3s ease-out;
  249. color:{color:link};
  250. }
  251.  
  252. a:hover {
  253. text-decoration: none;
  254. color: {color:Hover};
  255. }
  256.  
  257. div#center{
  258. margin:0px;
  259. position:relative;
  260. width:1500px;
  261. background-color:;
  262. overflow:visible;
  263. overflow-y:hidden;
  264. }
  265.  
  266. .ask{
  267. font-family: 'son';
  268. text-align: left;
  269. margin-top: -25px;
  270. margin-left: 20px;
  271. font-size:18px;
  272. color: {color:link};
  273. line-height: 20px;
  274. }
  275.  
  276. askk {
  277. font-family: 'son';
  278. text-align: center;
  279. font-size:23px;
  280. color: {color:name};
  281. line-height: 5px;
  282. text-shadow: 1.5px 1px #ddd;
  283. }
  284.  
  285. /*CUSTOMIZE ENTRY SETTINGS HERE*/
  286. .entry {
  287. float:left;
  288. display: block;
  289. margin:10px;
  290. overflow:hidden;
  291. width:250px;
  292. padding:15px;
  293. border:1px solid {color:borders};
  294. {block:PermalinkPage}
  295. width:450px;
  296. text-align:left;
  297. line-height:10px;
  298. {/block:PermalinkPage}
  299. background:white;
  300. background-image:URL();
  301. }
  302.  
  303. .entry:hover {
  304. -webkit-transition: all 0.2s linear;
  305. -moz-transition: all 0.2s linear;
  306. transition: all 0.2s linear;
  307. }
  308.  
  309.  
  310. /*CUSTOMIZE THE APPEARANCE OF PERMALINKS*/
  311. .entry .time{
  312. z-index:3;
  313. padding:3px;
  314. width:250px;
  315. height:auto;
  316. margin-left:0px;
  317. position: absolute;
  318. line-height: 15px;
  319. overflow:hidden;
  320. text-align:center;
  321. margin-top:0px;
  322. background:white;
  323. word-spacing:2px;
  324. letter-spacing:1px;
  325. opacity: 0.0;
  326. -webkit-transition: all .6s ease;
  327. -moz-transition: all .6s ease;
  328. -o-transition: all .6s ease;
  329. transition: all .6s ease;
  330. }
  331.  
  332. .entry:hover .time{
  333. overflow:visible;
  334. margin-top:9px;
  335. opacity:0.8;
  336. }
  337.  
  338. .entry .time:hover{
  339. opacity:0.95;
  340. }
  341.  
  342. .entry .notez{
  343. z-index:3;
  344. padding:3px;
  345. width:125px;
  346. height:auto;
  347. margin-left:-50px;
  348. position: absolute;
  349. line-height: 15px;
  350. overflow:hidden;
  351. text-align:center;
  352. margin-top:30px;
  353. background:white;
  354. word-spacing:2px;
  355. letter-spacing:1px;
  356. opacity: 0.0;
  357. -webkit-transition: all .6s ease;
  358. -moz-transition: all .6s ease;
  359. -o-transition: all .6s ease;
  360. transition: all .6s ease;
  361. }
  362.  
  363. .entry:hover .notez{
  364. margin-left:-6px;
  365. opacity:0.8;
  366. }
  367.  
  368. .entry .notez:hover{
  369. opacity:0.95;
  370. }
  371.  
  372. .entry .perma{
  373. z-index:3;
  374. padding:3px;
  375. width:125px;
  376. height:auto;
  377. margin-left:150px;
  378. position: absolute;
  379. line-height: 15px;
  380. overflow:hidden;
  381. text-align:center;
  382. margin-top:30px;
  383. background:white;
  384. word-spacing:2px;
  385. letter-spacing:1px;
  386. opacity: 0.0;
  387. -webkit-transition: all .6s ease;
  388. -moz-transition: all .6s ease;
  389. -o-transition: all .6s ease;
  390. transition: all .6s ease;
  391. }
  392.  
  393. .entry:hover .perma{
  394. overflow:visible;
  395. margin-left:125px;
  396. opacity:0.8;
  397. }
  398.  
  399. .entry .perma:hover{
  400. opacity:0.95;
  401. }
  402.  
  403.  
  404. /*CUSTOMIZE POST POSITIONING AND STUFFZ HERE*/
  405. #posts {
  406. width:635px;
  407. margin-top:40px;
  408. z-index:4;
  409. padding-left:20px;
  410. margin-left:450px;
  411. right:auto;
  412. background:transparent;
  413. margin-right:auto;
  414. position:relative;
  415. overflow-y: hidden;
  416. -webkit-animation:fadeInDown 2s;
  417. -moz-animation:fadeInDown 2s;
  418. -ms-animation:fadeInDown 2s;
  419. }
  420.  
  421. #credit {
  422. z-index: 4783;
  423. position:fixed;
  424. bottom:5px;
  425. right:-65px;
  426. background:white;
  427. border: 1px solid #eee;
  428. padding: 7px;
  429. font-family: calibri;
  430. font-size: 15px;
  431. line-height: 15px;
  432. word-spacing:10px;
  433. transition: all 0.6s ease-out;
  434. -o-transition-transition: all 0.4s ease-out;
  435. -webkit-transition: all 0.4s ease-out;
  436. -moz-transition: all 0.4s ease-out;
  437. }
  438.  
  439. #credit:hover{
  440. opacity: 2;
  441. right:0px;
  442. transition: all 0.6s ease-out;
  443. -o-transition-transition: all 0.4s ease-out;
  444. -webkit-transition: all 0.4s ease-out;
  445. -moz-transition: all 0.4s ease-out;
  446. }
  447.  
  448. /*CUSTOMIZE SIDEBAR HERE*/
  449. #sidebar{
  450. position:fixed !important;
  451. width:250px;
  452. padding:10px;
  453. border:3px solid {color:sidebar1};
  454. background:white;
  455. margin-top:120px;
  456. margin-left:50px;
  457. text-align:center;
  458. }
  459.  
  460. #story{
  461. position:fixed !important;
  462. width:88px;
  463. height:339px;
  464. padding-left:3px;
  465. background:transparent;
  466. margin-top:-15px;
  467. margin-left:265px;
  468. text-align:left;
  469. transition: all 0.8s ease-out;
  470. -o-transition-transition: all 0.8s ease-out;
  471. -webkit-transition: all 0.8s ease-out;
  472. -moz-transition: all 0.8s ease-out;
  473. }
  474.  
  475. #sidebar:hover #story{
  476. padding-left:20px;
  477. color:transparent;
  478. }
  479.  
  480. #title{
  481. z-index:3;
  482. position:fixed !important;
  483. opacity: 3;
  484. width:auto;
  485. padding:10px;
  486. background:transparent;
  487. height:auto;
  488. font-family:tb;
  489. color:{color:title2};
  490. text-align: left;
  491. font-size:50px;
  492. line-height:50px;
  493. margin-top:-55px;
  494. border-right: 0px;
  495. border-left: 0px;
  496. margin-left:-20px;
  497. text-align:center;
  498. text-shadow:
  499. -2px -1px 0 {color:title1},
  500. 2px -1px 0 {color:title1},
  501. -2px 1px 0 {color:title1},
  502. 2px 1px 0 {color:title1};
  503. transition: all 0.8s ease-out;
  504. -o-transition-transition: all 0.8s ease-out;
  505. -webkit-transition: all 0.8s ease-out;
  506. -moz-transition: all 0.8s ease-out;
  507. }
  508.  
  509. #sidebar:hover #title{
  510. text-shadow:
  511. -2px -2px 0 {color:title2},
  512. 2px -2px 0 {color:title2},
  513. -2px 2px 0 {color:title2},
  514. 2px 2px 0 {color:title2};
  515. color:{color:title1};
  516. }
  517.  
  518. #title2{
  519. z-index:3;
  520. position:fixed !important;
  521. opacity: 0;
  522. width:190px;
  523. padding:10px;
  524. background:transparent;
  525. height:auto;
  526. font-family:cc;
  527. text-align: left;
  528. font-size:25px;
  529. line-height:20px;
  530. margin-top:-35px;
  531. border-right: 0px;
  532. border-left: 0px;
  533. margin-left:-20px;
  534. text-align:right;
  535. color:{color:title2};
  536. text-shadow:
  537. -1px -1px 0 {color:title1},
  538. 1px -1px 0 {color:title1},
  539. -1px 1px 0 {color:title1},
  540. 1px 1px 0 {color:title1};
  541. transition: all 0.8s ease-out;
  542. -o-transition-transition: all 0.8s ease-out;
  543. -webkit-transition: all 0.8s ease-out;
  544. -moz-transition: all 0.8s ease-out;
  545. }
  546.  
  547. #sidebar:hover #title2{
  548. opacity:5;
  549. margin-left:37px;
  550. }
  551.  
  552. /*CUSTOMIZE DESCRIPTION HERE*/
  553.  
  554. #desc{
  555. z-index:2;
  556. position:fixed !important;
  557. opacity: 0;
  558. width:200px;
  559. padding:5px;
  560. background:transparent;
  561. height:auto;
  562. margin-top:-160px;
  563. margin-left:35px;
  564. text-align:right;
  565. transition: all 0.8s ease-out;
  566. -o-transition-transition: all 0.8s ease-out;
  567. -webkit-transition: all 0.8s ease-out;
  568. -moz-transition: all 0.8s ease-out;
  569. }
  570.  
  571. #sidebar:hover #desc{
  572. opacity: 0.95;
  573. }
  574.  
  575. #trans{
  576. z-index:2;
  577. position:fixed !important;
  578. opacity: 0;
  579. width:auto;
  580. height:auto;
  581. background:transparent;
  582. margin-top:-125px;
  583. padding:10px;
  584. margin-left:2px;
  585. text-align:center;
  586. font-size:15px;
  587. line-height:20px;
  588. transition: all 0.8s ease-out;
  589. -o-transition-transition: all 0.8s ease-out;
  590. -webkit-transition: all 0.8s ease-out;
  591. -moz-transition: all 0.8s ease-out;
  592. }
  593.  
  594. #sidebar:hover #trans{
  595. opacity: 0.95;
  596. }
  597.  
  598. #extra{
  599. z-index:2;
  600. position:fixed !important;
  601. opacity: 0;
  602. width:230px;
  603. padding:5px;
  604. background:white;
  605. height:20px;
  606. margin-top:-60px;
  607. margin-left:5px;
  608. text-align:center;
  609. word-spacing:5px;
  610. transition: all 0.8s ease-out;
  611. -o-transition-transition: all 0.8s ease-out;
  612. -webkit-transition: all 0.8s ease-out;
  613. -moz-transition: all 0.8s ease-out;
  614. }
  615.  
  616. #sidebar:hover #extra{
  617. opacity: 0.95;
  618. }
  619.  
  620. #stats{
  621. z-index:2;
  622. position:fixed !important;
  623. opacity: 0;
  624. width:110px;
  625. padding:5px;
  626. background:white;
  627. height:20px;
  628. margin-top:-60px;
  629. margin-left:125px;
  630. text-align:center;
  631. transition: all 0.8s ease-out;
  632. -o-transition-transition: all 0.8s ease-out;
  633. -webkit-transition: all 0.8s ease-out;
  634. -moz-transition: all 0.8s ease-out;
  635. }
  636.  
  637. #sidebar:hover #stats{
  638. opacity: 0.95;
  639. }
  640.  
  641. #bop{
  642. z-index:2;
  643. position:fixed !important;
  644. opacity: 0;
  645. width:auto;
  646. background:white;
  647. height:auto;
  648. margin-top:-310px;
  649. padding:10px;
  650. border: 1px solid {color:borders};
  651. margin-left:25px;
  652. text-align:center;
  653. font-family:marker;
  654. font-size:15px;
  655. line-height:20px;
  656. transform:rotate(-5deg);
  657. -ms-transform:rotate(-5deg); /* IE 9 */
  658. -webkit-transform:rotate(-5deg); /* Safari and Chrome */
  659. transition: all 0.8s ease-out;
  660. -o-transition-transition: all 0.8s ease-out;
  661. -webkit-transition: all 0.8s ease-out;
  662. -moz-transition: all 0.8s ease-out;
  663. }
  664.  
  665. #sidebar:hover #bop{
  666. opacity: 0.95;
  667. }
  668.  
  669. #bop2{
  670. z-index:2;
  671. position:fixed !important;
  672. opacity: 0;
  673. width:auto;
  674. background:white;
  675. height:auto;
  676. margin-top:-290px;
  677. padding:10px;
  678. border: 1px solid {color:borders};
  679. margin-left:125px;
  680. text-align:center;
  681. font-family:marker;
  682. font-size:15px;
  683. line-height:20px;
  684. transform:rotate(5deg);
  685. -ms-transform:rotate(5deg); /* IE 9 */
  686. -webkit-transform:rotate(5deg); /* Safari and Chrome */
  687. transition: all 0.8s ease-out;
  688. -o-transition-transition: all 0.8s ease-out;
  689. -webkit-transition: all 0.8s ease-out;
  690. -moz-transition: all 0.8s ease-out;
  691. }
  692.  
  693. #sidebar:hover #bop2{
  694. opacity: 0.95;
  695. }
  696.  
  697. /*CUSTOMIZE LINKS HERE*/
  698. #nav{
  699. z-index:3;
  700. position:fixed !important;
  701. opacity: 0;
  702. background:transparent;
  703. height:auto;
  704. width:auto;
  705. padding-left:5px;
  706. line-height:15px;
  707. margin-top:20px;
  708. margin-left:265px;
  709. transition: all 0.8s ease-out;
  710. -o-transition-transition: all 0.8s ease-out;
  711. -webkit-transition: all 0.8s ease-out;
  712. -moz-transition: all 0.8s ease-out;
  713. }
  714.  
  715. #sidebar:hover #nav{
  716. opacity: 3;
  717. }
  718.  
  719. .links{
  720. font-size:12px;
  721. padding-top:2px;
  722. text-transform:uppercase;
  723. text-align:left;
  724. transition: all 0.4s ease-out;
  725. -o-transition-transition: all 0.4s ease-out;
  726. -webkit-transition: all 0.4s ease-out;
  727. -moz-transition: all 0.4s ease-out;
  728. }
  729.  
  730. .links:hover{
  731. padding-left:10px;
  732. }
  733.  
  734. #lace1{
  735. repeat:repeat-x;
  736. left:0;
  737. z-index: 1000;
  738. width:100%;
  739. top: 24px;
  740. height:18px;
  741. position: fixed;
  742. background:transparent;
  743. background-image:url('http://static.tumblr.com/3yblkz0/S8omdno3x/jaja.png');
  744. opacity:1;
  745. }
  746.  
  747. #lace2 {
  748. repeat:repeat-x;
  749. height:21px;
  750. background-color: #fff;
  751. left:0;
  752. padding-left:50px;
  753. width:100%;
  754. top: 0px;
  755. border-bottom: 3px double {color:bars};
  756. position: fixed;
  757. z-index: 1000;
  758. opacity:6;
  759. }
  760.  
  761. #sideback1{
  762. position:fixed;
  763. z-index:5;
  764. margin-left:450px;
  765. top: 20px;
  766. background:{color:bars};
  767. height:100%;
  768. border-right: 4px double #fff;
  769. border-left: 4px double #fff;
  770. opacity:1;
  771. width:10px;
  772. }
  773.  
  774. #sideback2{
  775. position:fixed;
  776. z-index:5;
  777. margin-left:1080px;
  778. top: 20px;
  779. background:{color:bars};
  780. height:100%;
  781. border-right: 4px double #fff;
  782. border-left: 4px double #fff;
  783. opacity:1;
  784. width:10px;
  785. }
  786.  
  787. #offtrans{
  788. z-index:2;
  789. position:fixed !important;
  790. opacity: 1;
  791. width:auto;
  792. height:auto;
  793. background:transparent;
  794. bottom:40px;
  795. padding:10px;
  796. margin-left:1070px;
  797. text-align:center;
  798. font-size:15px;
  799. line-height:20px;
  800. transition: all 0.8s ease-out;
  801. -o-transition-transition: all 0.8s ease-out;
  802. -webkit-transition: all 0.8s ease-out;
  803. -moz-transition: all 0.8s ease-out;
  804. }
  805.  
  806. .img1{
  807. transition: all 0.8s ease-out;
  808. -o-transition-transition: all 0.8s ease-out;
  809. -webkit-transition: all 0.8s ease-out;
  810. -moz-transition: all 0.8s ease-out;
  811. border: 1px dashed {color:sidebar1};
  812. padding:5px;
  813. opacity:1;
  814. }
  815.  
  816. #sidebar:hover .img1{
  817. opacity:0;
  818. }
  819.  
  820. .img{
  821. transition: all 0.8s ease-out;
  822. -o-transition-transition: all 0.8s ease-out;
  823. -webkit-transition: all 0.8s ease-out;
  824. -moz-transition: all 0.8s ease-out;
  825. border: 1px dashed {color:sidebar1};
  826. padding:5px;
  827. position:fixed;
  828. margin-top:-332px;
  829. opacity:0;
  830. }
  831.  
  832. #sidebar:hover .img{
  833. opacity:5;
  834. }
  835.  
  836. @font-face { font-family: "son"; src: url('http://static.tumblr.com/q54tzar/PHem21foh/swenson_1_.ttf'); }
  837.  
  838. @font-face { font-family: "cc"; src: url('http://themes.googleusercontent.com/static/fonts/cedarvillecursive/v2/cuCe6HrkcqrWTWTUE7dw-5zpMnghKP_wiJrQSyqob5U.woff'); }
  839.  
  840. @font-face {font-family:"Tb"; src:url('http://static.tumblr.com/9wzbixa/UvZm26lrw/tabitha.ttf');}
  841.  
  842. @font-face { font-family: "marker"; src: url('http://themes.googleusercontent.com/static/fonts/permanentmarker/v0/9vYsg5VgPHKK8SXYbf3sMupm9E4gBdgiUiSJePew_SQ.woff'); }
  843.  
  844.  
  845. /*CUSTOMIZE TITLE OF ENTRIES HERE*/
  846. .title{
  847. font-family: "cc";
  848. line-height: 30px;
  849. font-size: 25px;
  850. color:{color:Title};
  851. font-weight: normal;
  852. }
  853.  
  854.  
  855. /*CUSTOMIZE PERMALINKS OF TEXT POSTS AND SUCH HERE*/
  856. .permalink{
  857. text-transform: normal;
  858. display: block;
  859. text-align: right;
  860. text-decoration: none;
  861. }
  862.  
  863.  
  864. /*I RECCOMMEND TO NOT TOUCH ANY OF THIS LOLz*/
  865. #infscr-loading{
  866. bottom: -70px;
  867. position: absolute;
  868. left: 50%;
  869. margin-left:-8px;
  870. width:16px;
  871. height:11px;
  872. overflow:hidden;
  873. margin-bottom: 50px;
  874. }
  875.  
  876. #postnotes{
  877. text-align: justify;}
  878.  
  879. #postnotes blockquote{
  880. border: 0px;}
  881.  
  882. blockquote{
  883. padding:0px 0px 2px 5px;
  884. margin:0px 0px 2px 10px;
  885. border-left: 1px dotted #555555;
  886. }
  887.  
  888. blockquote p, ul{
  889. margin:0px;
  890. padding:0px;
  891. }
  892.  
  893. a img{border: 0px;}
  894.  
  895.  
  896. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  897.  
  898. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  899. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:text};}
  900.  
  901. .notes img{width:10px; position:relative; top:3px;}
  902. <--ses-->
  903. small{font-size: 90%;}
  904.  
  905. @-webkit-keyframes fadeInDown {
  906. 0% {
  907. opacity: 0;
  908. -webkit-transform: translateY(-20px);
  909. }
  910. 100% {
  911. opacity: 1;
  912. -webkit-transform: translateY(0);
  913. }
  914. }
  915. @-moz-keyframes fadeInDown {
  916. 0% {
  917. opacity: 0;
  918. -moz-transform: translateY(-20px);
  919. }
  920. 100% {
  921. opacity: 1;
  922. -moz-transform: translateY(0);
  923. }
  924. }
  925. @-ms-keyframes fadeInDown {
  926. 0% {
  927. opacity: 0;
  928. -ms-transform: translateY(-20px);
  929. }
  930. 100% {
  931. opacity: 1;
  932. -ms-transform: translateY(0);
  933. }
  934. }
  935. @-o-keyframes fadeInDown {
  936. 0% {
  937. opacity: 0;
  938. -ms-transform: translateY(-20px);
  939. }
  940. 100% {
  941. opacity: 1;
  942. -ms-transform: translateY(0);
  943. }
  944. }
  945. @keyframes fadeInDown {
  946. 0% {
  947. opacity: 0;
  948. transform: translateY(-20px);
  949. }
  950. 100% {
  951. opacity: 1;
  952. transform: translateY(0);
  953. }
  954. }
  955. .fadeInDown {
  956. -webkit-animation-name: fadeInDown;
  957. -moz-animation-name: fadeInDown;
  958. -ms-animation-name: fadeInDown;
  959. -o-animation-name: fadeInDown;
  960. animation-name: fadeInDown;
  961. }
  962.  
  963. {CustomCSS}
  964.  
  965. </style>
  966.  
  967. {block:IndexPage}
  968. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  969. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  970.  
  971. <script type="text/javascript">
  972. $(window).load(function(){
  973. var $wall = $('#posts');
  974. $wall.imagesLoaded(function(){
  975. $wall.masonry({
  976. itemSelector: '.entry, .entry_photo',
  977. isAnimated : false
  978. });
  979. });
  980.  
  981. $wall.infinitescroll({
  982. navSelector : '#pagination',
  983. nextSelector : '#pagination a',
  984. itemSelector : '.entry, .entry_photo',
  985. bufferPx : 2000,
  986. debug : false,
  987. errorCallback: function() {
  988. $('#infscr-loading').fadeOut('normal');
  989. }},
  990. function( newElements ) {
  991. var $newElems = $( newElements );
  992. $newElems.hide();
  993. $newElems.imagesLoaded(function(){
  994. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  995. });
  996. }); $('#posts').show(500);
  997. });
  998. </script>
  999.  
  1000.  
  1001. {/block:IndexPage}
  1002.  
  1003.  
  1004. <title>{title}</title>
  1005.  
  1006. <link rel="shortcut icon" href="{Favicon}" />
  1007. <meta name="viewport" content="width=820" />
  1008. </head>
  1009.  
  1010. <body>
  1011. <BODY onselectstart="return false;" ondragstart="return false;">
  1012. <div class="wrapper">
  1013. <div class="header">
  1014. </div>
  1015.  
  1016. <div id="cage">
  1017. <div id="center">
  1018.  
  1019. <div id="credit">© <a href="http://briqhter.tumblr.com">briqhter</a></center></div>
  1020.  
  1021. <!--STUFF THAT GOES INTO THE SIDEBAR-->
  1022. <div id="sidebar">
  1023. <center>
  1024. <div id="title">{text:title1}</div>
  1025. <div id="nav">
  1026. <div class="links"><a href="{text:link1}" title="{text:link1 msg}">{text:link1 name}</a></div>
  1027. <div class="links"><a href="{text:link2}" title="{text:link2 msg}">{text:link2 name}</a></div>
  1028. <div class="links"><a href="{text:link4}" title="{text:link4 msg}">{text:link4 name}</a></div>
  1029. <div class="links"><a href="{text:link5}" title="{text:link5 msg}">{text:link5 name}</a></div>
  1030. <div class="links"><a href="{text:link6}" title="{text:link6 msg}">{text:link6 name}</a></div>
  1031. </div>
  1032. <div id="story">{text:story}</div>
  1033. <div class="img1"><img src="{image:sidebar1}" width=100%; height="320px"></div>
  1034. <div class="img"><img src="http://static.tumblr.com/5uvtpxx/Ilqmpl8l6/light__2_.png" width="238px"; height="320px"></div>
  1035. <div id="title2">{text:title2}</div>
  1036. <div id="bop"><img src="{image:mini1}" width="80px"; height="80px"><br>{text:mini1}</div>
  1037. <div id="bop2"><img src="{image:mini2}" width="80px"; height="80px"><br>{text:mini2}</div>
  1038. <div id="extra"><a href="#?w=500" rel="dates" class="poplight" title="{text:updates msg}">updates</a> - <a href="#?w=500" rel="songs" class="poplight" title="{text:playlist msg}">playlist</a> - {text:stats}</div>
  1039. <div id="desc">{description}</div>
  1040. <div id="trans"><img src="{image:transparent}" width="auto"; height="50px"></div>
  1041. </center>
  1042. </div>
  1043. <!------------------------------------->
  1044.  
  1045.  
  1046. <div class="left">
  1047. <div id="lace1"></div>
  1048. <div id="lace2">{text:music}</div>
  1049. <div id="sideback1"></div>
  1050. <div id="sideback2"></div>
  1051. <div id="offtrans"><img src="{image:transparent2}" width="250px"; height="auto"></div>
  1052. <div id="posts">
  1053. {block:Posts}
  1054. <div class="entry">
  1055.  
  1056. {block:Text}{block:Title}<span class="title">{Title}</span>{/block:Title}<span class="body">{Body}</span><p align=right><span class="permalink"><a href="{Permalink}"><a href="{Permalink}"><a href="{Permalink}">{notecountwithlabel}</a></a><br>{/block:HasTags}</span></align>
  1057. {/block:Text}
  1058.  
  1059. {block:Link}<a href="{URL}" class="title">{Name}</a>{block:Description}<div class="body">{Description}</div>{/block:Description} <p align=right><span
  1060.  
  1061. class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"></span></align>{block:Link}
  1062.  
  1063. {block:Answer}
  1064. <div style="margin: 5px 2px 1px 10px; min-height:40px; border: 1px solid {color:borders}; padding: 3px; background-color: #fff;">
  1065. <img src="{AskerPortraitURL-30}" width="30" border-align="left" style="margin-left:-15px; margin-top:-10px; border: 1px solid #ddd; border-radius: 15px;"/>
  1066. <div class="ask">{Asker}:</div></p>
  1067. <div style="padding-left:15px;">{Question}</div></div><br>
  1068. <div style="padding: -1px 5px -1px 5px; background: transparent;"><center>{Answer}</center></div> <br><div style="text-align: right;"><askk>{text:name}</askk><hr size=1></div>
  1069. <small><P ALIGN=Right><a href="{Permalink}">{notecountwithlabel}</a></small>
  1070. {/block:Answer}
  1071.  
  1072. {block:Photo}
  1073. {block:IndexPage}
  1074. <center>
  1075. <div class="time">{Month} {DayOfMonth}{DayOfMonthSuffix} {Year} at {12Hour}{AmPm}</div>
  1076. <div class="perma">
  1077. <a href="{ReblogURL}" target="_blank">reblog</a> </div>
  1078. <div class="notez">
  1079. <a href="{Permalink}" target="_blank">{notecountwithlabel}</a> </div>
  1080.  
  1081. <div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  1082. {/block:IndexPage}
  1083. {block:PermalinkPage}
  1084. {LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  1085.  
  1086. {LinkCloseTag}
  1087. {/block:PermalinkPage}
  1088. {/block:Photo}
  1089.  
  1090. {block:Photoset}
  1091. {block:IndexPage}
  1092. <center>
  1093.  
  1094. <div class="perma">
  1095. <a href="{ReblogURL}" target="_blank"> reblog </a> </div>
  1096.  
  1097. {Photoset-250}</center>
  1098. {/block:IndexPage}
  1099. {block:PermalinkPage}
  1100. <center>
  1101. {Photoset-500}</center>
  1102. {/block:PermalinkPage}
  1103. {/block:Photoset}
  1104.  
  1105. {block:Quote}<span class="title">"{Quote}"</span> — {block:Source}<b>{Source}</b>{/block:Source}<br><p align=right><span class="permalink"><a
  1106.  
  1107. href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"> </span>{/block:Quote}
  1108.  
  1109. {block:Chat}{block:Title}<span class="title">{Title}</span>{/block:Title}
  1110. <ul class="chat">
  1111. {block:Lines}
  1112. <li class="user_{UserNumber}">
  1113. {block:Label}
  1114. <span class="label">{Label}</span>
  1115. {/block:Label}
  1116.  
  1117. {Line}
  1118. </li>
  1119. {/block:Lines}
  1120. <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}">
  1121. {/block:Chat}
  1122.  
  1123. {block:Audio}
  1124. <div style="width:200px; height:30px;">
  1125. {AudioPlayerBlack}
  1126. </div>
  1127. {block:IndexPage}<span class="permalink">
  1128. <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"> </a>
  1129. </span>{/block:IndexPage}
  1130. {/block:Audio}
  1131.  
  1132. {block:Video}
  1133. {block:IndexPage}
  1134. <center>
  1135. <div class="perma">
  1136. <a href="{ReblogURL}" target="_blank"> reblog </a> </div>
  1137. {Video-250}</center>
  1138. {/block:IndexPage}
  1139. {block:PermalinkPage}
  1140. <center>
  1141. {Video-400}</center>
  1142. {/block:PermalinkPage}
  1143. {block:Video}
  1144.  
  1145.  
  1146. {block:PostNotes}<div align="middle">{caption}</div>
  1147. <center>
  1148.  
  1149. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  1150.  
  1151. {block:HasTags}
  1152. tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
  1153. {block:RebloggedFrom}
  1154. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  1155. posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  1156.  
  1157. {/block:RebloggedFrom}
  1158. </center></span>
  1159. <br>
  1160. <div id="postnotes">{PostNotes}</div><br>
  1161.  
  1162. <center>{block:ContentSource}
  1163. <br><a href="{SourceURL}">
  1164. {lang:Source}:
  1165. {block:SourceLogo}
  1166. <img src="{BlackLogoURL}" width="{LogoWidth}"
  1167. height="{LogoHeight}" alt="{SourceTitle}" />
  1168. {/block:SourceLogo}
  1169. {block:NoSourceLogo}
  1170. {SourceLink}
  1171. {/block:NoSourceLogo}
  1172. </a>
  1173. {/block:ContentSource}</center>
  1174.  
  1175. {/block:PostNotes}
  1176. </div>
  1177. {/block:Posts}
  1178. </div></div>
  1179.  
  1180. {block:IndexPage}
  1181. {block:Pagination}
  1182. <div id="pagination">
  1183. {block:NextPage}
  1184. <a id="nextPage" href="{NextPage}"></a>
  1185. {/block:NextPage}
  1186. {block:PreviousPage}
  1187. <a href="{PreviousPage}"></a>
  1188. {/block:PreviousPage}
  1189. </div>
  1190. {/block:Pagination}
  1191. {/block:IndexPage}
  1192. </body>
  1193.  
  1194. <div id="songs" class="popup_block">
  1195.  
  1196. <center><font size="7" face="cc">Playlist</font></center></br></br>
  1197. ♡ Put the songs that are on your music player here</br>
  1198. ♡ For Example</br>
  1199. ♡ Team - Lorde</br>
  1200. ♡ Young Volcanoes - Fall out boy</br>
  1201. ♡ Wrecking Ball - Miley Cyrus</br>
  1202. ♡ Preacher - One Republic</br>
  1203.  
  1204. </div>
  1205.  
  1206. <div id="dates" class="popup_block">
  1207.  
  1208. <center><font size="7" face="cc">Updates</font></center></br></br>
  1209. ♡ Here you can put your updates</br>
  1210. ♡ For Example</br>
  1211. ♡ 30 September - Writing this update</br>
  1212. ♡ 30 September - Listening to fob</br>
  1213. ♡ 30 September - catching fire is coming out in two months omg #excited</br>
  1214. ♡ 9 January - i was studying for exams in october and november so i never made a theme so i didnt upload this one sorryyyyy</br>
  1215. ♡ 9 January - bUT CAHTCHING FIRE *cries*</br>
  1216.  
  1217. </div>
  1218.  
  1219. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement