Advertisement
ogaraster

Action Theme

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