Advertisement
wallflwers

PSD theme

Jul 6th, 2013
259
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.91 KB | None | 0 0
  1. <!--THEME BY JOSHDEVIN, PLEASE DO NOT USE AS A BASE OR REDISTRIBUTE IN ANYWAY.-->
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3.  
  4. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  5. <head>
  6. <title>{Title}</title>
  7. <link rel="shortcut icon" href="{Favicon}">
  8. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  9.  
  10. <meta name="color:line" content="#000"/>
  11. <meta name="color:text" content="#eeeeee"/>
  12. <meta name="color:link" content="#ccc"/>
  13. <meta name="color:linkhover" content="#eee"/>
  14.  
  15. <meta name="text:url" content=""/>
  16.  
  17. <link href='http://fonts.googleapis.com/css?family=Monsieur+La+Doulaise' rel='stylesheet' type='text/css'>
  18.  
  19.  
  20.  
  21. <div style="font-size: 11px; letter-spacing: 2px; float: right; position: fixed;z-index:99999; bottom: 10px; right: 10px; color:{color:text};font-family:inconsolata;"><a href="http://ofisaac.tumblr.com">Β©<i>of</i>isaac</a></div>
  22.  
  23. <style type="text/css">
  24.  
  25. iframe#tumblr_controls {display:none}
  26.  
  27. ::-webkit-scrollbar {width: 5px; height: 5px; background:{color:Scrollbar Background}; }
  28. ::-webkit-scrollbar-thumb { background-color: {color:Scrollbar};}
  29.  
  30. body{
  31. font-family:calibri;
  32. font-size:11px;
  33. letter-spacing:1px;
  34. line-height:13px;
  35. color:{color:text};
  36.  
  37. }
  38.  
  39. a:link, a:active, a:visited{
  40. color:{color:link};
  41. text-decoration:none;
  42. -webkit-transition: all 0.4s linear;
  43. -moz-transition: all 0.4s linear;
  44. transition: all 0.4s linear;
  45. }
  46.  
  47. a:hover{
  48. color:{color:linkhover};
  49. -webkit-transition: all 0.4s linear;
  50. -moz-transition: all 0.4s linear;
  51. transition: all 0.4s linear;
  52. }
  53.  
  54. #stuff {
  55. width:500px;
  56. margin:0 auto;
  57. }
  58.  
  59. #image {
  60. background-image:url(http://25.media.tumblr.com/tumblr_m33qwzyv7F1r6uwfxo2_250.png);
  61. background-position: fixed;
  62. background-attachment:fixed;
  63. background-repeat:repeat;
  64. text-decoration:none;
  65. position:fixed;
  66. width:1000px;
  67. height:1000px;
  68. margin-left:100px;
  69. margin-top:-300px;
  70. z-index:-999999999999;
  71. }
  72.  
  73. #block {
  74. width:100px;
  75. height:1000px;
  76. background-color:{color:line};
  77. position:fixed;
  78. margin-left:100px;
  79. margin-top:-100px;
  80. }
  81.  
  82. #title {
  83. color:white;
  84. font-family:Tahoma, Geneva, sans-serif;
  85. font-size:70px;
  86. position:fixed;
  87. margin-top:550px;
  88. margin-left:-35px;
  89. -webkit-transform: rotate(270deg);
  90. -moz-transform: rotate(270deg);
  91. -o-transform: rotate(270deg);
  92. }
  93.  
  94. #title2 {
  95. font-family: 'Monsieur La Doulaise', cursive;
  96. font-size:60px;
  97. color:white;
  98. text-transform:lowercase;
  99. margin-left:-150px;
  100. margin-top:240px;
  101. width:400px;
  102. -webkit-transform: rotate(270deg);
  103. -moz-transform: rotate(270deg);
  104. -o-transform: rotate(270deg);
  105. }
  106.  
  107. #container {
  108. width:700px;
  109. margin-top:-20px;
  110. margin-left:220px;
  111. }
  112.  
  113.  
  114.  
  115. .box {
  116. width: 250px;
  117. height: 190px;
  118. margin-top:20px;
  119. margin-left:20px;
  120. padding:1px;
  121. border:1px solid #eee;
  122. float:left;
  123. overflow:hidden;
  124. -webkit-transition: all 0.4s linear;
  125. -moz-transition: all 0.4s linear;
  126. transition: all 0.4s linear;
  127. }
  128.  
  129. .box img {
  130. opacity:0. ;
  131. }
  132.  
  133. .box img.second,
  134. .box img.first:hover ~ img.second {
  135. display: none;
  136. -webkit-transition: all 0.4s linear;
  137. -moz-transition: all 0.4s linear;
  138. transition: all 0.4s linear;
  139. }
  140.  
  141. .box img:hover ~ img.first {
  142. display: none;
  143. -webkit-transition: all 0.4s linear;
  144. -moz-transition: all 0.4s linear;
  145. transition: all 0.4s linear;
  146. }
  147.  
  148. .box img:hover ~ img.second {
  149. display: inline-block;
  150. -webkit-transition: all 0.4s linear;
  151. -moz-transition: all 0.4s linear;
  152. transition: all 0.4s linear;
  153. }
  154.  
  155. #left {
  156. font-family:monospace;
  157. font-size:11px;
  158. width:400px;
  159. letter-spacing:1px;
  160. position:fixed;
  161. text-align:center;
  162. margin-left:-350px;
  163. margin-top:50px;
  164. text-transform:uppercase;
  165. }
  166.  
  167. </style>
  168. </head>
  169.  
  170. <body>
  171.  
  172. <div id="stuff">
  173. <div id="block">
  174. <div id="title">PSDS </div>
  175. <div id="title2">by {text:url} </div>
  176. <div id="image">
  177. </div> </div>
  178.  
  179. <div id="left">
  180. PSDS BY {text:url} <br>
  181. <a href="/">BACK TO MAIN BLOG</a> β€’
  182. <a href="http://tumblr.com">DASHBOARD</a> β€’
  183. <a href="/ask">ASK A QUESTION</a>
  184. <br>
  185. <img src="http://fc03.deviantart.net/fs71/f/2012/125/d/6/birds_two____png_stock_by_selunia-d4ymhu1.png" width="300px;" style="margin-top:20px;opacity:0.5;">
  186. </div>
  187.  
  188. <div style="position:absolute;">
  189. <div id="container">
  190.  
  191. <!--PSD.-->
  192. <div class="box"><a href="http://ofisaac.tumblr.com/post/54355007036/gif-coloring-psd-by-joshdevin-monsters">
  193. <img src="http://oi41.tinypic.com/ic0qb6.jpg" width="250px" style="margin-top:-3px;">
  194. <img class="first" src="http://24.media.tumblr.com/23473b9acf09da66a74719ca3e14c8d9/tumblr_mp9pvddGgz1ruwtx6o1_250.gif" width="250px" style="margin-top:-3px;">
  195. <img class="second" src="http://24.media.tumblr.com/56ffb1dd4b88fc08e89f1fd40d972cee/tumblr_mp9pvddGgz1ruwtx6o2_250.gif" width="250px" style="margin-top:-3px;">
  196. </div>
  197. <!--PSD.-->
  198. <div class="box"><a href="http://ofisaac.tumblr.com/post/54217594505/gif-coloring-psd-by-joshdevin-download-mf">
  199. <img src="http://oi43.tinypic.com/o6bp0h.jpg" width="250px" style="margin-top:-3px;">
  200. <img class="first" src="http://25.media.tumblr.com/299ae1c7477fcf1a9076ded443c0cee5/tumblr_mp6jho784E1ruwtx6o1_250.gif" width="250px" style="margin-top:-3px;">
  201. <img class="second" src="http://24.media.tumblr.com/4612811076df662c0788bdcf5fd31e9c/tumblr_mp6jho784E1ruwtx6o2_250.gif" width="250px" style="margin-top:-3px;">
  202. </div>
  203. <!--PSD.-->
  204. <div class="box"><a href="http://ofisaac.tumblr.com/post/54059955605/gif-coloring-psd-by-joshdevin-no-vibrance-mf">
  205. <img src="http://oi40.tinypic.com/xljzvb.jpg" width="250px" style="margin-top:-3px;">
  206. <img class="first" src="http://24.media.tumblr.com/1dc247c67bac449ad1ecbf7b2fe4e38c/tumblr_mp2wmlzMt71ruwtx6o1_250.gif" width="250px" style="margin-top:-3px;">
  207. <img class="second" src="http://25.media.tumblr.com/6ef7634349c01c4914b3844dc98ee548/tumblr_mp2wmlzMt71ruwtx6o2_250.gif" width="250px" style="margin-top:-3px;">
  208. </div>
  209. <!--PSD.-->
  210. <div class="box"><a href="PUT PSD POST URL HERE">
  211. <img src="http://oi40.tinypic.com/3007hg7.jpg" width="250px" style="margin-top:-3px;">
  212. <img class="first" src="PUT ORIGINAL GIF/IMAGE URL HERE" width="250px" style="margin-top:-3px;">
  213. <img class="second" src="PUT GIF/IMAGE WITH PSD EFFECT URL HERE" width="250px" style="margin-top:-3px;">
  214. </div>
  215. <!--PSD.-->
  216. <div class="box"><a href="PUT PSD POST URL HERE">
  217. <img src="http://oi44.tinypic.com/2qaidmh.jpg" width="250px" style="margin-top:-3px;">
  218. <img class="first" src="PUT ORIGINAL GIF/IMAGE URL HERE" width="250px" style="margin-top:-3px;">
  219. <img class="second" src="PUT GIF/IMAGE WITH PSD EFFECT URL HERE" width="250px" style="margin-top:-3px;">
  220. </div>
  221. <!--PSD.-->
  222. <div class="box"><a href="PUT PSD POST URL HERE">
  223. <img src="http://oi43.tinypic.com/mvhtoo.jpg" width="250px" style="margin-top:-3px;">
  224. <img class="first" src="PUT ORIGINAL GIF/IMAGE URL HERE" width="250px" style="margin-top:-3px;">
  225. <img class="second" src="PUT GIF/IMAGE WITH PSD EFFECT URL HERE" width="250px" style="margin-top:-3px;">
  226. </div>
  227. <!--PSD.-->
  228. <div class="box"><a href="PUT PSD POST URL HERE">
  229. <img src="http://oi41.tinypic.com/2m7zxc6.jpg" width="250px" style="margin-top:-3px;">
  230. <img class="first" src="PUT ORIGINAL GIF/IMAGE URL HERE" width="250px" style="margin-top:-3px;">
  231. <img class="second" src="PUT GIF/IMAGE WITH PSD EFFECT URL HERE" width="250px" style="margin-top:-3px;">
  232. </div>
  233. <!--PSD.-->
  234. <div class="box"><a href="PUT PSD POST URL HERE">
  235. <img src="http://oi43.tinypic.com/sfib9z.jpg" width="250px" style="margin-top:-3px;">
  236. <img class="first" src="PUT ORIGINAL GIF/IMAGE URL HERE" width="250px" style="margin-top:-3px;">
  237. <img class="second" src="PUT GIF/IMAGE WITH PSD EFFECT URL HERE" width="250px" style="margin-top:-3px;">
  238. </div>
  239. </div>
  240.  
  241. </body>
  242. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement