Advertisement
ogaraster

Argon Theme

Sep 7th, 2013
38,833
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.46 KB | None | 0 0
  1. <!--
  2.  
  3. Argon Theme by Atlas Designs
  4. http://atlasdesigns.co/
  5.  
  6. Do not remove credit unless given permission to do so.
  7.  
  8. -->
  9.  
  10. <head>
  11. <link rel="shortcut icon" href="{Favicon}">
  12.  
  13. <link href='http://fonts.googleapis.com/css?family=Raleway:400,600' rel='stylesheet' type='text/css'>
  14.  
  15. {block:IndexPage}
  16.  
  17. <script type="text/javascript"
  18. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  19.  
  20. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  21.  
  22. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  23. <script type="text/javascript">
  24. $(window).load(function () {
  25. var $content = $('#content');
  26. $content.masonry({itemSelector: '.entry'}),
  27. $content.infinitescroll({
  28. navSelector : 'div#pagination',
  29. nextSelector : 'div#pagination a#nextPage',
  30. itemSelector : '.entry',
  31. loading: {
  32. finishedMsg: '',
  33. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  34. },
  35. bufferPx : 600,
  36. debug : false,
  37. },
  38. // call masonry as a callback.
  39. function( newElements ) {
  40. var $newElems = $( newElements );
  41. $newElems.hide();
  42. // ensure that images load before adding to masonry layout
  43. $newElems.imagesLoaded(function(){
  44. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );});});});</script>
  45. {/block:IndexPage}
  46.  
  47. <meta name="color:background" content="#ffffff" />
  48. <meta name="color:post background" content="#f0f0f0" />
  49. <meta name="color:text" content="#000" />
  50. <meta name="color:title" content="#949393" />
  51. <meta name="color:border" content="#deff00" />
  52. <meta name="color:link" content="#a3a3a3" />
  53. <meta name="color:link hover" content="#ebebeb" />
  54. <meta name="color:scrollbar" content="#c9c9c9" />
  55. <meta name="color:captions" content="#f0f0f0" />
  56.  
  57. <meta name="if:fixed header" content="1">
  58. <meta name="if:small posts" content="0">
  59. <meta name="if:medium posts" content="1">
  60. <meta name="if:large posts" content="0">
  61. <meta name="if:banner" content="0">
  62. <meta name="if:show captions" content="0">
  63. <meta name="if:show facebook icon" content="0">
  64. <meta name="if:show instagram icon" content="0">
  65. <meta name="if:show twitter icon" content="0">
  66. <meta name="if:show youtube icon" content="0">
  67.  
  68. <meta name="text:facebook link" content="http://">
  69. <meta name="text:instagram link" content="http://">
  70. <meta name="text:twitter link" content="http://">
  71. <meta name="text:youtube link" content="http://">
  72. <meta name="text:reblog" content="reblog this">
  73. <meta name="text:home" content="home">
  74. <meta name="text:message" content="message">
  75. <meta name="text:archive" content="archive">
  76. <meta name="text:post top margin" content="200px">
  77.  
  78. <meta name="image:background" content="" />
  79. <meta name="image:banner" content="" />
  80.  
  81. <style type="text/css">
  82.  
  83.  
  84. ::-webkit-scrollbar {width: 7px; height: 0px; background:{color:background}; }
  85. ::-webkit-scrollbar-thumb {background: {color:scrollbar}; border-radius:10px;}
  86.  
  87. iframe#tumblr_controls {position:fixed; z-index:9999999999; top: 13px !Important; margin: 0 0 0 0; right:4px; -webkit-filter: invert(100%);}
  88.  
  89. body {
  90. background-color: {color:background};
  91. background-image:url({image:Background});
  92. background-attachment: fixed;
  93. background-repeat: repeat;
  94. font-size:12px;
  95. font-family:raleway;
  96. line-height:14px;
  97. text-transform:none;
  98. color: {color:text};
  99. }
  100.  
  101. #title{
  102. position:absolute;
  103. text-align:center;
  104. width:100%;
  105. top:90px;
  106. line-height:50px;
  107. cursor:default;
  108. }
  109.  
  110. .blogtitle{
  111. color:{color:title};
  112. border-bottom:3px solid {color:border};
  113. padding:6px;
  114. text-align:center;
  115. font-size:23px;
  116. font-weight:900;
  117. text-transform:uppercase;
  118. letter-spacing:5px;
  119. -moz-transition: all 0.1s ease-in-out;
  120. -webkit-transition: all 0.1s ease-in-out;
  121. -o-transition: all 0.1s ease-in-out;
  122. -ms-transition: all 0.1s ease-in-out;
  123. transition: all 0.1s ease-in-out;
  124. }
  125.  
  126. .description{
  127. position:absolute;
  128. width:600px;
  129. left:50%;
  130. margin-left:-300px;
  131. top:65px;
  132. {block:ifbanner}
  133. top:105px;
  134. {/block:ifbanner}
  135. line-height:14px;
  136. z-index:-99;
  137. }
  138.  
  139. #nav{
  140. width:100%;
  141. word-spacing:20px;
  142. text-transform:uppercase;
  143. {block:ifnotfixedheader}
  144. position:absolute;
  145. {/block:ifnotfixedheader}
  146. {block:iffixedheader}
  147. position:fixed;
  148. {/block:iffixedheader}
  149. top:0px;
  150. left:0px;
  151. padding-top:20px;
  152. padding-bottom:20px;
  153. text-align:center;
  154. background-color:rgba(0,0,0,.1);
  155. z-index:999;
  156. -moz-transition: all 0.1s ease-in-out;
  157. -webkit-transition: all 0.1s ease-in-out;
  158. -o-transition: all 0.1s ease-in-out;
  159. -ms-transition: all 0.1s ease-in-out;
  160. transition: all 0.1s ease-in-out;
  161. }
  162. #nav:hover{
  163. background-color:rgba(0,0,0,.2);
  164. }
  165. #nav a{
  166. color:white;
  167. font-weight:200;
  168. font-size:11px;
  169. line-height:20px;
  170. font-weight:700;
  171. letter-spacing:2px;
  172. -moz-transition: all 0.1s ease-in-out;
  173. -webkit-transition: all 0.1s ease-in-out;
  174. -o-transition: all 0.1s ease-in-out;
  175. -ms-transition: all 0.1s ease-in-out;
  176. transition: all 0.1s ease-in-out;
  177. }
  178.  
  179. .answer{
  180. width:90%;
  181. padding:5%;
  182. background-color:{color:post background};
  183. }
  184. .answer img {
  185. max-width:100%;
  186. {block:permalinkpage}
  187. width:auto;
  188. {/block:permalinkpage}
  189. }
  190.  
  191. a {
  192. text-decoration:none;
  193. color:{color:link};
  194. -moz-transition: all 0.1s ease-in-out;
  195. -webkit-transition: all 0.1s ease-in-out;
  196. -o-transition: all 0.1s ease-in-out;
  197. -ms-transition: all 0.1s ease-in-out;
  198. transition: all 0.1s ease-in-out;
  199. }
  200.  
  201. a:link, a:active, a:visited{
  202. color: {color:link};
  203. -moz-transition: all 0.1s ease-in-out;
  204. -webkit-transition: all 0.1s ease-in-out;
  205. -o-transition: all 0.1s ease-in-out;
  206. -ms-transition: all 0.1s ease-in-out;
  207. transition: all 0.1s ease-in-out;
  208. }
  209.  
  210. a:hover{
  211. color: {color:link hover};
  212. -moz-transition: all 0.1s ease-in-out;
  213. -webkit-transition: all 0.1s ease-in-out;
  214. -o-transition: all 0.1s ease-in-out;
  215. -ms-transition: all 0.1s ease-in-out;
  216. transition: all 0.1s ease-in-out;
  217. }
  218.  
  219. div#content {
  220. {block:ifsmallposts}
  221. width: 960px;
  222. left:50%;
  223. margin-left:-480px;
  224. {/block:ifsmallposts}
  225. {block:ifmediumposts}
  226. width: 1020px;
  227. left:50%;
  228. margin-left:-510px;
  229. {/block:ifmediumposts}
  230. {block:iflargeposts}
  231. width: 1320px;
  232. left:50%;
  233. margin-left:-660px;
  234. {/block:iflargeposts}
  235. margin-top:{text:post top margin};
  236. position: absolute;
  237. background-color:{post background};
  238. }
  239.  
  240. .entry{
  241. margin:20px;
  242. height:auto;
  243. background-color: #trans;
  244. {block:IndexPage}
  245. {block:iflargeposts}
  246. width:400px;
  247. {/block:iflargeposts}
  248. {block:ifmediumposts}
  249. width:300px;
  250. {/block:ifmediumposts}
  251. {block:ifsmallposts}
  252. width:200px;
  253. {/block:ifsmallposts}
  254. overflow:hidden;
  255. {/block:IndexPage}
  256. {block:PermalinkPage}
  257. position:absolute;
  258. left:50%;
  259. margin-left:-250px;
  260. width:500px;
  261. {/block:PermalinkPage}
  262. }
  263.  
  264. .title{
  265. font-size:18px;
  266. line-height:19px;
  267. letter-spacing:0px;
  268. color: {color:text};
  269. font-weight:700;
  270. }
  271.  
  272. blockquote{
  273. padding:0px 0px 0px 3px;
  274. margin:0px 0px 0px 2px;
  275. border-left: 3px solid {color:border};
  276. }
  277.  
  278. .permalink{
  279. position:absolute;
  280. width:100%;
  281. left:0px;
  282. top:50%;
  283. margin-top:-30px;
  284. font-size:11px;
  285. line-height:30px;
  286. opacity:0;
  287. text-transform:uppercase;
  288. text-align:center;
  289. color:{color:link};
  290. -moz-transition: all 0.3s ease-in-out;
  291. -webkit-transition: all 0.3s ease-in-out;
  292. -o-transition: all 0.3s ease-in-out;
  293. -ms-transition: all 0.3s ease-in-out;
  294. transition: all 0.3s ease-in-out;
  295. }
  296. .permalink a{
  297. color:white;
  298. }
  299. .entry:hover .permalink{
  300. opacity:1;
  301. }
  302. .permanote{
  303. font-size:20px;
  304. line-height:40px;
  305. border:2px solid white;
  306. padding:5px;
  307. -moz-transition: all 0.1s ease-in-out;
  308. -webkit-transition: all 0.1s ease-in-out;
  309. -o-transition: all 0.1s ease-in-out;
  310. -ms-transition: all 0.1s ease-in-out;
  311. transition: all 0.1s ease-in-out;
  312. }
  313.  
  314. .overlay{
  315. position:absolute;
  316. left:0px;
  317. top:0px;
  318. height:100%;
  319. width:100%;
  320. background:rgba(0,0,0,.2);
  321. opacity:0;
  322. -moz-transition: all 0.3s ease-in-out;
  323. -webkit-transition: all 0.3s ease-in-out;
  324. -o-transition: all 0.3s ease-in-out;
  325. -ms-transition: all 0.3s ease-in-out;
  326. transition: all 0.3s ease-in-out;
  327. }
  328. .entry:hover .overlay{
  329. opacity:1;
  330. }
  331.  
  332. .lowerc{
  333. text-transform:lowercase;
  334. }
  335. .speclink{
  336. word-spacing:1px;
  337. }
  338.  
  339. .chat li {
  340. list-style-type:none;
  341. margin-left:-40px;
  342. padding:5px;
  343. border-bottom:1px solid #dddddd;
  344. }
  345. .label{
  346. font-weight:700;
  347. }
  348.  
  349. .notess{
  350. height:300px;
  351. width:500px;
  352. overflow:scroll;
  353. }
  354. .notess li{
  355. list-style:none;
  356. line-height:30px;
  357. margin-left:-40px;
  358. }
  359. .notess img{
  360. border-radius:100%;
  361. }
  362.  
  363. .play{
  364. position:absolute;
  365. left:50%;
  366. margin-left:-24px;
  367. top:50%;
  368. margin-top:-42px;
  369. border:10px solid white;
  370. height:27px;
  371. width:27px;
  372. border-radius:100%;
  373. overflow:hidden;
  374. }
  375.  
  376. .textbuttons ul{
  377. list-style:none;
  378. position:relative;
  379. }
  380. .textbuttons li {
  381. list-style:None;
  382. float: right;
  383. }
  384. .textbuttons li:first-child {
  385. margin-left:12px;
  386. }
  387.  
  388. .textnote{
  389. position:absolute;
  390. left:5%;
  391. bottom:13px;
  392. font-weight:700;
  393. }
  394. .textnote a{
  395. font-family:helvetica;
  396. font-size:11px;
  397. color:#c9c9c9;
  398. }
  399. .textnoteaudio{
  400. position:absolute;
  401. left:0px;
  402. bottom:5px;
  403. font-weight:700;
  404. }
  405. .textnoteaudio a{
  406. font-family:helvetica;
  407. font-size:11px;
  408. color:#c9c9c9;
  409. }
  410.  
  411. .caption{
  412. width:90%;
  413. padding:5%;
  414. background:{color:captions};
  415. margin-top:-3px;
  416. }
  417.  
  418. {CustomCSS}
  419. </style>
  420.  
  421. <title>{title}</title>
  422.  
  423. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  424.  
  425. </head>
  426. <body>
  427.  
  428. <div id="nav">
  429. <a href="/">{text:home}</a>
  430. <a href="/ask">{text:message}</a>
  431. <a href="/archive">{text:archive}</a>
  432. {block:HasPages}{block:Pages}<a href="{URL}"><span class="speclink">{Label}</span></a> {/block:Pages}{/block:HasPages}
  433. <a href="http://atlasdesigns.tumblr.com/">Theme</a>
  434. </div>
  435.  
  436. <div id="title">
  437. {block:ifnotbanner}
  438. <a href="/"><span class="blogtitle">{Title}</span></a>
  439. {/block:ifnotbanner}
  440. {block:ifbanner}
  441. <img src="{image:banner}" alt="{title}" height="100px">
  442. {/block:ifbanner}
  443. <br>{block:ifshowfacebookicon}<a href="{text:facebook link}"><img src="http://www.iconsdb.com/icons/preview/icon-sets/cardboard/facebook-xxl.png" width=32px; height=32px;></a>{/block:ifshowfacebookicon}
  444. {block:ifshowinstagramicon}<a href="{text:instagram link}"><img src="http://www.iconsdb.com/icons/preview/icon-sets/cardboard/instagram-xxl.png" width=32px; height=32px;></a>{/block:ifshowinstagramicon}
  445. {block:ifshowtwittericon}<a href="{text:twitter link}"><img src="http://www.iconsdb.com/icons/preview/icon-sets/cardboard/twitter-xxl.png" width=32px; height=32px;></a>{/block:ifshowtwittericon}
  446. {block:ifshowyoutubeicon}<a href="{text:twitter link}"><img src="http://www.iconsdb.com/icons/preview/icon-sets/cardboard/youtube-xxl.png" width=32px; height=32px;></a>{/block:ifshowyoutubeicon}
  447. <span class="description"><br><br><br>{Description}</span>
  448. </div>
  449.  
  450. <div id="content">
  451. {block:Posts}
  452. <div class="entry">
  453.  
  454. {block:Text}
  455. <div class="answer">{block:Title}<span class="title">{Title}</span>{/block:Title}
  456. {Body}
  457. {block:IndexPage}<div class="textnote"><a href="{Permalink}">{NoteCountwithLabel}</a></div>
  458. <ul class="textbuttons">
  459. <li>{ReblogButton color="gray" size=15}</li>
  460. <li>{LikeButton color="gray" size=15}</li>
  461. </ul><br>
  462. {/block:IndexPage}
  463. </div>
  464. {/block:Text}
  465.  
  466. {block:Link}
  467. <div class="answer"><a href="{URL}"><span class="title">{Name}</span></a>
  468. {block:Description}{Description}{/block:Description}
  469. {block:IndexPage}<div class="textnote"><a href="{Permalink}">{NoteCountwithLabel}</a></div>
  470. <ul class="textbuttons">
  471. <li>{ReblogButton color="gray" size=15}</li>
  472. <li>{LikeButton color="gray" size=15}</li>
  473. </ul><br>
  474. {/block:IndexPage}
  475. </div>
  476. {block:Link}
  477.  
  478. {block:Photo}
  479. {block:IndexPage}{LinkOpenTag}<div class="photo"><a href="{permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}" width="100%"/></a></div>{LinkCloseTag}
  480. <div class="overlay"></div>
  481. <div class="permalink">
  482. <span class="permanote"><a href="{permalink}">{NoteCountwithLabel}</a></span><br><a href="{ReblogUrl}">{text:reblog}</a>
  483. </div>
  484. {block:ifshowcaptions}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:ifshowcaptions}{/block:IndexPage}{block:PermalinkPage}{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"width=500px/>{LinkCloseTag}{/block:PermalinkPage}
  485. {/block:Photo}
  486.  
  487. {block:Photoset}
  488. <center>
  489. {block:IndexPage}{Photoset-250}{/block:IndexPage}
  490. {block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}
  491. </center>
  492. {block:IndexPage}<div class="textnote"><a href="{Permalink}">{NoteCountwithLabel}</a></div>
  493. <ul class="textbuttons">
  494. <li>{ReblogButton color="gray" size=15}</li>
  495. <li>{LikeButton color="gray" size=15}</li>
  496. </ul><br>
  497. {/block:IndexPage}
  498. {/block:Photoset}
  499.  
  500. {block:Quote}
  501. <div class="answer"><div class="title">{Quote}</div>- {Source}
  502. {block:IndexPage}<div class="textnote"><a href="{Permalink}">{NoteCountwithLabel}</a></div>
  503. <ul class="textbuttons">
  504. <li>{ReblogButton color="gray" size=15}</li>
  505. <li>{LikeButton color="gray" size=15}</li>
  506. </ul><br>
  507. {/block:IndexPage}
  508. </div>
  509. {/block:Quote}
  510.  
  511. {block:Chat}
  512. <div class="answer">
  513. <div style="margin-left:3px;">
  514. {block:Title}<span class="title">{Title}</span>{/block:Title}
  515. <ul class="chat">
  516. {block:Lines}
  517. <li class="user_{UserNumber}">
  518. {block:Label}
  519. <span class="label">{Label}</span>
  520. {/block:Label}
  521. {Line}
  522. </li>
  523. {/block:Lines}
  524. </ul>
  525. </div>
  526. {block:IndexPage}<div class="textnote"><a href="{Permalink}">{NoteCountwithLabel}</a></div>
  527. <ul class="textbuttons">
  528. <li>{ReblogButton color="gray" size=15}</li>
  529. <li>{LikeButton color="gray" size=15}</li>
  530. </ul><br>
  531. {/block:IndexPage}
  532. </div>
  533. {/block:Chat}
  534.  
  535. {block:Audio}
  536. {block:AlbumArt}
  537. <center><a href="{Permalink}"><img src="{AlbumArtURL}" width="100%"></a></center>
  538. {/block:AlbumArt}
  539. <div class="play">{AudioPlayerWhite}</div>
  540. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  541. {block:IndexPage}<div class="textnoteaudio"><a href="{Permalink}">{NoteCountwithLabel}</a></div>
  542. <ul class="textbuttons">
  543. <li>{ReblogButton color="gray" size=15}</li>
  544. <li>{LikeButton color="gray" size=15}</li>
  545. </ul><br>
  546. {/block:IndexPage}
  547. {/block:IndexPage}
  548. {/block:Audio}
  549.  
  550. {block:Answer}
  551. <div class="answer"><div style="font-size:11px;line-height:11px;font-style:italic;color:{color:links}"><i>{Asker} asked:</i></div><br><span class="title">{Question}</span><hr color={color:title}>{Answer}
  552. {block:IndexPage}<div class="textnote"><a href="{Permalink}">{NoteCountwithLabel}</a></div>
  553. <ul class="textbuttons">
  554. <li>{ReblogButton color="gray" size=15}</li>
  555. <li>{LikeButton color="gray" size=15}</li>
  556. </ul><br>
  557. {/block:IndexPage}
  558. </div>
  559. {/block:Answer}
  560.  
  561. {block:Video}
  562. {block:IndexPage}
  563. <center>
  564. {Video-250}</center>
  565. {block:IndexPage}<div class="textnote"><a href="{Permalink}">{NoteCountwithLabel}</a></div>
  566. <ul class="textbuttons">
  567. <li>{ReblogButton color="gray" size=15}</li>
  568. <li>{LikeButton color="gray" size=15}</li>
  569. </ul><br>
  570. {/block:IndexPage}
  571. {/block:IndexPage}
  572. {block:PermalinkPage}
  573. <center>
  574. {Video-500}</center>
  575. {/block:PermalinkPage}
  576. {block:Video}
  577.  
  578. {block:PermalinkPage}
  579.  
  580. <div class="permaside">
  581. {block:PostNotes}
  582. {block:Caption}{Caption}<br>{/block:caption}
  583. <center>
  584. <img src="http://static.tumblr.com/twte3d7/qg3lo2lcg/heart_fill_8x7.png"> {block:NoteCount}{NoteCountwithLabel}{/block:NoteCount}<br>
  585. <img src="http://static.tumblr.com/twte3d7/xn4lo2lba/clock_8x8.png"> {Timeago}<br><br></center>
  586. <div class="notess">{PostNotes}</div>
  587. {/block:PostNotes}
  588. </div>
  589.  
  590. {/block:PermalinkPage}
  591.  
  592. </div>
  593.  
  594. {/block:Posts}
  595.  
  596. {block:IndexPage}
  597. {block:Pagination}
  598. <div id="pagination">
  599. {block:NextPage}
  600. <a id="nextPage" href="{NextPage}"></a>
  601. {/block:NextPage}
  602. {block:PreviousPage}
  603. <a href="{PreviousPage}"></a>
  604. {/block:PreviousPage}
  605. </div>
  606. {/block:Pagination}
  607. {/block:IndexPage}
  608. </div>
  609. </body>
  610. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement