Advertisement
theme_bean

whatevs

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