Advertisement
junkos

about page - stillness

Aug 4th, 2013
3,284
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.82 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.  
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4.  
  5. <!--------------------
  6.  
  7. about page by lavvie@bluenaegi.tumblr.com
  8. please do not steal thanks
  9. message me if you have any problems
  10.  
  11. ------------------->
  12.  
  13. <head>
  14.  
  15. <link href="http://static.tumblr.com/xkion9m/Ybpmm6rx4/style-my-tooltips.css" rel="stylesheet" type="text/css" />
  16.  
  17. <title>{Title} | about</title>
  18.  
  19. <link rel="shortcut icon" href="{Favicon}">
  20.  
  21. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  22.  
  23. {block:Description}
  24. <meta name="description" content="{MetaDescription}" />
  25. {/block:Description}
  26.  
  27. <style type="text/css">
  28.  
  29. /* BODY */
  30.  
  31. body {
  32. background-image: url('');
  33. background-attachment: fixed;
  34. background-color: #fff;
  35. font-family: consolas;
  36. font-size: 10px;
  37. line-height: 14px;
  38. text-align: justify;
  39. }
  40.  
  41. /* ABOUT TEXT */
  42.  
  43. #text {
  44. width: 420px;
  45. left: 220px;
  46. position: fixed;
  47. background-color: #fff;
  48. color: #bbb;
  49. letter-spacing: 1px;
  50. padding: 5px;
  51. border: 3px solid #fafafa;
  52. text-align: left;
  53. top: 150px;
  54. }
  55.  
  56. #text a {
  57. color: #ccc;
  58. text-transform: uppercase;
  59. font-family: monospace;
  60. letter-spacing: 0px;
  61. text-decoration: none;
  62. }
  63.  
  64. /* TITLE */
  65.  
  66. #cins {
  67. left: 220px;
  68. position: fixed;
  69. background-color: #fafafa;
  70. color: #bbb;
  71. font-family: trebuchet ms;
  72. padding: 10px;
  73. top: 120px;
  74. letter-spacing: 1px;
  75. font-size: 25px;
  76. width: 458px;
  77. z-index: 99;
  78. }
  79.  
  80. /* ICON */
  81.  
  82. #cin {
  83. position: fixed;
  84. top: 70px;
  85. left: 90px;
  86. background: #fff;
  87. border: 8px solid #fafafa;
  88. z-index: 100;
  89. border-radius: 100px;
  90. -moz-border-radius: 100px;
  91. -webkit-border-radius: 100px;
  92. }
  93.  
  94. #cin img {
  95. width: 80px;
  96. height: 80px;
  97. padding: 20px;
  98. border-radius: 100px;
  99. -moz-border-radius: 100px;
  100. -webkit-border-radius: 100px;
  101. -webkit-transition: all 0.9s ease-in-out;
  102. -moz-transition: all 0.9s ease-in-out;
  103. -o-transition: all 0.9s ease-in-out;
  104. -ms-transition: all 0.9s ease-in-out;
  105. transition: all 0.9s ease-in-out;
  106. }
  107.  
  108. #cin img:hover {
  109. opacity: 0.3;
  110. }
  111.  
  112. #cin:hover #sins {
  113. opacity: 0.8;
  114. }
  115.  
  116. /* LINKS */
  117.  
  118. #sins {
  119. position: fixed;
  120. top: 90px;
  121. left: 114px;
  122. z-index: 1000;
  123. opacity: 0;
  124. width: 90px;
  125. font-size: 8px;
  126. height: 90px;
  127. text-align: center;
  128. background-color: #fff;
  129. border-radius: 100px;
  130. -moz-border-radius: 100px;
  131. -webkit-border-radius: 100px;
  132. -webkit-transition: all 0.9s ease-in-out;
  133. -moz-transition: all 0.9s ease-in-out;
  134. -o-transition: all 0.9s ease-in-out;
  135. -ms-transition: all 0.9s ease-in-out;
  136. transition: all 0.9s ease-in-out;
  137. }
  138.  
  139. #sins a {
  140. color: #bbb;
  141. text-transform: uppercase;
  142. letter-spacing: 1px;
  143. text-decoration: none;
  144. }
  145.  
  146. /* BARS */
  147.  
  148. #one {
  149. background-color: #fafafa;
  150. position: absolute;
  151. z-index: 999;
  152. top: 150px;
  153. left: 655px;
  154. width: 10px;
  155. height: 80px;
  156. }
  157.  
  158. #two {
  159. background-color: #fafafa;
  160. position: absolute;
  161. z-index: 999;
  162. top: 150px;
  163. left: 665px;
  164. width: 10px;
  165. height: 60px;
  166. }
  167.  
  168. #three {
  169. background-color: #fafafa;
  170. position: absolute;
  171. z-index: 999;
  172. top: 150px;
  173. left: 675px;
  174. width: 10px;
  175. height: 40px;
  176. }
  177.  
  178. #none {
  179. background-color: #fafafa;
  180. position: absolute;
  181. z-index: 99;
  182. top: 160px;
  183. left: 210px;
  184. width: 10px;
  185. height: 100px;
  186. }
  187.  
  188. #ntwo {
  189. background-color: #fafafa;
  190. position: absolute;
  191. z-index: 99;
  192. top: 160px;
  193. left: 200px;
  194. width: 10px;
  195. height: 80px;
  196. }
  197.  
  198. #nthree {
  199. background-color: #fafafa;
  200. position: absolute;
  201. z-index: 99;
  202. top: 160px;
  203. left: 190px;
  204. width: 10px;
  205. height: 60px;
  206. }
  207.  
  208. </style>
  209. </head>
  210. <body>
  211.  
  212. <div id="none"></div>
  213.  
  214. <div id="ntwo"></div>
  215.  
  216. <div id="nthree"></div>
  217.  
  218. <div id="one"></div>
  219.  
  220. <div id="two"></div>
  221.  
  222. <div id="three"></div>
  223.  
  224. <!--------------------
  225.  
  226. please put a icon here!
  227.  
  228. ------------------->
  229.  
  230. <div id="cin">
  231. <img src="IMAGE URL HERE">
  232.  
  233. <!--------------------
  234.  
  235. please put links here! (but please don't remove credit ;~;)
  236.  
  237. ------------------->
  238.  
  239. <div id="sins"><br />
  240. <a href="/">home</a><br />
  241. <a href="/ask">ask</a><br />
  242. <a href="/">link one</a><br />
  243. <a href="/">link two</a><br />
  244. <a href="http://bluenaegi.tumblr.com">credit</a>
  245. </div>
  246. </div>
  247.  
  248. <!--------------------
  249.  
  250. please put a title here!
  251.  
  252. ------------------->
  253.  
  254. <div id="cins">
  255. A TITLE GOES HERE
  256. </div>
  257.  
  258. <!--------------------
  259.  
  260. please put your about here!
  261.  
  262. ------------------->
  263.  
  264. <div id="text">
  265.  
  266. Lorem <b>ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore</b> et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. <i>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.</i> Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
  267.  
  268. </div>
  269.  
  270. </body>
  271. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement