Advertisement
cocoofrps

PAGE 3.1 A/C

Feb 12th, 2015
452
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.93 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  4. <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  5. <script>
  6. (function($){
  7. $(document).ready(function(){
  8. $("[title]").style_my_tooltips({
  9. tip_follows_cursor:true,
  10. tip_delay_time:200,
  11. tip_fade_speed:300
  12. }
  13. );
  14. });
  15. })(jQuery);
  16. </script>
  17.  
  18.  
  19. <head>
  20.  
  21.  
  22. <title>{Title}</title>
  23. <link rel="shortcut icon" href="{Favicon}">
  24. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  25. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  26.  
  27. <!--- THEME BY @cocoofrps --->
  28.  
  29. <style type="text/css">
  30.  
  31. ::-webkit-scrollbar-thumb {
  32. height:auto;
  33. background-color:#000;
  34. }
  35.  
  36. ::-webkit-scrollbar {
  37. height:9px;
  38. width:5px;
  39. background-color:#f0f0f0;
  40. }
  41.  
  42.  
  43. body {
  44. background:#fff;
  45. margin:0px;
  46. color:#303030;
  47. font-family:'roboto', 'arial';
  48. font-size:11px;
  49. line-height:20px;
  50. text-align:justify;
  51. background-image:url('LINKHERE');
  52. background-attachment:fixed;
  53. }
  54.  
  55. small,big {
  56. font-size:9px;
  57. }
  58.  
  59. a {
  60. outline:none;
  61. -moz-outline-style:none;
  62. -webkit-transition: all 0.4s ease-in-out;
  63. -moz-transition: all 0.4s ease-in-out;
  64. -o-transition: all 0.4s ease-in-out;
  65. -ms-transition: all 0.4s ease-in-out;
  66. transition: all 0.4s ease-in-out;
  67. color:#303030;
  68. }
  69.  
  70. blockquote {
  71. border-left:1px solid #303030;
  72. padding-left:10px;
  73. margin-left:15px;
  74. }
  75.  
  76. b {
  77. color:#000;
  78. font-weight:100;
  79. }
  80.  
  81. a:hover {
  82. color:#f0f0f0;
  83. -webkit-transition: all 0.4s ease-in-out;
  84. -moz-transition: all 0.4s ease-in-out;
  85. -o-transition: all 0.4s ease-in-out;
  86. -ms-transition: all 0.4s ease-in-out;
  87. transition: all 0.4s ease-in-out;
  88. }
  89.  
  90. /* BANNER */
  91.  
  92. #banner {
  93. border-top:40px solid #000;
  94. }
  95.  
  96. #banner h1 {
  97. font-size:30px;
  98. font-family:'courier new';
  99. color:#000;
  100. margin-top:5px;
  101. }
  102.  
  103. /* TOP LINKS */
  104.  
  105. .links {
  106. position:fixed;
  107. margin-top:-78px;
  108. border-left:7px solid #000;
  109. }
  110.  
  111. .links a {
  112. text-decoration:none;
  113. display:inline-block;
  114. padding:3px 10px;
  115. margin-right:5px;
  116. font-size:9px;
  117. text-transform:lowercase;
  118. background-color:#f0f0f0;
  119. }
  120.  
  121. .links a:hover {
  122. background-color:#000;
  123. }
  124.  
  125. /* LIST CONTENT */
  126.  
  127. #content {
  128. margin:30px auto;
  129. padding:50px;
  130. background-color:#f0f0f0;
  131. width:500px;
  132. }
  133.  
  134. .contentlinks {
  135. margin-left:-50px;
  136. text-align:center;
  137. margin-top:-50px;
  138. width:600px;
  139. background-color:#000;
  140. margin-bottom:50px;
  141. }
  142.  
  143. .contentlinks a {
  144. display:inline-block;
  145. padding:3px 10px;
  146. text-decoration:none;
  147. text-transform:uppercase;
  148. background-color:#000;
  149. color:#aaa;
  150. font-size:9px;
  151. text-align:center;
  152. font-family: "courier new";
  153. }
  154.  
  155. #content h1 {
  156. font-size:16px;
  157. display:block;
  158. padding-bottom:3px;
  159. font-style:italic;
  160. color:#303030;
  161. font-family:'oxygen','arial';
  162. font-weight:600;
  163. border-bottom:1px solid #303030;
  164. }
  165.  
  166. #content b {
  167. padding:3px 8px;
  168. background-color:#000;
  169. display:inline-block;
  170. font-family:'courier new';
  171. font-size:12px;
  172. color:#aaa;
  173. }
  174.  
  175. #content u {
  176. padding:3px 8px;
  177. text-transform:lowercase;
  178. display:inline-block;
  179. font-family:'roboto','arial';
  180. text-decoration:none;
  181. }
  182.  
  183. /* BOTTOM MARGIN */
  184.  
  185. #content pre {
  186. position:absolute;
  187. background-color:#000;
  188. padding:3px 10px;
  189. margin-left:-50px;
  190. width:580px;
  191. color:#aaa;
  192. text-transform:uppercase;
  193. margin-top:50px;
  194. font-family:'courier new';
  195. font-size:9px;
  196. }
  197.  
  198. /* CREDIT */
  199.  
  200. #c a {
  201. position:fixed;
  202. bottom:10px;
  203. right:10px;
  204. padding:5px 10px;
  205. background-color:#000;
  206. font-size:10px;
  207. text-transform:uppercase;
  208. text-decoration:none;
  209. display:block;
  210. }
  211.  
  212. /* TOOLTIP */
  213.  
  214.  
  215. #s-m-t-tooltip {
  216. position:absolute;
  217. background-color:#000;
  218. padding:3px 5px 3px;
  219. z-index:99999999999999999999999999999999;
  220. margin-top:-30px;
  221. margin-left:-30px;
  222. font-family:'Courier New';
  223. display:block;
  224. text-transform:uppercase;
  225. font-size:8px;
  226. color:{color:text};
  227. }
  228.  
  229. {CustomCSS}</style>
  230. <link href='http://fonts.googleapis.com/css?family=Oxygen' rel='stylesheet' type='text/css'>
  231. <link href='http://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'>
  232. </head>
  233.  
  234. <body>
  235. <!-- THIS IS WHERE THE TOP INFORMATION IS! You can customize the links and the title. The title is in the h1. The links are in the a. If you have any questions, just shoot me a message @cocoofrps. :) -->
  236. <div id="banner">
  237. <h1>&&. APPLICATION COUNT</h1>
  238. <div class="links">
  239. <a href="/">back</a><a href="/ask">ask</a><a href="/n">navi</a>
  240. </div>
  241. </div>
  242.  
  243. <!--- LIST CONTENT -->
  244. <div id="content">
  245. <div class="contentlinks">
  246. <a data-scroll href="#females">females</a>
  247. <a data-scroll href="#males">males</a>
  248. <a data-scroll href="#non-binary">non-binary</a>
  249. <a data-scroll href="#total">total</a>
  250. </div>
  251.  
  252. <h1 id="females" name="females">females</h1>
  253. <p><b>02</b><u>MOMENA YOUNAS</u></p>
  254. <!--- IF YOU WANT TO INCLUDE EXTRA INFORMATION, ADD A BLOCKQUOTE! -->
  255. <blockquote>[ use blockquote in case you want to add more information ]</blockquote>
  256. <p><b>##</b><u>NAME</u></p>
  257. <p><b>##</b><u>NAME</u></p>
  258. <p><b>##</b><u>NAME</u></p>
  259.  
  260. <h1 id="males" name="males">males</h1>
  261. <p><b>##</b><u>NAME</u></p>
  262. <p><b>##</b><u>NAME</u></p>
  263. <p><b>##</b><u>NAME</u></p>
  264. <p><b>##</b><u>NAME</u></p>
  265. <p><b>##</b><u>NAME</u></p>
  266. <p><b>##</b><u>NAME</u></p>
  267.  
  268. <h1 id="non-binary" name="non-binary">non-binary</h1>
  269. <p><b>##</b><u>NAME</u></p>
  270. <p><b>##</b><u>NAME</u></p>
  271. <p><b>##</b><u>NAME</u></p><p><b>##</b><u>NAME</u></p>
  272. <p><b>##</b><u>NAME</u></p>
  273. <p><b>##</b><u>NAME</u></p>
  274. <!--- BOTTOM MARGIN. This can be removed if you do not want it. Just delete everything from <pre> till the closing div </pre>. -->
  275. <pre id="total">TOTAL: ## <div style="float:right;">ACCEPTING: DATE 01, 2015 10pm EST</div></pre>
  276. </div>
  277. <br/><br/><br/><br/>
  278.  
  279. <!--- CREDIT. Honey, don't bother with this. It's gonna stay here forever; don't even touch it. Don't even look at it! -->
  280. <div id="c"><a href="http://cocoofrps.tumblr.com/">th</a></div>
  281.  
  282. <script>
  283. $(function() {
  284. $('a[href*=#]:not([href=#])').click(function() {
  285. if (location.pathname.replace(/^\//,'') == this.pathname.replace(/^\//,'') && location.hostname == this.hostname) {
  286. var target = $(this.hash);
  287. target = target.length ? target : $('[name=' + this.hash.slice(1) +']');
  288. if (target.length) {
  289. $('html,body').animate({
  290. scrollTop: target.offset().top
  291. }, 1000);
  292. return false;
  293. }
  294. }
  295. });
  296. });
  297. </script>
  298. </body>
  299.  
  300. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement