Advertisement
cocoofrps

PAGE 3.4 BR

Feb 14th, 2015
416
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.48 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.  
  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:'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. text-align:right;
  72. }
  73.  
  74. center {
  75. -webkit-transition: all 0.4s ease-in-out;
  76. -moz-transition: all 0.4s ease-in-out;
  77. -o-transition: all 0.4s ease-in-out;
  78. -ms-transition: all 0.4s ease-in-out;
  79. transition: all 0.4s ease-in-out;
  80. }
  81.  
  82. b {
  83. color:#000;
  84. font-weight:100;
  85. }
  86.  
  87. a:hover {
  88. color:#f0f0f0;
  89. -webkit-transition: all 0.4s ease-in-out;
  90. -moz-transition: all 0.4s ease-in-out;
  91. -o-transition: all 0.4s ease-in-out;
  92. -ms-transition: all 0.4s ease-in-out;
  93. transition: all 0.4s ease-in-out;
  94. }
  95.  
  96. /* BANNER */
  97.  
  98. #banner {
  99. border-top:40px solid #000;
  100. }
  101.  
  102. #banner h1 {
  103. font-size:30px;
  104. font-family:'courier new';
  105. color:#000;
  106. text-transform:uppercase;
  107. margin-top:5px;
  108. }
  109.  
  110. /* TOP LINKS */
  111.  
  112. .links {
  113. position:fixed;
  114. margin-top:-78px;
  115. border-left:7px solid #000;
  116. }
  117.  
  118. .links a {
  119. text-decoration:none;
  120. display:inline-block;
  121. padding:3px 10px;
  122. margin-right:5px;
  123. font-size:9px;
  124. text-transform:lowercase;
  125. background-color:#f0f0f0;
  126. }
  127.  
  128. .links a:hover {
  129. background-color:#000;
  130. }
  131.  
  132. /* LIST CONTENT */
  133.  
  134. #content {
  135. padding:50px;
  136. width:505px;
  137. margin:30px auto;
  138. text-align:left;
  139. }
  140.  
  141. .following {
  142. padding:20px;
  143. background-color:#f0f0f0;
  144. display:inline-block;
  145. margin-bottom:25px;
  146. margin-right:20px;
  147. }
  148.  
  149. .following img {
  150. }
  151. /* CREDIT */
  152.  
  153. #c a {
  154. position:fixed;
  155. bottom:10px;
  156. right:10px;
  157. padding:5px 10px;
  158. background-color:#000;
  159. font-size:10px;
  160. text-transform:uppercase;
  161. text-decoration:none;
  162. display:block;
  163. }
  164.  
  165. /* TOOLTIP */
  166.  
  167.  
  168. #s-m-t-tooltip {
  169. position:absolute;
  170. background-color:#000;
  171. padding:3px 5px 3px;
  172. z-index:99999999999999999999999999999999;
  173. margin-top:-30px;
  174. margin-left:-30px;
  175. font-family:'Courier New';
  176. display:block;
  177. text-transform:uppercase;
  178. font-size:8px;
  179. color:#fff;
  180. }
  181.  
  182. {CustomCSS}</style>
  183.  
  184. </head>
  185. <body>
  186. <!-- 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. :) -->
  187. <div id="banner">
  188. <h1>&&. blogroll</h1>
  189. <div class="links">
  190. <a href="/">back</a><a href="/ask">ask</a><a href="/">navi</a>
  191. </div>
  192. </div>
  193.  
  194. <!--- LIST CONTENT -->
  195. {block:Following}
  196. <div id="content">
  197. {block:Followed}
  198. <div class="following">
  199. <a href="{FollowedURL}" title="{FollowedName}"><img src="{FollowedPortraitURL-64}"></a>
  200. </div>
  201. {/block:Followed}
  202. </div>
  203. {/block:Following}
  204. <!--- CREDIT. Honey, don't bother with this. It's gonna stay here forever; don't even touch it. Don't even look at it! -->
  205. <div id="c"><a href="http://cocoofrps.tumblr.com/">th</a></div>
  206. </body>
  207.  
  208. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement