Advertisement
Alliecatisallama

Hiatus Theme

Feb 17th, 2013
1,051
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.76 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">
  3. <head>
  4.  
  5. <!--
  6. HIATUS THEME BY ALLIECATISALLAMA/FERNANDOSSPECTACLES
  7. -->
  8.  
  9. <title>{title}</title>
  10. <link rel="shortcut icon" href="{Favicon}">
  11.  
  12. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  13.  
  14. <link href='http://fonts.googleapis.com/css?family=Lora:400,400italic' rel='stylesheet' type='text/css'>
  15.  
  16. <meta name="color:text" content="#838282"/>
  17. <meta name="color:link" content="#757171"/>
  18. <meta name="color:title" content="#757171"/>
  19. <meta name="color:link hover" content="#dadada"/>
  20.  
  21. <meta name="text:link 1" content="link 1" />
  22. <meta name="text:link 1 url" content="/" />
  23. <meta name="text:link 2" content="link 2" />
  24. <meta name="text:link 2 url" content="/" />
  25. <meta name="text:link 3" content="link 3" />
  26. <meta name="text:link 3 url" content="/" />
  27. <meta name="text:yoururl" content="this is your url" />
  28.  
  29.  
  30. <style type="text/css">
  31. body {
  32. font:11px calibri, century gothic, arial, sans-serif;
  33. color:{color:text};
  34. margin:0px;padding:0px;
  35. }
  36.  
  37. a {
  38. text-decoration:none;
  39. color:{color:link};
  40. -webkit-transition: all 0.7s ease;
  41. -moz-transition: all 0.7s ease;
  42. -o-transition: all 0.7s ease;
  43. }
  44.  
  45. a:hover {
  46. text-decoration:none;
  47. color:{color:link hover};
  48. -webkit-transition: all 0.4s ease-in-out;
  49. -moz-transition: all 0.4s ease-in-out;
  50. -o-transition: all 0.4s ease-in-out;
  51. -ms-transition: all 0.4s ease-in-out;
  52. transition: all 0.4s ease-in-out;
  53. }
  54.  
  55. #container {
  56. width:500px;
  57. margin:80px auto;
  58. }
  59.  
  60. .box1 {
  61. width:290px;
  62. height:190px;
  63. padding:5px;
  64. margin-left:150px;
  65. background:url(http://25.media.tumblr.com/45fb1aad72c0dad093e5e8b001981a71/tumblr_mhmhgrs8sd1s54ovso1_r1_400.png);
  66. }
  67.  
  68. .box2 {
  69. width:450px;
  70. height:190px;
  71. padding:5px;
  72. margin-left:430px;
  73. margin-top:-60px;
  74. }
  75.  
  76. .info {
  77. background:#ffffff;
  78. width:270px;
  79. height:170px;
  80. padding:10px;
  81. opacity:0;
  82. -webkit-transition: all 0.8s ease;
  83. -moz-transition: all 0.8s ease;
  84. transition: all 0.8s ease;
  85. }
  86.  
  87. .info2 {
  88. background:#ffffff;
  89. width:430px;
  90. height:170px;
  91. padding:10px;
  92. opacity:1;
  93. }
  94.  
  95. .box1:hover .info{
  96. opacity:1;
  97. }
  98.  
  99.  
  100.  
  101.  
  102. .top {
  103. margin:0 0 10px 150px;
  104. }
  105.  
  106. .title {
  107. position:absolute;
  108. font-style:italic;
  109. width:130px;
  110. height:150px;
  111. margin:50px 0 0 10px;
  112. }
  113.  
  114.  
  115.  
  116. .title h2 {
  117. font-family:'century gothic';
  118. text-transform:uppercase;
  119. letter-spacing:-1px;
  120. font-size:18px;
  121. color:{color:title};
  122. text-align:center;
  123. margin-left:-20px;
  124. margin-bottom:-5px;
  125. }
  126.  
  127. #theme {
  128. position: fixed;
  129. bottom: 0px;
  130. right: 0px;
  131. font-family: Arial;
  132. font-size: 8px;
  133. text-transform: uppercase;
  134. text-align: right;
  135. letter-spacing: 1px;
  136. }
  137.  
  138. </style>
  139. </head>
  140.  
  141. <body>
  142. <div id="container">
  143. <div class="title">
  144. <h2><em>{title}</em></h2><br>
  145.  
  146. </div>
  147.  
  148. <div class="box1">
  149. <div class="info"><center><b>{description}</em></b>
  150. </center></div>
  151. </div>
  152. </div>
  153.  
  154.  
  155.  
  156. <div class="box2">
  157. <div class="info2"><iframe frameborder="0" scrolling="no" width="440" height="149" src="http://www.tumblr.com/ask_form/{text:yoururl}.tumblr.com" style="background-color:transparent; overflow:hidden;" id="ask_form"></iframe>
  158. </div></div>
  159. </div>
  160. </div>
  161.  
  162. <div id="theme"></a><a href="http://fernandosspectacles.tumblr.com/"><img src="http://i1065.photobucket.com/albums/u386/AHT_Livingston/Untitled-2.png?t=1344121641"></a></div>
  163.  
  164. </div>
  165. </body>
  166. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement