Advertisement
crimical

P5 -- tags

Feb 17th, 2015
351
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.59 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3.  
  4. <!-- PAGE 5 BY CRIMICAL; TAGS
  5.  
  6. DO NOT CLAIM AS YOUR OWN, DO NOT REMOVE CREDIT
  7. thank you for using my theme :)
  8.  
  9. -->
  10.  
  11. <title>tags &mdash; {Title}</title>
  12.  
  13. <link rel="shortcut icon" href="{Favicon}">
  14. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  15.  
  16. <script src="//use.edgefonts.net/yeseva-one;vidaloka;averia-serif-libre:n4,i4,n7.js"></script>
  17.  
  18. <link href='http://fonts.googleapis.com/css?family=Inconsolata:400,700' rel='stylesheet' type='text/css'>
  19.  
  20. <style type="text/css">
  21.  
  22. /* basic */
  23.  
  24. ::-webkit-scrollbar-thumb{
  25. background-color:#333;
  26. border:7px solid #fff;
  27. height:auto;
  28. }
  29.  
  30. ::-webkit-scrollbar {
  31. height:auto;
  32. width:15px;
  33. background-color:#333;
  34. border:8px solid #fff;
  35. }
  36.  
  37. body{
  38. margin:0px;
  39. padding:0px;
  40. background-color:white;
  41. color:#222;
  42. font-family:arial;
  43. font-size:10px;
  44. line-height:160%;
  45. text-align:center;
  46. }
  47.  
  48. a{
  49. text-decoration:none;
  50. color:#333;
  51. }
  52.  
  53. /* main */
  54.  
  55. #m{
  56. width:809px;
  57. margin:120px auto 150px;
  58. }
  59.  
  60. h2{
  61. font-size:40px;
  62. letter-spacing:1px;
  63. font-family:'vidaloka';
  64. margin-bottom:100px;
  65. font-weight:normal;
  66. width:789px;
  67. margin-left:10px;
  68. }
  69.  
  70. /* body */
  71.  
  72. h1{
  73. font-family:'inconsolata';
  74. padding:0 12px 0;
  75. font-size:13px;
  76. letter-spacing:1px;
  77. margin:100px 0 25px;
  78. text-align:center;
  79. font-weight:bold;
  80. font-style:;
  81. text-transform:uppercase;
  82. }
  83.  
  84. .i{
  85. width:150px;
  86. height:40px;
  87. overflow:hidden;
  88. background:#f7f7f7;
  89. padding:15px;
  90. margin:10px;
  91. display:inline-block;
  92. }
  93.  
  94. .i .d{
  95. width:150px;
  96. height:43px;
  97. background:#f7f7f7;
  98. padding-top:12px;
  99. padding-bottom:20px;
  100. font-size:14px;
  101. font-family:'inconsolata';
  102. font-weight:bold;
  103. text-transform:uppercase;
  104. }
  105.  
  106. .i .d#l{
  107. padding-top:3px;
  108. line-height:18px;
  109. }
  110.  
  111. .i img{
  112. position:absolute;
  113. width:180px;
  114. margin:-15px 0 0 -90px;
  115. height:70px;
  116. opacity:0;
  117. -webkit-transition:1s ease-in-out;
  118. }
  119.  
  120. .i:hover img{
  121. opacity:1;
  122. }
  123.  
  124. /* */
  125.  
  126. .credit{
  127. position:fixed;
  128. bottom:20px;
  129. right:20px;
  130. }
  131.  
  132. .credit a{
  133. border:1px solid #f4f4f4;
  134. padding:5px;
  135. height:10px;
  136. width:10px;
  137. text-transform:uppercase;
  138. font-size:8px;
  139. font-family:arial;
  140. color:gray;
  141. }
  142.  
  143. </style>
  144. </head>
  145.  
  146. <body>
  147.  
  148. <div class="credit">
  149. <a href="http://crimicalthemes.tumblr.com/">cr</a>
  150. </div>
  151.  
  152. <div style="text-align:left; margin:2px 5px; font-family:'inconsolata'; font-size:8px; text-transform:uppercase; opacity:.8"><a href="/">back</a></div>
  153.  
  154. <div id="m">
  155.  
  156. <h2>tags</h2>
  157.  
  158. <div class="line1"> </div>
  159. <div class="line2"> </div>
  160.  
  161.  
  162.  
  163. <!-- LINKS -->
  164.  
  165.  
  166.  
  167. <a href="/tagged/TAG"> <div class="i">
  168. <img src="http://i.imgur.com/EbQjLLX.jpg" /> <!-- optional background -->
  169. <div class="d"> TAG </div>
  170. </div> </a>
  171.  
  172. <a href="/tagged/TAG"> <div class="i">
  173. <div class="d"> TAG </div>
  174. </div> </a>
  175.  
  176. <a href="/tagged/TAG"> <div class="i">
  177. <div class="d"> TAG </div>
  178. </div> </a>
  179.  
  180. <!--
  181. IF you want to break off a line of tags after one, two or three (instead of four) links, just add <br> after the last link!
  182. -->
  183.  
  184. <a href="/tagged/TAG"> <div class="i">
  185. <div class="d"> TAG </div>
  186. </div> </a>
  187.  
  188.  
  189.  
  190. <!-- SUBGROUP -->
  191.  
  192. <h1> SUBHEADER </h1>
  193.  
  194. <a href="/tagged/TAG"> <div class="i">
  195. <img src="http://i.imgur.com/ofL138Q.jpg" /> <!-- optional background -->
  196. <div class="d"> TAG </div>
  197. </div> </a>
  198.  
  199.  
  200. </div>
  201. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement