Advertisement
crimical

P3.1 -- valley

Sep 21st, 2014
649
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.46 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3.  
  4. <!-- PAGE 3 BY CRIMICAL; VALLEY
  5.  
  6. DO NOT CLAIM AS YOUR OWN, DO NOT REMOVE CREDIT
  7. thank you for using my theme :)
  8.  
  9. -->
  10.  
  11. <title>characters &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. <style type="text/css">
  19.  
  20. /* basic */
  21.  
  22. ::-webkit-scrollbar-thumb{
  23. background-color:#333;
  24. border:7px solid #fff;
  25. height:auto;
  26. }
  27.  
  28. ::-webkit-scrollbar{
  29. height:auto;
  30. width:15px;
  31. background-color:#333;
  32. border:8px solid #fff;
  33. }
  34.  
  35. body{
  36. margin:0px;
  37. padding:0px;
  38. background-color:white;
  39. color:#222;
  40. font-family:arial;
  41. font-size:10px;
  42. line-height:160%;
  43. text-align:center;
  44. }
  45.  
  46. a{
  47. text-decoration:none;
  48. color:white;
  49. }
  50.  
  51. /* main */
  52.  
  53. #m{
  54. width:85%;
  55. margin:120px auto 100px;
  56. }
  57.  
  58. .s{
  59. text-transform:uppercase;
  60. font-size:7px;
  61. letter-spacing:1px;
  62. margin-top:-20px;
  63. margin-bottom:80px;
  64. }
  65.  
  66. h1{
  67. font-family:'vidaloka';
  68. font-weight:normal;
  69. font-size:35px;
  70. margin-bottom:60px;
  71. }
  72.  
  73. h1 span{ border-bottom:1px solid; }
  74.  
  75. .i{
  76. width:230px;
  77. height:140px;
  78. overflow:hidden;
  79. padding:15px;
  80. margin:20px;
  81. border:1px solid #f9f9f9;
  82. display:inline-block;
  83. }
  84.  
  85. .i img{
  86. width:230px;
  87. height:140px;
  88. }
  89.  
  90. .i .d{
  91. position:absolute;
  92. width:230px;
  93. height:140px;
  94. overflow:hidden;
  95. background:#222;
  96. color:white;
  97. opacity:0;
  98. -webkit-transition:0.9s ease-in-out;
  99. z-index:99;
  100. }
  101.  
  102. .i:hover .d{ opacity:1; }
  103.  
  104. .i .d h2{ /* characters */
  105. font-family:'vidaloka';
  106. font-weight:normal;
  107. font-size:20px;
  108. margin-top:45px;
  109. }
  110.  
  111. .i .d h4{ /* relationships */
  112. font-family:'vidaloka';
  113. font-weight:normal;
  114. font-size:10px;
  115. letter-spacing:1px;
  116. margin-top:53px;
  117. text-transform:uppercase;
  118. margin-bottom:7px;
  119. }
  120.  
  121. .i .d h2 span{ border-bottom:1px solid; padding:0 2px 6px; }
  122. .i .d h3 span{ border-top:1px solid; padding:10px 0 0; }
  123.  
  124. .i .d h4 span{ border-bottom:1px solid; padding:0 2px 6px; }
  125. .i .d h5 span{ border-top:1px solid; padding:9px 0 0; }
  126.  
  127. .i .d h3, .i .d h5{
  128. font-weight:normal;
  129. font-size:7px;
  130. letter-spacing:1px;
  131. text-transform:uppercase;
  132. }
  133.  
  134. .credit{
  135. position:fixed;
  136. bottom:20px;
  137. right:10px;
  138. }
  139.  
  140. .credit a{
  141. border:1px solid #f4f4f4;
  142. padding:5px;
  143. height:10px;
  144. width:10px;
  145. text-transform:uppercase;
  146. font-size:8px;
  147. font-family:arial;
  148. color:gray;
  149. }
  150.  
  151. </style>
  152. </head>
  153.  
  154. <body>
  155.  
  156. <div class="credit">
  157. <a href="http://crimicalthemes.tumblr.com/">cr</a>
  158. </div>
  159.  
  160. <div style="margin:6px 0 0 10px; text-align:left; text-transform:uppercase; letter-spacing:1px; font-size:7px">
  161. <a href="/" style="color:#333; opacity:0.5">back</a>
  162. </div>
  163.  
  164.  
  165.  
  166. <div id="m">
  167.  
  168. <h1><span>characters</span></h1>
  169.  
  170. <!-- character item -->
  171. <div class="i"> <a href="/tagged/TAG">
  172. <div class="d">
  173. <h2><span> name </span></h2>
  174. <h3> tag </h3>
  175. </div>
  176. <img src="http://i.imgur.com/sZ4AeYI.gif" />
  177. </a> </div>
  178. <!-- character item END -->
  179.  
  180. <!-- character item (with two lines for a tag) -->
  181. <div class="i"> <a href="/tagged/TAG">
  182. <div class="d">
  183. <h2 style="margin-top:40px"><span> name </span></h2>
  184. <h3>tag line 1<br>
  185. tag line 2</h3>
  186. </div>
  187. <img src="http://i.imgur.com/ZDjjILo.gif" />
  188. </a> </div>
  189. <!-- character item (2) END -->
  190.  
  191. </div>
  192.  
  193.  
  194.  
  195.  
  196. <!-- delete this part if you don't want to include relationships on this page -->
  197. <div id="m">
  198.  
  199. <h1><span>relationships</span></h1>
  200.  
  201. <!-- relationship item -->
  202. <div class="i"> <a href="/tagged/TAG">
  203. <div class="d">
  204. <h4><span> pairing </span></h4>
  205. <h5> tag </h5>
  206. </div>
  207. <img src="http://i.imgur.com/NeW75bn.gif" />
  208. </a> </div>
  209. <!-- relationship item END -->
  210.  
  211. <!-- relationship item (with two lines for a tag) -->
  212. <div class="i"> <a href="/tagged/TAG">
  213. <div class="d">
  214. <h4 style="margin-top:45px"><span> pairing </span></h4>
  215. <h5>tag line 1<br>
  216. tag line 2</h5>
  217. </div>
  218. <img src="http://i.imgur.com/S9FtOCZ.gif" />
  219. </a> </div>
  220. <!-- relationship item (2) END -->
  221.  
  222. </div>
  223. <!-- until here -->
  224.  
  225. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement