Advertisement
ogaraster

Highlight Theme

Feb 3rd, 2013
2,782
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.03 KB | None | 0 0
  1. <!--
  2.  
  3. Theme by Atlas Designs
  4. http://atlasdesigns.co/
  5. Please don't remove credit or use as a base code unless you've messaged me!
  6.  
  7. -->
  8.  
  9. <head>
  10.  
  11. <link rel="shortcut icon" href="{Favicon}">
  12.  
  13. <link href='http://fonts.googleapis.com/css?family=Didact+Gothic|Lato:300|Quicksand' 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:text" content="#000" />
  49. <meta name="color:title" content="#ffffff" />
  50. <meta name="color:link" content="#a3a3a3" />
  51. <meta name="color:link hover" content="#eff1f2" />
  52. <meta name="color:scrollbar" content="#a3a3a3" />
  53. <meta name="color:title highlight" content="#c2e8f2">
  54. <meta name="color:title accent" content="#baed11">
  55. <meta name="color:header border" content="a3a3a3">
  56. <meta name="color:perma background" content="#ffffff">
  57. <meta name="color:perma border" content="#ebebeb">
  58.  
  59. <meta name="if:didact gothic font" content="0">
  60. <meta name="if:lato font" content="0">
  61. <meta name="if:quicksand font" content="1">
  62. <meta name="if:long header" content="0">
  63. <meta name="if:header border" content="0">
  64.  
  65. <meta name="text:reblog" content="reblog">
  66. <meta name="text:home" content="refresh">
  67. <meta name="text:message" content="mailbox">
  68. <meta name="text:archive" content="index">
  69.  
  70. <meta name="image:background" content="" />
  71.  
  72. <style type="text/css">
  73.  
  74.  
  75. ::-webkit-scrollbar {width: 3px; height: 0px; background:{color:background};}
  76. ::-webkit-scrollbar-thumb {background: {color:scrollbar}; border-radius:10px;}
  77.  
  78. iframe#tumblr_controls {position:fixed; z-index:9999999999; top: 3px; margin: 0 0 0 0; right:4px; -webkit-filter: invert(100%);}
  79.  
  80. body {
  81. background-color: {color:background};
  82. background-image:url({image:Background});
  83. background-attachment: fixed;
  84. background-repeat: repeat;
  85. font-size:12px;
  86.  
  87. {block:ifquicksandfont}
  88. font-family: quicksand;
  89. {/block:ifquicksandfont}
  90.  
  91. {block:ifdidactgothicfont}
  92. font-family: didact gothic;
  93. {/block:ifdidactgothicfont}
  94.  
  95. {block:iflatofont}
  96. font-family: lato;
  97. {/block:iflatofont}
  98.  
  99. line-height:14px;
  100. text-transform:none;
  101. color: {color:text};
  102. }
  103.  
  104. #sidebar{
  105. position:absolute;
  106. padding:30px;
  107. top:20px;
  108. width:400px;
  109. height:auto;
  110. left:200px;
  111. text-align:center;
  112. {block:iflongheader}
  113. width:900px;
  114. left:175px;
  115. text-align:left;
  116. {/block:iflongheader}
  117. {block:ifheaderborder}
  118. border:2px solid {color:header border};
  119. {/block:ifheaderborder}
  120. }
  121.  
  122. #description{
  123.  
  124. }
  125.  
  126. #nav{
  127. word-spacing:10px;
  128. }
  129.  
  130. #nav a{
  131. font-size:14px;
  132. line-height:16px;
  133. -moz-transition: all 0.4s ease-in-out;
  134. -webkit-transition: all 0.4s ease-in-out;
  135. -o-transition: all 0.4s ease-in-out;
  136. -ms-transition: all 0.4s ease-in-out;
  137. transition: all 0.4s ease-in-out;
  138. }
  139.  
  140. #nav a:hover{
  141. color: {color:link hover};
  142. border-bottom:2px solid {color:title accent};
  143. }
  144.  
  145. .answer{
  146. }
  147. .answer img {
  148. width:250px;
  149. height:auto;
  150. {block:permalinkpage}
  151. width:auto;
  152. height:auto;
  153. {/block:permalinkpage}
  154. }
  155.  
  156. a {
  157. text-decoration:none;
  158. color:{color:link};
  159. -webkit-transition: all 0.4s linear;
  160. -moz-transition: all 0.4s linear;
  161. transition: all 0.4s linear;
  162. }
  163.  
  164. a:link, a:active, a:visited{
  165. color: {color:link};
  166. }
  167.  
  168. a:hover{
  169. color: {color:link hover};
  170. }
  171.  
  172. div#center{
  173. margin-left: 0px;
  174. width: 100%;
  175. height: auto;
  176. overflow-x:hidden;
  177. }
  178.  
  179. div#content {
  180. width: 1300px;
  181. margin-left:100px;
  182. margin-top:230px;
  183. float:left;
  184. position: relative;
  185. }
  186.  
  187. .entry{
  188. margin:25px;
  189. margin-bottom:0px;
  190. padding:0px;
  191. float:left;
  192. height:auto;
  193. {block:ifpostborder}
  194. border:1px solid {color:nav border};
  195. {/block:ifpostborder}
  196. background-color: #trans;
  197. {block:IndexPage}
  198. width:175px;
  199. overflow:hidden;
  200. {/block:IndexPage}
  201. {block:PermalinkPage}
  202. width:300px;
  203. height:auto;
  204. {/block:PermalinkPage}
  205. border:2px solid transparent;
  206. -moz-transition: all 0.4s ease-in-out;
  207. -webkit-transition: all 0.4s ease-in-out;
  208. -o-transition: all 0.4s ease-in-out;
  209. -ms-transition: all 0.4s ease-in-out;
  210. transition: all 0.4s ease-in-out;
  211. }
  212.  
  213. .title{
  214. font-size:24px;
  215. line-height:26px;
  216. text-transform:normal;
  217. color: {color:text};
  218. }
  219.  
  220. .navtitle{
  221. font-size:40px;
  222. line-height:40px;
  223. text-transform:uppercase;
  224. color: {color:title};
  225. background-color:{color:title highlight};
  226. border-bottom:5px solid {color:title accent};
  227.  
  228. {block:ifmondafont}
  229. line-height:46px;
  230. {/block:ifmondafont}
  231. }
  232.  
  233. blockquote{
  234. padding:0px 0px 0px 3px;
  235. margin:0px 0px 0px 2px;
  236. border-left: 2px solid #ddd;
  237. }
  238.  
  239. .entry .perma{
  240. position:absolute;
  241. left:7px;
  242. top:-100px;
  243. width:auto;
  244. height:40px;
  245. padding:5px;
  246. overflow:hidden;
  247. background:{color:perma background};
  248. border:2px solid {color:perma border};
  249. overflow:hidden;
  250. font-size:20px;
  251. line-height:60px;
  252. text-align:center;
  253. opacity: 0;
  254. -webkit-transition: all 0.4s linear;
  255. -webkit-transition: all 0.4s linear;
  256. -moz-transition: all 0.4s linear;
  257. transition: all 0.4s linear;
  258. }
  259.  
  260. .entry:hover .perma{
  261. top:-2px;
  262. opacity: .8;
  263. -webkit-transition: all 0.4s linear;
  264. -webkit-transition: all 0.4s linear;
  265. -moz-transition: all 0.4s linear;
  266. transition: all 0.4s linear;
  267. }
  268.  
  269. .permalink{
  270. background-color:{color:permalinks};
  271. border-top:2px solid #ebebeb;
  272. padding:1px;
  273. text-align:center;
  274. opacity:0;
  275. -webkit-transition: all 0.4s linear;
  276. -webkit-transition: all 0.4s linear;
  277. -moz-transition: all 0.4s linear;
  278. transition: all 0.4s linear;
  279. }
  280.  
  281. .entry:hover .permalink{
  282. opacity:1;
  283. -webkit-transition: all 0.4s linear;
  284. -webkit-transition: all 0.4s linear;
  285. -moz-transition: all 0.4s linear;
  286. transition: all 0.4s linear;
  287. }
  288.  
  289. .speclink{
  290. word-spacing:1px;
  291. }
  292.  
  293. {CustomCSS}
  294. </style>
  295.  
  296. <title>{title}</title>
  297.  
  298. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  299.  
  300. </head>
  301. <body>
  302.  
  303. <div id="sidebar">
  304. <div id="nav">
  305. <a href="/">{text:home}</a>
  306. <a href="/ask">{text:message}</a>
  307. <a href="/archive">{text:archive}</a>
  308. {block:HasPages}{block:Pages}<a href="{URL}"><span class="speclink">{Label}</span></a> {/block:Pages}{/block:HasPages}
  309. <a href="http://atlasdesigns.tumblr.com">theme</a></div>
  310. <br>
  311. <a href="/"><span class="navtitle">{Title}</a></span>
  312. <br><br>
  313. <span id="description">{Description}</span>
  314. </div>
  315.  
  316. <div id="center">
  317.  
  318. <div id="content">
  319.  
  320. {block:Posts}
  321.  
  322. <div class="entry">
  323.  
  324. {block:Text}
  325. {block:Title}<center><span class="title">{Title}</span></center>{/block:Title}<div class="answer">
  326. <div style="margin-left:1px;">{Body}</div></div>
  327. <div class="permalink"><a href="{ReblogUrl}">{text:reblog}</a>&nbsp;with&nbsp;<a href="{permalink}">{NoteCountwithLabel}</a></div>
  328. {/block:Text}
  329.  
  330. {block:Link}
  331. <center><a href="{URL}"><span class="title">{Name}</span></a></center>
  332. <div style="margin-left:3px;">{block:Description}{Description}{/block:Description}</div>
  333. <div class="permalink"><a href="{ReblogUrl}">{text:reblog}</a>&nbsp;with&nbsp;<a href="{permalink}">{NoteCountwithLabel}</a></div>
  334. {block:Link}
  335.  
  336. {block:Photo}
  337. {block:IndexPage}{LinkOpenTag}<div class="photo"><a href="{permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}" width=175px/></a></div>{LinkCloseTag}
  338. <div class="perma">
  339. <a href="{ReblogURL}" target="_blank">⟲</a><br>
  340. </div>
  341. {/block:IndexPage}{block:PermalinkPage}{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"width=500px/>{LinkCloseTag}{/block:PermalinkPage}
  342. {/block:Photo}
  343.  
  344. {block:Photoset}
  345. <center>
  346. {block:IndexPage}{Photoset-250}{/block:IndexPage}
  347. {block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}
  348. </center>
  349. {/block:IndexPage}
  350.  
  351. {/block:Photoset}
  352.  
  353. {block:Quote}
  354. <div style="margin-left:3px;">
  355. {Quote}</span><br>{Source}
  356. </div>
  357. <div class="permalink"><a href="{ReblogUrl}">{text:reblog}</a>&nbsp;with&nbsp;<a href="{permalink}">{NoteCountwithLabel}</a></div>
  358. {/block:Quote}
  359.  
  360. {block:Chat}
  361. <div style="margin-left:3px;">
  362. {block:Title}<span class="title">{Title}</span>{/block:Title}
  363. <ul class="chat">
  364. {block:Lines}
  365. <li class="user_{UserNumber}">
  366. {block:Label}
  367. <span class="label">{Label}</span>
  368. {/block:Label}
  369. {Line}
  370. </li>
  371. {/block:Lines}
  372. </ul>
  373. </div>
  374. <div class="permalink"><a href="{ReblogUrl}">{text:reblog}</a>&nbsp;with&nbsp;<a href="{permalink}">{NoteCountwithLabel}</a></div>
  375. {/block:Chat}
  376.  
  377. {block:Audio}<div style="height:0px;background-color:black;opacity:0.1;width:100%;margin-top:10px;margin-bottom:5px;"></div>
  378. <center>{AudioPlayerBlack}
  379. {block:Caption}{Caption}{/block:Caption}</center>
  380. <div class="permalink"><a href="{ReblogUrl}">{text:reblog}</a>&nbsp;with&nbsp;<a href="{permalink}">{NoteCountwithLabel}</a></div>
  381. {/block:Audio}
  382.  
  383. {block:Answer}<img src="{AskerPortraitURL-24}" align="left" z-index: 1; style="padding:2px; border:1px solid #eeeeee"/> {Asker} asked: <br><i>{Question}</i><br><br><div class="answer">{Answer}</div>
  384. <div class="permalink"><a href="{ReblogUrl}">{text:reblog}</a>&nbsp;with&nbsp;<a href="{permalink}">{NoteCountwithLabel}</a></div>
  385. {/block:Answer}
  386.  
  387. {block:Video}
  388. {block:IndexPage}
  389. <center>
  390. {Video-250}</center>
  391. <div class="permalink"><a href="{ReblogUrl}">{text:reblog}</a>&nbsp;with&nbsp;<a href="{permalink}">{NoteCountwithLabel}</a></div>
  392. {/block:IndexPage}
  393. {block:PermalinkPage}
  394. <center>
  395. {Video-500}</center>
  396. {/block:PermalinkPage}
  397. {block:Video}
  398.  
  399. {block:PermalinkPage}
  400. {block:Caption}{Caption}<div style="height:1px;background-color:black;opacity:0.1;width:100%;margin-top:5px;margin-bottom:5px;"></div>{/block:Caption}
  401. {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}{block:HasTags} &middot; {block:Tags}<a href="TagURL"> #{Tag}</a> {/block:Tags}{/block:hasTags}
  402. {/block:PermalinkPage}
  403.  
  404.  
  405. {block:PostNotes}
  406. </center></center>
  407. <div align="left">{PostNotes}</div>
  408. {/block:PostNotes}
  409. </div>
  410.  
  411. {/block:Posts}
  412.  
  413. {block:IndexPage}
  414. {block:Pagination}
  415. <div id="pagination">
  416. {block:NextPage}
  417. <a id="nextPage" href="{NextPage}"></a>
  418. {/block:NextPage}
  419. {block:PreviousPage}
  420. <a href="{PreviousPage}"></a>
  421. {/block:PreviousPage}
  422. </div>
  423. {/block:Pagination}
  424. {/block:IndexPage}
  425. </div>
  426.  
  427. <div style="position:absolute;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>
  428.  
  429. </body>
  430. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement