Advertisement
theme_bean

Theme #19

Nov 23rd, 2012
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.75 KB | None | 0 0
  1. <!--
  2. theme by slutteen
  3. don't remove the credit
  4. unless you wear sweatpants on monday then i just feel bad for you
  5. love ya
  6. -->
  7.  
  8.  
  9. <head>
  10.  
  11. <meta name="color:Background" content="#fff"/>
  12. <meta name="color:Text" content="#130C11"/>
  13. <meta name="color:Title" content="#130C11"/>
  14. <meta name="color:Hover" content="#130C11"/>
  15. <meta name="color:borderbar" content="#cccccc"/>
  16. <meta name="color:Scrollbar" content="#130C11"/>
  17. <meta name="color:Link" content="#130C11"/>
  18. <meta name="image:Background" content="1"/>
  19. <meta name="image:Sidebar" content="http://www.usmagazine.com/uploads/assets/celebrities/26938-vanessa-hudgens/1251395064_vanessa_hudgens_290x402.jpg"/>
  20. <meta name="if:show photo" content="1"/>
  21. <meta name="text:Link one Title" content="link" />
  22. <meta name="text:Link one" content="" />
  23. <meta name="text:Link two title" content="link" />
  24. <meta name="text:Link two" content="" />
  25. <meta name="text:Link three title" content="link" />
  26. <meta name="text:Link three" content="" />
  27. <meta name="text:Link four title" content="link" />
  28. <meta name="text:Link four" content="" />
  29.  
  30. <title>{title}</title>
  31.  
  32.  
  33. <script type="text/javascript"
  34. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  35.  
  36. <link href="http://static.tumblr.com/z0cd8ty/aJjm6uyej/meffects.css" rel="stylesheet">
  37.  
  38.  
  39. <style type="text/css">
  40.  
  41.  
  42. body, a, a:hover {cursor: url(http://cur.cursors-4u.net/cursors/cur-11/cur1054.cur), progress;}
  43.  
  44. ::-webkit-scrollbar {
  45. width: 6px;
  46. height: 4px;
  47. background: #000;
  48. }
  49.  
  50. ::-webkit-scrollbar-thumb {
  51. background-color: #fff;
  52. }
  53.  
  54. .wrapper{
  55. margin: 0px auto;
  56. width: 717px;
  57. }
  58.  
  59. #tumblr_controls{
  60. position:fixed !important;
  61. top: 3px;
  62. right: 0px;
  63. }
  64.  
  65. body {
  66. padding: 0px;
  67. margin: 0px;
  68. color:{color:text};
  69. background-color: {color:Background};
  70. background-image:url({image:Background});
  71. background-attachment: fixed;
  72. background-size: cover;
  73. font-family: cambria;
  74. font-size: 10px;
  75. line-height:10px;
  76. color:{color:text};
  77. }
  78.  
  79. p {
  80. margin:0px;
  81. margin-top:0px;
  82. }
  83.  
  84. a:link, a:active, a:visited{
  85. color: {color:Link};
  86. text-decoration: none;
  87. -webkit-transition: color 0.5s ease-out;
  88. -moz-transition: color 0.5s ease-out;
  89. }
  90.  
  91. a:hover {
  92. color:{color:Hover};
  93. text-decoration: strikethrough;
  94. }
  95.  
  96. .entry {
  97. margin:4px;
  98. padding: 4px;
  99. float:left;
  100. background-color: white;
  101. font-family: cambria;
  102. font-size: 10px;
  103. border: 0px solid #cecaca;
  104. line-height:8px;
  105. {block:IndexPage}
  106. width:250px;
  107. {/block:IndexPage}
  108. {block:PermalinkPage}
  109. width:500px;
  110. {/block:PermalinkPage}
  111. -webkit-transition: all 1s linear;
  112. -webkit-transition: all 1s linear;
  113. -moz-transition: all 1s linear;
  114. transition: all 1s linear;
  115. }
  116.  
  117.  
  118.  
  119.  
  120. .entry .perma a{
  121. color: #000;
  122. }
  123.  
  124. .entry .perma{
  125. position:absolute;
  126. bottom: 5px;
  127. margin-left:0px;
  128. width:auto;
  129. padding:0px;
  130. height:15px;
  131. padding-top:2px;
  132. padding-left: 4px;
  133. padding-right: 6px;
  134. padding-bottom:2px;
  135. background-color:#fff;
  136. overflow:hidden;
  137. font-size:13px;
  138. line-height:14px;
  139. text-align:center;
  140. font-family: cambria;
  141. text-transform:uppercase;
  142. opacity:0.0;
  143. border-bottom-right-radius:0px;
  144. border-top-right-radius:5px;
  145. border-top-left-radius:0px;
  146. border-bottom-left-radius:0px;
  147. -webkit-transition: all 0.4s ease-in-out;
  148. -moz-transition: all 0.4s ease-in-out;
  149. transition: all 0.4s ease-in-out;
  150. }
  151.  
  152.  
  153. .entry:hover .perma{
  154. margin-left:0px;
  155. margin-top: 0px;
  156. padding-top:2px;
  157. padding-bottom:2px;
  158. width:auto;
  159. opacity:0.6;
  160. -webkit-transition: all 0.4s ease-in-out;
  161. -moz-transition: all 0.4s ease-in-out;
  162. transition: all 0.4s ease-in-out;
  163. }
  164.  
  165.  
  166.  
  167.  
  168. .entry:hover .perma:hover{
  169. padding-top:2px;
  170. padding-bottom:2px;
  171. height: 15px;
  172. width: auto;
  173. padding-left: 20px;
  174. padding-right:6px;
  175. -webkit-transition: all 0.3s linear;
  176. -moz-transition: all 0.3s linear;
  177. transition: all 0.3s linear;
  178. }
  179.  
  180.  
  181. #pagination{
  182. display:none;
  183. }
  184.  
  185. .clear {
  186. clear: both;
  187. }
  188.  
  189. #posts {
  190. position:relative;
  191. margin-top: 0px;
  192. {block:IndexPage}
  193. width: 260px;
  194. margin-left: 356px;
  195. margin-top: 0px;
  196. {/block:IndexPage}
  197. {block:PermalinkPage}
  198. width: 500px;
  199. margin-left: 150px;
  200. margin-top: 0px;
  201. {/block:PermalinkPage}
  202. -webkit-animation:fadeInRight 3s;
  203. -moz-animation:fadeInRight 3s;
  204. -ms-animation:fadeInRight 3s;
  205. }
  206.  
  207.  
  208.  
  209. ol.notes img {
  210. width: 16px;
  211. display: inline;
  212. position: relative;
  213. top: 3px;
  214. }
  215.  
  216. #vanessahudgens {
  217. position:fixed !important;
  218. width: 197px;
  219. z-index: 1000;
  220. opacity: 1.0;
  221. background-color: #fff;
  222. height: 100%;
  223. margin-top:0px;
  224. {block:IndexPage}
  225. margin-left:150px;
  226. {/block:IndexPage}
  227. {block:PermalinkPage}
  228. margin-left: -60px;
  229. {/block:PermalinkPage}
  230. text-align: center;
  231. padding-left: 3px;
  232. padding-right: 3px;
  233. padding-top: -1px;
  234. padding-bottom: 28px;
  235. margin-bottom: 0px;
  236. font-family:cambria;
  237. font-size: 10px;
  238. line-height:11px;
  239. -webkit-animation:fadeInDownBig 3s;
  240. -moz-animation:fadeInDownBig 3s;
  241. -ms-animation:fadeInDownBig 3s;
  242. }
  243.  
  244.  
  245.  
  246.  
  247. #postnotes{
  248. text-align: justify;}
  249.  
  250. #postnotes blockquote{
  251. border: 0px;}
  252.  
  253. #infscr-loading{
  254. bottom: -70px;
  255. position: absolute;
  256. left: 50%;
  257. margin-left:-8px;
  258. width:16px;
  259. height:11px;
  260. overflow:hidden;
  261. margin-bottom: 50px;
  262. }
  263.  
  264. .title{
  265. font-family: cambria;
  266. font-size: 12px;
  267. line-height:{text:title line height}px;
  268. color: {color:Title};
  269. font-weight: bold;
  270. padding:0px 0px 0px 0px;
  271. }
  272.  
  273. .blogtitle{
  274. font-family: lovenote;
  275. line-height: 30px;
  276. width: 194px;
  277. font-weight: normal;
  278. padding:0px 0px 0px 0px;
  279. background:white;
  280. border-bottom-right-radius:0px;
  281. border-top-right-radius:5px;
  282. border-top-left-radius:5px;
  283. border-bottom-left-radius:0px;
  284. font-size: 23px;
  285. border: 2px solid {color:borderbar};
  286. text-shadow: 3px 0 0 rgba(255,0,0,0.3), -2px 0 0 rgba(0,255,0,0.3);
  287. }
  288.  
  289. @font-face { font-family: "lovenote"; src: url('http://static.tumblr.com/4yxykdm/k6plrfhwf/ck_love_note.ttf'); }
  290.  
  291. .links {
  292. font-family:cambria;
  293. font-size: 10px;
  294. line-height:11px;
  295. color: {color:link};
  296. -webkit-transition: all 0.3s linear;
  297. -webkit-transition: all 0.3s linear;
  298. -moz-transition: all 0.3s linear;
  299. transition: all 0.3s linear;
  300. }
  301.  
  302. .links:hover {
  303. -webkit-animation:wiggle 3s;
  304. -moz-animation:wiggle 3s;
  305. -ms-animation:wiggle 3s;
  306. -webkit-transition: all 0.3s linear;
  307. -webkit-transition: all 0.3s linear;
  308. -moz-transition: all 0.3s linear;
  309. transition: all 0.3s linear;
  310. }
  311.  
  312. a img{border: 0px;}
  313.  
  314. blockquote{
  315. padding:2px 2px 2px 5px;
  316. margin:4px 4px 4px 7px;
  317. border-left: 4px solid #dddddd;
  318. }
  319.  
  320. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  321.  
  322. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  323. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:text};}
  324.  
  325. .notes img{width:10px; position:relative; top:3px;}
  326. <--ses-->
  327. small{font-size: 90%;}
  328.  
  329.  
  330. .caption img {
  331. max-width: 100%;
  332. }
  333.  
  334. #credz {
  335. position: fixed !important;
  336. right:5px !important;
  337. bottom:7px !important;
  338. font-family:ubuntu;
  339. font-size:25px;
  340. line-height: 12px;
  341. -moz-transition: all 0.8s ease-out;
  342. -webkit-transition: opacity 0.7s linear;
  343. -webkit-transition: all 0.8s ease-out;
  344. transition: all 0.8s ease-out;
  345. }
  346.  
  347. {CustomCSS}
  348. </style>
  349.  
  350. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
  351. <script type="text/javascript">
  352. $(function(){
  353. $("#pageLink").click(function(){
  354. $("#titlePages").fadeToggle(500);
  355. });
  356. });
  357. </script>
  358.  
  359. {block:IndexPage}
  360. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/4IKlvmzup/jquery.masonry.min.js"></script>
  361. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  362. <script type="text/javascript">
  363. $(window).load(function () {
  364. var $content = $('#posts');
  365. $content.masonry({
  366. itemSelector: '.entry',
  367. isAnimated: true
  368. }),
  369. $content.infinitescroll({
  370. navSelector : '#pagination',
  371. nextSelector : '#pagination a#nextPage',
  372. itemSelector : '.entry',
  373. loading: {
  374. finishedMsg: '',
  375. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  376. },
  377. bufferPx : 200,
  378. debug : false,
  379. },
  380. // call masonry as a callback.
  381. function( newElements ) {
  382. var $newElems = $( newElements );
  383. $newElems.hide();
  384. // ensure that images load before adding to masonry layout
  385. $newElems.imagesLoaded(function(){
  386. $content.masonry( 'appended',
  387. $newElems, true,
  388. function(){$newElems.fadeIn(300);}
  389. );
  390.  
  391.  
  392. });
  393. });
  394. });
  395. </script>
  396. {/block:IndexPage}
  397.  
  398. <title>{Title}</title>
  399.  
  400. <link rel="shortcut icon" href="{Favicon}">
  401. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  402. <meta name="viewport" content="width=820" />
  403.  
  404. </style>
  405.  
  406. </head>
  407. <body>
  408. <div class="wrapper">
  409. <div style="position:fixed;right:0px;top:28px;">
  410. </span>
  411. </div>
  412.  
  413. <div id="vanessahudgens">
  414. <div style="margin-top:100px;"><center><div class="blogtitle">{title}</div>
  415.  
  416. <div style="border: 2px solid {color:borderbar}; margin-top: 5px; background:white;"><p>{description}</p></div>
  417.  
  418. {block:ifshowphoto}
  419. <div style="border: 2px solid {color:borderbar}; margin-top: 10px;"><center><a href="/"><img src="{image:sidebar}" width="191"></a></center></div>
  420. {/block:ifshowphoto}
  421.  
  422. <div style="border: 2px solid {color:borderbar}; margin-top: 10px;background:white;"><a href="/" class="links">home</a> /
  423. <a href="/ask" class="links">ask</a> /
  424. <a href="{text:Link One}" class="links">{text:Link One Title}</a> /
  425.  
  426. <a href="{text:Link Two}" class="links">{text:Link Two Title}</a> /
  427.  
  428. <a href="{text:Link Three}" class="links">{text:Link Three Title}</a> /
  429.  
  430. <a href="{text:Link Four}" class="links">{text:Link Four Title}</a> /
  431.  
  432. <a href="http://slutteen.tumblr.com">credit</a></div>
  433. <p></div>
  434. </div>
  435.  
  436. <div id="posts">
  437.  
  438. {block:Posts}
  439. <div class="entry">
  440.  
  441. {block:Text}
  442. {block:Title}<span class="title">{Title}</span>{/block:Title}
  443. <div class="caption"><span class="entrytext">{Body}</span></div>
  444. {block:IndexPage}<a href="{permalink}"><div align="center"><div style="font-size:9px;line-height:10px; border-top: 0px #777777 solid; padding-bottom: 2px;">{Notecount} notes</a> - <a href="{permalink}"><a href="{ReblogURL}" target="_blank">reblog</a></span></div></div>{/block:IndexPage}
  445. {/block:Text}
  446.  
  447. {block:Link}
  448. <a href="{URL}" class="title">{Name}</a>
  449. {block:Description}<div class="caption">{Description}</div>{/block:Description}
  450. {block:IndexPage}<a href="{permalink}"><div align="center"><div style="font-size:9px;line-height:10px; border-top: 0px #777777 solid; padding-bottom: 2px;">{Notecount} notes</a> - <a href="{permalink}"><a href="{ReblogURL}" target="_blank">reblawg</a></span></div></div>{/block:IndexPage}
  451. {block:Link}
  452.  
  453.  
  454. {block:Photo}
  455. {block:IndexPage}
  456. <div class="perma">
  457. <a href="{permalink}"><a href="{ReblogURL}" target="_blank">↻</a> / <a href="{permalink}">{NoteCount}</a></div>
  458. {/block:IndexPage}
  459. {block:IndexPage}{LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}"width="250px"/></a></div>{LinkCloseTag}
  460. {/block:IndexPage}
  461. {block:PermalinkPage}<center>{LinkOpenTag}<a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}"/></a>{LinkCloseTag}{/block:PermalinkPage}</center>
  462. {/block:Photo}
  463.  
  464.  
  465.  
  466. {block:Photoset}
  467. {block:IndexPage}<center>{Photoset-250}</center>{/block:IndexPage}
  468. <center>{block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}</center>
  469. {block:IndexPage}<a href="{permalink}"><div align="center"><div style="font-size:9px;line-height:10px; border-top: 0px #777777 solid; padding-bottom: 2px;">{Notecount} notes</a> - <a href="{permalink}"><a href="{ReblogURL}" target="_blank">reblog</a></span></div></div>{/block:IndexPage}
  470. {/block:Photoset}
  471.  
  472. {block:Quote}
  473. {Quote}</span>
  474. {block:Source}{Source}{/block:Source}
  475. {block:IndexPage}<a href="{permalink}"><div align="center"><div style="font-size:9px;line-height:10px; border-top: 0px #777777 solid; padding-bottom: 2px;">{Notecount} notes</a> - <a href="{permalink}"><a href="{ReblogURL}" target="_blank">reblog</a></span></div></div>{/block:IndexPage}
  476. {/block:Quote}
  477.  
  478. {block:Chat}
  479. {block:Title}<span class="title">{Title}</span>{/block:Title}
  480. <ul class="chat">
  481. {block:Lines}
  482. <li class="user_{UserNumber}">
  483. {block:Label}
  484. <span class="label">{Label}</span>
  485. {/block:Label}
  486.  
  487. {Line}
  488. </li>
  489. {/block:Lines}
  490. </ul>
  491. {block:IndexPage}<a href="{permalink}"><div align="center"><div style="font-size:9px;line-height:10px; border-top: 0px #777777 solid; padding-bottom: 2px;">{Notecount} notes</a> - <a href="{permalink}"><a href="{ReblogURL}" target="_blank">reblog</a></span></div></div>{/block:IndexPage}
  492. {/block:Chat}
  493.  
  494. {block:Audio}
  495. <div style="width:250px; height:28px;">{AudioPlayerWhite}</div>
  496. {block:IndexPage}
  497. <div class="caption">
  498. {caption}</div>{/block:IndexPage}
  499. {block:IndexPage}<a href="{permalink}"><div align="center"><div style="font-size:9px;line-height:10px; border-top: 0px #777777 solid; padding-bottom: 2px;">{Notecount} notes</a> - <a href="{permalink}"><a href="{ReblogURL}" target="_blank">reblog</a></span></div></div>{/block:IndexPage}
  500. {/block:Audio}
  501.  
  502. {block:Video}
  503. <center>
  504. {block:IndexPage}
  505. {Video-250}
  506. {/block:IndexPage}
  507. </center>
  508. {block:PermalinkPage}
  509. <center>{Video-500}</center>
  510. {/block:PermalinkPage}
  511. {block:IndexPage}<a href="{permalink}"><div align="center"><div style="font-size:9px;line-height:10px; border-top: 0px #777777 solid; padding-bottom: 2px;">{Notecount} notes</a> - <a href="{permalink}"><a href="{ReblogURL}" target="_blank">reblog</a></span></div></div>{/block:IndexPage}
  512. {block:Video}
  513.  
  514. {block:Answer}
  515. <img src="{AskerPortraitURL-30}" width="30" align="left" style="margin-right:3px;"/>
  516. <strong>{Asker}: {Question}</strong>
  517. <div class="caption">
  518. {Answer}</div>
  519. {block:IndexPage}<a href="{permalink}"><div align="center"><div style="font-size:9px;line-height:10px; border-top: 0px #777777 solid; padding-bottom: 2px;">{Notecount} notes</a> - <a href="{permalink}"><a href="{ReblogURL}" target="_blank">reblog</a></span></div></div>{/block:IndexPage}
  520. {/block:Answer}
  521.  
  522. {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}
  523.  
  524. {block:PermalinkPage}
  525. {block:Date}
  526. {block:Caption}{Caption}{/block:Caption}<center>
  527. {TimeAgo} | {12HourWithZero}:{Minutes}{AmPm}<br>
  528. {block:NoteCount}{NoteCount} notes{/block:NoteCount}{block:HasTags} {block:Tags}<a href="{TagURL}"> #{Tag}</a> {/block:Tags}{/block:hasTags}</center>
  529. {/block:Date}
  530.  
  531. {/block:PermalinkPage}
  532.  
  533. {block:PostNotes}{PostNotes}
  534. {/block:PostNotes}
  535. </div>
  536.  
  537.  
  538. {/block:Posts}
  539. </div>
  540. </div>
  541. {block:IndexPage}<br>
  542. {block:Pagination}
  543. <div id="pagination">
  544. {block:NextPage}
  545. <a id="nextPage" href="{NextPage}">ndxt</a>
  546. {/block:NextPage}
  547. {block:PreviousPage}
  548. <a href="{PreviousPage}">back</a>
  549. {/block:PreviousPage}
  550. </div>
  551. {/block:Pagination}
  552. {/block:IndexPage}
  553. </div>
  554.  
  555. <div id="credz"><div style="{color:body font}"><a href="http://slutteen.tumblr.com">✿</a></div></div>
  556.  
  557. </body>
  558. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement