Advertisement
mindling

Theme #3

Aug 22nd, 2013
377
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.26 KB | None | 0 0
  1. <!-- * BASE CODE BY NATHESYKES & EDITED BY MINDLING *-->
  2.  
  3.  
  4.  
  5. <script type="text/javascript"
  6. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  7.  
  8.  
  9. <!-- COLORS -->
  10. <meta name="color:background" content="#f7f7f7"/>
  11. <meta name="color:link" content="#c2bebe">
  12. <meta name="color:text" content="#777"/>
  13. <meta name="color:title" content="#fd8585"/>
  14. <meta name="color:hover" content="#a3a3a0"/>
  15. <meta name="color:border" content="#e4e4e4">
  16. <meta name="color:sidebg" content="#3c3b3b">
  17.  
  18.  
  19. <!--SIDEBAR AND BACKGROUND IMAGES-->
  20. <meta name="image:sidebar" content="1"/>
  21. <meta name="image:background" content="1"/>
  22.  
  23. <!--IF YOU DON'T WANT A TITLE REMOVE THE FIRST META-->
  24. <meta name="text:sidetitle" content="" />
  25. <meta name="text:Link1" content="/" />
  26. <meta name="text:Link1 Title" content="" />
  27. <meta name="text:Link2" content="/" />
  28. <meta name="text:Link2 Title" content="" />
  29. <meta name="text:Link3" content="/" />
  30. <meta name="text:Link3 Title" content="" />
  31.  
  32.  
  33. <style type="text/css">
  34.  
  35.  
  36.  
  37. ::-webkit-scrollbar {width: 9px; height: 3px; background: #FFFFFF;}
  38.  
  39. ::-webkit-scrollbar-thumb {background-color:{color:background} ; border: 0px solid #f8f8f8;}
  40.  
  41.  
  42.  
  43.  
  44. iframe#tumblr_controls {right:2px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.05;-webkit-transition: all 0.8s ease-out;-moz-
  45.  
  46. transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  47.  
  48. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: 0.8;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
  49.  
  50. p {
  51. margin:0px;
  52. margin-top:0px;
  53. }
  54.  
  55.  
  56. body {
  57. padding:10px;
  58. margin: 1px;
  59. color:{color:text};
  60. font-family: new york;
  61. line-height:10px;
  62. font-size:10px;
  63. background-color: {color:Background};
  64. background-image:url({image:Background});
  65. background-attachment: fixed;
  66. background-repeat: repeat;
  67. }
  68.  
  69.  
  70.  
  71.  
  72.  
  73. a:link, a:active, a:visited{
  74. text-decoration: none;
  75. -webkit-transition: color 0.3s ease-out;
  76. -moz-transition: color 0.3s ease-out;
  77. transition: color 0.3s ease-out;
  78. color:{color:link};
  79. }
  80.  
  81. a:hover {
  82. text-decoration: none;
  83. font-style:;
  84. color: {color:Hover};
  85. }
  86.  
  87. /* DON'T MAKE THE WIDTH NUMBER TOO BIG OR ELSE YOU'LL HAVE A HORIZONTAL SCROLLBAR */
  88.  
  89. div#center{
  90. margin:auto;
  91. position:relative;
  92. width:1340px;
  93. overflow:auto;
  94. overflow-y:hidden;
  95. }
  96.  
  97.  
  98. /* EDIT ENTRY SETTINGS HERE */
  99.  
  100. .entry {
  101. padding:5px;
  102. padding-bottom:4px;
  103. border-radius:2px;
  104. border:1px solid {color:border};
  105. float:left;
  106. margin:2px;
  107. overflow:hidden;
  108. width:270px; /*MAKE IT SMALLER FOR MORE COLUMNS AND BIGGER FOR LESS*/
  109. {block:PermalinkPage}
  110. width:450px;
  111. text-align:left;
  112. line-height:10px;
  113. {/block:PermalinkPage}
  114. background:white;
  115. }
  116.  
  117.  
  118.  
  119. /*EDIT POSTS HERE*/
  120.  
  121. #posts {
  122. width:1000px;
  123. margin-top:50px;
  124. margin-left:320px;
  125. right:auto;
  126. background:transparent;
  127. margin-right:auto;
  128. overflow-y: hidden;
  129. position:inherit;
  130. }
  131.  
  132.  
  133. /*EDIT SIDEBAR HERE*/
  134.  
  135.  
  136. #sidebar {
  137. z-index:99999;
  138. margin-left:0px;
  139. margin-top:0px;
  140. position:fixed;
  141. background:transparent;
  142. }
  143.  
  144. #sidebar img {
  145. position:fixed;
  146. width:155px;
  147. height:155px;
  148. margin-top:200px;
  149. margin-left:80px;
  150. border:1px solid {color:border};
  151. background: white;
  152. padding:3px;
  153. opacity:1;
  154. -moz-transition-duration:1s;
  155. -webkit-transition-duration:1s;
  156. -o-transition-duration:1s;
  157. }
  158.  
  159. #sidebar img:hover {
  160. position:center;
  161. border:1px solid {color:border};
  162. padding:3px;
  163. -moz-transition-duration:1s;
  164. -webkit-transition-duration:1s;
  165. -o-transition-duration:1s;
  166. }
  167.  
  168. /*EDIT SIDEBAR TITLE HERE NOTE: IF YOU DON'T WANT THE TITLE TO APPEAR DELETE THIS AND GO TO THE <BODY> TAG AND DELETE <div class="sidetitle">{text:sidetitle}</div> */
  169.  
  170. .sidetitle{
  171. width:500px;
  172. text-transform:none;
  173. font-size:15px;
  174. font-family:the only exception;
  175. font-style:italic;
  176. line-height:100%;
  177. text-align:center;
  178. height:auto;
  179. letter-spacing:0px;
  180. word-spacing:0px;
  181. margin-left:-90px;
  182. margin-top:180px;
  183. padding-bottom:10px;
  184. padding-right:5px;
  185. color:{color:title};
  186. position:fixed;
  187. -moz-transition-duration:1s;
  188. -webkit-transition-duration:1s;
  189. -o-transition-duration:1s;
  190. }
  191.  
  192.  
  193.  
  194. .links {
  195. z-index:2;
  196. font-family:the only exception;
  197. width:155px;
  198. font-size:10px;
  199. opacity:1;
  200. letter-spacing:1px;
  201. text-transform:lowercase;
  202. padding-top:5px;
  203. padding-bottom:7px;
  204. border-top:1px solid {color:border};
  205. border-bottom:1px solid {color:border};
  206. margin-top:370px;
  207. margin-left:80px;
  208. line-height: 0px;
  209. opacity:1;
  210. position:fixed;
  211. font-style:none;
  212. -moz-transition-duration:1s;
  213. -webkit-transition-duration:1s;
  214. -o-transition-duration:1s;
  215. }
  216.  
  217.  
  218.  
  219. .links a{
  220. height:5px;
  221. padding:2px;
  222. float:center;
  223. margin-left:1px;
  224. color:{color:link};
  225. letter-spacing:0px;
  226. text-decoration:none;
  227. -moz-transition-duration:1s;
  228. -webkit-transition-duration:1s;
  229. -o-transition-duration:1s;
  230. }
  231.  
  232. .links a:hover{
  233. text-shadow:1px 2px 3px #ffffff;
  234. color:{color:title};
  235. -moz-transition-duration:1s;
  236. -webkit-transition-duration:1s;
  237. -o-transition-duration:1s;
  238. }
  239.  
  240. .desc {
  241. position:fixed;
  242. padding-top:0px;
  243. padding-bottom:5px;
  244. margin-top:390px;
  245. margin-left:80px;
  246. text-align:justify;
  247. font-size:11px;
  248. font-family:the only exception;
  249. width:155px;
  250. height:auto;
  251. color:{color:text};
  252. letter-spacing:0px;
  253. line-height:100%;
  254. background-color:transparent;
  255. opacity:1;
  256. text-transform:none;
  257. -moz-transition-duration:0.7s;
  258. -webkit-transition-duration:0.7s;
  259. -o-transition-duration:0.7s;
  260. }
  261.  
  262. .desc a{
  263. color:{color:text};
  264. }
  265.  
  266.  
  267. /*CUSTOMIZE TITLE OF ENTRIES HERE*/
  268. .title{
  269. line-height: 12px;
  270. color:{color:Title};
  271. font-weight: normal;
  272. }
  273.  
  274.  
  275. /*EDIT PERMALINK OF POSTS AND STUFF HERE*/
  276.  
  277. .permalink {
  278. color:black;
  279. font-size:12px;
  280. opacity: 0;
  281. width:265px;
  282. height:15px;
  283. padding-bottom:0px;
  284. padding-left:5px;
  285. padding-top:5px;
  286. background-color: #fff;
  287. position: absolute;
  288. top:10px;
  289. text-align:center;
  290. text-transform:uppercase;
  291. font-family:calibri;
  292. letter-spacing:0px;
  293. line-height:12px;
  294. border-top:1px solid {color:border};
  295. border-bottom:1px solid {color:border};
  296. display:block;
  297. -webkit-transition-duration: .75s;
  298. }
  299.  
  300. .entry:hover .permalink {
  301. position: absolute;
  302. width:265px;
  303. opacity:1;
  304. z-index:99;
  305. padding-top:5px;
  306. padding-bottom:0px;
  307. -moz-transition-duration:0.7s;
  308. -webkit-transition-duration:0.7s;
  309. -o-transition-duration:0.7s;
  310. }
  311.  
  312.  
  313.  
  314.  
  315. /* SCROLLBAR */
  316.  
  317. #infscr-loading{
  318. bottom: -70px;
  319. position: absolute;
  320. left: 50%;
  321. margin-left:-8px;
  322. width:16px;
  323. height:11px;
  324. overflow:hidden;
  325. margin-bottom: 50px;
  326. }
  327.  
  328. /* BLOCKQUOTES AND STUFF */
  329.  
  330. #postnotes{
  331. text-align: justify;}
  332.  
  333. #postnotes blockquote{
  334. border: 1px;}
  335.  
  336. blockquote{
  337. padding:0px 0px 2px 5px;
  338. margin:0px 0px 2px 5px;
  339. border-left: 1px solid {color:border};
  340. }
  341.  
  342. blockquote p, ul{
  343. margin:0px;
  344. padding:0px;
  345. }
  346.  
  347. a img{border: 0px;}
  348.  
  349.  
  350. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  351.  
  352. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  353. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:text};}
  354.  
  355. .notes img{width:10px; position:relative; top:3px;}
  356. <--ses-->
  357. small{font-size: 90%;}
  358.  
  359. /* --- EDIT CREDIT HERE ---*/
  360.  
  361. #credit{
  362. font-size: 10px;
  363. font-style:none;
  364. letter-spacing: 0px;
  365. float: center;
  366. position: fixed;
  367. bottom: 10px;
  368. right: 10px;
  369. text-transform:none;
  370. font-family:new york;
  371. -moz-transition-duration:0.7s;
  372. -webkit-transition-duration:0.7s;
  373. -o-transition-duration:0.7s;
  374. }
  375.  
  376. #credit a{
  377. color: #fff;
  378. background:{color:border};
  379. padding:5px;
  380. -moz-transition-duration:0.7s;
  381. -webkit-transition-duration:0.7s;
  382. -o-transition-duration:0.7s;
  383. }
  384.  
  385. #credit a:hover{
  386. color:{color:border};
  387. background:{color:background};
  388. -moz-transition-duration:0.7s;
  389. -webkit-transition-duration:0.7s;
  390. -o-transition-duration:0.7s;
  391. }
  392.  
  393. {CustomCSS}
  394.  
  395. </style>
  396.  
  397. <!-- INFINITE SCROLL THING -->
  398.  
  399. {block:IndexPage}
  400. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  401. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  402.  
  403. <script type="text/javascript">
  404. $(window).load(function(){
  405. var $wall = $('#posts');
  406. $wall.imagesLoaded(function(){
  407. $wall.masonry({
  408. itemSelector: '.entry, .entry_photo',
  409. isAnimated : false
  410. });
  411. });
  412.  
  413. $wall.infinitescroll({
  414. navSelector : '#pagination',
  415. nextSelector : '#pagination a',
  416. itemSelector : '.entry, .entry_photo',
  417. bufferPx : 2000,
  418. debug : false,
  419. errorCallback: function() {
  420. $('#infscr-loading').fadeOut('normal');
  421. }},
  422. function( newElements ) {
  423. var $newElems = $( newElements );
  424. $newElems.hide();
  425. $newElems.imagesLoaded(function(){
  426. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  427. });
  428. }); $('#posts').show(500);
  429. });
  430. </script>
  431.  
  432.  
  433. {/block:IndexPage}
  434.  
  435.  
  436. <title>{title}</title>
  437.  
  438. <link rel="shortcut icon" href="{Favicon}" />
  439. <meta name="viewport" content="width=820" />
  440.  
  441.  
  442.  
  443. </head>
  444.  
  445. <body>
  446. <BODY onselectstart="return false;" ondragstart="return false;">
  447. <div class="wrapper">
  448. <div class="header">
  449. </div>
  450. <div id="cage">
  451. <div id="center">
  452.  
  453. <!--SIDEBAR STUFF--> <!--REMOVE <div class="sidetitle">{text:sidetitle}</div> IF YOU DON'T WANT A TITLE-->
  454. <div id="sidebar"><div class="sidetitle">{text:sidetitle}</div>
  455. <center>
  456. <a href="/"><img src="{image:sidebar}" width=10%></a>
  457. <div class="links">
  458. <a href="/">home</a>
  459. <a href="/ask">msg</a>
  460. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  461. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
  462. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink2}
  463. </div>
  464. <div class="desc">
  465. {Description}
  466. </center>
  467. </div>
  468.  
  469. <div class="left">
  470. <div id="posts">
  471. {block:Posts}
  472. <div class="entry">
  473.  
  474. {block:Text}{block:Title}<span class="title">{Title}</span>{/block:Title}<span class="body">{Body}</span><p align=right>
  475. <!--EDIT THE PERMALINK STUFF ON TEXT POSTS-->
  476. <a href="{Permalink}"> <a href="{Permalink}">{DayOfMonthWithZero} {ShortMonth} - </a><a href="{Permalink}">{NoteCount} notes - </a><a href="{ReblogURL}" target="_blank"> reblog </a>
  477. {/block:Text}
  478.  
  479. {block:Link}<a href="{URL}" class="title">{Name}</a>{block:Description}<div class="body">{Description}</div>{/block:Description} <p align=right><span
  480. class="permalink"><a href="{Permalink}"><a href="{Permalink}"></a> <a href="{Permalink}">{DayOfMonthWithZero} {ShortMonth}</a><a href="{Permalink}">{NoteCount} notes {notecountwithlabel}</a> <a href="{Permalink}"></span></align>{block:Link}
  481.  
  482.  
  483. <!--EDIT THE PERMALINK STUFF ON PHOTOS-->
  484. {block:Photo}
  485. {block:IndexPage}
  486. <center>
  487. <div class="permalink">
  488. <a href="{Permalink}"> <a href="{Permalink}">{DayOfMonthWithZero} {ShortMonth} - </a><a href="{Permalink}">{NoteCount} notes </a><a href="{ReblogURL}" target="_blank"> - reblog </a> </div>
  489. <div class="photo"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  490. {/block:IndexPage}
  491. {block:PermalinkPage}
  492. {LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  493.  
  494. {LinkCloseTag}
  495. {/block:PermalinkPage}
  496. {/block:Photo}
  497. {block:Photoset}
  498. {block:IndexPage}
  499. <center>
  500. <!--EDIT THE PERMALINK STUFF ON PHOTOSETS-->
  501. <div class="permalink">
  502. <a href="{Permalink}"> <a href="{Permalink}">{DayOfMonthWithZero} {ShortMonth} - </a><a href="{Permalink}">{NoteCount} notes -</a><a href="{ReblogURL}" target="_blank"> reblog </a> </div>
  503. {Photoset-250}</center>
  504. {/block:IndexPage}
  505. {block:PermalinkPage}
  506. <center>
  507. {/block:PermalinkPage}
  508. {/block:Photoset}
  509.  
  510. {block:Quote}<span class="title">"{Quote}"</span> — {block:Source}<b>{Source}</b>{/block:Source}<br><p align=right>
  511. <!--EDIT THE PERMALINK STUFF ON QUOTES-->
  512. <a href="{Permalink}"> <a href="{Permalink}">{DayOfMonthWithZero} {ShortMonth} - </a><a href="{Permalink}">{NoteCount} notes-</a><a href="{ReblogURL}" target="_blank"> reblog </a> <a
  513. </span>{/block:Quote}
  514.  
  515. {block:Chat}{block:Title}<span class="title">{Title}</span>{/block:Title}
  516. <ul class="chat">
  517. {block:Lines}
  518. <li class="user_{UserNumber}">
  519. {block:Label}
  520. <span class="label">{Label}</span>
  521. <div class="permalink">
  522. <a href="{Permalink}"> <a href="{Permalink}">{DayOfMonthWithZero} {ShortMonth} - </a><a href="{Permalink}">{NoteCount} notes - </a><a href="{ReblogURL}" target="_blank"> reblog </a> </div>
  523. {/block:Label}
  524.  
  525. {Line}
  526. </li>
  527. {/block:Lines}
  528. <!--EDIT THE PERMALINK STUFF ON CHATS-->
  529. <div class="permalink">
  530. <a href="{Permalink}"> <a href="{Permalink}">{DayOfMonthWithZero} {ShortMonth} - </a><a href="{Permalink}">{NoteCount} notes -</a><a href="{ReblogURL}" target="_blank"> reblog </a> </div>
  531. {/block:Chat}
  532.  
  533. {block:Audio}
  534. <div style="width:200px; height:30px;">
  535. {AudioPlayerBlack}
  536. </div>
  537. <!--EDIT THE PERMALINK STUFF ON AUDIO POSTS-->
  538. <div class="permalink">
  539. <a href="{Permalink}"> <a href="{Permalink}">{DayOfMonthWithZero} {ShortMonth} - </a><a href="{Permalink}">{NoteCount} notes -</a><a href="{ReblogURL}" target="_blank"> reblog </a> </div>
  540. {/block:Audio}
  541.  
  542. {block:Video}
  543. {block:IndexPage}
  544. <center>
  545. <!--EDIT THE PERMALINK STUFF ON VIDEO POSTS-->
  546. <div class="permalink">
  547. <a href="{Permalink}"> <a href="{Permalink}">{DayOfMonthWithZero} {ShortMonth} - </a><a href="{Permalink}">{NoteCount} notes -</a><a href="{ReblogURL}" target="_blank"> reblog </a> </div>
  548. {Video-250}</center>
  549. {/block:IndexPage}
  550. {block:PermalinkPage}
  551. <center>
  552. {Video-400}</center>
  553. {/block:PermalinkPage}
  554. {block:Video}
  555.  
  556. <!--EDIT QUESTIONS AND ANSWERS ONLY HERE-->
  557. {block:Answer}
  558. <img src="{AskerPortraitURL-30}" align="left" style="margin-right:3px; border: 1px solid {color:border};"/>
  559. <div style="font-family:new york; font-size:20px; margin-top:5px; font-style:none;"> <b>{Asker} </div> <div style="font-family:new york; font-style:italic">- {Question}</b> </div>
  560. <br>
  561. <div style="font-family:new york; text-transform:none;">{Answer} </div>
  562. {/block:Answer}
  563.  
  564.  
  565. {block:PostNotes}<div align="middle">{caption}</div>
  566. <center>
  567.  
  568. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  569.  
  570. {block:HasTags}
  571. tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
  572. {block:RebloggedFrom}
  573. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  574. posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  575.  
  576. {/block:RebloggedFrom}
  577. </center></span>
  578. <br>
  579. <div id="postnotes">{PostNotes}</div><br>
  580.  
  581. <center>{block:ContentSource}
  582. <br><a href="{SourceURL}">
  583. {lang:Source}:
  584. {block:SourceLogo}
  585. <img src="{BlackLogoURL}" width="{LogoWidth}"
  586. height="{LogoHeight}" alt="{SourceTitle}" />
  587. {/block:SourceLogo}
  588. {block:NoSourceLogo}
  589. {SourceLink}
  590. {/block:NoSourceLogo}
  591. </a>
  592. {/block:ContentSource}</center>
  593.  
  594. {/block:PostNotes}
  595. </div>
  596. {/block:Posts}
  597. </div></div>
  598.  
  599.  
  600.  
  601. {block:IndexPage}
  602. {block:Pagination}
  603. <div id="pagination">
  604. {block:NextPage}
  605. <a id="nextPage" href="{NextPage}"></a>
  606. {/block:NextPage}
  607. {block:PreviousPage}
  608. <a href="{PreviousPage}"></a>
  609. {/block:PreviousPage}
  610. </div>
  611. {/block:Pagination}
  612. {/block:IndexPage}
  613.  
  614. <div id="credit"> <a href="http://mindling.tumblr.com">☯</a></div>
  615.  
  616.  
  617. </body>
  618. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement