Advertisement
theme_bean

Custom for Brett

Dec 2nd, 2012
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.65 KB | None | 0 0
  1. <!--
  2. custom theme by slutteen for brett yay
  3. -->
  4.  
  5. <html lang="en">
  6.  
  7. <head>
  8.  
  9. <link href='http://static.tumblr.com/blpgwiz/usPm404d2/bounce_normal.css' rel='stylesheet' type='text/css'>
  10.  
  11. <link href='http://static.tumblr.com/blpgwiz/uvsm405h8/flip.css' rel='stylesheet' type='text/css'>
  12.  
  13. {block:IfFallingSnow}
  14. <script src="http://static.tumblr.com/p2evvtm/7Lzm07nfv/snowstorm.js"></script>
  15. {/block:IfFallingSnow}
  16.  
  17. <link href='http://fonts.googleapis.com/css?family=Short+Stack' rel='stylesheet' type='text/css'>
  18.  
  19. <link href='http://fonts.googleapis.com/css?family=Ubuntu:300' rel='stylesheet' type='text/css'>
  20.  
  21. <link href='http://fonts.googleapis.com/css?family=Pacifico' rel='stylesheet' type='text/css'>
  22.  
  23. <html lang="en">
  24.  
  25.  
  26. <script type="text/javascript"
  27. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  28.  
  29. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  30. <meta name="color:background" content="#ffffff"/>
  31. <meta name="color:text" content="#000000"/>
  32. <meta name="color:links" content="#000000"/>
  33. <meta name="color:hover" content="#686868"/>
  34. <meta name="image:Sidebar" content=""/>
  35. <meta name="image:Background" content=""/>
  36. <meta name="if:Falling Snow" content="0">
  37. <meta name="text:Link One Title" content="link 1"/>
  38. <meta name="text:Link One" content="" />
  39. <meta name="text:Link Two Title" content="link 2"/>
  40. <meta name="text:Link Two" content=""/>
  41. <meta name="text:Link Three Title" content="link 3"/>
  42. <meta name="text:Link Three" content=""/>
  43. <meta name="text:Link Four Title" content="link 4"/>
  44. <meta name="text:Link Four" content=""/>
  45. <meta name="text:Link Five Title" content="link 5"/>
  46. <meta name="text:Link Five" content=""/>
  47. <meta name="text:Link Six Title" content="link 6"/>
  48. <meta name="text:Link Six" content=""/>
  49.  
  50. <link href="http://static.tumblr.com/z0cd8ty/aJjm6uyej/meffects.css" rel="stylesheet">
  51.  
  52. <script type="text/javascript"
  53. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  54.  
  55. <link href='http://fonts.googleapis.com/css?family=Titillium+Web' rel='stylesheet' type='text/css'>
  56.  
  57. <link href='http://fonts.googleapis.com/css?family=Poiret+One' rel='stylesheet' type='text/css'>
  58.  
  59. <link href='http://fonts.googleapis.com/css?family=Julius+Sans+One' rel='stylesheet' type='text/css'>
  60.  
  61. <link href='http://fonts.googleapis.com/css?family=Unica+One' rel='stylesheet' type='text/css'>
  62.  
  63. <style type="text/css">
  64.  
  65. <title>{Title}</title>
  66.  
  67. {block:Description}
  68. <meta name=”description” content=”{MetaDescription}” />
  69. {/block:Description}
  70.  
  71. <script type=”text/javascript” src=”http://codysherman.com/tools/infinite-scrolling/code”></script>
  72.  
  73. <script type=”text/javascript”>
  74. //
  75. function desabilitaMenu(e)
  76. {
  77. if (window.Event)
  78. {
  79. if (e.which == 2 || e.which == 3)
  80. return false;
  81. }
  82. else
  83. {
  84. event.cancelBubble = true
  85. event.returnValue = false;
  86. return false;
  87. }
  88. }
  89. document.oncontextmenu = desabilitaMenu;
  90. document.onmousedown = desabilitaBotaoDireito;
  91. document.onmouseup = desabilitaBotaoDireito;
  92. </script>trols{
  93.  
  94. position:fixed !important;
  95. }
  96. ::-webkit-scrollbar-thumb:vertical {
  97.  
  98. height:9px;
  99.  
  100. background-color: #a4a4a4;
  101.  
  102. }
  103.  
  104. ::-webkit-scrollbar {
  105.  
  106. width:5px;
  107.  
  108. height:5px;
  109.  
  110. background:#fff;
  111.  
  112. margin-right:5px;
  113.  
  114. }
  115. iframe#tumblr_controls {
  116. top: 0% !important;
  117. right:0% !important;
  118. position: fixed !important;}
  119.  
  120. .left{
  121. float: left;
  122. margin-right: 20px;
  123. width: 802px;
  124. }
  125.  
  126. .right{
  127. float: right;
  128. width: 200px;
  129. background-color: {color:Background};
  130. }
  131.  
  132. body {
  133. padding: 0px;
  134. margin: 0px;
  135. color:#000;
  136. font-family: Poiret One;
  137. font-size: 11px;
  138. background-color: {color:Background};
  139. background-image:url({image:Background});
  140. background-attachment: fixed;
  141. background-repeat: repeat;
  142. }
  143.  
  144. a:link, a:active, a:visited{
  145. color: {color:links};
  146. text-decoration: none;
  147. -webkit-transition: color 0.4s ease-out;
  148. -moz-transition: color 0.4s ease-out;
  149. }
  150.  
  151. a:hover{
  152. color:{color:hover};
  153. -webkit-transition: color 0.4s ease-out;
  154. -moz-transition: color 0.4s ease-out;
  155. }
  156.  
  157. #posts {
  158. width:760px;
  159. margin-left:300px;
  160. margin-top:2px;
  161. float:left;
  162. }
  163.  
  164. .entry {
  165. margin:1px;
  166. padding: 2px;
  167. float:center;
  168. background-color: white;
  169. font-family: ubuntu;
  170. font-size: 10px;
  171. line-height:15px;
  172. {block:IndexPage}
  173. overflow:hidden;
  174. width:299px;
  175. {/block:IndexPage}
  176. {block:PermalinkPage}
  177. width:600px;
  178. {/block:PermalinkPage}
  179. }
  180.  
  181. .askborder {
  182. float: left;
  183. margin: 1px 4px 0 0;
  184. padding: 2px;
  185. background: #efc5ca
  186. }
  187.  
  188. .permalink2 p {
  189. margin: 0px;
  190. }
  191.  
  192. .permalink{
  193. opacity: 0.0;
  194. filter: alpha(opacity = 0);
  195. position:absolute;
  196. z-index:9999991;
  197. bottom: 3px;
  198. left: 7px;
  199. }
  200.  
  201. .entry:hover .permalink {
  202. -webkit-transition: opacity 0.4s linear;
  203. opacity: 1;
  204. -moz-transition: all 0.4s linear;
  205. transition: all 0.4s linear;
  206. filter: alpha(opacity = 100);
  207. }
  208.  
  209. .ties {
  210. width: 22px;
  211. height: 22px;
  212. background-color:#000;
  213. -moz-border-radius: 3px;
  214. border-radius: 3px;
  215. padding-top:3px;
  216. bottom: 0px;
  217. overflow: hidden;
  218. z-index: 9999999;
  219. display: inline-block;
  220. }
  221.  
  222. .laces {
  223. width: 40px;
  224. height: 23px;
  225. background-color:#000;
  226. -moz-border-radius: 3px;
  227. border-radius: 3px;
  228. bottom: 6px;
  229. overflow: hidden;
  230. z-index: 9999999;
  231. display: inline-block;
  232. }
  233.  
  234. .ties a:hover {
  235. background-position: 0px 0px;
  236. }
  237.  
  238. .ties a {
  239. background-color:#000;
  240. background-position: 0px 0px;
  241. bottom: -3px;
  242. display: block;
  243. z-index: 9999999;
  244. webkit-transition: all 0s linear;
  245. -webkit-transition: all 0s linear;
  246. -moz-transition: all 0s linear;
  247. transition: all 0s linear;
  248. }
  249.  
  250. .ties img {
  251. width: 23px;
  252. height: 20px;
  253. webkit-transition: all 0.2s linear;
  254. -webkit-transition: all 0.2s linear;
  255. -moz-transition: all 0.2s linear;
  256. transition: all 0.2s linear;
  257. }
  258.  
  259. .laces img{
  260. width: 40px;
  261. height: 20px;
  262. -moz-border-radius: 3px;
  263. border-radius: 3px;
  264. line-height: 20px;
  265. display: inline;
  266. }
  267.  
  268. .knots {
  269. display: inline-block;
  270. background-color:#000;
  271. height: 22px;
  272. font-size: 11px;
  273. line-height: 20px;
  274. color: #fff;
  275. padding-left: 4px;
  276. padding-right: 4px;
  277. -moz-border-radius: 3px;
  278. border-radius: 3px;
  279. bottom: 7px;
  280. position: relative;
  281. letter-spacing:0px;
  282. }
  283.  
  284. .knots a{
  285. color: #fff;
  286. font-family: helvetica;
  287. }
  288.  
  289. .entry:hover .knots, .entry:hover .laces, .entry:hover .ties {
  290. opacity: 0.8;
  291. filter: alpha(opacity = 80);
  292. }
  293.  
  294. .knots:hover , .laces:hover, .ties:hover {
  295. opacity: 0.8!important;
  296. filter: alpha(opacity = 100)!important;
  297. }
  298.  
  299. .entry #permalink {
  300. width:100%;
  301. position: absolute;
  302. text-align:right;
  303. bottom: 0px;
  304. right: 2px;
  305. opacity: 1;
  306. border-top:1px dotted black;
  307. -webkit-transition: all .5s ease;
  308. -moz-transition: all .5s ease;
  309. -o-transition: all .5s ease;
  310. transition: all .5s ease;
  311. }
  312.  
  313. .countreblog {
  314. letter-spacing:1px;
  315. font-family: ubuntu;
  316. font-size:8px;
  317. color: #000;
  318. line-height:15px;
  319. margin: 5px;
  320. background:transparent;
  321. padding:2px 2px;
  322. margin-bottom:6px;
  323. padding-bottom:6px;
  324. opacity: 1;
  325. }
  326.  
  327. .title{
  328. font-family: 'ubuntu';
  329. font-size: 12px;
  330. line-height:15px;
  331. color: {color:text};
  332. font-weight: bold;
  333. }
  334.  
  335. #sidebar{
  336. z-index:1;
  337. position:fixed !important;
  338. font-family: 'ubuntu', cursive;
  339. font-size: 10px;
  340. width:225px;
  341. height:auto;
  342. top:186px;
  343. left:920px;
  344. opacity: 1;
  345. }
  346.  
  347. .links {
  348. width: 60px;
  349. height: auto;
  350. padding: 6px;
  351. text-transform: uppercase;
  352. background: #dddddd;
  353. color:black;
  354. margin-right: -1px;
  355. margin-top: 3px;
  356. font-family:unica one;
  357. font-size:10px;
  358. letter-spacing:0px;
  359. line-height: 11px;
  360. display: inline-block;
  361. text-align:center;
  362. -webkit-transition: 0.4s;
  363. }
  364.  
  365. #basic {
  366. width:70px;
  367. height:17px;
  368. overflow:hidden;
  369. z-index:988;
  370. position:fixed;
  371. margin-top:-6px;
  372. margin-left:0px;
  373. padding:5px;
  374. -webkit-transition: all .5s ease-in-out;
  375. }
  376.  
  377. #basic:hover{
  378. z-index:999;
  379. height:129px;
  380. -webkit-transition: all .5s ease-in-out;
  381. }
  382.  
  383. #personal{
  384. width:75px;
  385. height:17px;
  386. overflow:hidden;
  387. z-index:988;
  388. position:fixed;
  389. margin-top:-6px;
  390. margin-left:75px;
  391. padding:5px;
  392. -webkit-transition: all .5s ease-in-out;
  393. }
  394.  
  395. #personal:hover{
  396. z-index:999;
  397. height:129px;
  398. -webkit-transition: all .5s ease-in-out;
  399. }
  400.  
  401. #extras{
  402. width:75px;
  403. height:17px;
  404. overflow:hidden;
  405. z-index:988;
  406. position:fixed;
  407. margin-top:-6px;
  408. margin-left:150px;
  409. padding:5px;
  410. -webkit-transition: all .5s ease-in-out;
  411. }
  412.  
  413. #extras:hover{
  414. z-index:999;
  415. height:349px;
  416. -webkit-transition: all .5s ease-in-out;
  417. }
  418.  
  419. #infscr-loading{
  420. bottom: -70px;
  421. position: absolute;
  422. left: 50%;
  423. margin-left:-8px;
  424. width:16px;
  425. height:11px;
  426. overflow:hidden;
  427. margin-bottom: 50px;
  428. }
  429.  
  430. a img{border: 0px;}
  431.  
  432. ul, ol, li{
  433. list-style:none;
  434. margin:0px;
  435. padding:0px;
  436. }
  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:#555555;}
  440.  
  441. .notes img{
  442. width:10px;
  443. position:relative;
  444. top:3px;
  445. }
  446.  
  447. .photoset, .photoset_row, div.photoset_photo, .photoset img, .html_photoset {
  448. {block:IndexPage}
  449. width: 250px !important;
  450. {/block:IndexPage}
  451. }
  452. .video embed, .post div.video object {width:280px !important; height:150px !important;}
  453.  
  454. </style>
  455.  
  456. {block:IndexPage}
  457. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  458. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  459.  
  460. <script type="text/javascript">
  461. $(window).load(function () {
  462. var $content = $('#posts');
  463. $content.masonry({itemSelector: '.entry'}),
  464. $content.infinitescroll({
  465. navSelector : 'div#pagination',
  466. nextSelector : 'div#pagination a#nextPage',
  467. itemSelector : '.entry',
  468. loading: {
  469. finishedMsg: '',
  470. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  471. },
  472. bufferPx : 600,
  473. debug : false,
  474. },
  475. // call masonry as a callback.
  476. function( newElements ) {
  477. var $newElems = $( newElements );
  478. $newElems.hide();
  479. // ensure that images load before adding to masonry layout
  480. $newElems.imagesLoaded(function(){
  481. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  482.  
  483.  
  484. });
  485. });
  486. });
  487. </script>
  488.  
  489. {/block:IndexPage}
  490.  
  491. </div>
  492.  
  493. <title>{title}</title>
  494.  
  495. <link rel="shortcut icon" href="{Favicon}">
  496. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  497. <meta name="viewport" content="width=820" />
  498.  
  499.  
  500.  
  501. <div class="wrapper">
  502.  
  503. <div class="header">
  504.  
  505. </div>
  506.  
  507. <div id="sidebar">
  508. <center>
  509. <p><a href="/"><img src="{image:Sidebar}" width=230px;></a></p>
  510. </center>
  511.  
  512. <div id="basic">
  513. <a href="" class="links">basic</a>
  514. <a href="/" class="links">home</a>
  515. <a href="/message" class="links">message</a>
  516. <a href="/archive" class="links">history</a>
  517. </div>
  518.  
  519. <div id="personal">
  520. <a href="" class="links">social</a>
  521. <a href="http://www.facebook.com/thebrettpugh" class="links">facebook</a>
  522. <a href="https://twitter.com/brett_pugh" class="links">twitter</a>
  523. <a href="http://statigr.am/itssbrett" class="links">instagram</a>
  524. </div>
  525.  
  526. <div id="extras">
  527. <a href="" class="links">etc</a>
  528. {block:ifLinkOneTitle}<a href="{text:Link One}" class="links">{text:Link One Title}</a>{/block:ifLinkOneTitle}
  529. {block:ifLinkTwoTitle}<a href="{text:Link Two}" class="links">{text:Link Two Title}</a>{/block:ifLinkTwoTitle}
  530. {block:ifLinkThreeTitle}<a href="{text:Link Three}" class="links">{text:Link Three Title}</a>{/block:ifLinkThreeTitle}
  531. {block:ifLinkFourTitle}<a href="{text:Link Four}" class="links">{text:Link Four Title}</a>{/block:ifLinkFourTitle}
  532. {block:ifLinkFiveTitle}<a href="{text:Link Five}" class="links">{text:Link Five Title}</a>{/block:ifLinkFiveTitle}
  533. </div>
  534. </center>
  535.  
  536. <center>
  537. <div style="margin-top:45px;">
  538. <p>{description}</p>
  539. </div>
  540. </center>
  541. </div>
  542.  
  543. <div class="left">
  544.  
  545. <div id="posts">
  546.  
  547. {block:Posts}
  548. <div class="entry">
  549.  
  550. {block:Text}
  551. {block:IndexPage} <br><div id="permalink">
  552. <span class="countreblog">posted {timeago} with <a href="{Permalink}">{NoteCount} notes</a></span></div>{/block:IndexPage}
  553. {block:Title}<a href="{permalink}"><span class="title">{Title}</span></a>{/block:Title}
  554. <span class="entrytext">{Body}</span><br>
  555. {/block:Text}
  556.  
  557. {block:Link}
  558. <a href="{URL}" class="title">{Name}</a>
  559. {block:Description}{Description}{/block:Description}<br>
  560. {block:IndexPage} <div id="permalink">
  561. <span class="countreblog">posted {timeago} with <a href="{Permalink}">{NoteCount} notes</a></span></div>{/block:IndexPage}
  562. {block:Link}
  563.  
  564. {block:Answer}
  565. <div class="post"><div class="askborder">
  566. <img src="{askerportraiturl-40}" width="40px"></div><span></span>tumblr user {asker} said: {Question}<br>
  567. Then I was like: {Answer}
  568. </div>
  569. <P ALIGN=Right><a href="{Permalink}">{NoteCountWithLabel}</a>
  570. {/block:Answer}
  571.  
  572. {block:Photo}
  573. <center>
  574. {block:IndexPage}
  575. <div class="permalink">
  576. <div class="ties">
  577. <a id="like{PostID}" href="javascript:likelink('{PostID}','{Permalink}','');"><img src="http://static.tumblr.com/uiqhh9x/BPnlzww8v/like.png" width="21" height="25" alt="Like this post" id="likeimage{PostID}"/></a>
  578. </div>
  579. <div class="laces"><a href="{reblogurl}" target="_blank"><img src="http://images.cooltext.com/2858153.png" width="30"/></a>
  580. </div>
  581. <div class="knots"><a id="notes{PostID}" href="{Permalink}">{NoteCount}</a></div>
  582. </div>
  583. <center>{LinkOpenTag}<a href="{permalink}"><img src="{PhotoURL-HighRes}" alt="{PhotoAlt}"width=299px/></a>{LinkCloseTag}</center>{/block:IndexPage}{block:PermalinkPage}{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"width=600px/>{LinkCloseTag}{/block:PermalinkPage}</center>
  584. {/block:Photo}
  585.  
  586. {block:Photoset}
  587. {block:IndexPage} <div id="permalink">
  588. <span class="countreblog"><a href="{Permalink}">{NoteCount} notes</a></span> <span class="countreblog"> <a href="{ReblogURL}" target="_blank">reblog</a></span></div>{/block:IndexPage}
  589. <center><div class="photoset_photo" width="250px">{Photoset-250}</div></center>
  590. <p style="text-align: right;">
  591. {/block:Photoset}
  592.  
  593. {block:Quote}{block:IndexPage} <div id="permalink">
  594. <span class="countreblog">posted {timeago} with <a href="{Permalink}">{NoteCount} notes</a></span></div>{/block:IndexPage}
  595. {Quote}</span> <br>
  596. {block:Source}<p align=right><strong>-{Source}</right></strong>{/block:Source}
  597. {/block:Quote}
  598.  
  599. {block:Chat}
  600. {block:IndexPage} <div id="permalink">
  601. <span class="countreblog">posted {timeago} with <a href="{Permalink}">{NoteCount} notes</a></span></div>{/block:IndexPage}
  602. {block:Title}<span class="title">{Title}</span>{/block:Title}
  603. <ul class="chat">
  604. {block:Lines}
  605. <li class="user_{UserNumber}">
  606. {block:Label}
  607. <span class="label">{Label}</span>
  608. {/block:Label}
  609. {Line}
  610. </li>
  611. {/block:Lines}
  612. </ul><br>
  613.  
  614. {/block:Chat}
  615.  
  616. {block:Audio}
  617. <div style="width:320px; height:30px;">
  618. {AudioPlayerBlack}
  619. </div>
  620. {block:IndexPage}<span class="permalink">
  621. <P ALIGN=Right><a href="{Permalink}">{NoteCountWithLabel}</a>
  622. </span>{/block:IndexPage}
  623. {/block:Audio}
  624.  
  625. {block:Video}
  626. {block:IndexPage}
  627. <div id="permalink">
  628. <span class="countreblog">posted {timeago} with <a href="{Permalink}">{NoteCount} notes</a></span></div>
  629. <center>
  630. <div class="video">{Video-250}</div></center></center><br>
  631. {/block:IndexPage}
  632. {block:PermalinkPage}
  633. <center>
  634. {Video-550}</center>
  635. {/block:PermalinkPage}
  636. {block:Video}
  637.  
  638. {block:PermalinkPage}
  639. <center>
  640. {block:Date}
  641. <center>
  642. {TimeAgo} | {12HourWithZero}:{Minutes}{AmPm}
  643. <br>{block:RebloggedFrom}<b>Source:</b> <a href="{ReblogRootURL}">{ReblogRootName}</a>, <b>via:</b> <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  644. <br>{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}
  645. </center>
  646. {/block:Date}
  647. </center>
  648. {/block:PermalinkPage}
  649.  
  650.  
  651.  
  652. </div>
  653.  
  654.  
  655. {/block:Posts}
  656. </div>
  657. </div>
  658. {block:IndexPage}
  659. {block:Pagination}
  660. <div id="pagination">
  661. {block:NextPage}
  662. <a id="nextPage" href="{NextPage}">&nbsp;&rarr;</a>
  663. {/block:NextPage}
  664. {block:PreviousPage}
  665. <a href="{PreviousPage}">&larr;&nbsp;</a>
  666. {/block:PreviousPage}
  667. </div>
  668. {/block:Pagination}
  669. {/block:IndexPage}
  670. </div>
  671.  
  672. </body>
  673. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement