Advertisement
ogaraster

Club Theme

Apr 6th, 2013
7,509
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.35 KB | None | 0 0
  1. <!--
  2.  
  3. Club Theme by Atlas Designs
  4.  
  5. Do not remove credit to this theme.
  6.  
  7. -->
  8.  
  9. <head>
  10.  
  11. <script type="text/javascript"
  12. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  13. <script>
  14. $(document).ready(function() {
  15. //
  16. $('a.poplight[href^=#]').click(function() {
  17. var popID = $(this).attr('rel'); //Get Popup Name
  18. var popURL = $(this).attr('href'); //Get Popup href to define size
  19. var query= popURL.split('?');
  20. var dim= query[1].split('&');
  21. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  22. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://png.findicons.com/files/icons/1714/dropline_neu/24/dialog_close.png" class="btn_close" title="Close" alt="Close" /></a>');
  23. var popMargTop = ($('#' + popID).height() + 80) / 2;
  24. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  25. //Apply Margin to Popup
  26. $('#' + popID).css({
  27. 'margin-top' : -popMargTop,
  28. 'margin-left' : -popMargLeft
  29. });
  30. $('body').append('<div id="fade"></div>');
  31. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  32. return false;
  33. });
  34. $('a.close, #fade').live('click', function() {
  35. $('#fade , .popup_block').fadeOut(function() {
  36. $('#fade, a.close').remove(); //fade them both out
  37. });
  38. return false;
  39. });
  40. });
  41. </script>
  42.  
  43. <link href="http://fonts.googleapis.com/css?family=Roboto:300|Lato:300,100" rel="stylesheet" type="text/css">
  44.  
  45. <link href='http://fonts.googleapis.com/css?family=Handlee' rel='stylesheet' type='text/css'>
  46.  
  47. {block:IndexPage}
  48.  
  49. <script type="text/javascript"
  50. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  51.  
  52. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  53.  
  54. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  55. <script type="text/javascript">
  56. $(window).load(function () {
  57. var $content = $('#content');
  58. $content.masonry({itemSelector: '.entry'}),
  59. $content.infinitescroll({
  60. navSelector : 'div#pagination',
  61. nextSelector : 'div#pagination a#nextPage',
  62. itemSelector : '.entry',
  63. loading: {
  64. finishedMsg: '',
  65. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  66. },
  67. bufferPx : 600,
  68. debug : false,
  69. },
  70. // call masonry as a callback.
  71. function( newElements ) {
  72. var $newElems = $( newElements );
  73. $newElems.hide();
  74. // ensure that images load before adding to masonry layout
  75. $newElems.imagesLoaded(function(){
  76. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );});});});</script>
  77. {/block:IndexPage}
  78.  
  79. <meta name="color:background" content="#ffffff" />
  80. <meta name="color:header" content="#ebebeb" />
  81. <meta name="color:description" content="#ffffff" />
  82. <meta name="color:nav link" content="#a3a3a3" />
  83. <meta name="color:nav background" content="#000" />
  84. <meta name="color:nav hover border" content="#ffffff" />
  85. <meta name="color:member" content="#ebebeb" />
  86. <meta name="color:member accent" content="#a3a3a3" />
  87. <meta name="color:member link" content="#000" />
  88. <meta name="color:member hover" content="#a3a3a3" />
  89. <meta name="color:member hover accent" content="#898989" />
  90. <meta name="color:member link hover" content="#ffffff" />
  91. <meta name="color:text" content="#000" />
  92. <meta name="color:title" content="#000" />
  93. <meta name="color:link" content="#828282" />
  94. <meta name="color:link hover" content="#eee" />
  95. <meta name="color:scrollbar" content="#000" />
  96.  
  97. <meta name="text:apply link" content="http://" />
  98. <meta name="text:owner link" content="http://" />
  99.  
  100. <meta name="if:apply link" content="1" />
  101.  
  102. <meta name="image:background" content="" />
  103. <meta name="image:top" content="" />
  104.  
  105. <style type="text/css">
  106.  
  107.  
  108.  
  109. ::-webkit-scrollbar {width: 5px; height: 0px; background:{color:background};}
  110. ::-webkit-scrollbar-thumb {background: {color:scrollbar};}
  111.  
  112. iframe#tumblr_controls {position:fixed; z-index:9999999999; top: 3px; margin: 0 0 0 0; right:4px; -webkit-filter: invert(100%);}
  113.  
  114. body {
  115. background-color: {color:background};
  116. background-image:url({image:Background});
  117. background-attachment: fixed;
  118. background-repeat: repeat;
  119. font-size:12px;
  120. font-family: lato;
  121. line-height:14px;
  122. text-transform:none;
  123. color: {color:text};
  124. overflow:scroll;
  125. }
  126.  
  127. #top{
  128. width:100%;
  129. height:300px;
  130. background-image:url('{image:top}');
  131. background-color:{color:header};
  132. position:absolute;
  133. top:30px;
  134. left:0px;
  135. font-size:180px;
  136. line-height:145px;
  137. text-transform:uppercase;
  138. letter-spacing:10px;
  139. color:white;
  140. text-align:left;
  141. font-family:lato;
  142. }
  143.  
  144. #nav{
  145. position:absolute;
  146. top:0px;
  147. left:0px;
  148. width:100%;
  149. height:30px;
  150. font-size:11px;
  151. line-height:30px;
  152. text-align:center;
  153. color:white;
  154. text-transform:uppercase;
  155. background-color:{color:nav background};
  156. word-spacing:100px;
  157.  
  158. -moz-transition: all 0.2s ease-in-out;
  159. -webkit-transition: all 0.2s ease-in-out;
  160. -o-transition: all 0.2s ease-in-out;
  161. -ms-transition: all 0.2s ease-in-out;
  162. transition: all 0.2s ease-in-out;
  163. }
  164.  
  165. #nav a{
  166. color:{color:nav link};
  167. font-family:roboto;
  168. padding:5px;
  169. }
  170. #nav a:hover{
  171. border-top:5px solid {color:nav hover border};
  172. }
  173.  
  174. #blogtitle{
  175. position:absolute;
  176. width:200px;
  177. font-size:180px;
  178. line-height:145px;
  179. text-transform:uppercase;
  180. letter-spacing:10px;
  181. color:white;
  182. text-align:left;
  183. font-family:lato;
  184. font-weight:100;
  185. }
  186.  
  187. #description{
  188. position:absolute;
  189. top:95px;
  190. right:50px;
  191. width:300px;
  192. font-size:15px;
  193. line-height:26px;
  194. text-transform:uppercase;
  195. font-family:lato;
  196. text-align:center;
  197. background-color:{color:description};
  198. padding:20px;
  199. border-radius:3px;
  200. box-shadow:1px 1px 20px gray;
  201. }
  202.  
  203. #index{
  204. position:absolute;
  205. top:360px;
  206. left:10%;
  207. width:80%;
  208. height:auto;
  209. text-align:center;
  210. word-spacing:40px;
  211. overflow:scroll;
  212. }
  213.  
  214. #index a{
  215. background-color:{color:member};
  216. border-bottom:5px solid {color:member accent};
  217. padding:7px;
  218. border-radius:3px;
  219. color:{color:member link};
  220. font-size:18px;
  221. line-height:70px;
  222. font-family:lato;
  223. }
  224. #index a:hover{
  225. background-color:{color:member hover};
  226. border-bottom:5px solid {color:member hover accent};
  227. color:{color:member link hover};
  228. }
  229.  
  230. a {
  231. text-decoration:none;
  232. color:{color:link};
  233. }
  234. a:hover {
  235. color:{color:link hover};
  236. }
  237.  
  238. .speclink{
  239. word-spacing:1px;
  240. }
  241.  
  242. {CustomCSS}
  243. </style>
  244.  
  245. <title>{title}</title>
  246.  
  247. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  248.  
  249. </head>
  250.  
  251. <body>
  252.  
  253. <div id="top"><span id="blogtitle">{title}</span></div>
  254.  
  255. <div id="description">{Description}</div>
  256.  
  257. <div id="nav">
  258. <a href="/">home</a>
  259. {block:ifapplylink}<a href="{text:apply link}">apply</a>{/block:ifapplylink}
  260. <a href="{text:owner link}">owner</a>
  261. {block:HasPages}{block:Pages}<a href="{URL}"><span class="speclink">{Label}</span></a> {/block:Pages}{/block:HasPages}
  262. <a href="http://atlasdesigns.tumblr.com/">theme</a>
  263. </div>
  264.  
  265. <div id="index">
  266. <a href="http://MEMBER.tumblr.com/">MEMBER</a>
  267. <a href="http://MEMBER.tumblr.com/">MEMBER</a>
  268. <a href="http://MEMBER.tumblr.com/">MEMBER</a>
  269. <a href="http://MEMBER.tumblr.com/">MEMBER</a>
  270. <a href="http://MEMBER.tumblr.com/">MEMBER</a>
  271. <a href="http://MEMBER.tumblr.com/">MEMBER</a>
  272. <a href="http://MEMBER.tumblr.com/">MEMBER</a>
  273. <a href="http://MEMBER.tumblr.com/">MEMBER</a>
  274. <a href="http://MEMBER.tumblr.com/">MEMBER</a>
  275. </div>
  276.  
  277. <div id="index">
  278.  
  279. </div>
  280.  
  281. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement