Advertisement
ogaraster

Change Theme

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