Advertisement
becky4268

theme 48 - hiatus page

Apr 17th, 2014
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.66 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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4. <head><title>{Title}</title>
  5. <link rel="shortcut icon" href="{Favicon}">
  6. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  7. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  8.  
  9. <!--
  10.  
  11. code вy oғjαcĸ
  12.  
  13. do ɴoт вreαĸ тнeѕe rυleѕ:
  14. - do ɴoт υѕe αѕ α вαѕe code.
  15. - do ɴoт clαιм αѕ yoυr owɴ.
  16. - do ɴoт reмove тнe credιт.
  17.  
  18. ---->
  19.  
  20. <meta name="text:Title" content=""/>
  21. <meta name="color:Accent" content="#1693A5"/>
  22.  
  23. <style type="text/css">
  24.  
  25. a {
  26. color:#111;
  27. text-decoration:none;
  28. -moz-transition-duration:0.5s;
  29. -webkit-transition-duration:0.5s;
  30. -o-transition-duration:0.5s;
  31. }
  32.  
  33. a:hover {
  34. color:#111;
  35. text-decoration:none;
  36. -moz-transition-duration:0.5s;
  37. -webkit-transition-duration:0.5s;
  38. -o-transition-duration:0.5s;
  39. }
  40.  
  41. body {
  42. background-color:#fff;
  43. font-family:arial;
  44. font-weight:normal;
  45. font-size:12px;
  46. }
  47.  
  48. #themenum {
  49. background-color:#fff;
  50. width:700px;
  51. margin: 0 auto -12px auto;
  52. text-align: center;
  53. }
  54.  
  55. #title {
  56. font-weight:bold;
  57. font-size:20px;
  58. background:{color:Accent};
  59. color:white;
  60. padding:10px;
  61. width:200px;
  62. text-align:center;
  63. text-transform:uppercase;
  64. margin-top:-25px;
  65. }
  66.  
  67. #text {
  68. width:410px;
  69. height:100px;
  70. overflow:auto;
  71. text-align:justify;
  72. font-size:12px;
  73. background:#f9f9f9;
  74. padding:10px;
  75. margin-left:5px;
  76. }
  77.  
  78. #line {
  79. border-top:2px solid {color:Accent};
  80. margin-left:180px;
  81. width:255px;
  82. margin-top:150px;
  83. }
  84.  
  85. #links {
  86. margin-left:232px;
  87. margin-top:20px;
  88. width:200px;
  89. color:black;
  90. text-decoration:none;
  91. }
  92.  
  93. #links a{
  94. padding:10px;
  95. margin-left:10px;
  96. color:black;
  97. text-decoration:none;
  98. text-align:center;
  99. -webkit-transition: all 0.35s ease-out;
  100. -moz-transition: all 0.35s ease-out;
  101. -o-transition: all 0.35s ease-out;
  102. }
  103.  
  104. #links a:hover {
  105. background:{color:Accent};
  106. color:white;
  107. padding:10px;
  108. -webkit-transition: all 0.35s ease-out;
  109. -moz-transition: all 0.35s ease-out;
  110. -o-transition: all 0.35s ease-out;
  111. }
  112.  
  113. .stuff {
  114. margin-left:130px;
  115. }
  116.  
  117. #man {
  118. position:fixed;
  119. font-size:10px;
  120. font-weight:normal;
  121. line-height:100%;
  122. letter-spacing:1px;
  123. right:-48px;
  124. bottom:5px;
  125. text-transform:uppercase;
  126. text-align:center;
  127. }
  128.  
  129. #man a {
  130. padding:0px;
  131. color:#111;
  132. }
  133.  
  134. #man a:hover {
  135. margin-right:52px;
  136. color:#111;
  137. }
  138.  
  139. </style>
  140.  
  141. </head>
  142.  
  143. <body>
  144.  
  145. <div id="themenum">
  146.  
  147. <div class="stuff">
  148. <div id="line"></div>
  149. <div id="title">{text:Title}</div>
  150. <p><div id="text">{description}</div></div><p></p>
  151. <p><iframe frameborder="0" scrolling="no" width="430" height="190" src="http://www.tumblr.com/ask_form/PUTYOU'REURLHERE.tumblr.com" style="background-color:transparent; overflow:hidden;" id="ask_form"></iframe><!--[if IE]><script type="text/javascript">document.getElementById('ask_form').allowTransparency=true;</script><![endif]--></p>
  152. <div id="links">
  153. <a href="/">back to dash</a>
  154. <a href="/">twitter</a>
  155. <a href="http://ofjack.tumblr.com">©</a></div>
  156. </p>
  157.  
  158. </div>
  159. </div>
  160. </div>
  161.  
  162. <div id="man"><a href="http://ofjack.tumblr.com/"> [c] ofjack </a></div>
  163.  
  164. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement