Advertisement
jercydee

Autumn Pug by striveattemptfail

May 7th, 2015
645
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.54 KB | None | 0 0
  1. <!--
  2. SAVED THEME 001: AUTUMN PUG
  3. THEME BY: Jercy @ striveattemptfail.tumblr.com
  4.  
  5. CREDITS:
  6. -Photo by Baga -- hdwallpaperscool.com/pug-dog-wallpapers
  7. -Image edited by Jercy
  8.  
  9. Go ahead and use this as a base but just lemme know or credit me pl0x~
  10. -->
  11.  
  12. <!DOCTYPE html>
  13. <html>
  14. <head>
  15.  
  16. <title>{Title}</title>
  17. <link rel="shortcut icon" href="{Favicon}">
  18. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  19.  
  20. <meta name="image:Image" content="http://static.tumblr.com/efqf52c/qNdnnyqw0/pug.jpg"/>
  21.  
  22. <meta name="color:Background" content="#641e09">
  23. <meta name="color:URL Color" content="#972e0d">
  24. <meta name="color:Button Color" content="#613d12">
  25. <meta name="color:Button Text" content="#f2992e">
  26.  
  27. <meta name="text:URL Name" content="Saved URL" />
  28. <meta name="text:Main Blog" content="Main Blog" />
  29.  
  30. <link href='http://fonts.googleapis.com/css?family=Handlee' rel='stylesheet' type='text/css'>
  31.  
  32. <head>
  33. <style type="text/css">
  34.  
  35. body {
  36. background: {color:Background};
  37. font-family: Verdana;
  38. font-size: 13px;
  39. }
  40.  
  41. .container {
  42. width: 500px;
  43. margin-left: auto;
  44. margin-right: auto;
  45. }
  46.  
  47. .pic img {
  48. background: #fff;
  49. margin-top: 40px;
  50. width: 125px;
  51. height: 125px;
  52. padding: 5px;
  53. border-radius: 75px;
  54. -webkit-border-radius: 75px;
  55. -moz-border-radius: 75px;
  56. box-shadow: 0px 0px 10px 3px rgba(136, 136, 136, .75);
  57. -moz-box-shadow: 0px 0px 10px 3px rgba(136, 136, 136, .75);
  58. -webkit-box-shadow: 0px 0px 10px 3px rgba(136, 136, 136, .75);
  59. z-index: 2;
  60. }
  61.  
  62. .box {
  63. background: #fefefe;
  64. width: 400px;
  65. padding: 20px 20px 15px 20px;
  66. margin-left: 25px;
  67. margin-top: -55px;
  68. border-radius: 5px;
  69. -webkit-border-radius: 5px;
  70. -moz-border-radius: 5px;
  71. box-shadow: 0px 0px 10px 3px rgba(136, 136, 136, .75);
  72. -moz-box-shadow: 0px 0px 10px 3px rgba(136, 136, 136, .75);
  73. -webkit-box-shadow: 0px 0px 10px 3px rgba(136, 136, 136, .75);
  74. z-index: 1;
  75. }
  76.  
  77. .box_title {
  78. font-family: 'Handlee', cursive;
  79. margin-left: 90px;
  80. text-align: left;
  81. color: {color:URL Color};
  82. font-size: 40px;
  83. line-height: 1em;
  84. word-wrap: break-word;
  85. white-space: normal;
  86. }
  87.  
  88. .box_link {
  89. text-align: center;
  90. margin-top: 20px;
  91. margin-bottom: 20px;
  92. }
  93.  
  94. .box_link a {
  95. font-family: 'Handlee', cursive;
  96. color: {color:Button Text};
  97. background: {color:Button Color};
  98. display: inline-block;
  99. width: 107px;
  100. margin-right: 3px;
  101. padding: 5px 10px;
  102. text-align: center;
  103. text-decoration: none;
  104. border-radius: 20px;
  105. -webkit-border-radius: 20px;
  106. -moz-border-radius: 20px;
  107. transition: all 0.3s ease-in-out;
  108. -webkit-transition: all 0.3s ease-in-out;
  109. -moz-transition: all 0.3s ease-in-out;
  110. }
  111.  
  112. .box_link a:hover {
  113. color: {color:Button Color};
  114. background: {color:Button Text};
  115. letter-spacing: 1.5px;
  116. }
  117.  
  118. p.ask {
  119. font-size: 20px;
  120. font-weight: bold;
  121. margin-bottom: 5px;
  122. }
  123.  
  124. /* CREDIT */
  125. #foo {
  126. position: fixed;
  127. bottom: 5px;
  128. left: 5px;
  129. transition: all 0.75s ease-in-out;
  130. -webkit-transition: all 0.75s ease-in-out;
  131. -moz-transition: all 0.75s ease-in-out;
  132. -o-transition: all 0.75s ease-in-out;
  133. }
  134.  
  135. #foo a {
  136. color: {color:Button Text};
  137. text-decoration: none;
  138. }
  139.  
  140. #foo:hover {
  141. transform: translate(0,-10px);
  142. -webkit-transform: translate(0,-10px);
  143. -o-transform: translate(0,-10px);
  144. -moz-transform: translate(0,-10px);
  145. }
  146.  
  147. {Custom CSS}
  148.  
  149. </style>
  150. </head>
  151.  
  152. <body>
  153.  
  154. <div class="container">
  155.  
  156. <div class="pic">
  157. <img src="{image:Image}">
  158. </div>
  159. <div class="box">
  160. <div class="box_title">{text:URL Name}</div>
  161. <p><b>{text:URL Name}</b> is being saved by <b>{text:Main Blog}</b>!</p>
  162. <div class="box_link">
  163. <a href="http://tumblr.com/dashboard">Back to Dash</a>
  164. <a href="http://{text:Main Blog}.tumblr.com">Owner</a>
  165. <a href="http://{text:Main Blog}.tumblr.com/ask">Want it?</a>
  166. </div>
  167. {block:AskEnabled}
  168. <p class="ask">Or ask below &darr;</p>
  169. <iframe frameborder="0" border="0" scrolling="no" width="400" height="225" allowtransparency="true"
  170. src="http://www.tumblr.com/ask_form/{name}.tumblr.com" style"background-color:transparent; overflow:hidden;:"></iframe>
  171. {/block:AskEnabled}
  172. </div>
  173.  
  174. </div>
  175.  
  176. <!----------------------------THEME CREDIT---------------------------->
  177. <div id="foo"><a href="http://striveattemptfail.tumblr.com" title="theme credit" target="_blank">&#9903;</a></div>
  178. </div>
  179.  
  180. </body>
  181. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement