wallflwers

j

May 28th, 2013
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <!--PAGE02 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=Text+Me+One' 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.  
  17. <style type="text/css">
  18.  
  19.  
  20. body
  21. {font-family:calibri;
  22. font-size:9px;
  23. background-color:{color:background};
  24. }
  25.  
  26. a
  27. {text-decoration:none;
  28. -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;
  29. opacity:1;
  30. color:#959799;;
  31. }
  32.  
  33. a:hover
  34. {text-decoration:none;
  35. opacity:1;
  36. color:#eee;}
  37.  
  38. #sidebar {
  39. margin-top:120px;
  40. margin-left:40px;
  41. width:135px;
  42. }
  43.  
  44. #icon {
  45. width:96px;
  46. padding:10px;
  47. border:1px solid #eeeeee;
  48. display:center;
  49. }
  50.  
  51. #description {
  52. width:115px;
  53. font-size:10px;
  54. font-family:arial;
  55. padding:2px;
  56. padding-top:9px;
  57. color:#abafb1;
  58. }
  59.  
  60. #box {
  61. margin-top:120px;
  62. margin-left:160px;
  63. width:200px;
  64. border:1px solid #eceeee;
  65. height:685px;
  66. position:fixed;
  67. }
  68.  
  69. #header {
  70. position:fixed;
  71. left:-5px;
  72. top:-5px;
  73. padding-top:125px;
  74. font-family:courier;
  75. z-index:2;
  76. }
  77.  
  78. #credit {
  79. padding:3px;
  80. padding-left:535px;
  81. font-size:11px;
  82. text-transform:uppercase;
  83. background-color:#eceeee;
  84. width:100%;
  85. }
  86.  
  87. #box2 {
  88. margin-top:120px;
  89. margin-left:500px;
  90. width:200px;
  91. border:1px solid #eceeee;
  92. height:685px;
  93. position:fixed;
  94. }
  95.  
  96. #category {
  97. text-align:center;
  98. font-size:12px;
  99. font-family:courier;
  100. letter-spacing:4px;
  101. padding-top:50px;
  102. text-transform:uppercase;
  103. color:#88898b;
  104. }
  105.  
  106. #links {
  107. text-align:center;
  108. padding:15px;
  109. font-size:11px;
  110. letter-spacing:2px;
  111. color:#b6b8bb;
  112. }
  113.  
  114. </style>
  115. </head>
  116. <div id="box">
  117. <div id="sidebar">
  118. <div id="icon"><img src="{PortraitURL-96}"></div>
  119. <div id="description">Hi, here you can find all of my links. My main blog is Joshdevin. </div>
  120. </div>
  121. </div>
  122.  
  123. <div id="header">
  124. <div id="credit">
  125. <a href="/">main blog</a> ~
  126. <a href="/ask">ask</a> ~
  127. <a href="http://joshdevin.tumblr.com">theme</a>
  128. </div>
  129. </div>
  130.  
  131. <div id="box2">
  132. <div id="category">Links</div>
  133. <div id="links">
  134. •<a href="http://url/">link</a><br>
  135. •<a href="http://url/">link</a><br>
  136. •<a href="http://url/">link</a><br>
  137. •<a href="http://url/">link</a><br></div>
  138. <div style="border-bottom:1px solid #eee;padding-top:20px;"></div>
  139. <div id="category">More</div>
  140. <div id="links">
  141. •<a href="http://url/">link</a><br>
  142. •<a href="http://url/">link</a><br>
  143. •<a href="http://url/">link</a><br>
  144. •<a href="http://url/">link</a><br>
  145. <div style="border-bottom:1px solid #eee;padding-top:20px;"></div>
  146. <div id="category">Nav</div>
  147. <div id="links">
  148. •<a href="http://url/">link</a><br>
  149. •<a href="http://url/">link</a><br>
  150. •<a href="http://url/">link</a><br>
  151. •<a href="http://url/">link</a><br>
  152. <div style="border-bottom:1px solid #eee;padding-top:20px;"></div>
  153.  
  154. </div>
  155. </div>
  156. </div>
  157.  
  158.  
  159.  
  160. </body>
  161. </html>
Advertisement
Add Comment
Please, Sign In to add comment