Advertisement
Anneko

01 * Jack the Ripper

Jan 30th, 2013
3,763
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.82 KB | None | 0 0
  1. <!-- JACK THE RIPPER * a-thaisce @ tumblr.com * DO NOT REMOVE CREDIT -->
  2.  
  3. <html>
  4. <head>
  5.  
  6. <title>{Title}</title>
  7.  
  8. <link rel="shortcut icon" href="{Favicon}">
  9. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  10. <link href='http://fonts.googleapis.com/css?family=Cuprum' rel='stylesheet' type='text/css'>
  11. <link href='http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:200' rel='stylesheet' type='text/css'>
  12.  
  13. <style>
  14.  
  15. body {
  16. background-color:#111111;
  17. margin: 0;}
  18.  
  19. h1, h2, h3 {
  20. margin:5px 0px 5px 20px;
  21. font-family:Cuprum;
  22. font-weight:normal;
  23. color:#790000;
  24. }
  25.  
  26. #content {
  27. width:910px;
  28. margin:auto;
  29. text-align:center;
  30. font-family:Yanone Kaffeesatz, arial;
  31. font-size:40px;
  32. background-color:transparent;
  33. padding-top:5px;
  34. color:#eeeeee;
  35. }
  36.  
  37. #nav {
  38. width:600px;
  39. margin:auto;
  40. background-color:transparent;
  41. font-family:Cuprum;
  42. font-size:12px;
  43. }
  44.  
  45. #nav a {
  46. display:inline-block;
  47. width: 90px;
  48. background-color:#dddddd;
  49. margin:10px 5px 5px 5px;
  50. color:#790000;
  51. text-decoration:none;
  52. padding:2px;
  53. opacity:0.5;
  54. }
  55.  
  56. #nav a:hover{
  57. opacity:1;
  58. transition: all 0.5s;
  59. -webkit-transition: all 0.5s;
  60. -moz-transition: all 0.5s;
  61. -o-transition: all 0.5s;}
  62.  
  63. .box {
  64. width:420px;
  65. height:290px;
  66. display:inline-block;
  67. margin:15px;
  68. }
  69.  
  70. .header {
  71. background-color:#020202;
  72. height:20px;
  73. width:400px;
  74. color:#eeeeee;
  75. font-family:Cuprum;
  76. font-size:20px;
  77. text-align:right;
  78. letter-spacing:1px;
  79. text-transform:uppercase;
  80. padding:5px 10px;
  81. margin:0px;}
  82.  
  83. .header a {
  84. color:#eeeeee;
  85. text-decoration:none;}
  86.  
  87. .imagewrap {
  88. height:240px;
  89. background-color:#eeeeee;
  90. opacity:0.7;
  91. width:100px;
  92. padding:10px;
  93. margin:0px;
  94. display:inline-block;
  95. float:left;}
  96.  
  97. .imagewrap img {
  98. height:240px;
  99. width:100px;
  100. }
  101.  
  102. .imagewrap:hover{
  103. opacity:1;
  104. transition: all 0.5s ease-in-out;
  105. -webkit-transition: all 0.5s ease-in-out;
  106. -moz-transition: all 0.5s ease-in-out;
  107. -o-transition: all 0.5s; ease-in-out}
  108.  
  109. .text {
  110. height:250px;
  111. width:290px;
  112. padding:5px;
  113. float:right;
  114. background-color:#050505;
  115. display:inline;
  116. font-family:calibri;
  117. font-size:12px;
  118. color:#eeeeee;
  119. text-align:justify;
  120. overflow:hidden;}
  121.  
  122. .text a {
  123. color:#790000;
  124. text-decoration:none;
  125. }
  126.  
  127. .text a:hover{
  128. color:#eeeeee;
  129. transition: all 0.5s;
  130. -webkit-transition: all 0.5s;
  131. -moz-transition: all 0.5s;
  132. -o-transition: all 0.5s;}
  133.  
  134. #credit {
  135. position:fixed;
  136. bottom:0px;
  137. right:0px;
  138. height:40px;
  139. width:50px;
  140. color:#eeeeee;
  141. text-align:center;
  142. font-size:20px;
  143. }
  144.  
  145. #credit a {
  146. color:#eeeeee;
  147. opacity:0.3;
  148. text-decoration:none;
  149. }
  150.  
  151. #credit a:hover {
  152. opacity:1;
  153. transition: all 0.5s;
  154. -webkit-transition: all 0.5s;
  155. -moz-transition: all 0.5s;
  156. -o-transition: all 0.5s;}
  157.  
  158. </style>
  159.  
  160. </head><body>
  161.  
  162. <div id="content">
  163. Relationships
  164.  
  165. <div id="nav">
  166. <a href="/">Back</a>
  167. <a href="/ask">Ask</a>
  168. <a href="/tags">Tags</a>
  169. </div>
  170.  
  171. <!--START-->
  172. <div class="box">
  173. <div class="header"><a href="/">HEAD</a></div>
  174. <div class="imagewrap"><img src="IMAGE URL"></div>
  175. <div class="text">
  176. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce tempor sagittis libero, eget sodales massa elementum ac. Morbi congue felis vel nisl iaculis viverra. Donec tincidunt dapibus enim, vitae pretium orci condimentum et.
  177. </div>
  178. </div>
  179. <!--FINISH-->
  180.  
  181.  
  182. </div>
  183. <!-- CREDIT, DO NOT REMOVE -->
  184. <div id="credit"><a href="http://a-thaisce.tumblr.com">★</a></div>
  185.  
  186. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement