composeur

Hiatus Theme #2

Feb 2nd, 2013
1,906
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.02 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4. <!--
  5.  
  6.  
  7. Hiatus Theme #2
  8.  
  9.  
  10. Created by:
  11. ╭━━┳╮╱╭┳━╮╭┳━━┳━━╮
  12. ┃━━┫┃╱┃┃╭╮╋┫╭━┫━━┫
  13. ┣━━┃╰━╯┃┃┃┃┃╰━╋━━┃
  14. ╰━━┻━╮╭┻╯╰┻┻━━┻━━╯
  15. ╱╱╱╭━╯┃
  16. ╱╱╱╰━━╯
  17.  
  18.  
  19. Please do not remove credit or redistribute. Feel free to edit. To add a background, you must do it manually. The best way is to go down to the 'body { ' and find where it says background-image: url (IMAGE URL). In addition, to make sure the ask box works, scroll down the code until you see
  20.  
  21. "<iframe frameborder="0" border="0" scrolling="no" width="500” height="190" allowtransparency="true" src="http://www.tumblr.com/ask_form/username.tumblr.com" style="background-color:transparent; overflow:hidden;"></iframe>" and put your tumblr username where you see it :)
  22.  
  23. If you want this header, here is the link for it :
  24. http://static.tumblr.com/28deaa263d12d0e51abe5f7f73eee3f1/hyeqsve/IGxmhm5y7/tumblr_static_da.jpg
  25.  
  26. Everything else you can do by clicking options (:
  27.  
  28.  
  29. -->
  30.  
  31.  
  32. <!-- VARIABLES -->
  33. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  34.  
  35.  
  36. <meta name="color:description" content="#B4B4B4" />
  37. <meta name="color:link hover" content="#CFE6E7" />
  38. <meta name="color:shadow" content="#ffffff" />
  39. <meta name="color:background" content="#F7F7E2" />
  40. <meta name="color:link" content="#0f0f0f" />
  41. <meta name="color:border" content="#0f0f0f" />
  42. <meta name="color:scrollbar" content="#e6e6e6" />
  43.  
  44. <meta name="if:repeat background" content "">
  45. <meta name="if:Header Image" content="0"/>
  46. <meta name="image:Header" content="0"/>
  47. <meta name="font:body" content "">
  48.  
  49.  
  50.  
  51.  
  52. <style type="text/css">
  53.  
  54. ::-webkit-scrollbar {width: 2px; height: 4px; background: {color:scrollbar};}
  55. ::-webkit-scrollbar-thumb {background-color:{color:scrollbar};}
  56. ::selection { background:{color:scrollbar}; color:#fff;}
  57.  
  58.  
  59. body {background:{color:background}; padding:20px; font-family:{font:body};
  60.  
  61. font-size:{text:font size}; text-align:justify; color:{color:title};
  62. background-image: url(image url here);
  63.  
  64. background-position: bottom left ;
  65.  
  66. background-attachment: fixed;
  67.  
  68. background-repeat: {block:ifrepeatbackground}repeat;{/block:ifrepeatbackground} {block:ifnotrepeatbackground}no-repeat;{block:ifnotrepeatbackground}
  69.  
  70. }
  71.  
  72.  
  73. a {text-decoration:none; color:{color:link}; -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out;}
  74. a:hover {color:{color:link hover};}
  75.  
  76.  
  77.  
  78.  
  79. menu{color:{color:description}; font-family:{font:body}; font-size:11px; line-height:13px; letter-spacing:0px; font-weight:normal; margin-top:-10px; padding:0px; text-align:left;}
  80.  
  81. iframe#tumblr_controls {
  82. top: 0% !important;
  83. right:0% !important;
  84. position: fixed !important;}
  85.  
  86.  
  87. img {
  88. border:1px;
  89. color:#333333;
  90. decoration:none;
  91. opacity:.6;
  92. margin: 3px;
  93. border: dashed 1px {color:border};
  94. border-bottom-left-radius: 90px;
  95. border-top-left-radius: 90px;
  96. border-top-right-radius: 90px;
  97. border-bottom-right-radius: 90px;
  98. -webkit-transition-duration: 0.9s;
  99. }
  100.  
  101. img:hover {
  102. opacity:1;
  103. border-bottom-left-radius:1px;
  104. border-bottom-right-radius:0px;
  105. -webkit-transition-duration: 0.9s;
  106. }
  107.  
  108. #description {
  109. padding: 0px;
  110. margin-top: 10px;
  111. margin-left: 30%;
  112. width: 120px;
  113. height: 150px;
  114. overflow: auto;
  115. border-top: 1px solid #f0f0f0;
  116. border-bottom: 1px solid #f0f0f0;
  117. border-left: 1px solid #f0f0f0;
  118. background-color: transparent;
  119. }
  120.  
  121. .column {
  122. position: fixed;
  123. margin-top: 30px;
  124. margin-left: 650px;
  125. width: 130px;
  126. text-align: justify;
  127. background: {color:background};
  128. padding: 10px;
  129. }
  130.  
  131.  
  132. .column2 {
  133. position: fixed;
  134. margin-top: 30px;
  135. margin-left: 350px;
  136. width: 300px;
  137. text-align: justify;
  138. background: {color:background};
  139. padding: 10px;
  140. }
  141.  
  142. </style>
  143.  
  144.  
  145.  
  146. <center>
  147.  
  148. <body>
  149.  
  150.  
  151. <menu> <center><Br><br><Br>
  152.  
  153. <div id="title"><center><img src="{image:Header}" width="400"></center></a>
  154. <br><Br>
  155. <a href="/">{Title}</a> is on hiatus mode. Leave a message; I'll be back soon!
  156. <div class="column">
  157. <div id="description">
  158. {description} </div></div>
  159.  
  160. <div class="column2">
  161. <!-- ASK BOX HERE! GO PUT IN YOUR USERNAME WHERE IT SAYS http://www.tumblr.com/ask_form/{name}.tumblr.com/ -->
  162. <iframe frameborder="0" border="0" scrolling="yes" width="300” height="auto" allowtransparency="true" src="http://www.tumblr.com/ask_form/synics.tumblr.com" style="background-color:transparent; overflow:hidden;"></iframe>
  163. </div>
  164.  
  165. </div>
  166.  
  167.  
  168. </menu>
  169. </body>
  170.  
  171.  
  172. </div>
  173.  
  174.  
  175. <!-- DO NOT REMOVE CREDIT-->
  176.  
  177. <div style="position:fixed; bottom:1px; right:1px; opacity: 0.9"><a href="http://synics.tumblr.com" title="synics">credit</a></div>
  178. </body>
  179.  
  180.  
  181.  
  182. </html>
Advertisement
Add Comment
Please, Sign In to add comment