Advertisement
cocoofrps

PAGE 3.3 R

Feb 14th, 2015
482
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.70 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. <title>{Title}</title>
  22. <link rel="shortcut icon" href="{Favicon}">
  23. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  24. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  25.  
  26. <!--- THEME BY @cocoofrps --->
  27.  
  28. <style type="text/css">
  29.  
  30. ::-webkit-scrollbar-thumb {
  31. height:auto;
  32. background-color:#000;
  33. }
  34.  
  35. ::-webkit-scrollbar {
  36. height:9px;
  37. width:5px;
  38. background-color:#f0f0f0;
  39. }
  40.  
  41.  
  42. body {
  43. background:#fff;
  44. margin:0px;
  45. color:#303030;
  46. font-family:'arial';
  47. font-size:11px;
  48. line-height:20px;
  49. text-align:justify;
  50. background-image:url('LINKHERE');
  51. background-attachment:fixed;
  52. }
  53.  
  54. small,big {
  55. font-size:9px;
  56. }
  57.  
  58. a {
  59. outline:none;
  60. -moz-outline-style:none;
  61. -webkit-transition: all 0.4s ease-in-out;
  62. -moz-transition: all 0.4s ease-in-out;
  63. -o-transition: all 0.4s ease-in-out;
  64. -ms-transition: all 0.4s ease-in-out;
  65. transition: all 0.4s ease-in-out;
  66. color:#303030;
  67. }
  68.  
  69. blockquote {
  70. text-align:right;
  71. }
  72.  
  73. b {
  74. color:#000;
  75. font-weight:100;
  76. }
  77.  
  78. a:hover {
  79. color:#f0f0f0;
  80. -webkit-transition: all 0.4s ease-in-out;
  81. -moz-transition: all 0.4s ease-in-out;
  82. -o-transition: all 0.4s ease-in-out;
  83. -ms-transition: all 0.4s ease-in-out;
  84. transition: all 0.4s ease-in-out;
  85. }
  86.  
  87. /* BANNER */
  88.  
  89. #banner {
  90. border-top:40px solid #000;
  91. }
  92.  
  93. #banner h1 {
  94. font-size:30px;
  95. font-family:'courier new';
  96. color:#000;
  97. text-transform:uppercase;
  98. margin-top:5px;
  99. }
  100.  
  101. /* TOP LINKS */
  102.  
  103. .links {
  104. position:fixed;
  105. margin-top:-78px;
  106. border-left:7px solid #000;
  107. }
  108.  
  109. .links a {
  110. text-decoration:none;
  111. display:inline-block;
  112. padding:3px 10px;
  113. margin-right:5px;
  114. font-size:9px;
  115. text-transform:lowercase;
  116. background-color:#f0f0f0;
  117. }
  118.  
  119. .links a:hover {
  120. background-color:#000;
  121. }
  122.  
  123. /* LIST CONTENT */
  124.  
  125. #content {
  126. margin:30px auto;
  127. width:400px;
  128. text-align:left;
  129. padding:50px;
  130. background-color:#f0f0f0;
  131. }
  132.  
  133. .header {
  134. padding:3px 10px;
  135. background-color:#000;
  136. font-weight:bolder;
  137. color:#aaa;
  138. }
  139.  
  140. .desc {
  141. padding:10px;
  142. margin-bottom:40px;
  143. border-bottom:2px solid #fff;
  144. }
  145.  
  146. .accepted {
  147. padding:10px 20px;
  148. background-color:#000;
  149. color:#aaa;
  150. font-family:'courier new';
  151. font-size:11px;
  152. text-align:center;
  153. text-transform:uppercase;
  154. }
  155.  
  156. /* CREDIT */
  157.  
  158. #c a {
  159. position:fixed;
  160. bottom:10px;
  161. right:10px;
  162. padding:5px 10px;
  163. background-color:#000;
  164. font-size:10px;
  165. text-transform:uppercase;
  166. text-decoration:none;
  167. display:block;
  168. }
  169.  
  170. /* TOOLTIP */
  171.  
  172.  
  173. #s-m-t-tooltip {
  174. position:absolute;
  175. background-color:#000;
  176. padding:3px 5px 3px;
  177. z-index:99999999999999999999999999999999;
  178. margin-top:-30px;
  179. margin-left:-30px;
  180. font-family:'Courier New';
  181. display:block;
  182. text-transform:uppercase;
  183. font-size:8px;
  184. color:{color:text};
  185. }
  186.  
  187. {CustomCSS}</style>
  188. </head>
  189. <body>
  190. <!-- 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. :) -->
  191. <div id="banner">
  192. <h1>&&. rules</h1>
  193. <div class="links">
  194. <a href="/">back</a><a href="/ask">ask</a><a href="/n">navi</a><a href="/dashboard">"i don't agree to these terms"</a>
  195. </div>
  196. </div>
  197.  
  198. <!--- LIST CONTENT -->
  199. <div id="content">
  200. <div class="header">1. ( TITLE OF SOMETHING )</div>
  201. <div class="desc">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</div>
  202.  
  203. <div class="header">2. ( TITLE OF SOMETHING )</div>
  204. <div class="desc">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</div>
  205.  
  206. <div class="header">3. ( TITLE OF SOMETHING )</div>
  207. <div class="desc">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</div>
  208.  
  209. <div class="header">4. ( TITLE OF SOMETHING )</div>
  210. <div class="desc">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</div>
  211.  
  212. <div class="header">5. ( TITLE OF SOMETHING )</div>
  213. <div class="desc">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</div>
  214.  
  215. <div class="header">6. ( TITLE OF SOMETHING )</div>
  216. <div class="desc">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</div>
  217.  
  218. <div class="accepted">Put quote here, or mention trigger warnings. Or really anything but don't make it lengthy.</div>
  219.  
  220. </div>
  221.  
  222. <!--- CREDIT. Honey, don't bother with this. It's gonna stay here forever; don't even touch it. Don't even look at it! -->
  223. <div id="c"><a href="http://cocoofrps.tumblr.com/">th</a></div>
  224. </body>
  225. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement