TVD-PS

HIATUS PAGE #1

Feb 21st, 2019
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.49 KB | None | 0 0
  1. <!--
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8. ------------------------------
  9. @BARBIE THEMES | TUMBLR
  10. ------------------------------
  11.  
  12. ▒█▀▀█ █▀▀█ █▀▀█ █▀▀▄ ░▀░ █▀▀   ▀▀█▀▀ █░░█ █▀▀ █▀▄▀█ █▀▀ █▀▀
  13. ▒█▀▀▄ █▄▄█ █▄▄▀ █▀▀▄ ▀█▀ █▀▀   ░░█░░ █▀▀█ █▀▀ █░▀░█ █▀▀ ▀▀█
  14. ▒█▄▄█ ▀░░▀ ▀░▀▀ ▀▀▀░ ▀▀▀ ▀▀▀   ░░▀░░ ▀░░▀ ▀▀▀ ▀░░░▀ ▀▀▀ ▀▀▀
  15.  
  16. Rules:
  17. +Please do not remove credit.
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25. -->
  26.  
  27.  
  28. <html>
  29. <head>
  30.  
  31.  
  32. <title>{Title}</title>
  33. <link rel="shortcut icon" href="{Favicon}" />
  34.  
  35. <link href='http://fonts.googleapis.com/css?family=Inconsolata' rel='stylesheet' type='text/css'>
  36.  
  37. <meta name="image:bg"content="http://i.imgur.com/kyua50W.png?1">
  38.  
  39. <meta name="color:Title" content="#dcecf5"/>
  40. <meta name="color:text"content="#000000">
  41. <meta name="color:bold" content="#888888"/>
  42. <meta name="color:italic" content="#dcecf5"/>
  43. <meta name="color:underline" content="#ffffff"/>
  44.  
  45.  
  46. <style>
  47.  
  48.  
  49. body{
  50. background:{color:background} url('{image:bg}')top left fixed repeat;
  51. font-family: calibri;
  52. font-size: 12px;
  53. color:{color:text};
  54. }
  55.  
  56. b,strong{
  57. color:{color:bold};
  58. }
  59.  
  60. i,em{
  61. color:{color:italic};
  62. }
  63.  
  64. u{
  65. color:{color:underline};
  66. }
  67.  
  68. .title{
  69. position: fixed;
  70. margin-top: 180px;
  71. margin-left: 45%;
  72. width: 400px;
  73. font-family: 'Segoe Script';
  74. font-size: 45px;
  75. color:{color:title};
  76. }
  77.  
  78. .list{
  79. position: fixed;
  80. margin-top: 250px;
  81. margin-left: 33%;
  82. width: 450px;
  83. font-family: cambria;
  84. font-size: 10px;
  85. text-align:justify;
  86. }
  87.  
  88. .ask{
  89. position: fixed;
  90. margin-top: 330px;
  91. margin-left: 32%;
  92. width: 500px;
  93. }
  94.  
  95. h3{
  96. font-family: 'great vibes', cursive;
  97. font-size: 45px;
  98. color:{color:text};
  99. }
  100.  
  101. a:link, a:active, a:visited{
  102. text-decoration: none;
  103. color: #555;
  104. }
  105.  
  106. .credit, .credit a {
  107. width:29px;
  108. height:10px;
  109. bottom:10px;
  110. right:20px;
  111. padding:4px;
  112. font-size:8px;
  113. letter-spacing:0px;
  114. color:#000;
  115. line-height:8px;
  116. position:fixed;
  117. text-align:center;
  118. color:{color:Tags Text Colour};
  119. font-family:arial;
  120. text-transform:uppercase;
  121. background-color: #fff;
  122. border:1; solid {color:Border};
  123. -webkit-transition: all 0.5s ease-in-out;
  124. -moz-transition: all 0.5s ease-in-out;
  125. -o-transition: all 0.5s ease-in-out;
  126. transition: all 0.5s ease-in-out;
  127. }
  128.  
  129. .credit a:hover {
  130. -webkit-transition: all 0.5s ease-in-out;
  131. -moz-transition: all 0.5s ease-in-out;
  132. -o-transition: all 0.5s ease-in-out;
  133. transition: all 0.5s ease-in-out;
  134.  
  135. }
  136.  
  137. </style>
  138.  
  139. </head>
  140. <body>
  141.  
  142. <div class="title">
  143.  
  144. Hiatus
  145.  
  146. </div>
  147.  
  148. <div class="list">
  149.  
  150. <i>♤ Lorem</i> ipsum dolor sit amet, consectetuer adipiscing elit. Aliquam nisi lorem, pulvinar id, commodo feugiat, vehicula et, mauris. Aliquam mattis porta urna. Maecenas dui neque, rhoncus sed, vehicula vitae, auctor at, nisi. Aenean id massa ut lacus molestie porta. Curabitur sit amet quam id libero suscipit venenatis.
  151. <b>♤Bold</b>
  152. <i>♤Italic</i>
  153.  
  154. </div>
  155.  
  156.  
  157. <div class="ask">
  158. <iframe frameborder="0" width="500px" height="200px" id="ask_form" src="http://www.tumblr.com/ask_form/madridista-for-ever.tumblr.com"></iframe>
  159. </div>
  160.  
  161.  
  162.  
  163. </body>
  164.  
  165. <span class="credit">
  166. <a href="http://barbie-themes.tumblr.com/" target="_blank" title="BARBIE THEMES"> CREDIT </a>
  167. </span>
  168.  
  169. </html>
Advertisement
Add Comment
Please, Sign In to add comment