Advertisement
wallflwers

Hiatus Theme

Feb 2nd, 2013
8,534
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.85 KB | None | 0 0
  1. <!--PAGE05 BY JOSHDEVIN, PLEASE DO NOT USE AS A BASE OR REDISTRIBUTE IN ANYWAY.-->
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3.  
  4. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  5. <head>
  6. <title>{Title}</title>
  7. <link rel="shortcut icon" href="{Favicon}">
  8. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  9.  
  10. <link href='http://fonts.googleapis.com/css?family=Inconsolata' rel='stylesheet' type='text/css'>
  11.  
  12.  
  13. <div style="font-size: 11px; letter-spacing: 2px; float: right; position: fixed; bottom: 10px; right: 10px; text-transform:lowercase;color:{color:text}"><a href="http://joshdevin.tumblr.com">©<i>j</i>oshdevin</a></div>
  14.  
  15. <meta name="color:test" content="#f8f8f8"/>
  16. <meta name="color:desc" content="#f8f8f8"/>
  17. <meta name="color:links" content="#f8f8f8"/>
  18.  
  19. <meta name="text:url name" content=""/>
  20.  
  21. <style type="text/css">
  22.  
  23.  
  24. body
  25. {font-family:calibri;
  26. font-size:9px;
  27. background-color:{color:background};
  28. background-image:url(http://25.media.tumblr.com/tumblr_m33qwzyv7F1r6uwfxo2_250.png);
  29. background-position: fixed;
  30. background-attachment:fixed;
  31. background-repeat:repeat;
  32. text-decoration:none;
  33. }
  34.  
  35. a{
  36. text-decoration:none;
  37. opacity:1;
  38. color:#959799;
  39. -webkit-transition: opacity 0.6s linear;-webkit-transition: all 0.6s ease-in-out;-moz-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out;
  40. }
  41.  
  42. a:hover{
  43. text-decoration:none;
  44. opacity:1;
  45. color:#eee;
  46. -webkit-transition: opacity 0.6s linear;-webkit-transition: all 0.6s ease-in-out;-moz-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out;
  47. }
  48.  
  49. #container {
  50. width:700px;
  51. }
  52.  
  53.  
  54. #sidebar {
  55. width:400px;
  56. margin-top:150px;
  57. position:fixed;
  58. margin-left:480px;
  59. }
  60.  
  61. #icon {
  62. width:128px;
  63. -webkit-transition: opacity 0.6s linear;-webkit-transition: all 0.6s ease-in-out;-moz-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out;
  64. }
  65.  
  66. #icon:hover .links {
  67. opacity:1;
  68. -webkit-transition: opacity 0.6s linear;-webkit-transition: all 0.6s ease-in-out;-moz-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out;
  69. }
  70.  
  71.  
  72. #description {
  73. margin-left:140px;
  74. margin-top:-120px;
  75. font-family:calibri;
  76. font-style:italic;
  77. font-size:11px;
  78. color:{color:desc};
  79. position:fixed;
  80. width:160px;
  81. }
  82.  
  83. #askbox {
  84. margin-top:20px;
  85. positioN:fixed;
  86. }
  87.  
  88. .links {
  89. font-family:inconsolata;
  90. font-size:10px;
  91. text-transform:uppercase;
  92. margin-left:-70px;
  93. text-align:center;
  94. color:{color:links};
  95. letter-spacing:1px;
  96. display:block;
  97. position:fixed;
  98. width:60px;
  99. line-height:200%;
  100. margin-top:-95px;
  101. text-decoration:none;
  102. opacity:0;
  103. -webkit-transition: opacity 0.6s linear;-webkit-transition: all 0.6s ease-in-out;-moz-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out;
  104. }
  105.  
  106. .links a{
  107. text-decoration:none;
  108. border:1px solid #f2f2f2
  109. color:{color:links};
  110. }
  111.  
  112. .links a:hover {
  113. text-decoration:none;
  114. color:{color:links};
  115. }
  116.  
  117. </style>
  118. </head>
  119.  
  120.  
  121. <body>
  122. <div id="container">
  123. <div id="sidebar">
  124. <div id="icon"><img src="{PortraitUrl-128}">
  125. <div class="links">
  126. <a href="http://tumblr.com/dashboard">dashboard</a>
  127. <a href="http://joshdevin.tumblr.com/">credit</a>
  128. <a href="/archive">archive</a>
  129. </div></div>
  130. <div id="description">{Description}</div>
  131. <div id="askbox"><p>
  132. <iframe frameborder="0" scrolling="no" width="125%" height="190" src="http://www.tumblr.com/ask_form/{text:url name}.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>
  133.  
  134.  
  135. </div>
  136. </div>
  137. </div>
  138.  
  139.  
  140.  
  141.  
  142.  
  143. </body>
  144. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement