Advertisement
theme_bean

Ashelyyyy

Nov 22nd, 2012
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.82 KB | None | 0 0
  1. <head>
  2.  
  3. <!--
  4. custom for Ashley
  5. -->
  6.  
  7. <link href='http://fonts.googleapis.com/css?family=Ubuntu:300' rel='stylesheet' type='text/css'>
  8. <link href='http://fonts.googleapis.com/css?family=Permanent+Marker|Short+Stack' rel='stylesheet' type='text/css'>
  9. <link href="http://static.tumblr.com/z0cd8ty/aJjm6uyej/meffects.css" rel="stylesheet">
  10.  
  11. <meta name="color:Background" content="#caabab"/>
  12. <meta name="color:Text" content="#000000"/>
  13. <meta name="color:Hover" content="#000000"/>
  14. <meta name="color:Link" content="#f5eeee"/>
  15. <meta name="color:Post Border" content="#000000"/>
  16. <meta name="color:Hover Text" content="#000" />
  17. <meta name="color:Bar Background" content="#fff"/>
  18. <meta name="color:Inner Background" content="#000000"/>
  19. <meta name="image:Background" content=""/>
  20. <meta name="image:Sidebar" content=""/>
  21. <meta name="text:hover text" content="hover" />
  22. <meta name="text:link one" content="" />
  23. <meta name="text:link one title" content="link" />
  24. <meta name="text:link two" content="" />
  25. <meta name="text:link two title" content="link" />
  26. <meta name="text:link three" content="" />
  27. <meta name="text:link three title" content="link" />
  28. <meta name="text:link four" content="" />
  29. <meta name="text:link four title" content="link" />
  30. <meta name="text:link five" content="" />
  31. <meta name="text:link five title" content="link" />
  32. <meta name="text:link six" content="" />
  33. <meta name="text:link six title" content="link" />
  34. <meta name="text:link seven" content="" />
  35. <meta name="text:link seven title" content="link" />
  36.  
  37.  
  38.  
  39. <script type="text/javascript">
  40. $(document).ready(function(){
  41. $(".bud").hide();
  42. $(".hud").click(function(){
  43. $(this).next(".bud").slideToggle('fast');
  44. }); }); </script>
  45.  
  46.  
  47. <style type="text/css">
  48.  
  49. {block:iftinycursor}body, a, a:hover {cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), progress;}{/block:iftinycursor}
  50.  
  51.  
  52.  
  53.  
  54. #tumblr_controls{
  55. position:fixed !important;
  56. z-index:1;
  57. }
  58.  
  59. ::-webkit-scrollbar {width: 10px; height: 4px; background-color: #fff; }
  60.  
  61. ::-webkit-scrollbar-thumb {-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; border:1px solid #000; background: #fff; }
  62.  
  63. body {
  64. padding: 0px;
  65. margin: 0px;
  66. color:{color:text};
  67. background-color: {color:Background};
  68. background-image:url({image:Background});
  69. background-attachment: fixed;
  70. background-size: cover;
  71. font-family: Ubuntu;
  72. font-size: 10px;
  73. line-height:10px;
  74. }
  75.  
  76. p {
  77. margin:0px;
  78. margin-top:0px;
  79. }
  80.  
  81. a:link, a:active, a:visited{
  82. color: {color:Link};
  83. text-decoration: none;
  84. -webkit-transition: color 0.5s ease-out;
  85. -moz-transition: color 0.5s ease-out;
  86. }
  87.  
  88. a:hover{
  89. color:{color:Hover};
  90. -webkit-transition: color 0.3s ease-out;
  91. -moz-transition: color 0.3s ease-out;
  92. }
  93.  
  94. .entry {
  95. margin:6px;
  96. padding: 10px;
  97. padding-bottom: 5px;
  98. border: 3px solid {color:post border};
  99. float:left;
  100. background: transparent;
  101. font-family: ubuntu;
  102. font-size: 10px;
  103. line-height:14px;
  104. {block:IndexPage}
  105. width:270px;
  106. {/block:IndexPage}
  107. {block:PermalinkPage}
  108. width:500px;
  109. {/block:PermalinkPage}
  110. -webkit-animation:bounceIn 2s;
  111. -moz-animation:bounceIn 2s;
  112. -ms-animation:bounceIn 2s;
  113. -webkit-transition: all 1s linear;
  114. -webkit-transition: all 1s linear;
  115. -moz-transition: all 1s linear;
  116. transition: all 1s linear;
  117.  
  118. }
  119.  
  120.  
  121.  
  122.  
  123. .entry .permalink{
  124. position:absolute;
  125. width:270px;
  126. height:5px;
  127. padding-bottom:14px;
  128. background: {color:inner background};
  129. overflow:hidden;
  130. font-family: crafty girls;
  131. font-size: 12px;
  132. color:{color:Link};
  133. line-height:17px;
  134. text-align:center;
  135. opacity:0.0;
  136. -moz-box-shadow: 0 0 20px #e5e5e5;
  137. -webkit-box-shadow: 0 0 20px#e5e5e5;
  138. box-shadow: 0 0 20px #e5e5e5;
  139. -webkit-transition: all 1s linear;
  140. -webkit-transition: all 1s linear;
  141. -moz-transition: all 1s linear;
  142. transition: all 1s linear;
  143. }
  144.  
  145. .entry:hover .permalink{
  146. margin-top:15px;
  147. overflow:visible;
  148. opacity: 1;
  149. -webkit-transition: all 0.4s linear; opacity: 1;
  150. -webkit-transition: all 0.4s linear;
  151. -moz-transition: all 0.4s linear;
  152. transition: all 0.4s linear;
  153. }
  154.  
  155. .entry:hover .permalink:hover{
  156. opacity: 1;
  157. }
  158.  
  159. #sidebar {
  160. position: fixed;
  161. height:100%;
  162. opacity:1;
  163. top: 0px;
  164. right: 0px;
  165. width:auto;
  166. padding: 2px 5px;
  167. z-index: 999999999;
  168. -webkit-transition: all 0.4s linear;
  169. -moz-transition: all 0.4s linear;
  170. transition: all 0.4s linear;
  171. background: transparent;
  172. }
  173.  
  174. #sidebar:hover {
  175. right:350px;
  176. -webkit-transition: all 0.4s linear;
  177. -moz-transition: all 0.4s linear;
  178. }
  179.  
  180. .inner {
  181. font-family:'short stack';
  182. font-size:9px;
  183. color:#fff;
  184. position: fixed;
  185. width: 350px;
  186. padding: 5px;
  187. height: 100%;
  188. top:0;
  189. margin-left:30px;
  190. border-left: 1px solid #000;
  191. text-align: left;
  192. -webkit-transition: all 0.4s linear;
  193. -moz-transition: all 0.4s linear;
  194. transition: all 0.4s linear;
  195. background: {color:inner background};
  196. }
  197.  
  198. .inner a {
  199. -webkit-transition: all 0.4s linear;
  200. -moz-transition: all 0.4s linear;
  201. }
  202.  
  203. .inner a:hover {
  204. padding: 0px 10px 0px 10px;
  205. color:#aaa;
  206. }
  207.  
  208. .ribbon{
  209. font-size: 40px;
  210. width:30px;
  211. height: 100%;
  212. padding-right:5px;
  213. margin-left:-5px;
  214. padding-bottom: 20px;
  215. padding-top:1750%;
  216. background: {color:bar background};
  217. -moz-box-shadow: 0 0 20px #e5e5e5;
  218. -webkit-box-shadow: 0 0 20px#e5e5e5;
  219. box-shadow: 0 0 20px #e5e5e5;
  220. }
  221.  
  222. @font-face { font-family: "lovenote"; src: url('http://static.tumblr.com/4yxykdm/k6plrfhwf/ck_love_note.ttf'); }
  223.  
  224. .ribbontext {
  225. color:{color:hover text};
  226. font-family: 'lovenote', cursive;
  227. margin-top: -305px;
  228. -webkit-transform: rotate(90deg);
  229. -moz-transform: rotate(90deg);
  230. }
  231.  
  232. #posts {
  233. width: 305px;
  234. background-attachment: fixed;
  235. background: transparent;
  236. opacity: .5px;
  237. margin-left:470px;
  238. padding:4px;
  239. margin-top:0px;
  240. {block:permalinkpage}
  241. width: 530px;
  242. {/block:permalinkpage}
  243. float:left;
  244. -webkit-animation:fadeInUpBig 3s;
  245. -moz-animation:fadeInUpBig 3s;
  246. -ms-animation:fadeInUpBig 3s;
  247. -moz-box-shadow: 0 0 20px #fff;
  248. -webkit-box-shadow: 0 0 20px#fff;
  249. box-shadow: 0 0 20px #fff;
  250. }
  251.  
  252. #title{
  253. font-family: 'lovenote', cursive;
  254. font-size: 30px;
  255. color: {color:Link}
  256. line-height:35px;
  257. text-align: right;
  258. text-shadow:0px 0px 15px rgba(255,255,255,0.6), 0px 0px 35px rgba(255,255,255,0.4), 0px 0px 55px rgba(255,255,255,0.3), 0px 0px 185px rgba(255,255,255,0.3);
  259. }
  260.  
  261. #infscr-loading{
  262. bottom: -70px;
  263. position: absolute;
  264. left: 50%;
  265. margin-left:-8px;
  266. width:16px;
  267. height:11px;
  268. overflow:hidden;
  269. margin-bottom: 50px;
  270. }
  271.  
  272. @font-face { font-family: "blackjack"; src: url('http://static.tumblr.com/pwgdr2n/4yZlvpybp/black_jack_1_.ttf'); }
  273.  
  274. .title{
  275. font-family: ubuntu;
  276. font-size: 11.5px;
  277. letter-spacing:5px
  278. line-height:{text:title line height}px;
  279. color: {color:text};
  280. font-weight: bold;
  281. padding:0px 0px 0px 0px;
  282. }
  283.  
  284.  
  285. {CustomCSS}
  286.  
  287. </style>
  288.  
  289. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
  290. <script type="text/javascript">
  291. $(function(){
  292. $("#pageLink").click(function(){
  293. $("#titlePages").fadeToggle(500);
  294. });
  295. });
  296. </script>
  297.  
  298. {block:IndexPage}
  299. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/4IKlvmzup/jquery.masonry.min.js"></script>
  300. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  301. <script type="text/javascript">
  302. $(window).load(function () {
  303. var $content = $('#posts');
  304. $content.masonry({
  305. itemSelector: '.entry',
  306. isAnimated: true
  307. }),
  308. $content.infinitescroll({
  309. navSelector : '#pagination',
  310. nextSelector : '#pagination a#nextPage',
  311. itemSelector : '.entry',
  312. loading: {
  313. finishedMsg: '',
  314. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  315. },
  316. bufferPx : 200,
  317. debug : false,
  318. },
  319. // call masonry as a callback.
  320. function( newElements ) {
  321. var $newElems = $( newElements );
  322. $newElems.hide();
  323. // ensure that images load before adding to masonry layout
  324. $newElems.imagesLoaded(function(){
  325. $content.masonry( 'appended',
  326. $newElems, true,
  327. function(){$newElems.fadeIn(300);}
  328. );
  329.  
  330.  
  331. });
  332. });
  333. });
  334. </script>
  335. {/block:IndexPage}
  336.  
  337. <title>{title}</title>
  338.  
  339. <link rel="shortcut icon" href="{Favicon}">
  340. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  341. <meta name="viewport" content="width=820" />
  342.  
  343. </style>
  344.  
  345. </head>
  346.  
  347. <body>
  348.  
  349.  
  350. <div class="wrapper">
  351. <div style="position:fixed;right:0px;top:28px;">
  352. </span>
  353. </div>
  354.  
  355. <div id="sidebar">
  356.  
  357. <div class="ribbon">
  358. <div class="ribbontext">{text:hover text}</div>
  359. </div>
  360. <div class="inner">
  361. <div id="title"><a href="/">{Title}</a></div>
  362. <div class="links">
  363. <br><p><a href="/"><img src="{image:Sidebar}" height="auto" width="355px"></a></p>
  364. <br><br>
  365. {description}
  366. <br><br><br><br>
  367. {block:ifLinkOneTitle}
  368. <a href="{text:Link One}">{text:Link One Title}</a>{/block:ifLinkOneTitle}
  369. {block:ifLinkTwoTitle} /
  370. <a href="{text:Link Two}">{text:Link Two Title}</a>{/block:ifLinkTwoTitle}
  371. {block:ifLinkThreeTitle} /
  372. <a href="{text:Link Three}">{text:Link Three Title}</a>{/block:ifLinkThreeTitle}
  373. {block:ifLinkFourTitle} /
  374. <a href="{text:Link Four}">{text:Link Four Title}</a>{/block:ifLinkFourTitle}
  375. {block:ifLinkFiveTitle} /
  376. <a href="{text:Link Five}">{text:Link Five Title}</a>{/block:ifLinkFiveTitle}
  377. {block:ifLinkSixTitle} /
  378. <a href="{text:Link Six}">{text:Link Six Title}</a>{/block:ifLinkSixTitle}
  379. {block:ifLinkSevenTitle} /
  380. <a href="{text:Link Seven}">{text:Link Seven Title}</a>{/block:ifLinkSevenTitle}
  381. </div>
  382. </div></div>
  383.  
  384.  
  385. <div id="posts">
  386.  
  387. {block:Posts}
  388. <div class="entry">
  389.  
  390. {block:Text}
  391. {block:Title}<span class="title">{Title}</span>{/block:Title}
  392. <div class="caption"><span class="entrytext">{Body}</span></div>
  393. {block:IndexPage}<a href="{permalink}"><div align="right"><div style="font-size:9px;line-height:10px; border-top: 0px #777777 solid; padding-bottom: 2px;">{Notecount} </a></span></div></div>{/block:IndexPage}
  394. {/block:Text}
  395.  
  396. {block:Link}
  397. <a href="{URL}" class="title">{Name}</a>
  398. {block:Description}<div class="caption">{Description}</div>{/block:Description}
  399. {block:IndexPage}<a href="{permalink}"><div align="right"><div style="font-size:9px;line-height:10px; border-top: 0px #777777 solid; padding-bottom: 2px;">{Notecount} </a></span></div></div>{/block:IndexPage}
  400. {block:Link}
  401.  
  402.  
  403. {block:Photo}
  404. {block:IndexPage}
  405. <div class="permalink">
  406. <a href="permalink" target="_blank"><a href="{ReblogURL}" target="_blank"> ↺ </a></span></div>
  407. {/block:IndexPage}
  408. {block:IndexPage}{LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="270"/></a></div>{LinkCloseTag}
  409. {/block:IndexPage}
  410. {block:PermalinkPage}<center>{LinkOpenTag}<a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="500"/></a>{LinkCloseTag}{/block:PermalinkPage}</center>
  411. {/block:Photo}
  412.  
  413.  
  414.  
  415. {block:Photoset}
  416. {block:IndexPage}
  417. {block:IndexPage}<div class="permalink">
  418. <a href="{ReblogURL}" target="_blank"> ↺ </a> | <a href="{Permalink}"><a href="{permalink}">{NoteCountWithLabel}</a></span></div>{/block:IndexPage}<center>{Photoset-250}</center>{/block:IndexPage}
  419. <center>{block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}</center>
  420. {/block:Photoset}
  421.  
  422. {block:Quote}
  423. {Quote}</span>
  424. {block:Source}{Source}{/block:Source}
  425. {block:IndexPage}<a href="{permalink}"><div align="right"><div style="font-size:9px;line-height:10px; border-top: 0px #777777 solid; padding-bottom: 2px;">{Notecount}</a></span></div></div>{/block:IndexPage}
  426. {/block:Quote}
  427.  
  428. {block:Chat}
  429. {block:Title}<span class="title">{Title}</span>{/block:Title}
  430. <ul class="chat">
  431. {block:Lines}
  432. <li class="user_{UserNumber}">
  433. {block:Label}
  434. <span class="label">{Label}</span>
  435. {/block:Label}
  436.  
  437. {Line}
  438. </li>
  439. {/block:Lines}
  440. </ul>
  441. {block:IndexPage}<a href="{permalink}"><div align="right"><div style="font-size:9px;line-height:10px; border-top: 0px #777777 solid; padding-bottom: 2px;">{Notecount}</a></span></div></div>{/block:IndexPage}
  442. {/block:Chat}
  443.  
  444. {block:Audio}
  445. <div style="width:250px; height:28px;">{AudioPlayerWhite}</div>
  446. {block:IndexPage}
  447. <div class="caption">
  448. {caption}</div>{/block:IndexPage}
  449. {block:IndexPage}<a href="{permalink}"><div align="right"><div style="font-size:9px;line-height:10px; border-top: 0px #777777 solid; padding-bottom: 2px;">{Notecount}</a></span></div></div>{/block:IndexPage}
  450. {/block:Audio}
  451.  
  452. {block:Video}
  453. {block:IndexPage}<div class="permalink">
  454. <a href="{ReblogURL}" target="_blank"> ↺ </a> | <a href="{Permalink}"><a href="{permalink}">{NoteCount}</a></span></div>{/block:IndexPage}
  455. <center>
  456. {block:IndexPage}
  457. {Video-250}
  458. {/block:IndexPage}
  459. </center>
  460. {block:PermalinkPage}
  461. <center>{Video-500}</center>
  462. {/block:PermalinkPage}
  463. {block:Video}
  464.  
  465. {block:Answer}
  466. <img src="{AskerPortraitURL-30}" width="30" align="left" style="margin-right:3px;"/>
  467. <strong>{Asker}: {Question}</strong>
  468. <div class="caption">
  469. {Answer}</div>
  470. {block:IndexPage}<a href="{permalink}"><div align="right"><div style="font-size:9px;line-height:10px; border-top: 0px #777777 solid; padding-bottom: 2px;">{Notecount}</a></span></div></div>{/block:IndexPage}
  471. {/block:Answer}
  472.  
  473. {block:IndexPage}<div style="display:none;">{block:ContentSource}<a href="{SourceURL}">{SourceTitle}</a> {block:RebloggedFrom}<a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}{/block:ContentSource}</div>{/block:IndexPage}
  474.  
  475. {block:PermalinkPage}
  476. {block:Date}
  477. {block:Caption}{Caption}{/block:Caption}<center>
  478. {TimeAgo} | {12HourWithZero}:{Minutes}{AmPm}<br>
  479. {block:NoteCount}{NoteCount} notes{/block:NoteCount}{block:HasTags} {block:Tags}<a href="{TagURL}"> #{Tag}</a> {/block:Tags}{/block:hasTags}</center>
  480. {/block:Date}
  481.  
  482. {/block:PermalinkPage}
  483.  
  484. {block:PostNotes}{PostNotes}
  485. {/block:PostNotes}
  486. </div>
  487.  
  488.  
  489. {/block:Posts}
  490. </div>
  491. </div>
  492. {block:IndexPage}<br>
  493. {block:Pagination}
  494. <div id="pagination">
  495. {block:NextPage}
  496. <a id="nextPage" href="{NextPage}">&nbsp;&rarr;</a>
  497. {/block:NextPage}
  498. {block:PreviousPage}
  499. <a href="{PreviousPage}">&nbsp;&rarr;</a>
  500. {/block:PreviousPage}
  501. </div>
  502. {/block:Pagination}
  503. {/block:IndexPage}
  504. </div>
  505.  
  506.  
  507.  
  508. </body>
  509. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement