ikarli

Theme 15 by blowsjob

Aug 31st, 2013
445
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.01 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.  
  3. <!-- theme by blowsjob; follow all rules -->
  4.  
  5. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  6.  
  7.  
  8. <head>
  9. <link href='http://fonts.googleapis.com/css?family=Pacifico' rel='stylesheet' type='text/css'>
  10.  
  11.  
  12. <meta name="color:text background" content="#000">
  13. <meta name="color:text" content="#FFF">
  14. <meta name="color:text shadow" content="#00FFF7">
  15.  
  16. <meta name="image:picture" content=""/>
  17. <meta name="text:new url" content=""/>
  18. <meta name="text:new url link" content="http://">
  19.  
  20.  
  21.  
  22. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  23. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  24. <link rel="shortcut icon" href="{Favicon}" />
  25. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  26.  
  27. <style type="text/css">
  28.  
  29.  
  30. a {
  31. color:#fff;
  32. text-decoration:none;
  33. -moz-transition-duration:0.5s;
  34. -webkit-transition-duration:0.5s;
  35. -o-transition-duration:0.5s;
  36. }
  37.  
  38. a:hover {
  39. color:#fff;
  40. font-style:italic;
  41. text-shadow:-2px -2px {color:text shadow};
  42. text-decoration:none;
  43. -moz-transition-duration:0.5s;
  44. -webkit-transition-duration:0.5s;
  45. -o-transition-duration:0.5s;
  46. }
  47.  
  48.  
  49.  
  50.  
  51. body {
  52. background-color:{color:bg};
  53. font-family:Calibri;
  54. font-weight:normal;
  55. }
  56.  
  57.  
  58.  
  59.  
  60. h1 {
  61. font-weight:normal;
  62. font-size:10px;
  63. text-align:center;
  64. font-style:normal;
  65. line-height:80%;
  66. letter-spacing:1px;
  67. text-transform:uppercase;
  68. color:{color:text};
  69. }
  70.  
  71. h2 {
  72. font-size:15px;
  73. text-align:center;
  74. line-height:100%;
  75. letter-spacing:-0.5px;
  76. color:{color:text};
  77. font-weight:normal;
  78. padding:5px;
  79. padding-bottom:2px;
  80. }
  81.  
  82.  
  83. blockquote {
  84. border-left:2px solid {color:text};
  85. padding-left:5px;
  86. margin:5px;
  87. }
  88.  
  89. #theme {
  90. background-color:{color:bg};
  91. width:700px;
  92. margin: 0 auto -12px auto;
  93. text-align: center;
  94. }
  95.  
  96. #pic img {
  97. width:500px;
  98. height:280px;
  99. margin-top:170px;
  100. margin-left:-270px;
  101. position:fixed;
  102. }
  103.  
  104. #title1 {
  105. width:483px;
  106. color:{color:text};
  107. background:{color:text background};
  108. margin-top:80px;
  109. margin-left:80px;
  110. text-align:left;
  111. opacity:10;
  112. position:fixed;
  113. font-family:'Pacifico', cursive;
  114. font-size:50px;
  115. padding:2px;
  116. padding-left:15px;
  117. }
  118.  
  119. #title2 {
  120. width:483px;
  121. color:{color:text};
  122. background:{color:text background};
  123. margin-top:80px;
  124. margin-left:80px;
  125. text-align:right;
  126. opacity:0;
  127. position:fixed;
  128. font-family:'Pacifico', cursive;
  129. font-size:50px;
  130. padding:2px;
  131. padding-right:15px;
  132. -moz-transition-duration:0.5s;
  133. -webkit-transition-duration:0.5s;
  134. -o-transition-duration:0.5s;
  135. }
  136.  
  137. #theme:hover #title2 {
  138. opacity:1;
  139. margin-top:450px;
  140. transform: rotateX(360deg);
  141. -webkit-transform: rotateX(360deg);
  142. -moz-transform: rotateX(360deg);
  143. -moz-transition-duration:1s;
  144. -webkit-transition-duration:1s;
  145. -o-transition-duration:1s;
  146. }
  147.  
  148. #cred {
  149. position:fixed;
  150. font-size:10px;
  151. font-weight:normal;
  152. font-family:'Pacifico', cursive;
  153. line-height:150%;
  154. letter-spacing:2px;
  155. right:10px;
  156. bottom:10px;
  157. text-transform:auto;
  158. text-align:center;
  159. }
  160.  
  161. #cred a {
  162. padding:3px;
  163. color:#000;
  164. -moz-transition-duration:0.5s;
  165. -webkit-transition-duration:0.5s;
  166. -o-transition-duration:0.5s;
  167. }
  168.  
  169. {CustomCSS}
  170.  
  171. </style></head>
  172.  
  173. <body>
  174. <div id="theme">
  175. <div id="pic"><img src="{image:picture}"></a>
  176. <div id="title1">i've moved;</div>
  177. <div id="title2"><a href="{text:new url link}">now at {text:new url}</a></div>
  178. </div>
  179. <div id="cred"><a href="http://blowsjob.tumblr.com/">BJs</a></div>
  180.  
  181. </div>
  182. </div>
  183. </div>
  184. </body>
  185. </html>
Advertisement
Add Comment
Please, Sign In to add comment