Advertisement
ogaraster

Line v.2

Mar 12th, 2013
10,656
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.37 KB | None | 0 0
  1. <!--
  2.  
  3. Line Theme brought to you by Atlas Designs
  4. Do not remove credit unless given permission to do so.
  5.  
  6. -->
  7. <head>
  8.  
  9. <link rel="shortcut icon" href="{Favicon}">
  10.  
  11. <script type="text/javascript"
  12. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  13.  
  14. <link href='http://fonts.googleapis.com/css?family=Varela+Round' rel='stylesheet' type='text/css'>
  15.  
  16. {block:IndexPage}
  17.  
  18. <script type="text/javascript"
  19. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  20.  
  21. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  22.  
  23. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  24. <script type="text/javascript">
  25. $(window).load(function () {
  26. var $content = $('#content');
  27. $content.masonry({itemSelector: '.entry'}),
  28. $content.infinitescroll({
  29. navSelector : 'div#pagination',
  30. nextSelector : 'div#pagination a#nextPage',
  31. itemSelector : '.entry',
  32. loading: {
  33. finishedMsg: '',
  34. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  35. },
  36. bufferPx : 600,
  37. debug : false,
  38. },
  39. // call masonry as a callback.
  40. function( newElements ) {
  41. var $newElems = $( newElements );
  42. $newElems.hide();
  43. // ensure that images load before adding to masonry layout
  44. $newElems.imagesLoaded(function(){
  45. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );});});});</script>
  46. {/block:IndexPage}
  47.  
  48. <meta name="color:background" content="#ffffff" />
  49. <meta name="color:text" content="#000" />
  50. <meta name="color:title" content="#000" />
  51. <meta name="color:link" content="#828282" />
  52. <meta name="color:link hover" content="#eee" />
  53. <meta name="color:scrollbar" content="#000" />
  54. <meta name="color:post hover" content="#000">
  55. <meta name="color:header borders" content="#ddd">
  56.  
  57. <meta name="text:reblog" content="reblog">
  58. <meta name="text:home" content="home">
  59. <meta name="text:ask" content="contact">
  60. <meta name="text:archive" content="index">
  61.  
  62. <meta name="if:show header" content="0">
  63.  
  64. <meta name="image:background" content="" />
  65. <meta name="image:header" content="" >
  66.  
  67. <style type="text/css">
  68.  
  69. ::-webkit-scrollbar {width: 3px; height: 0px; background:{color:background};}
  70. ::-webkit-scrollbar-thumb {background: {color:scrollbar}; border-radius:10px;}
  71.  
  72. iframe#tumblr_controls {top: 3px !important;margin: 0 0 0 0;right:4px !important;position:fixed !important; position:absolute;z-index:99999;webkit-filter: invert(100%);opacity:1;-webkit-filter:invert(100%);}
  73.  
  74.  
  75. body {
  76. background-color: {color:background};
  77. background-image:url({image:Background});
  78. background-attachment: fixed;
  79. background-repeat: repeat;
  80. font-size:11px;
  81. letter-spacing:0px;
  82. font-family: Varela Round;
  83. line-height:12px;
  84. text-transform:none;
  85. color: {color:text};
  86. }
  87.  
  88. #top{
  89. position:absolute;
  90. top:50px;
  91. width:70%;
  92. margin-left:-35%;
  93. height:100px;
  94. padding-top:50px;
  95. padding-bottom:50px;
  96. left:50%;
  97. border-top:2px solid;
  98. border-bottom:2px solid;
  99. border-color:{color:header borders};
  100. }
  101.  
  102. #title{
  103. font-size:24px;
  104. line-height:7px;
  105. letter-spacing:2px;
  106. color:{color:title};
  107. margin-left:50px;
  108. text-transform:uppercase;
  109. width:500px;
  110. }
  111.  
  112. #links{
  113. margin-top:10px;
  114. display:inline;
  115. text-align:right;
  116. text-transform:uppercase;
  117. font-size:12px;
  118. position:absolute;
  119. letter-spacing:2px;
  120. word-spacing:3px;
  121. {block:ifshowheader}
  122. top:90px;
  123. margin-right:50px;
  124. {/block:ifshowheader}
  125. {block:ifnotshowheader}
  126. top:30px;
  127. {/block:ifnotshowheader}
  128. width:775px;
  129. padding:50px;
  130. right:3%;
  131. color:{color:link};
  132. -moz-transition: all 0.3s ease-in-out;
  133. -webkit-transition: all 0.3s ease-in-out;
  134. -o-transition: all 0.3s ease-in-out;
  135. -ms-transition: all 0.3s ease-in-out;
  136. transition: all 0.3s ease-in-out;
  137. }
  138.  
  139. #links a:hover{
  140. border-top:3px solid {color:linkhover};
  141. color:{color:linkhover};
  142. -moz-transition: all 0.3s ease-in-out;
  143. -webkit-transition: all 0.3s ease-in-out;
  144. -o-transition: all 0.3s ease-in-out;
  145. -ms-transition: all 0.3s ease-in-out;
  146. transition: all 0.3s ease-in-out;
  147. }
  148.  
  149. .answer{
  150. }
  151. .answer img {
  152. width:250px;
  153. height:auto;
  154. {block:permalinkpage}
  155. width:auto;
  156. height:auto;
  157. {/block:permalinkpage}
  158. }
  159.  
  160. a {
  161. text-decoration:none;
  162. color:{color:link};
  163. -webkit-transition: all 0.4s linear;
  164. -moz-transition: all 0.4s linear;
  165. transition: all 0.4s linear;
  166. }
  167.  
  168. a:link, a:active, a:visited{
  169. color: {color:link};
  170. }
  171.  
  172. a:hover{
  173. -moz-transition: all 0.3s ease-in-out;
  174. -webkit-transition: all 0.3s ease-in-out;
  175. -o-transition: all 0.3s ease-in-out;
  176. -ms-transition: all 0.3s ease-in-out;
  177. transition: all 0.3s ease-in-out;
  178. color: {color:link hover};
  179. }
  180.  
  181.  
  182. div#center{
  183. margin-left: 0px;
  184. width: 100%;
  185. height: auto;
  186. overflow-x:hidden;
  187. }
  188.  
  189. div#content {
  190. width: 1020px;
  191. left:50%;
  192. margin-left:-510px;
  193. margin-top:300px;
  194. float:left;
  195. position: absolute;
  196. }
  197.  
  198. .entry{
  199. margin:20px;
  200. float:left;
  201. background-color: #trans;
  202. {block:IndexPage}
  203. width:300px;
  204. {/block:IndexPage}
  205. {block:PermalinkPage}
  206. width:450px;
  207. {/block:PermalinkPage}
  208. -webkit-transition: all 0.4s linear;
  209. -webkit-transition: all 0.4s linear;
  210. -moz-transition: all 0.4s linear;
  211. transition: all 0.4s linear;
  212. }
  213.  
  214. .title{
  215. font-size:16px;
  216. line-height:20px;
  217. color: {color:text};
  218. text-transform:uppercase;
  219. }
  220.  
  221. blockquote{
  222. background-color:#eee;
  223. padding:2px;
  224. margin:0px;
  225. }
  226.  
  227. .entry .perma{
  228. position:absolute;
  229. left:-50px;
  230. bottom:20px;
  231. padding:10px;
  232. background:{color:post hover};
  233. border:1px solid white;
  234. color:white;
  235. overflow:hidden;
  236. text-align:center;
  237. font-size:11px;
  238. line-height:12px;
  239. opacity: 0;
  240. -webkit-transition: all 0.4s linear;
  241. -webkit-transition: all 0.4s linear;
  242. -moz-transition: all 0.4s linear;
  243. transition: all 0.4s linear;
  244. }
  245.  
  246. .entry:hover .perma{
  247. left:0px;
  248. opacity: .7;
  249. -webkit-transition: all 0.4s linear;
  250. -webkit-transition: all 0.4s linear;
  251. -moz-transition: all 0.4s linear;
  252. transition: all 0.4s linear;
  253. }
  254.  
  255. .description{
  256. font-size:12px;
  257. line-height:14px;
  258. text-transform:none;
  259. letter-spacing:0px;
  260. color:{color:text};
  261. }
  262.  
  263. .header{
  264. position:absolute;
  265. top:2px;
  266. }
  267.  
  268. .permalink{
  269. opacity:0;
  270. text-align:right;
  271. -webkit-transition: all 0.4s linear;
  272. -webkit-transition: all 0.4s linear;
  273. -moz-transition: all 0.4s linear;
  274. transition: all 0.4s linear;
  275. }
  276.  
  277. .entry:hover .permalink{
  278. opacity:1;
  279. -webkit-transition: all 0.4s linear;
  280. -webkit-transition: all 0.4s linear;
  281. -moz-transition: all 0.4s linear;
  282. transition: all 0.4s linear;
  283. }
  284.  
  285. .notess{
  286. position:absolute;
  287. left:500px;
  288. top:10px;
  289. height:500px;
  290. width:500px;
  291. overflow:scroll;
  292. }
  293.  
  294. {CustomCSS}
  295. </style>
  296.  
  297. <title>{title}</title>
  298.  
  299. <link rel="shortcut icon" href="{PortraitURL-24}">
  300. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  301.  
  302. <meta name="viewport" content="width=820" />
  303.  
  304. </head>
  305. <body>
  306.  
  307. <div id="top">
  308. {block:ifnotshowheader}
  309. <div id="title">
  310. {Title}
  311. {/block:ifnotshowheader}
  312. {block:ifshowheader}
  313. <a href="/"><span class="header"><img src="{image:header}" height="100px"></span></a>
  314. {/block:ifshowheader}
  315. <br><br>{block:ifshowheader}<br><br>{/block:ifshowheader}
  316. <p><span class="description">{Description}</span></p>
  317. </div>
  318.  
  319. <div id="links">
  320. <a href="/">{text:home}</a>
  321. <a href="/ask">{text:ask}</a>
  322. <a href="/archive">{text:archive}</a>
  323. {block:HasPages}{block:Pages}<a href="{URL}">{Label}</a> {/block:Pages}{/block:HasPages}
  324. <a href="http://atlasdesigns.tumblr.com/">theme</a>
  325. </div>
  326. </div>
  327.  
  328. <div id="center">
  329. <div id="content">
  330.  
  331. {block:Posts}
  332.  
  333. <div class="entry">
  334. {block:IndexPage}
  335.  
  336. {/block:IndexPage}
  337.  
  338. {block:Text}
  339. {block:Title}<center><span class="title">{Title}</span></center>{/block:Title}<div class="answer">
  340. <div style="margin-left:1px;">{Body}</div></div>
  341. <div class="permalink"><a href="{ReblogUrl}">{text:reblog}</a>&nbsp;with&nbsp;<a href="{Permalink}">{NoteCountwithLabel}</a> </div>
  342. {/block:Text}
  343.  
  344. {block:Link}
  345. <center><a href="{URL}"><span class="title">{Name}</span></a></center>
  346. <div style="margin-left:3px;">{block:Description}{Description}{/block:Description}</div>
  347. <div class="permalink"><a href="{ReblogUrl}">{text:reblog}</a>&nbsp;with&nbsp;<a href="{Permalink}">{NoteCountwithLabel}</a> </div>
  348. {block:Link}
  349.  
  350. {block:Photo}
  351. {block:IndexPage}{LinkOpenTag}<div class="photo"><a href="{permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}" width=300px/></a></div>{LinkCloseTag}
  352. <div class="perma"><a href="{ReblogUrl}">{text:reblog}</a>&nbsp;with&nbsp;&nbsp;<a href="{Permalink}">{NoteCountwithLabel}</a></div>
  353. {/block:IndexPage}{block:PermalinkPage}{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"width=450px/>{LinkCloseTag}{/block:PermalinkPage}
  354. {/block:Photo}
  355.  
  356. {block:Photoset}
  357. <center>
  358. {block:IndexPage}{Photoset-250}
  359. <div class="perma"><a href="{ReblogUrl}">{text:reblog}</a>&nbsp;with&nbsp;&nbsp;<a href="{Permalink}">{NoteCountwithLabel}</a></div>
  360. {/block:IndexPage}
  361. {block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}
  362. </center>
  363. {/block:IndexPage}
  364. {/block:Photoset}
  365.  
  366. {block:Quote}
  367. <div style="margin-left:3px;">
  368. {Quote}</span><br><i>{Source}</i>
  369. </div>
  370. <div class="permalink"><a href="{ReblogUrl}">{text:reblog}</a>&nbsp;with&nbsp;<a href="{Permalink}">{NoteCountwithLabel}</a> </div>
  371. {/block:Quote}
  372.  
  373. {block:Chat}
  374. {block:Title}<span class="title">{Title}</span>{/block:Title}<br>
  375. {block:Lines}
  376. {block:Label}
  377. <b>{Label}</b>
  378. {/block:Label}
  379. {Line}<br>
  380. {/block:Lines}
  381. <div class="permalink"><a href="{ReblogUrl}">{text:reblog}</a>&nbsp;with&nbsp;<a href="{Permalink}">{NoteCountwithLabel}</a> </div>
  382. {/block:Chat}
  383.  
  384. {block:Audio}<div style="height:0px;background-color:black;opacity:0.1;width:100%;margin-top:10px;margin-bottom:5px;"></div>
  385. <center>{AudioPlayerBlack}
  386. {block:Caption}{Caption}{/block:Caption}</center>
  387. <div class="permalink"><a href="{ReblogUrl}">{text:reblog}</a>&nbsp;with&nbsp;<a href="{Permalink}">{NoteCountwithLabel}</a> </div>
  388. {/block:Audio}
  389.  
  390. {block:Answer}<img src="{AskerPortraitURL-24}" align="left" z-index: 1; style="padding:2px;"/> {Asker} asked: <br><i>{Question}</i><br><br><div class="answer">{Answer}</div>
  391. <div class="permalink"><a href="{ReblogUrl}">{text:reblog}</a>&nbsp;with&nbsp;<a href="{Permalink}">{NoteCountwithLabel}</a> </div>
  392. {/block:Answer}
  393.  
  394. {block:Video}
  395. {block:IndexPage}
  396. <center>
  397. {Video-250}</center>
  398. <div class="perma">
  399. <br><div class="permalink"><a href="{ReblogUrl}">{text:reblog}</a>&nbsp;with&nbsp;<a href="{Permalink}">{NoteCountwithLabel}</a> </div>{/block:IndexPage}
  400. {block:PermalinkPage}
  401. <center>
  402. {Video-500}</center>
  403. {/block:PermalinkPage}
  404. {block:Video}
  405.  
  406. {block:PermalinkPage}
  407. {block:Caption}{Caption}<div style="height:1px;background-color:black;opacity:0.1;width:100%;margin-top:5px;margin-bottom:5px;"></div>{/block:Caption}
  408. {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}{block:HasTags} &middot; {block:Tags}<a href="TagURL"> #{Tag}</a> {/block:Tags}{/block:hasTags}
  409. {/block:PermalinkPage}
  410.  
  411. {block:PostNotes}
  412. <div class="notess">{PostNotes}</div>
  413. {/block:PostNotes}
  414. </div>
  415.  
  416. {/block:Posts}
  417.  
  418. {block:IndexPage}
  419. {block:Pagination}
  420. <div id="pagination">
  421. {block:NextPage}
  422. <a id="nextPage" href="{NextPage}"></a>
  423. {/block:NextPage}
  424. {block:PreviousPage}
  425. <a href="{PreviousPage}"></a>
  426. {/block:PreviousPage}
  427. </div>
  428. {/block:Pagination}
  429. {/block:IndexPage}
  430. </div>
  431.  
  432. <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>
  433.  
  434. </body>
  435. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement