Advertisement
ogaraster

Aluminum v.2

Mar 11th, 2013
2,855
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.81 KB | None | 0 0
  1. <!--
  2.  
  3. Aluminum Theme brought to you by Atlas Designs
  4.  
  5. Do not remove credit unless you've messaged me.
  6.  
  7. -->
  8.  
  9. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  10. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  11.  
  12. <head>
  13.  
  14. <title>{title}</title>
  15.  
  16. <meta name="color:Background" content="#ffffff"/>
  17. <meta name="color:Boxes" content="#f1f1f1"/>
  18. <meta name="color:Border" content="#ebebeb"/>
  19. <meta name="color:Title" content="#ffffff"/>
  20. <meta name="color:Text" content="#000000"/>
  21. <meta name="color:Link" content="#a3a3a3"/>
  22. <meta name="color:Hover" content="#ebebeb"/>
  23. <meta name="image:Background" content=""/>
  24. <meta name="color:Scrollbar" content="#ebebeb"/>
  25.  
  26. <meta name="if:Two Column" content="0">
  27.  
  28. <link href='http://fonts.googleapis.com/css?family=Lato:300' rel='stylesheet' type='text/css'>
  29.  
  30. <style type="text/css">
  31.  
  32. iframe#tumblr_controls {right:3px !important; position: fixed !important;-webkit-transition: opacity 0.8s linear;opacity: 1;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;-webkit-filter:invert(100%);}
  33.  
  34. ::-webkit-scrollbar {width: 7px; height: 4px; background: #ffffff; }
  35.  
  36. ::-webkit-scrollbar-thumb { background-color:{color:scrollbar}; }
  37.  
  38.  
  39. body{
  40. margin:5px;
  41. background-color: {color:background};
  42. background-image: url("{image:background}");
  43. background-attachment: fixed;
  44. background-repeat: repeat;
  45. font-size: 12px;
  46. font-family: Lato;
  47. line-height:14px;
  48. color:{color:Text};
  49. }
  50.  
  51. a:link, a:active, a:visited{
  52. color:{color:link};
  53. text-decoration: none;
  54. }
  55.  
  56. a:hover {
  57. color:{color:hover};
  58. text-decoration: none;
  59. }
  60.  
  61. #posting{
  62. position:fixed !important;
  63. width:200px;
  64. {block:PermalinkPage}
  65. width:500px;
  66. {/block:PermalinkPage}
  67. }
  68.  
  69. #posts{
  70. opacity: 1;
  71. float:center;
  72. {block:indexpage}
  73. width:1000px;
  74. {/block:indexpage}
  75. {block:permalinkpage}
  76. width:500px;
  77. {/block:permalinkpage}
  78. margin-left: 300px;
  79. margin-top: 150px;
  80. {block:iftwocolumn}
  81. margin-left:500px;
  82. margin-top:-10px;
  83. {block:indexpage}
  84. width:700px;
  85. {/block:indexpage}
  86. {/block:iftwocolumn}
  87. }
  88.  
  89. #permalink {
  90. position: absolute;
  91. margin-top: 8px;
  92. margin-rigth: 1061px;
  93. opacity: 1;
  94. -webkit-transition: all .3s ease;
  95. -moz-transition: all .3s ease;
  96. -o-transition: all .3s ease;
  97. transition: all .3s ease;
  98. }
  99.  
  100. #entry:hover #permalink {
  101. margin-top: 8px;
  102. margin-left: 400px;
  103. opacity: 1;
  104. }
  105. #permalink {
  106. position: absolute;
  107. margin-top: -21px;
  108. margin-left: 05px;
  109. opacity: 0;
  110. -webkit-transition: all .3s ease;
  111. -moz-transition: all .3s ease;
  112. -o-transition: all .3s ease;
  113. transition: all .3s ease;
  114. }
  115.  
  116. #entry:hover #permalink {
  117. margin-top: -21px;
  118. margin-left: 05px;
  119. opacity: 1;
  120. }
  121.  
  122. .not {
  123. position: absolute;
  124. background: url("http://static.tumblr.com/uiqhh9x/X6Ym17xp2/middle.png");
  125. height: 20px;
  126. width: auto;
  127. font-size: 10px;
  128. line-height: 20px;
  129. color: #fff;
  130. position: absolute;
  131. margin-top: 26px;
  132. margin-left: 60px;
  133. padding-left: 4px;
  134. padding-right: 4px;
  135. -moz-border-radius: 2px;
  136. border-radius: 2px;
  137. }
  138.  
  139. .not a{
  140. color: #fff;
  141. width: auto;
  142. font-family: Lato;
  143. }
  144.  
  145. .perma{
  146. opacity: 0;
  147. filter: alpha(opacity = 0);
  148. margin-top: 0px;
  149. width: 60px;
  150. height: 30px;
  151. line-height: 30px;
  152. font-size: 10px;
  153. position:absolute;
  154. text-align: center;
  155. z-index:9999991;
  156. margin-top: 5px;
  157. border: 0px dotted #aaa;
  158. font-family: overlock;
  159. margin-left: -2px;
  160. -webkit-transition: all .4s ease;
  161. -moz-transition: all .4s ease;
  162. -o-transition: all .4s ease;
  163. transition: all .4s ease;
  164. }
  165.  
  166. #entry:hover .perma {
  167. -webkit-transition: opacity 1s linear;
  168. opacity: 1;
  169. margin-top: 5px;
  170. margin-left: -2px;
  171. -webkit-transition: all .4s ease;
  172. -moz-transition: all .4s ease;
  173. -o-transition: all .4s ease;
  174. transition: all .4s ease;
  175. }
  176.  
  177. .likep {
  178. display: inline;
  179. width: 21px;
  180. float: right;
  181. height: 20px;
  182. margin-left:-4px;
  183. overflow: hidden;
  184. position: relative;
  185. z-index: 9999999;
  186. }
  187.  
  188. .likep a {
  189. background-image:
  190. url("http://static.tumblr.com/uiqhh9x/BPnlzww8v/like.png");
  191. background-position: 0px 0px;
  192. display: block;
  193. z-index: 9999999;
  194. -webkit-transition: all .4s ease;
  195. -moz-transition: all .4s ease;
  196. -o-transition: all .4s ease;
  197. transition: all .4s ease;
  198. }
  199.  
  200. .likep img {
  201. width: 21px;
  202. height: 20px;
  203. -webkit-transition: all .4s ease;
  204. -moz-transition: all .4s ease;
  205. -o-transition: all .4s ease;
  206. transition: all .4s ease;
  207. }
  208. .rep img{
  209. width: 24px;
  210. height: 20px;
  211. line-height: 30px;
  212. display: inline;
  213. }
  214.  
  215. .permatext{
  216. background-color:#eee;
  217. display: block;
  218. text-transform:uppercase;
  219. font-family: Lato;
  220. font-size: 10px;
  221. text-align: center;
  222. letter-spacing:1px;
  223. }
  224.  
  225. #postnotes{
  226. text-align:right;
  227. }
  228.  
  229. .title{
  230. font-size:20px;
  231. line-height:21px;
  232. }
  233.  
  234. #entry{
  235. padding:30px;
  236. font-family: Lato;
  237. opacity:1;
  238. text-align:left;
  239. z-index:9999;
  240. float:left;
  241. {block:IndexPage}
  242. width:200px;
  243. {/block:IndexPage}
  244. height: auto;
  245. {block:PermalinkPage}
  246. width: 500px;
  247. {/block:PermalinkPage}
  248. background: transparent;
  249. overflow:hidden;
  250. transition: all 0.4s ease-in-out;
  251. -o-transition-transition: all 0.4s ease-in-out;
  252. -webkit-transition: all 0.4s ease-in-out;
  253. -moz-transition: all 0.4s ease-in-out;
  254. }
  255.  
  256. #entry:hover{
  257. opacity: 0.8;
  258. transition: all 0.2s ease-in-out;
  259. -o-transition-transition: all 0.2s ease-in-out;
  260. -webkit-transition: all 0.2s ease-in-out;
  261. -moz-transition: all 0.2s ease-in-out;
  262. }
  263.  
  264. blockquote{
  265. padding:0px 0px 2px 3px;
  266. margin:0px 0px 2px 1px;
  267. }
  268. ul, ol, li{
  269. list-style:none;
  270. margin:0px;
  271. padding:0px;
  272. }
  273.  
  274. a.links {
  275. font-family: lato;
  276. font-size: 8px;
  277. line-height: 8px;
  278. text-transform: normal;
  279. letter-spacing:0px;
  280. display:block;
  281. padding: 0px;
  282. margin-bottom: 0px;
  283. }
  284.  
  285. a.links:hover {
  286. font-style: none;
  287. text-decoration: none;
  288. letter-spacing:10px;
  289. }
  290.  
  291. #titlecube{
  292. position:fixed;
  293. padding-left:7px;
  294. left:0px;
  295. top:50px;
  296. text-align:right;
  297. line-height:100px;
  298. height:100px;
  299. width:auto;
  300. color:{color:title};
  301. background-color:{color:boxes};
  302. border-right:12px solid;
  303. border-color:{color:border};
  304. overflow:hidden;
  305. -webkit-transition: opacity 0.4s linear;
  306. -webkit-transition: all 0.4s ease-in-out;
  307. -moz-transition: all 0.4s ease-in-out;
  308. -o-transition: all 0.4s ease-in-out;
  309. z-index:999999;
  310. }
  311.  
  312. #titlecube:hover{
  313. position:fixed;
  314. padding-right:3px;
  315. padding-left:7px;
  316. padding-top:40px;
  317. left:0px;
  318. top:50px;
  319. font-size:14px;
  320. line-height:16px;
  321. height:200px;
  322. width:auto;
  323. border-right:12px solid;
  324. border-color:{color:border};
  325. overflow:hidden;
  326. -webkit-transition: opacity 0.4s linear;
  327. -webkit-transition: all 0.4s ease-in-out;
  328. -moz-transition: all 0.4s ease-in-out;
  329. -o-transition: all 0.4s ease-in-out;
  330. z-index:99999999999999999999999999999999;
  331. }
  332.  
  333. #cubeask{
  334. position:fixed !important;
  335. left:65px;
  336. top:150px;
  337. height:40px;
  338. width:120px;
  339. text-align:center;
  340. background-color:{color:boxes};
  341. overflow:hidden;
  342. -webkit-transition: opacity 0.4s linear;
  343. -webkit-transition: all 0.4s ease-in-out;
  344. -moz-transition: all 0.4s ease-in-out;
  345. -o-transition: all 0.4s ease-in-out;
  346. z-index:999999;}
  347.  
  348. #cubelinks{
  349. position:fixed !important;
  350. left:195px;
  351. top:150px;
  352. height:40px;
  353. width:80px;
  354. text-align:center;
  355. text-transform:uppercase;
  356. font-size:14px;
  357. overflow:hidden;
  358. -webkit-transition: opacity 0.4s linear;
  359. -webkit-transition: all 0.4s ease-in-out;
  360. -moz-transition: all 0.4s ease-in-out;
  361. -o-transition: all 0.4s ease-in-out;
  362. background-color:{color:boxes};
  363. z-index:9999;}
  364.  
  365. #cubelinks:hover{
  366. height:150px;
  367. width:80px;
  368. line-height:16px;
  369. z-index:999999999;
  370. opacity: 1;
  371. z-index:999999999999999999999999999999999;
  372. }
  373.  
  374. a:link.specialLink { color: white; text-decoration: none; }
  375. a:visited.specialLink { color: white; text-decoration: none; }
  376. a:hover.specialLink { color: {color:hover}; text-decoration: none; }
  377. a:active.specialLink { color: white; text-decoration: none; }
  378.  
  379. .blogtitle{
  380. font-size:80px;
  381. text-transform:uppercase;
  382. }
  383.  
  384. .description{
  385. color:{color:text};
  386. }
  387.  
  388. .boxtitle{
  389. font-size:18px;
  390. line-height:40px;
  391. }
  392.  
  393. #entry .permalink{
  394. opacity:0;
  395. text-align:center;
  396. font-size:10px;
  397. text-transform:uppercase;
  398. background-color:#ebebeb;
  399. padding:3px;
  400. }
  401.  
  402. #entry:hover .permalink{
  403. opacity:1;
  404. }
  405.  
  406. </style>
  407.  
  408. <title>{title}</title>
  409.  
  410. <link rel="shortcut icon" href="{Favicon}">
  411. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  412. <meta name="viewport" content="width=720" />
  413.  
  414. </head>
  415. <body>
  416.  
  417. <div id="sidebar">
  418.  
  419. <div id="titlecube">
  420. <span class="blogtitle">{title}</span>
  421. <br>
  422. <br>
  423. <span class="description">{description}</span>
  424. <br>
  425. </div>
  426.  
  427. <div id="cubeask">
  428. <span class="boxtitle"><a href="/ask">M A I L B O X</a></span><br>
  429. </div>
  430.  
  431. <div id="cubelinks">
  432. <span class="boxtitle">L I N K S</span><br>
  433. <div id="box">
  434. {block:HasPages}{block:Pages}<a href="{URL}">{Label}</a><br>{/block:Pages}{/block:HasPages}
  435. <a href="http://atlasdesigns.tumblr.com/">theme</a>
  436. <BR></div></div>
  437.  
  438. <div id="posts">
  439. {block:Posts}
  440. <div id="entry">
  441.  
  442. {block:Photo}
  443. {block:IndexPage}
  444. <posting>
  445. <div class="perma">
  446. <div class="likep"><a id="like{PostID}" href="javascript:likelink('{PostID}','{Permalink}','');"><img src="http://static.tumblr.com/lba83dv/OUUltd958/spacer.gif" width="21" height="20" alt="like" id="likeimage{PostID}"/></a></div>
  447. <div class="rep"><a href="{reblogurl}" target="_blank"><img src="http://static.tumblr.com/uiqhh9x/OAClzwwao/reblog.png" width="30"/></a></div>
  448. </div>
  449. <div id="permalink">
  450. <span class="not"><a href="{Permalink}">{notecount}</a></span></div>
  451. {/block:IndexPage}
  452. {block:IndexPage}<img src="{PhotoURL-500}" alt="{PhotoAlt}" width=200px /></a>{/block:IndexPage}{block:PermalinkPage}{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"width=500px/>{LinkCloseTag}{/block:PermalinkPage}
  453. {block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}{block:HasTags} &middot; {block:Tags}<a href="{TagURL}"> #{Tag}</a> {/block:Tags}{/block:hasTags}{/block:PermalinkPage}
  454. {/block:Photo}
  455.  
  456. {block:Answer}
  457. <div style="margin-top:2px; margin-bottom:0px; min-height:30px; padding: 3px; background-color: #{color:Accent};">
  458. <img src="{AskerPortraitURL-30}" width="30" align="left" style="margin-right:3px;"/>
  459. <askk>{Asker}</askk>: {Question}</div>
  460. <div style="margin-top:2px; margin-bottom:4px; background: transparent;">{Answer}</div>
  461. <div class="permalink"><a href="{ReblogUrl}">reblog</a>&nbsp;with&nbsp;<a href="{Permalink}" target="_blank">{NoteCountwithLabel}</a></div>
  462. {/block:Answer}
  463.  
  464.  
  465. {block:Photoset}
  466. {block:IndexPage}
  467. <center>
  468. <div class="perma">
  469. <div class="likep"><a id="like{PostID}" href="javascript:likelink('{PostID}','{Permalink}','');"><img src="http://static.tumblr.com/lba83dv/OUUltd958/spacer.gif" width="21" height="20" alt="Like this post" id="likeimage{PostID}"/></a></div>
  470. <div class="rep"><a href="{reblogurl}" target="_blank"><img src="http://static.tumblr.com/uiqhh9x/OAClzwwao/reblog.png" width="30"/></a></div>
  471. </div>
  472. <div id="permalink">
  473. <span class="countreblog"><a href="{Permalink}">{notecount}<font color="#fc3c5c">♥ </font></a></a></span></div>
  474. {/block:IndexPage}
  475. <div style="padding-top:0px; padding-bottom:0px;"><a href="{permalink}">
  476. {Photoset-250}</a></div>
  477.  
  478. {/block:Photoset}
  479.  
  480. {block:Text}
  481. {block:Title}<span class="title"><a href="{permalink}">{Title}</a></span>{/block:Title}
  482. <span class="entrytext">{Body}</span>
  483. <span class="permalink">
  484. </span>
  485. <div class="permalink"><a href="{ReblogUrl}">reblog</a>&nbsp;with&nbsp;<a href="{Permalink}" target="_blank">{NoteCountwithLabel}</a></div>
  486. {/block:Text}
  487.  
  488.  
  489. {block:Link}
  490. <a href="{URL}" class="title">{Name}</a>
  491. {block:Description}{Description}{/block:Description}<br>
  492. <div class="permalink"><a href="{ReblogUrl}">reblog</a>&nbsp;with&nbsp;<a href="{Permalink}" target="_blank">{NoteCountwithLabel}</a></div>
  493. {block:Link}
  494.  
  495. {block:Quote}
  496. <span class="title">{Quote}</span><br>
  497. {block:Source}<strong>{Source}</strong>{/block:Source}
  498. <span class="permalink">
  499. </span>
  500. <br>
  501. <div class="permalink"><a href="{ReblogUrl}">reblog</a>&nbsp;with&nbsp;<a href="{Permalink}" target="_blank">{NoteCountwithLabel}</a></div>
  502. {/block:Quote}
  503.  
  504. {block:Chat}
  505. {block:Title}<span class="title">{Title}</span>{/block:Title}
  506. <ul class="chat">
  507. {block:Lines}
  508. <li class="user_{UserNumber}">
  509. {block:Label}
  510. <span class="label">{Label}</span>
  511. {/block:Label}
  512. {Line}
  513. </li>
  514. {/block:Lines}
  515. <span class="permalink">
  516. </span><br>
  517. <div class="permalink"><a href="{ReblogUrl}">reblog</a>&nbsp;with&nbsp;<a href="{Permalink}" target="_blank">{NoteCountwithLabel}</a></div>
  518. {/block:Chat}
  519.  
  520.  
  521. {block:Audio}
  522. <div style="padding-top:0px; padding-bottom:0px;">
  523. <div style="float:center">
  524. {AudioPlayerGrey}
  525. </div>
  526. </div>
  527.  
  528. <div style="padding-bottom:0px;">{block:Caption}{Caption}{/block:Caption}</div>{block:indexpage}
  529. <hr size="1" width="270">
  530. <div style=" float:left; padding-left:10px; padding-right:10px; padding-top:5px; padding-bottom:10px;"><a href="{permalink}">{FormattedPlayCount}&nbsp;Plays</a></div>{/block:indexpage}
  531. {/block:Audio}
  532.  
  533. {block:Video}
  534. <div style="padding-top:0px; padding-bottom:2px;">
  535. {Video-250}</div>
  536. <div style="padding-bottom:5px;">{block:Caption}{Caption}{/block:Caption}</div>
  537. {block:indexpage}<hr size="1" width="270">
  538. {/block:indexpage}
  539. {/block:Video}
  540.  
  541. {block:PermalinkPage}</a>
  542. <div id="other"><br>
  543. {TimeAgo}<br>{block:RebloggedFrom} reblogged from
  544. <a href="{ReblogParentURL}">{ReblogParentName}</a></a><br><br>posted by
  545. <a href="{ReblogRootURL}">{ReblogRootName}</a>
  546. {/block:RebloggedFrom}
  547. <br><br>
  548. <div align="left">
  549. {block:PostNotes}
  550. {PostNotes}
  551. {/block:PostNotes}
  552. </div>
  553. </div>
  554. {/block:PermalinkPage}
  555. </div>
  556. {/block:Posts}
  557. </div>
  558. </div>
  559. </div>
  560. </center>
  561. </div>
  562. </div>
  563. {block:indexpage}
  564. {block:NextPage}<div id="page-nav"><a href="{NextPage}"></a></div>{/block:NextPage}
  565. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  566. <script type="text/javascript" src="http://static.tumblr.com/bswe8t6/UFVlryaq2/jquerymsnryv2.js"></script>
  567. <script type="text/javascript">
  568. $(window).load(function(){
  569. var $wall = $('#posts');
  570. $wall.imagesLoaded(function(){
  571. $wall.masonry({
  572. itemSelector: '#entry, #entry_photo',
  573. isAnimated : false
  574. });
  575. });
  576.  
  577. $wall.infinitescroll({
  578. navSelector : '#page-nav',
  579. nextSelector : '#page-nav a',
  580. itemSelector : '#entry, #entry_photo',
  581. bufferPx : 2000,
  582. debug : false,
  583. errorCallback: function() {
  584. $('#infscr-loading').fadeOut('normal');
  585. }},
  586. function( newElements ) {
  587. var $newElems = $( newElements );
  588. $newElems.hide();
  589. $newElems.imagesLoaded(function(){
  590. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  591. });
  592. }); $('#content').show(500);
  593. });
  594. </script>
  595. {/block:indexpage}
  596.  
  597. <div style="position:fixed;z-index:99999999999999999999999999999999999; !important;top:24px;right:3px;-webkit-filter:invert(100%);"><a href="http://atlasdesigns.tumblr.com/"><img src="http://static.tumblr.com/2w7y46r/wuvmba8c2/installtheme.png"></a></div>
  598.  
  599. </body>
  600. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement