ariauagrande

ariauagrande theme #8

Oct 13th, 2013
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.85 KB | None | 0 0
  1. <!--
  2.  
  3. ariauagrande theme
  4. DONT REMOVE CREDIT PLEASE........ THANK
  5.  
  6.  
  7. -->
  8.  
  9. <head>
  10.  
  11. {block:ifnorightclick}
  12. <!--click-->
  13. <script language=JavaScript>
  14. <!--
  15. //Disable right click script III- By Renigade ([email protected])
  16. //For full source code, visit http://www.dynamicdrive.com
  17. var message="";
  18. ///////////////////////////////////
  19. function clickIE() {if (document.all) {(message);return false;}}
  20. function clickNS(e) {if
  21. (document.layers||(document.getElementById&&!document.all)) {
  22. if (e.which==2||e.which==3) {(message);return false;}}}
  23. if (document.layers)
  24. {document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
  25. else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
  26. document.oncontextmenu=new Function("return false")
  27. // -->
  28. </script>
  29. {/block:ifnorightclick}
  30.  
  31. <script type="text/javascript"
  32. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  33. <meta name="color:background" content="#FFFFFF"/>
  34. <meta name="color:text" content="#000000"/>
  35. <meta name="color:hover" content="#ffffff"/>
  36. <meta name="color:link" content="#000000"/>
  37. <meta name="color:hover shadow 1" content="#9400D3"/>
  38. <meta name="color:hover shadow 2" content="#9370DB"/>
  39. <meta name="image:sidebar" content="1"/>
  40. <meta name="image:background" content="1"/>
  41. <meta name="if:shadow hover" content="1"/>
  42. <meta name="if:shadow hover 2" content="1"/>
  43. <meta name="if:grayscale" content="0"/>
  44. <meta name="if:black and white images" content="1"/>
  45. <meta name="if:no right click" content="0"/>
  46. <meta name="if:post shadows" content="1"/>
  47. <meta name="if:sidebar shadow" content="1"/>
  48. <meta name="text:link 1" content="" />
  49. <meta name="text:link 1 title" content="" />
  50. <meta name="text:link 2" content="" />
  51. <meta name="text:link 2 title" content="" />
  52. <meta name="text:link 3" content="" />
  53. <meta name="text:link 3 title" content="" />
  54. <meta name="text:link 4" content="" />
  55. <meta name="text:link 4 title" content="" />
  56. <meta name="text:link 5" content="" />
  57. <meta name="text:link 5 title" content="" />
  58. <meta name="text:link 6" content="" />
  59. <meta name="text:link 6 title" content="" />
  60. <meta name="text:link 7" content="" />
  61. <meta name="text:link 7 title" content="" />
  62.  
  63.  
  64.  
  65. <style type="text/css">
  66.  
  67.  
  68.  
  69. .wrapper{
  70. margin:1px auto;
  71. width: 802px;
  72. }
  73.  
  74. .header{
  75. float: left;
  76. width: 100%;
  77. }
  78.  
  79. .left{
  80. float: left;
  81. margin-right: 20px;
  82. width: 802px;
  83. }
  84.  
  85.  
  86. p {
  87. margin:0px;
  88. margin-top:0px;
  89. }
  90.  
  91.  
  92. body {
  93. margin:0px;
  94. text-decoration: none;
  95. text-align:left;
  96. background-color: {color:background};
  97. background-image:url({image:Background});
  98. background-attachment: fixed;
  99. background-repeat: repeat;
  100. color: {color:Text};
  101. font-family:arial;
  102. font-size: 9px;
  103. }
  104.  
  105.  
  106. ::-webkit-scrollbar {width: 3px; height: 4px; background: {color:Background};}
  107.  
  108. ::-webkit-scrollbar-thumb { background-color: {color:scrollbar};}
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115. a:link, a:active, a:visited{
  116. color: {color:Link};
  117. text-decoration: none;
  118. -webkit-transition: all 0.6s ease-out;-moz-transition: all 0.6s ease-out;-o-transition: all 0.6s ease-out;transition: all 0.6s ease-out;
  119. }
  120.  
  121. a:hover{
  122. color:{color:Hover};
  123. {block:ifshadowhover}
  124. text-shadow:1px 1px 1px rgba(3,3,5,10);
  125. {/block:ifshadowhover}
  126. {block:ifshadowhover2}
  127. text-shadow:2px -2px 1px {color:hover shadow 1}, 3px -3px 1px {color:hover shadow 2},-1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
  128. {/block:ifshadowhover2}
  129.  
  130. text-decoration: none;
  131. -webkit-transition: all 0.6s ease-out;-moz-transition: all 0.6s ease-out;-o-transition: all 0.6s ease-out;transition: all 0.6s ease-out;
  132. }
  133.  
  134. .entry{
  135. float: left;
  136. width: 340px;
  137. height: auto;
  138. text-align:left;
  139. {block:ifpostshadows}
  140. margin-bottom:10px;
  141. box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.07);
  142. -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.07);
  143. -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.07);
  144. margin-top:16px;
  145. {/block:ifpostshadows}
  146. {block:ifblackandwhiteimages}
  147. -webkit-filter: grayscale(1);
  148. {/block:ifblackandwhiteimages}
  149. {block:permalinkpage}
  150. width: 340px;
  151. {/block:permalinkpage}
  152. line-height:12px;
  153. background-color:{color:backgrond};
  154. padding:6px;
  155. margin-right:2px;
  156. overflow:hidden;
  157. margin-bottom:-9px;
  158. }
  159.  
  160.  
  161.  
  162. #entry img{
  163.  
  164. max-width: 270px;
  165. height: auto;
  166.  
  167.  
  168. }
  169.  
  170.  
  171. .credit{
  172. position:fixed;
  173. right:6px;
  174. top:25px;
  175. z-index:9999;
  176. opacity:0.4;
  177. -webkit-transition: all 1s linear;
  178. -webkit-transition: all 1s linear;
  179. -moz-transition: all 1s linear;
  180. transition: all 1s linear;
  181. }
  182. .credit:hover{
  183. opacity:1;
  184. -webkit-transition: all 1s linear;
  185. -webkit-transition: all 1s linear;
  186. -moz-transition: all 1s linear;
  187. transition: all 1s linear;
  188. }
  189.  
  190.  
  191.  
  192.  
  193. {block:ifgrayscale}img{-webkit-filter: grayscale(40%);-webkit-transition: opacity 0.9s linear; -webkit-transition: 0.9s linear; -moz-transition: all 0.9s linear;transition: all 0.9s linear; opacity: 1.0;}{/block:ifgrayscale}
  194.  
  195.  
  196.  
  197.  
  198.  
  199.  
  200. div#sidebar{
  201. position:fixed !important;
  202. width: 200px;
  203. height:auto;
  204. margin-top: 190px;
  205. margin-left: 60px;
  206. padding: 2px;
  207. line-height:11px;
  208. -webkit-transition-duration: 0.8s;
  209. -moz-transition-duration: 0.8s;
  210. padding-bottom: 5px;
  211. margin-bottom: 0px;
  212. -webkit-animation: flipInY 2s;
  213. -moz-animation: flipInY 2s;
  214. -ms-animation: flipInY: 2s;
  215. {block:ifsidebarshadow}
  216. box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.07);
  217. -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.07);
  218. -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.07);
  219. {/block:ifsidebarshadow}
  220. }
  221.  
  222.  
  223. #posts {
  224. width: 200px;
  225. margin-left:290px;
  226. margin-top: 10px;
  227. background-color: transparent;
  228. background-image:url({image:Background});
  229. {block:PermalinkPage}
  230. margin-left:290px;
  231. margin-top:10px;
  232. {/block:PermalinkPage}
  233. float:left;
  234. }
  235.  
  236. #infscr-loading{
  237. bottom: -70px;
  238. position: absolute;
  239. left: 50%;
  240. margin-left:-8px;
  241. width:16px;
  242. height:11px;
  243. overflow:hidden;
  244. margin-bottom: 50px;
  245. }
  246.  
  247. .title{
  248. font-size: 9px;
  249. line-height:12px;
  250. color: {color:Title};
  251. font-weight: none;
  252. }
  253.  
  254.  
  255. #pagination{
  256. display:none;
  257. }
  258.  
  259.  
  260. blockquote{
  261. padding:0px 0px 2px 5px;
  262. margin:0px 0px 2px 10px;
  263. border-left: 1px solid #000000;
  264. }
  265.  
  266.  
  267.  
  268. #description{
  269. padding-top: 5px;
  270. margin-bottom: -5px;
  271. }
  272.  
  273.  
  274. .speclink{
  275. word-spacing:1px;
  276. }
  277.  
  278. .chat li {
  279. list-style-type:none;
  280. margin-left:-40px;
  281. padding:5px;
  282.  
  283. }
  284. .label{
  285. font-weight:700;
  286. font-size:11px;
  287. }
  288.  
  289.  
  290. .permalink{
  291. line-height: 13px;
  292. text-transform: none;
  293. font-family: Arial;
  294. font-size: 9px;
  295. margin-top: 0px;
  296. text-align:right;
  297. margin-left:10px;
  298. text-transform: lowercase;
  299. }
  300.  
  301.  
  302. .speclink{
  303. word-spacing:1px;
  304. }
  305. .perms{
  306. opacity: 0.0;
  307.  
  308. filter: alpha(opacity = 0);
  309. position:absolute;
  310. z-index:9999991;
  311. top: 12px;
  312. right: 180px;}
  313.  
  314.  
  315. .perm{margin-top:5px;font-family:ariel;font-size:9px;letter-spacing:1px;text-transform:uppercase;opacity:1;text-align:right;border-top:1px solid #555555;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;transition: all 0.3 ease-in-out;}
  316.  
  317. .entry:hover .perm{margin-top:5px;opacity:1;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}
  318.  
  319. .audioperma{position:absolute;width:210px;height:210px;z-index:10999999;background:#ffffff;opacity:0;{block:ifimagefade}opacity:.2;{block:ifimagefade}-webkit-transition-duration:.8s;}
  320. .entry:hover .audioperma{opacity:0;}
  321.  
  322. .photoperm {-webkit-transition-duration:.8s;top:50%;left:50%;z-index:1;position:absolute;text-decoration:none;margin-top:-17px; all 0.3s linear;
  323. -webkit-transition: all 0.3s linear;
  324. -moz-transition: all 0.3s linear;
  325. transition: all 0.3s linear; margin-left:-38px; width:75px;height:35px;background:none; opacity:0; z-index:10;color:black;text-align:center;font-family:consolas;font-size:8px;text-transform:uppercase;line-height:4px;color:{color:link};letter-spacing:1px;color:#555555;}
  326. .photoperm a{color:#555555;}.photoperm a:hover{color:{color:hover};}
  327. .entry:hover .photoperm { position:absolute; opacity:.9;transform: rotate(360deg);
  328. -ms-transform: rotate(360deg);
  329. -webkit-transform: rotate(360deg);
  330. -o-transform: rotate(360deg);
  331. -moz-transform: rotate(360deg);
  332. opacity:1;
  333. -webkit-transition: all 0.3s linear;
  334. -webkit-transition: all 0.3s linear;
  335. -moz-transition: all 0.3s linear;
  336. transition: all 0.3s linear;
  337. }
  338. .entry:hover .photoperm:hover{opacity:1;}.photoperm img{box-shadow:none;padding:5px;padding-bottom:5px;border-radius:100px;}
  339. .imgp{opacity:.7;background-color:rgba(255,255,255,.8);-webkit-transition-duration:0.3s linear;
  340. }
  341. .imgp:hover{opacity:1;transform: rotate(360deg);
  342. -ms-transform: rotate(360deg);
  343. -webkit-transform: rotate(360deg);
  344. -o-transform: rotate(360deg);
  345. -moz-transform: rotate(360deg);
  346. opacity:1;
  347. -webkit-transition: all 0.3s linear;
  348. -webkit-transition: all 0.3s linear;
  349. -moz-transition: all 0.3s linear;
  350. transition: all 0.3s linear;}
  351.  
  352. .blogtitle{
  353. font-family:ariel;
  354. font-size:40px;
  355. line-height:100%;
  356. }
  357.  
  358.  
  359. {CustomCSS}
  360.  
  361. </style>
  362.  
  363.  
  364. {block:IndexPage}
  365. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  366. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  367.  
  368. <script type="text/javascript">
  369. $(window).load(function () {
  370. var $content = $('#posts');
  371. $content.masonry({itemSelector: '.entry'}),
  372. $content.infinitescroll({
  373. navSelector : 'div#pagination',
  374. nextSelector : 'div#pagination a#nextPage',
  375. itemSelector : '.entry',
  376. loading: {
  377. finishedMsg: '',
  378. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  379. },
  380. bufferPx : 600,
  381. debug : false,
  382. },
  383. // call masonry as a callback.
  384. function( newElements ) {
  385. var $newElems = $( newElements );
  386. $newElems.hide();
  387. // ensure that images load before adding to masonry layout
  388. $newElems.imagesLoaded(function(){
  389. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  390.  
  391.  
  392. });
  393. });
  394. });
  395. </script>
  396.  
  397. {/block:IndexPage}
  398.  
  399.  
  400. <title>{title}</title>
  401.  
  402. <link rel="shortcut icon" href="{Favicon}">
  403. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  404. <meta name="viewport" content="width=820" />
  405.  
  406. </head>
  407.  
  408.  
  409. <body>
  410.  
  411.  
  412. <div class="wrapper">
  413. <div class="header">
  414. </span>
  415. </div>
  416.  
  417.  
  418.  
  419.  
  420.  
  421. <div id="sidebar">
  422.  
  423.  
  424.  
  425.  
  426. <div align="left" style="padding-bottom:5px;margin-left:0px; ">
  427. <a href="/">
  428. <img style="" src="{image:sidebar}" width=200"; /></a></div>
  429.  
  430.  
  431. <div id="description">
  432.  
  433. <center><i>{description}</i></center></div>
  434.  
  435.  
  436. <div align="center">
  437. <center><br>
  438. <div class="cool">
  439. {block:IfLink1title}<a href="{text:link 1}">{text:link 1 title}</a> {/block:IfLink1title}&nbsp;&nbsp;
  440. {block:IfLink2title}<a href="{text:link 2}">{text:link 2 title}</a> {/block:IfLink2title}&nbsp;&nbsp;
  441. {block:IfLink3title}<a href="{text:link 3}">{text:link 3 title}</a>{/block:IfLink3title}&nbsp;&nbsp;
  442. {block:IfLink4title}<a href="{text:link 4}">{text:link 4 title}</a>{/block:IfLink4title}&nbsp;&nbsp;
  443. {block:IfLink5title}<a href="{text:link 5}">{text:link 5 title}</a>{/block:IfLink5title}&nbsp;&nbsp;
  444. {block:IfLink6title}<a href="{text:link 6}">{text:link 6 title}</a> {/block:IfLink6title}&nbsp;&nbsp;
  445. {block:IfLink7title}<a href="{text:link 7}">{text:link 7 title}</a> {/block:IfLink7title}</div>
  446.  
  447. </div>
  448. </div>
  449.  
  450.  
  451. <div align="center">
  452.  
  453. <div id="posts">
  454.  
  455. {block:Posts}
  456. <div class="entry">
  457.  
  458. {block:IndexPage}
  459. {/block:IndexPage}
  460.  
  461. {block:Text}
  462. <div style="padding:4px;">
  463. {block:Title}
  464. <div class="title">{Title}</div>
  465. {/block:Title}
  466. <div class="caption">
  467. {Body}
  468. </div>
  469. {/block:indexpage}
  470. {block:IndexPage}
  471. <div class="permalink"><a href="{permalink}">♦</a></div>
  472. {/block:indexpage}</div>
  473. {/block:Text}
  474.  
  475. {block:Link}
  476. <div style="padding:4px;">
  477. <a href="{URL}" class="title">{Name}</a>
  478. {block:Description}<div class="caption">{Description}</div>{/block:Description}
  479. {block:IndexPage}
  480. <div class="permalink"><a href="{permalink}">♦</a></div>
  481. {/block:indexpage}</div>
  482. {block:Link}
  483.  
  484. {block:Photo}
  485. {block:IndexPage}<div class="photoperm"><a href="{reblogurl}" target="_blank"><img src="https://cdn2.iconfinder.com/data/icons/picol-vector/32/refresh-128.png" style="width:25px;float:right;" class="imgp"/></a><a href="{permalink}"><img src="http://cdn5.iconfinder.com/data/icons/iconsweets2/40/link_seo.png" class="imgp" style="width:25px;float:left;"/></a></div>
  486. {/block:IndexPage}
  487.  
  488. {block:indexpage}
  489. {LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="340"/></a></div>{LinkCloseTag}
  490. {/block:indexpage}
  491. {block:permalinkpage}
  492. {LinkOpenTag}<img src="{PhotoURL-highRes}" width=340px alt="{PermalinkPage}width=340px"/>{LinkCloseTag}
  493. {/block:permalinkpage}
  494. {/block:Photo}
  495.  
  496. {block:Photoset}
  497. {block:IndexPage}
  498. {Photoset-340}
  499. {/block:IndexPage}
  500. {/block:Photoset}
  501.  
  502. {block:Quote}
  503. <div style="padding:4px;">
  504. {Quote}</span>
  505. {block:Source}{Source}{/block:Source}
  506. {block:IndexPage}
  507. <div class="permalink"><a href="{permalink}">♦</a></div>
  508. {/block:indexpage}</div>
  509. {/block:Quote}
  510.  
  511.  
  512. {block:Chat}
  513. <div style="padding:4px;">
  514. {block:Title}<span class="title">{Title}</span>{/block:Title}
  515. <div class="chat">
  516. {block:Lines}
  517. <div class="user_{UserNumber}">
  518. {block:Label}
  519. <span class="label">{Label}</span>
  520. {/block:Label}
  521.  
  522. {Line}
  523. </div>
  524. {/block:Lines}
  525. </div>
  526. {block:IndexPage}
  527. <div class="permalink"><a href="{permalink}">♦</a></div>
  528. {/block:indexpage}</div>
  529. {/block:Chat}
  530.  
  531.  
  532. {block:Audio}
  533. <div style="padding:4px;">
  534. <div id="audio">
  535. <div class="player">
  536. {block:AudioPlayer}
  537. {AudioPlayerWhite}
  538. {/block:AudioPlayer}
  539. </div></div>
  540. {block:indexpage}
  541. <div class="cap">
  542. <b>{block:trackname}{trackname}{/block:trackname}</b> by <span{block:Artist} style="display:none;"{/block:Artist}>Unknown</span>{block:Artist}{Artist}{/block:Artist}{/block:indexpage}
  543. {block:IndexPage}
  544. <div class="permalink"><a href="{permalink}">♦</a></div>
  545. {/block:indexpage}</div></div>
  546. {/block:Audio}
  547.  
  548. {block:Video}
  549. {block:IndexPage}
  550. {Video-340}
  551. {/block:IndexPage}
  552. {block:Video}
  553.  
  554. {block:Answer}
  555. <div style="padding:4px;">
  556. <span style="font-weight:bold;font-size:10px;font-style:italic">{asker}:</span> {question}
  557. <div style="margin-top:7px;">
  558. {Answer}</div>
  559. {block:IndexPage}
  560. <div class="permalink"><a href="{permalink}">♦</a></div>
  561. {/block:indexpage}</div>
  562. {/block:Answer}
  563.  
  564.  
  565. {block:PermalinkPage}
  566. <center>{block:caption}<br>{caption}{/block:caption}
  567.  
  568. {block:RebloggedFrom}<br><b>Via</b>: <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}{block:ContentSource}<br><b>Source</b>: <a href="{SourceURL}">{SourceTitle}</a> {/block:ContentSource}<br>{block:Date}<img src="http://static.tumblr.com/twte3d7/xn4lo2lba/clock_8x8.png">&nbsp; {TimeAgo}&nbsp; <img src="http://static.tumblr.com/twte3d7/qg3lo2lcg/heart_fill_8x7.png">&nbsp; {NoteCountWithLabel}{block:hasTags}&nbsp; <img src="http://static.tumblr.com/twte3d7/zZqlo2ldq/tag_fill_8x8.png">&nbsp; {block:Tags}<a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}{/block:HasTags}{/block:Date}
  569. </center>
  570. {/block:PermalinkPage}
  571.  
  572.  
  573. {block:PostNotes}{PostNotes}
  574. {/block:PostNotes}
  575. </div>
  576.  
  577.  
  578. {/block:Posts}
  579. </div>
  580. </div>
  581. {block:IndexPage}
  582. {block:Pagination}
  583. <div id="pagination">
  584. {block:NextPage}
  585. <a id="nextPage" href="{NextPage}"></a>
  586. {/block:NextPage}
  587. {block:PreviousPage}
  588. <a href="{PreviousPage}"></a>
  589. {/block:PreviousPage}
  590. </div>
  591. {/block:Pagination}
  592. {/block:IndexPage}
  593. </div>
  594. </body>
  595.  
  596. <div style="position:fixed; top:5px; right:3px; top:25px;"><a href="http://ariauagrande.tumblr.com" target="_blank">
  597. <img class="normal" src="http://static.tumblr.com/dbek3sy/zESllc4x6/install_theme.png" alt="install theme" /></a></div>
  598. <div style="position:fixed; bottom:5px; left:5px;"><a href="http://ariauagrande.tumblr.com" target="_blank"><img class="normal" src="http://static.tumblr.com/npfupbw/JUImuhp0t/i-cant-breaathe.png"</a>
  599. </a>
  600.  
  601.  
  602. </html>
Advertisement
Add Comment
Please, Sign In to add comment