postlimitwbu

G R A P H I C // theme 11

Aug 10th, 2014
392
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.15 KB | None | 0 0
  1. <!--
  2. _ _
  3. __| |_ __ ___ _ _ _ __ ___ __| |
  4. / _` | '__/ _ \| | | | '_ \ / _ \/ _` |
  5. | (_| | | | (_) | |_| | | | | __/ (_| |
  6. \__,_|_| \___/ \__,_|_| |_|\___|\__,_|
  7.  
  8. ♥ don't steal codes
  9. ♥ keep credit
  10. ♥ if you remove credit add it to your faq
  11. ♥ if you don't I will cut you
  12. -->
  13.  
  14. <html lang="en">
  15. <!DOCTYPE html PUBLIC"-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  16. <html xmlns="http://www.w3.org/1999/xhtml">
  17. <head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# blog: http://ogp.me/ns/blog#">
  18.  
  19. <script type="text/javascript"
  20. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  21.  
  22.  
  23.  
  24. <!--DEFAULT VARIABLES-->
  25. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  26.  
  27. <meta name="image:background" content="0"/>
  28.  
  29.  
  30. <meta name="color:background" content="#000"/>
  31. <meta name="color:main color scheme" content="#eee"/>
  32. <meta name="color:sidebar background" content="#fff"/>
  33. <meta name="color:text color" content="#fff"/>
  34. <meta name="color:link" content="#ffb3b3"/>
  35. <meta name="color:hover" content="#ffd5d5"/>
  36.  
  37.  
  38. <meta name="text:Link one" content="" />
  39. <meta name="text:Link one title" content="one" />
  40.  
  41. <meta name="text:Link two" content="" />
  42. <meta name="text:Link two title" content="two" />
  43.  
  44. <meta name="text:Link three" content="" />
  45. <meta name="text:Link three title" content="three" />
  46.  
  47. <meta name="text:Link four" content="" />
  48. <meta name="text:Link four title" content="four" />
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56. <style type="text/css">
  57. @font-face { font-family: bastille; src: url('http://static.tumblr.com/fxpo5zq/y0bm4ndht/raleway_thin.otf'); }
  58.  
  59. /*Links and body*/
  60. body {
  61. padding: 0px;
  62. margin: 0px;
  63. color:{color:text color};
  64. font-family:sans-serif;
  65. line-height:12px;
  66. font-size:9px;
  67. background-color:{color:background};
  68. background-image:url({image:background});
  69. background-attachment: fixed;
  70. background-size:cover;
  71. }
  72.  
  73.  
  74. a:link, a:active, a:visited{
  75. color:{color:link};
  76. text-decoration: none;
  77. transition: all 0.9s ease;
  78. -o-transition-transition: all 0.9s ease;
  79. -webkit-transition: all 0.9s ease;
  80. -moz-transition: all 0.9s ease;
  81. }
  82.  
  83. a:hover {
  84. color:{color:hover};
  85. transition: all 0.9s ease;
  86. -o-transition-transition: all 0.9s ease;
  87. -webkit-transition: all 0.9s ease;
  88. -moz-transition: all 0.9s ease;
  89. }
  90.  
  91. #s-m-t-tooltip {
  92. padding:4px;
  93. height: auto;
  94. margin-top:5px;
  95. margin-left:16px;
  96. font-family:calibri;
  97. font-size:8px;
  98. display: none;
  99. text-align: center;
  100. position: absolute;
  101. line-height: 10px;
  102. text-transform:lowercase;
  103. font-style:oblique;
  104. letter-spacing:1px;
  105. z-index: 999999999999;
  106. border:1px solid #eee;
  107. background:white;
  108. border-radius:5px;
  109. color:#aaa;
  110. box-shadow:1px 1px 3px rgba(3,0,0,.1);
  111. }
  112.  
  113. /*Scrollbar & controls*/
  114. ::-webkit-scrollbar {
  115. height: 5px;
  116. width:10px;
  117. }
  118.  
  119. ::-webkit-scrollbar-thumb {
  120. border:1px solid #bbb;
  121. background-color:transparent;
  122. }
  123.  
  124.  
  125. .btn a:hover {
  126. text-shadow:5px;
  127. background color: #aaa;
  128. }
  129.  
  130. iframe#tumblr_controls { white-space:nowrap; -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%); filter: invert(100%); opacity:.7;transition: .8s ease-in-out; -webkit-transition: .8s ease-in-out;-moz-transition: .8s ease-in-out;-o-transition: .8s ease-in-out; }
  131.  
  132.  
  133. /*Cursor and selection*/
  134.  
  135. ::-moz-selection {background-color: #fff; color:{color:link};}
  136. ::selection {background-color: #fff; color:{color:link};}
  137.  
  138. #sidebar{
  139. position:fixed !important;
  140. display:block;
  141. z-index:99999999999999999999999999;
  142. height:auto;
  143. margin-top:216px;
  144. margin-left:646px;
  145. width:160px;
  146. background:{color:sidebar background};
  147. padding:10px;
  148. border: 1px solid {color:main color scheme};
  149. }
  150.  
  151. .tit{
  152. z-index:9999999999999;
  153. opacity:1;
  154. width:150px;
  155. height:14px;
  156. padding:4px;
  157. font-size:13px;
  158. text-transform:uppercase;
  159. letter-spacing:2px;
  160. font-family:arial italic;
  161. color:{color:main color scheme};
  162. line-height:15px;
  163. text-align:left;
  164. background:{color:sidebar background};
  165. border: 1px solid {color:main color scheme};
  166. }
  167.  
  168. .desc{
  169. z-index:99999;
  170. opacity:1;
  171. margin-top:7px;
  172. border: 1px solid white;
  173. width:140px;
  174. height:auto;
  175. padding:9px;
  176. background:{color:main color scheme};
  177. font-size:9px;
  178. font-family:"arial";
  179. color:white;
  180. line-height:13px;
  181. text-align:center;
  182. }
  183. #linkbox{
  184. z-index:99999;
  185. opacity:1;
  186. width:158px;
  187. height:20px;
  188. margin-top:7px;
  189. font-size:9px;
  190. font-family:"arial";
  191. color:{color:main color scheme};
  192. line-height:20px;
  193. text-align:center;
  194. border: 1px solid {color:main color scheme};
  195. -webkit-transition: all .7s ease;
  196. -moz-transition: all .7s ease;
  197. -o-transition: all .7s ease;
  198. transition: all .7s ease;
  199. }
  200. #linkbox a{
  201. color:{color:main color scheme};
  202. }
  203. div#center{
  204. margin:auto;
  205. position:relative;
  206. width:1000px;
  207. background-color:;
  208. overflow:auto;
  209. overflow-y:hidden;
  210. }
  211. /*CUSTOMIZE ENTRY SETTINGS HERE*/
  212. .entry {
  213. float:center;
  214. display: block;
  215. padding-top:20px;
  216. padding-right:15px;
  217. padding-left:15px;
  218. padding-bottom: 20px;
  219. margin:10px;
  220. margin-left:25px;
  221. background:white;
  222. border:1px {color:main color scheme} solid;
  223. width:300px;
  224. {block:PermalinkPage}
  225. width:400px;
  226. text-align:left;
  227. line-height:10px;
  228. {/block:PermalinkPage}
  229. }
  230. .entry img{
  231. {block:IndexPage}
  232. width:300px;
  233. max-width:100%;
  234. {/block:IndexPage}
  235. {block:PermalinkPage}
  236. width:350px;
  237. text-align:left;
  238. line-height:10px;
  239. {/block:PermalinkPage}
  240. }
  241. /*CUSTOMIZE THE APPEARANCE OF PERMALINKS*/
  242. .entry:hover .perma{
  243. opacity:1;
  244. -webkit-transition: all .4s ease;
  245. -moz-transition: all .4s ease;
  246. -o-transition: all .4s ease;
  247. transition: all .4s ease;
  248. }
  249. .entry:hover .perma2{
  250. opacity:1;
  251. -webkit-transition: all .4s ease;
  252. -moz-transition: all .4s ease;
  253. -o-transition: all .4s ease;
  254. transition: all .4s ease;
  255. }
  256.  
  257. .entry .perma{
  258. width:65px;
  259. height:10px;
  260. margin-left:334px;
  261. position: absolute;
  262. font-family:arial;
  263. font-size:8px;
  264. overflow:hidden;
  265. text-align:center;
  266. margin-top:-10px;
  267. line-height:7px;
  268. letter-spacing:1px;
  269. opacity:0;
  270. padding:5px;
  271. padding-bottom:1px;
  272. background:{color:background};
  273. font-style:italic;
  274. border:solid 1px {color:main color scheme};
  275. color:{color:text color};
  276. -webkit-transition: all .4s ease;
  277. -moz-transition: all .4s ease;
  278. -o-transition: all .4s ease;
  279. transition: all .4s ease;
  280. z-index:9;
  281. }
  282. .entry .perma2{
  283. width:65px;
  284. height:10px;
  285. margin-left:334px;
  286. position: absolute;
  287. font-family:arial;
  288. font-size:8px;
  289. overflow:hidden;
  290. text-align:center;
  291. margin-top:16px;
  292. line-height:7px;
  293. word-spacing:2px;
  294. letter-spacing:1px;
  295. opacity:0;
  296. padding:5px;
  297. padding-bottom:1px;
  298. background:{color:background};
  299. font-style:italic;
  300. border:solid 1px {color:main color scheme};
  301. color:{color:text color};
  302. -webkit-transition: all .4s ease;
  303. -moz-transition: all .4s ease;
  304. -o-transition: all .4s ease;
  305. transition: all .4s ease;
  306. z-index:9;
  307. }
  308.  
  309. /*CUSTOMIZE POST POSITIONING AND STUFF HERE*/
  310. #posts {
  311. width:505px;
  312. padding-left:10px;
  313. padding-top:30px;
  314. margin-top:10px;
  315. z-index:99;
  316. margin-left:40px;
  317. right:auto;
  318. margin-right:auto;
  319. position:relative;
  320. overflow-y: hidden;
  321. }
  322.  
  323. /*CUSTOMIZE TITLE OF ENTRIES HERE*/
  324. .title{
  325. line-height:10px;
  326. font-family:arial;
  327. font-weight:bold;
  328. color:{color:main color scheme};
  329. font-size:12px;
  330. font-style:italic;
  331. }
  332. /*CUSTOMIZE PERMALINKS OF TEXT POSTS AND SUCH HERE*/
  333.  
  334. /*dont touch anything here*/
  335. #infscr-loading{
  336. bottom: -70px;
  337. position: absolute;
  338. left: 50%;
  339. margin-left:-8px;
  340. width:16px;
  341. height:11px;
  342. overflow:hidden;
  343. margin-bottom: 50px;
  344. }
  345. #postnotes{
  346. height:150px;
  347. font-size:10px;
  348. line-height:15px;
  349. padding:8px;
  350. padding-top:2px;
  351. overflow-x:hidden;
  352. }
  353. #postnotes blockquote{
  354. border: 0px;
  355. }
  356. blockquote{
  357. padding:0px 0px 2px 5px;
  358. margin:0px 0px 2px 10px;
  359. }
  360. blockquote p, ul{
  361. margin:0px;
  362. padding:0px;
  363. }
  364. a img{
  365. border: 0px;
  366. }
  367. .permalink{
  368. background:{color:main color scheme};
  369. font-size:10px;
  370. padding:5px;
  371. font-family:arial;
  372. font-style:italic;
  373. text-align:center;
  374. color:white;
  375. }
  376. .permalink a{
  377. color:white;
  378. }
  379. .label {
  380. background:{color:main color scheme};
  381. color:#fff;
  382. padding:4px 4px 4px 5px;
  383. font-family:arial;
  384. font-size:8px;
  385. letter-spacing:2px;
  386. text-transform:uppercase;
  387. }
  388. .chat{
  389. line-height:250%;
  390. }
  391. .th{
  392. position:fixed;
  393. bottom:5px;
  394. left:5px;
  395. z-index:6;
  396. font-size:10px;
  397. letter-spacing:1px;
  398. font-family:arial;
  399. }
  400. .th a{
  401. color:#aaa;
  402. }
  403. #audio {
  404. width:200px;
  405. height:auto;
  406. min-height:60px;
  407. padding-bottom:0px;
  408. }
  409. .cover {
  410. position:absolute;
  411. z-index:1;
  412. width:60px;
  413. height:60px;
  414. }
  415. .cover img {
  416. float:left;
  417. width:60px;
  418. height:60px;
  419. }
  420. .playbox {
  421. opacity:0.6;
  422. width:27px;
  423. height:30px;
  424. overflow:hidden;
  425. position:absolute;
  426. z-index:1000;
  427. margin-left:17px;
  428. margin-top:17px;
  429. text-align:center;
  430. }
  431. .info {
  432. margin-left:73px;
  433. margin-top:4px;
  434. line-height:14px;
  435. }
  436. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  437.  
  438. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  439. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:text};}
  440.  
  441. .notes img{width:10px; position:relative; top:3px;}
  442. <--ses-->
  443. small{font-size: 90%;}
  444.  
  445. {CustomCSS}
  446.  
  447.  
  448. </style>
  449. {block:IndexPage}
  450. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  451. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  452. <script type='text/javascript' src='http://static.tumblr.com/niqonfz/hi2n1xniy/loading13.js'></script>
  453. <script type="text/javascript">
  454. $(window).load(function(){
  455. var $wall = $('#posts');
  456. $wall.imagesLoaded(function(){
  457. $wall.masonry({
  458. itemSelector: '.entry, .entry_photo',
  459. isAnimated : false
  460. });
  461. });
  462. $wall.infinitescroll({
  463. navSelector : '#pagination',
  464. nextSelector : '#pagination a',
  465. itemSelector : '.entry, .entry_photo',
  466. bufferPx : 2000,
  467. debug : false,
  468. errorCallback: function() {
  469. $('#infscr-loading').fadeOut('normal');
  470. }},
  471. function( newElements ) {
  472. var $newElems = $( newElements );
  473. $newElems.hide();
  474. $newElems.imagesLoaded(function(){
  475. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  476. });
  477. }); $('#posts').show(500);
  478. });
  479. </script>
  480.  
  481. {/block:IndexPage}
  482.  
  483.  
  484. <title>{Title}</title>
  485. <link rel="shortcut icon" href="{Favicon}" />
  486. <meta name="viewport" content="width=820" />
  487. </head>
  488.  
  489. <body>
  490. <div class="wrapper">
  491. <div class="header">
  492. </div><div id="cage"> <div id="center"><div class="left">
  493.  
  494. </div>
  495. <!--SIDEBAR STUFF-->
  496. <div id="sidebar">
  497.  
  498. <div class="tit">{title}</div>
  499. <div class="desc">{description}</div>
  500. <div id="linkbox">
  501. <a href="{text:link one}">{text:Link one title}</a> &middot
  502. <a href="{text:link two}">{text:Link two title}</a> &middot
  503. <a href="{text:link three}">{text:Link three title}</a> &middot
  504. <a href="{text:link four}">{text:Link four title}</a>
  505. </div>
  506. </div>
  507.  
  508.  
  509.  
  510. <!------------------------------------->
  511.  
  512. <div class="left">
  513.  
  514.  
  515. <div id="posts">
  516. {block:Posts}
  517. <div class="entry">
  518. {block:Text}
  519. {block:Title}
  520. <span class="title">{Title}</span>{/block:Title}
  521. <span class="body"style="line-height:20px">{Body}</span>
  522. <div class="permalink">posted {timeago} with <a href="{permalink}">{NoteCountwithLabel}</a> <b>&middot</b> <a href="{reblogurl}">reblog</a></div>
  523.  
  524. {/block:Text}
  525.  
  526. {block:Link}
  527. <a href="{URL}" class="title">{Name}</a>{block:Description}<div class="body">{Description}</div>{/block:Description}
  528.  
  529. <div class="permalink"style="margin-top:10px">posted {timeago} with <a href="{permalink}">{NoteCountwithLabel}</a> <b>&middot</b> <a href="{reblogurl}">reblog</a></div>
  530.  
  531. {block:Link}
  532.  
  533. {block:Answer}
  534.  
  535. <div style="margin-top:2px;;margin-bottom:0px;min-height:auto; padding: 4px; background-color:{color:background};border:1px solid #eee;text-transform:normal;font-family:calibri;border-radius:3px 3px 3px 3px;
  536. font-size:9px;letter-spacing:1px;box-shadow:1px 1px 3px rgba(3,0,0,.1);">
  537. <askk>{asker}</askk>: {Question}</div>
  538. <div style="margin-top:5px;line-height:11px;margin-bottom:2px; text-align-align:left; text-transform:normal;font-family:calibri;
  539. font-size:9px;
  540. letter-spacing:1px;">
  541. {Answer}</div>
  542. <div class="permalink"style="margin-top:10px">posted {timeago} with <a href="{permalink}">{NoteCountwithLabel}</a> <b>&middot</b> <a href="{reblogurl}">reblog</a></div>
  543.  
  544. {/block:Answer}
  545.  
  546. <!---S T A R T IMAGES --->
  547. {block:Photo}
  548. {block:IndexPage}
  549. <center>
  550. <div class="perma"><a href="{permalink}">{NoteCountwithLabel}</a></div>
  551. <div class="perma2"><a href="{reblogurl}">reblog</a></div>
  552. {/block:IndexPage}
  553. {block:IndexPage}
  554. <a href="{Permalink}"><img src="{PhotoURL-HighRes}" alt="{PhotoAlt}"
  555. width=290px;></a>
  556. {/block:IndexPage}
  557. {block:permalinkpage}{LinkOpenTag}<center>
  558. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width=655px;/></a>{LinkCloseTag}
  559. </center>{/block:permalinkpage}
  560. {/block:Photo}
  561. <!--- E N D IMAGES --->
  562.  
  563. <!--S T A R T PHOTO SETS -->
  564. {block:Photoset}
  565. {block:IndexPage}
  566. <center>
  567. <div class="perma"><a href="{permalink}">{NoteCountwithLabel}</a></div>
  568. <div class="perma2"><a href="{reblogurl}">reblog</a></div>
  569. {Photoset}</center>
  570. {/block:IndexPage}
  571. {block:PermalinkPage}
  572. <center>
  573. {Photoset-500}</center>
  574. {/block:PermalinkPage}
  575. {/block:Photoset}
  576. <!--- E N D PHOTO SETS --->
  577. {block:Quote}
  578. <span class="title">"{Quote}"</span> — {block:Source}<b>{Source}</b>{/block:Source}<br>
  579. <div class="permalink"style="margin-top:10px">posted {timeago} with <a href="{permalink}">{NoteCountwithLabel}</a> <b>&middot</b> <a href="{reblogurl}">reblog</a></div>
  580.  
  581. {/block:Quote}
  582.  
  583. {block:Chat}{block:Title}
  584. <span class="title">{Title}</span>{/block:Title}
  585. <ul class="chat">
  586. {block:Lines}
  587. <li class="user_{UserNumber}">
  588. {block:Label}
  589. <span class="label">{Label}</span>
  590. {/block:Label}
  591. {Line}
  592. </li>
  593. {/block:Lines}
  594.  
  595. {/block:Chat}
  596.  
  597. {block:Audio}
  598. <div id="audio"><div class="cover"><img src="http://static.tumblr.com/k9utpfa/tcom8wpif/default_cover_m.jpg"></div>{block:AlbumArt}<div class="cover"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}<div class="playbox">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div><div class="info"><b>Artist:</b> <span{block:Artist} style="display:none;"{/block:Artist}>Unknown</span>{block:Artist}{Artist}{/block:Artist}<br><b>Title:</b> <span{block:TrackName} style="display:none;"{/block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}<br><b>Album:</b> <span{block:Album} style="display:none;"{/block:Album}>Unknown</span>{block:Album}{Album}{/block:Album}{block:PlayCount}<br><b>Plays:</b> {FormattedPlayCount}{/block:PlayCount}</div></div>
  599. {block:IndexPage}
  600. <div class="permalink"style="margin-top:10px">posted {timeago} with <a href="{permalink}">{NoteCountwithLabel}</a> <b>&middot</b> <a href="{reblogurl}">reblog</a></div>
  601. {/block:IndexPage}
  602. {/block:Audio}
  603.  
  604. {block:Video}
  605. {block:IndexPage}
  606. <center>
  607. <div class="perma"><a href="{permalink}">{NoteCountwithLabel}</a></div>
  608. <div class="perma2"><a href="{reblogurl}">reblog</a></div>
  609. {Video-500}</center>
  610. {/block:IndexPage}
  611. {block:PermalinkPage}
  612. <center>
  613. {Video}</center>
  614. {/block:PermalinkPage}
  615. {block:Video}
  616.  
  617. <!--CAPTION IN PERMALINK PAGE -->
  618. {block:PostNotes}<div align="middle">{caption}</div>
  619. <center>
  620.  
  621.  
  622. {block:HasTags}
  623. tags: {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}<br> {/block:HasTags}
  624. {block:RebloggedFrom}
  625. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  626. posted by <a href="{ReblogRootURL}">{ReblogRootName}</a><br>
  627.  
  628. {/block:RebloggedFrom}
  629. </center></span>
  630. <br>
  631. <div id="postnotes">{PostNotes}</div><br>
  632.  
  633. <center>{block:ContentSource}
  634. <br><a href="{SourceURL}">
  635. {lang:Source}:
  636. {block:SourceLogo}
  637. <img src="{BlackLogoURL}" width="{LogoWidth}"
  638. height="{LogoHeight}" alt="{SourceTitle}" />
  639. {/block:SourceLogo}
  640. {block:NoSourceLogo}
  641. {SourceLink}
  642. {/block:NoSourceLogo}
  643. </a>
  644. {/block:ContentSource}</center>
  645.  
  646. {/block:PostNotes}
  647. </div>
  648. {/block:Posts}
  649. </div></div>
  650. {block:IndexPage}
  651. {block:Pagination}
  652. <div id="pagination">
  653. {block:NextPage}
  654. <a id="nextPage" href="{NextPage}"></a>
  655. {/block:NextPage}
  656. {block:PreviousPage}
  657. <a href="{PreviousPage}"></a>
  658. {/block:PreviousPage}
  659. </div>
  660. {/block:Pagination}
  661. {/block:IndexPage}
  662. </div>
  663. </body>
  664. <div class="th">
  665. <a href="http://drouned.tumblr.com/">LH</a></div>
Advertisement
Add Comment
Please, Sign In to add comment