Advertisement
crimical

P1 -- king rat

Jun 24th, 2014
1,763
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.94 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3.  
  4. <!-- PAGE 1 BY CRIMICAL; KING RAT
  5.  
  6. DO NOT CLAIM AS YOUR OWN, DO NOT REMOVE CREDIT
  7. thank you for using my theme :)
  8.  
  9. -->
  10.  
  11. <head>
  12. <title>{Title}</title>
  13. <link rel="shortcut icon" href="{Favicon}" />
  14.  
  15. <link href='http://fonts.googleapis.com/css?family=Playfair+Display:400,700,400italic,700italic|Oranienbaum|Vidaloka|IM+Fell+English:400,400italic|Cabin+Condensed|Capriola|Petit+Formal+Script|Meddon|Gilda+Display' rel='stylesheet' type='text/css'>
  16.  
  17. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
  18.  
  19. <script src="http://static.tumblr.com/bkd4m5b/YZZmbae0e/masonry.js"></script>
  20.  
  21. <script type="text/javascript">
  22. $(window).load(function () {
  23. $('.things').masonry({
  24. itemSelector : ".t",
  25. },
  26. function() { $('.things').masonry({ appendedContent: $(this) }); }
  27. );
  28. });
  29. </script>
  30.  
  31. </head>
  32. <style type="text/css">
  33.  
  34. /* basics */
  35.  
  36. body {
  37. font-family:arial, sans serif;
  38. font-size:10px;
  39. color:#333;
  40. text-align:justify;
  41. margin:0;
  42. padding:0;
  43. line-height:180%;
  44. letter-spacing:1px;
  45. }
  46.  
  47. a{
  48. color:#333; /* changes link colour */
  49. text-decoration:none;
  50. -webkit-transition:0.7s ease-in;
  51. }
  52.  
  53. a.c{ color:teal; }
  54.  
  55. /* main */
  56.  
  57. #con{
  58. width:818px;
  59. margin:80px auto 100px;
  60. padding:0 30px 0;
  61. }
  62.  
  63. h1{
  64. font-family:'playfair display';
  65. font-size:40px;
  66. border-bottom:1px solid #f9f9f9;
  67. padding:0 0 15px;
  68. font-weight:normal;
  69. text-transform:uppercase;
  70. margin-bottom:0px;
  71. text-align:center;
  72. }
  73.  
  74. .h1{
  75. font-size:7px;
  76. font-family:arial;
  77. text-transform:uppercase;
  78. letter-spacing:2px;
  79. text-align:center;
  80. }
  81.  
  82. .h1 a{ color:teal; }
  83.  
  84. h1, .h1{ width:740px; margin-left:35px; }
  85.  
  86. .t{
  87. width:205px;
  88. padding:20px;
  89. margin:0 15px 15px;
  90. font-size:8px;
  91. display:inline-block;
  92. float:left;
  93. text-align:center;
  94. }
  95.  
  96. h2{
  97. text-align:center;
  98. font-size:12px;
  99. text-transform:;
  100. font-weight:normal;
  101. letter-spacing:1px;
  102. padding:5px;
  103. background-color:#333;
  104. color:white;
  105. font-style:italic;
  106. font-family:'playfair display';
  107. cursor:default;
  108. }
  109.  
  110. h2 a{ color:white; cursor:default; }
  111.  
  112. ul{ list-style-type:none; margin-left:-20px; width:165px; }
  113.  
  114. .credit{
  115. position:fixed;
  116. bottom:20px;
  117. right:15px;
  118. }
  119.  
  120. .credit a{
  121. border:1px solid #f4f4f4;
  122. padding:5px;
  123. height:10px;
  124. width:10px;
  125. text-transform:uppercase;
  126. font-size:8px;
  127. font-family:arial;
  128. color:gray;
  129. }
  130.  
  131. </style>
  132. <body>
  133.  
  134. <div class="credit">
  135. <a href="http://crimicalthemes.tumblr.com/">cr</a>
  136. </div>
  137.  
  138.  
  139. <div id="con">
  140.  
  141.  
  142. <h1>tags</h1>
  143. <div class="h1">
  144. <a href="/">back</a> / <a href="http://tumblr.com/dashboard">dashboard</a>
  145. </div>
  146.  
  147.  
  148. <!-- search box -->
  149. <div style="width:250px; margin:50px auto 30px;">
  150. <form id="searchthis" action="/search" style="display:inline" method="get">
  151. <input id="search-box" name="q" size="25" type="text" value="search" style="background-color:transparent; letter-spacing:1px; color:#333; font-size:8px; width:250px; border-bottom:1px solid #333; border-top:0px; border-right:0px; border-left:0px; text-align:center; "/>
  152. <input id="search-btn" value="" type="submit" style="display:none"/>
  153. </form>
  154. </div>
  155. <!-- -->
  156.  
  157.  
  158. <div class="things" style="width:850px; margin-bottom:50px">
  159.  
  160.  
  161. <div class="t">
  162. <h2> title </h2>
  163. <ul>
  164. <li> <a href="/tagged/tag">tag</a> </li>
  165. <li> <a href="/tagged/tag">tag</a> / <a href="/tagged/tag">tag</a> </li>
  166. </ul>
  167. </div>
  168.  
  169.  
  170. <div class="t">
  171. <h2> title </h2>
  172. <ul>
  173. <li> <a href="/tagged/tag">tag</a> </li>
  174. <li> <a href="/tagged/tag">tag</a> </li>
  175. </ul>
  176. </div>
  177.  
  178.  
  179. <div class="t">
  180. <h2> title </h2>
  181. <ul>
  182. <li> <a href="/tagged/tag">tag</a> </li>
  183. <li> <a href="/tagged/tag">tag</a> </li>
  184. </ul>
  185. </div>
  186.  
  187.  
  188. </div>
  189. </div>
  190. </body>
  191. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement