Advertisement
theme_bean

Theme #29

Nov 27th, 2012
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.55 KB | None | 0 0
  1. <!--
  2. theme by slutteen
  3. don't remove the credit
  4. unless you wear sweatpants on monday then well i just feel bad for you
  5. love ya
  6. -->
  7.  
  8.  
  9. <head>
  10.  
  11. <meta name="color:Body font" content="#000000"/>
  12. <meta name="color:Sidebar Text" content="#000000"/>
  13. <meta name="color:Links" content="#000000"/>
  14. <meta name="color:Links Background" content="#ffffff"/>
  15. <meta name="color:Background" content="#ffffff"/>
  16. <meta name="color:Bottom Bar" content="#dbb4a1"/>
  17. <meta name="image:Sidebar" content="0"/>
  18. <meta name="image:Background image" content="0"/>
  19. <meta name="if:show title" content="1"/>
  20. <meta name="text:Custom Link One Title" content= "custom">
  21. <meta name="text:Custom Link One" content="/" />
  22. <meta name="text:Custom Link Two Title" content= "links" >
  23. <meta name="text:Custom Link Two" content="/" />
  24. <meta name="text:Custom Link Three Title" content= "here" >
  25. <meta name="text:Custom Link Three" content="/" />
  26. <meta name="text:Custom Link Four Title" content= "here" >
  27. <meta name="text:Custom Link Four" content="/" />
  28. <meta name="text:Custom Link Five Title" content= "and here" >
  29. <meta name="text:Custom Link Five" content="/" />
  30.  
  31. <link href='http://fonts.googleapis.com/css?family=Ruthie|Economica' rel='stylesheet' type='text/css'>
  32.  
  33. <link href='http://fonts.googleapis.com/css?family=Ubuntu:300' rel='stylesheet' type='text/css'>
  34.  
  35. <title>{title}</title>
  36.  
  37. <link rel="stylesheet" href="http://static.tumblr.com/tak5d5w/raDlsuinn/quicksandfonts.css" type="text/css" charset="utf-8">
  38.  
  39.  
  40. <link rel="shortcut icon" href="{Favicon}">
  41.  
  42. <meta name="description" content="{MetaDescription}"/>
  43.  
  44.  
  45. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js" type="text/javascript"></script>
  46.  
  47. <link rel="stylesheet" type="text/css"href="http://static.tumblr.com/cpaytv3/nKOlyumhg/reset.css">
  48.  
  49. <link href="http://static.tumblr.com/z0cd8ty/aJjm6uyej/meffects.css" rel="stylesheet">
  50.  
  51. <style type="text/css">
  52.  
  53. @import url(http://fonts.googleapis.com/css?family=Open+Sans);
  54.  
  55. iframe#tumblr_controls {
  56. right:3px !important;
  57. position: fixed !important;
  58. -webkit-transition: opacity 0.7s linear;
  59. opacity: 0.5;
  60. -webkit-transition: all 0.8s ease-out;
  61. -moz-transition: all 0.8s ease-out;
  62. transition: all 0.8s ease-out;
  63. }
  64.  
  65. body {
  66. color: {color:Body font};
  67. background-color:{color:Background};
  68. background-image:url('{image:Background image}');
  69. background-attachment: fixed;
  70. background-size: cover;
  71. line-height: 120%;
  72. font-family: ubuntu;
  73. font-size: 17px;
  74. }
  75.  
  76. ::-webkit-scrollbar-thumb:vertical {
  77. background-color:#7d7d7d;
  78. height:auto;-webkit-border-radius:6px;
  79. }
  80.  
  81. ::-webkit-scrollbar-thumb:horizontal {
  82. background-color:#7d7d7d;
  83. height:6px !important;-webkit-border-radius:6px;
  84. }
  85.  
  86. ::-webkit-scrollbar {
  87. height:6px;
  88. width:6px;
  89. background-color:#cdcdcd;
  90. -webkit-border-radius:6px;
  91. }
  92.  
  93. a:link, a:active, a:visited{
  94. color:{color:links};
  95. text-decoration: none;
  96. -webkit-transition: 0.4s ease-in;
  97. -o-transition: 0.4s ease-in;
  98. -moz-transition: 0.4s ease-in;
  99. transition: 0.4s ease-in;
  100. }
  101.  
  102. a:hover {color:{color:Hover};
  103. text-decoration: strikethrough;
  104. }
  105.  
  106. #posts {
  107. width: 605px;
  108. background-color:{color:Background};
  109. margin-left:385px;
  110. padding:3px;
  111. margin-top:5px;
  112. {block:permalinkpage}
  113. width: 560px;
  114. margin-left:185px;
  115. {/block:permalinkpage}
  116. float:center;
  117. -webkit-animation: bounceIn 2s;
  118. -moz-animation: bounceIn 2s;
  119. -ms-animation: bounceIn 2s;
  120. }
  121.  
  122. .entry {
  123. margin:3px;
  124. padding: 5px;
  125. padding-bottom: 5px;
  126. float:left;
  127. width:270px;
  128. font-family:ubuntu;
  129. font-size: 10px;
  130. line-height:18px;
  131. {block:PermalinkPage}
  132. margin-left:285px;
  133. margin-top:30px;
  134. {/block:PermalinkPage}
  135. }
  136. .entry #permalink {
  137. position:absolute;
  138. width:0%;
  139. height:15px;
  140. background-color:#fff;
  141. margin-left: 0px;
  142. overflow:hidden;
  143. margin-top: 6px;
  144. font-family: caviardreams;
  145. text-transform: lowercase;
  146. font-size: 10px;
  147. line-height:15px;
  148. text-align:center;
  149. opacity:0.0;
  150. border-bottom-right-radius:0px;
  151. border-top-right-radius:0px;
  152. border-top-left-radius:0px;
  153. border-bottom-left-radius:0px;
  154. -webkit-transition: all 0.3s linear;
  155. -moz-transition: all 0.3s linear;
  156. transition: all 0.3s linear;
  157. }
  158.  
  159. .entry:hover #permalink {
  160. overflow:hidden;
  161. -webkit-transition: opacity 1.0s linear; opacity: 0.8;
  162. transition: all 0.4s linear;
  163. margin-left: 0px;
  164. width: 249px;
  165. height: 9px;
  166. margin-top: 6px;
  167. padding-bottom:8px;
  168. border-bottom-right-radius:7px;
  169. border-top-right-radius:7px;
  170. border-top-left-radius:7px;
  171. border-bottom-left-radius:7px;
  172. -webkit-transition: all 0.3s linear;
  173. -moz-transition: all 0.3s linear;
  174. transition: all 0.3s linear;
  175. }
  176.  
  177. .entry:hover #permalink:hover{
  178. -webkit-transition: all 0.5s linear;
  179. -moz-transition: all 0.5s linear;
  180. transition: all 0.5s linear;
  181. }
  182.  
  183. #permalinky{
  184. position:absolute;
  185. height:15px;
  186. right: 0px;
  187. overflow:hidden;
  188. bottom: -2px;
  189. font-family: ubuntu;
  190. text-transform: lowercase;
  191. font-size: 10px;
  192. line-height:15px;
  193. text-align:center;
  194. opacity:0;
  195. padding-left:10px;
  196. -webkit-transition: all 0.3s linear;
  197. -moz-transition: all 0.3s linear;
  198. transition: all 0.3s linear;
  199. }
  200.  
  201. .entry:hover #permalinky{
  202. opacity: 1;
  203. width: auto;
  204. -webkit-transition: all 0.5s linear;
  205. -moz-transition: all 0.5s linear;
  206. transition: all 0.5s linear;
  207. }
  208.  
  209. @font-face { font-family: "caviardreams"; src: url('http://static.tumblr.com/4yxykdm/xXTlrecqr/caviardreams.ttf'); }
  210.  
  211. .titulo{
  212. color: {color:Links};
  213. font-family: caviardreams, cursive;
  214. font-size: 18px;
  215. -webkit-animation: bounceIn 2s;
  216. -moz-animation: bounceIn 2s;
  217. -ms-animation: bounceIn 2s;
  218. }
  219.  
  220. #sideboob{
  221. width:270px;
  222. z-index:1;
  223. position:fixed !important;
  224. text-align:center;
  225. bottom:23px;
  226. height:auto;
  227. background-color:{color:Bottom Bar};
  228. color: {color:sidebar text};
  229. font-family: ubuntu;
  230. font-size: 10px;
  231. padding-bottom: 10px;
  232. padding-top: 3px;
  233. margin-left:60px;
  234. opacity: 0.9;
  235. border-bottom-right-radius:0px;
  236. border-top-right-radius:7px;
  237. border-top-left-radius:7px;
  238. border-bottom-left-radius:0px;
  239. -webkit-transition: all 0.7s linear;
  240. -moz-transition: all 0.7s linear;
  241. transition: all 0.7s linear;
  242. }
  243.  
  244. #sideboob:hover{
  245. -webkit-transition: all 0.7s linear;
  246. -moz-transition: all 0.7s linear;
  247. transition: all 0.7s linear;
  248. }
  249.  
  250. .linkys{
  251. width:auto;
  252. height:15px;
  253. background-color:{color:Links Background};
  254. color:{color:Links};
  255. font-family: caviardreams, cursive;
  256. text-transform: lowercase;
  257. font-size: 14px;
  258. text-align:center;
  259. opacity:1;
  260. padding-left:10px;
  261. padding-right:10px;
  262. border-radius:10px;
  263. }
  264.  
  265. .linkys:hover{
  266. opacity:0;
  267. }
  268.  
  269. #bottomless{
  270. width:100%;
  271. z-index:2;
  272. position:fixed !important;
  273. text-align:center;
  274. bottom:0px;
  275. height:20px;
  276. background-color:{color:Bottom Bar};
  277. font-family: ubuntu;
  278. font-size: 10px;
  279. padding-bottom: 7px;
  280. padding-top: 3px;
  281. margin-left:0px;
  282. opacity: 1;
  283. -webkit-transition: all 0.7s linear;
  284. -moz-transition: all 0.7s linear;
  285. transition: all 0.7s linear;
  286. }
  287.  
  288. #bottomless:hover{
  289. -webkit-transition: all 0.7s linear;
  290. -moz-transition: all 0.7s linear;
  291. transition: all 0.7s linear;
  292. }
  293.  
  294. .caption {
  295. margin:0px;
  296. padding:0px;
  297. }
  298.  
  299.  
  300. #credz {
  301. position: fixed !important;
  302. right:5px !important;
  303. top:27px !important;
  304. font-family:helvetica;
  305. font-size:14px;
  306. line-height: 12px;
  307. color: {color:body font};
  308. -moz-transition: all 0.8s ease-out;
  309. -webkit-transition: opacity 0.7s linear;
  310. -webkit-transition: all 0.8s ease-out;
  311. transition: all 0.8s ease-out;
  312. }
  313.  
  314. {CustomCSS}
  315.  
  316. </style>
  317.  
  318. {block:IndexPage}
  319.  
  320. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  321.  
  322. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  323.  
  324. <script type="text/javascript">
  325. $(window).load(function () {
  326. var $content = $('#posts');
  327. $content.masonry({itemSelector: '.entry'}),
  328. $content.infinitescroll({
  329. navSelector : 'div#pagination',
  330. nextSelector : 'div#pagination a#nextPage',
  331. itemSelector : '.entry',
  332. loading: {
  333. finishedMsg: '',
  334. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  335. },
  336. bufferPx : 600,
  337. debug : false,
  338. },
  339. // call masonry as a callback.
  340. function( newElements ) {
  341. var $newElems = $( newElements );
  342. $newElems.hide();
  343. // ensure that images load before adding to masonry layout
  344. $newElems.imagesLoaded(function(){
  345. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  346. });
  347. });
  348. });
  349. </script>
  350.  
  351. {/block:IndexPage}
  352.  
  353.  
  354. </head>
  355.  
  356. <body>
  357.  
  358. <div id="sideboob">
  359. {block:ifshowtitle}
  360. <p><a href="/"class="titulo">{Title}</a></p>
  361. {/block:ifshowtitle}
  362. <div style="width:265px; height:auto;">{description}</div>
  363. <p><a href="/"><img src="{image:Sidebar}" width="210"/></a></p>
  364. </div>
  365.  
  366. <div id="bottomless">
  367. <a href="/"class="linkys">home</a>
  368. <a href="/ask"class="linkys">inbox</a>
  369. {block:IfCustomLinkOne} <a href="{text:Custom Link One}"class="linkys">{text:Custom Link One Title}</a> {/block:IfCustomLinkOne}
  370. {block:IfCustomLinkTwo} <a href="{text:Custom Link Two}"class="linkys">{text:Custom Link Two Title}</a> {/block:IfCustomLinkTwo}
  371. {block:IfCustomLinkThree} <a href="{text:Custom Link Three}"class="linkys">{text:Custom Link Three Title}</a>{/block:IfCustomLinkThree}
  372. {block:IfCustomLinkFour} <a href="{text:Custom Link Four}"class="linkys">{text:Custom Link Four Title}</a>{/block:IfCustomLinkFour}
  373. {block:IfCustomLinkFive} <a href="{text:Custom Link Five}"class="linkys">{text:Custom Link Five Title}</a>{/block:IfCustomLinkFive}
  374. <a href="http://slutteen.tumblr.com"class="linkys"> theme </a>
  375. </div>
  376.  
  377. <div id="posts">
  378.  
  379. {block:Posts}
  380. <div class="entry">
  381.  
  382. {block:Text}
  383. {block:IndexPage}
  384. <div id="permalinky"><a href="{ReblogURL}" target="_blank">REBLOG</a> / <a href="{permalink}">{notecount} NOTES</a></div>
  385. {/block:IndexPage}{block:Title}<span class="title">{Title}</span>{/block:Title}<span class="entrytext">{Body}</span>
  386. {/block:Text}
  387.  
  388. {block:Link}
  389. {block:IndexPage}
  390. <div id="permalinky"><a href="{ReblogURL}" target="_blank">REBLOG</a> / <a href="{permalink}">{notecount} NOTES</a></div>
  391. {/block:IndexPage}<a href="{URL}" class="title">{Name}</a>
  392. {block:Description}{Description}{/block:Description}
  393. {block:Link}
  394.  
  395. {block:Photo}
  396. {block:IndexPage}
  397. <div id="permalink"><a href="{ReblogURL}" target="_blank">REBLOG</a> / <a href="{permalink}">{notecount} NOTES</a></div>
  398. {/block:IndexPage}
  399. {block:IndexPage}{LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="250"/></a></div>{LinkCloseTag}{/block:IndexPage}
  400. {block:PermalinkPage}{LinkOpenTag}<a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="565px"/></a>{LinkCloseTag}{/block:PermalinkPage}
  401. {/block:Photo}
  402.  
  403.  
  404. {block:Photoset}
  405. <center>
  406. {block:IndexPage}
  407. {Photoset-205}
  408. {block:IndexPage}
  409. <div id="permalink"><a href="{ReblogURL}" target="_blank">REBLOG</a> / <a href="{permalink}">{notecount} NOTES</a></div>
  410. {/block:IndexPage}
  411. </center>
  412. <center>{block:PermalinkPage}{Photoset-410}{/block:PermalinkPage}</center>
  413. {/block:Photoset}
  414.  
  415. {block:Quote}
  416. {block:IndexPage}
  417. <div id="permalinky"><a href="{ReblogURL}" target="_blank">REBLOG</a> / <a href="{permalink}">{notecount} NOTES</a></div>
  418. {/block:IndexPage}
  419. {Quote}</span>
  420. {/block:Quote}
  421.  
  422. {block:Chat}
  423. {block:IndexPage}
  424. <div id="permalinky"><a href="{ReblogURL}" target="_blank">REBLOG</a> / <a href="{permalink}">{notecount} NOTES</a></div>
  425. {/block:IndexPage}
  426. {block:Title}<span class="title">{Title}</span>{/block:Title}
  427. <ul class="chat">
  428. {block:Lines}
  429. <li class="user_{UserNumber}">
  430. {block:Label}
  431. <span class="label">{Label}</span>
  432. {/block:Label}
  433.  
  434. {Line}
  435. </li>
  436. {/block:Lines}
  437. </ul>
  438. {/block:Chat}
  439.  
  440. {block:Audio}
  441. {block:IndexPage}
  442. <div id="permalinky"><a href="{ReblogURL}" target="_blank">REBLOG</a> / <a href="{permalink}">{notecount} NOTES</a></div>
  443. {/block:IndexPage}
  444. <center><div style="width:250px; height:28px;"><div style="float:left">{AudioPlayerBlack}</div><div style="margin-top:10px; float:right;">
  445. {block:ExternalAudio}{/block:ExternalAudio}</div></div></center>
  446. {/block:Audio}
  447.  
  448. {block:Video}
  449. {block:IndexPage}
  450. <div id="permalink"><a href="{ReblogURL}" target="_blank">REBLOG</a> / <a href="{permalink}">{notecount} NOTES</a></div>
  451. {/block:IndexPage}
  452. <center>
  453. {block:IndexPage}
  454. {Video-250}
  455. {/block:IndexPage}
  456. </center>
  457. <center>{block:PermalinkPage}{Video-500}{/block:PermalinkPage}</center>
  458. {block:Video}
  459.  
  460. {block:Answer}
  461. {block:IndexPage}
  462. <div id="permalinky"><a href="{permalink}">{notecount} NOTES</a></div>
  463. {/block:IndexPage}
  464. <img src="{AskerPortraitURL-30}" width="30" align="left" style="margin-right:3px;"/>
  465. <b>{Asker}: </b>{Question} <b>{Answer}</b>
  466. {/block:Answer}
  467.  
  468.  
  469. {block:PermalinkPage}
  470. {block:Date}
  471. <center>
  472. {TimeAgo} | {12HourWithZero}:{Minutes}{AmPm}
  473. <br>{block:Caption}{Caption}{/block:Caption}{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}{block:HasTags} &middot; {block:Tags}<a href="TagURL"> #{Tag}</a> {/block:Tags}{/block:hasTags}</center>
  474. {/block:Date}
  475.  
  476. {/block:PermalinkPage}
  477.  
  478. {block:PostNotes}{PostNotes}
  479. {/block:PostNotes}
  480. </div>
  481.  
  482.  
  483. {/block:Posts}
  484. </div>
  485. </div>
  486. <div class="right">
  487. </div>
  488. <div class="footer">
  489. <br>
  490. </div>
  491. </div>
  492. </body>
  493. </html>
  494. <div style="position:fixed;right:0px;bottom:-425px;">
  495. <---DONT REMOVE---->
  496. {block:IndexPage}
  497. {block:Pagination}
  498. <div id="pagination">
  499. {block:NextPage}
  500. <a id="nextPage" href="{NextPage}">&nbsp;&rarr;</a>
  501. {/block:NextPage}
  502. {block:PreviousPage}
  503. <a href="{PreviousPage}">&larr;&nbsp;</a>
  504. {/block:PreviousPage}
  505. </div>
  506. {/block:Pagination}
  507. {/block:IndexPage}</div>
  508.  
  509.  
  510.  
  511. </div>
  512.  
  513. <div id="credz"><div style="{color:body font}"><a href="http://slutteen.tumblr.com">✿</a></div>
  514. </body>
  515. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement