marianaihh

06. Planetesimal

Jul 30th, 2014
7,023
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.09 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.  
  5. <!-- Theme by @sleepwatersun -->
  6. <title>{Title}</title>
  7.  
  8. <style>
  9. body{
  10. font-size: 12px;
  11. background: #000000;
  12. font-family: calibri, Arial, Sans-serif;
  13. }
  14.  
  15. /* Circle */
  16. #container{
  17. width: 600px;
  18. height: 600px;
  19. left: 50%;
  20. top: 50%;
  21. -webkit-border-radius: 100%;
  22. -moz-border-radius: 100%;
  23. border-radius: 100%;
  24. margin-top: -300px;
  25. position: absolute;
  26. margin-left: -300px;
  27. background-image: url(http://static.tumblr.com/zibrynf/5rJn9ji5g/img08.gif);
  28. border: 1px solid #bebebe;
  29. }
  30.  
  31. /* Main Navigation */
  32. #mainnavigation{
  33. position: absolute;
  34. left: -150px;
  35. margin-top: 250px;
  36. width: 100px;
  37. }
  38.  
  39. #mainnavigation a{
  40. display: block;
  41. text-transform: uppercase;
  42. color: #bebebe;
  43. text-decoration: none;
  44. letter-spacing: 2px;
  45. margin: 2px 0px 2px 0px;
  46. -webkit-transition-duration: .7s;
  47. -moz-transition-duration: .7s;
  48. -o-transition-duration: .7s;
  49. transition-duration: .7s;
  50. }
  51.  
  52. #mainnavigation a:before{
  53. content: "ยท";
  54. font-weight: 900;
  55. margin-right: 5px;
  56. color: turquoise;
  57. width: 0px;
  58. }
  59.  
  60. #mainnavigation a:hover{
  61. background: turquoise;
  62. color: black;
  63. width: 75px;
  64. }
  65.  
  66. /* Small Description */
  67. p.small{
  68. margin: 10px 0px 0px 0px;
  69. font-style: italic;
  70. color: #bebebe;
  71. }
  72.  
  73. #outline{
  74. width: 550px;
  75. height: 550px;
  76. left: 50%;
  77. top: 50%;
  78. -webkit-border-radius: 100%;
  79. -moz-border-radius: 100%;
  80. border-radius: 100%;
  81. margin-top: -275px;
  82. position: absolute;
  83. margin-left: -275px;
  84. border: 1px solid #bebebe;
  85. }
  86.  
  87. /* Constellations */
  88. #star1{
  89. position: absolute;
  90. margin-left: 350px;
  91. margin-top: 80px;
  92. }
  93.  
  94. #star1 img{
  95. width: 100px;
  96. transform:rotate(360deg);
  97. -ms-transform:rotate(360deg);
  98. -webkit-transform:rotate(360deg);
  99. }
  100.  
  101. #star2{
  102. margin-left: 140px;
  103. position: absolute;
  104. margin-top: 100px;
  105. }
  106.  
  107. #star2 img{
  108. width: 120px;
  109. }
  110.  
  111. #star3{
  112. margin-left: 80px;
  113. position: absolute;
  114. margin-top: 290px;
  115. }
  116.  
  117. #star3 img{
  118. width: 100px;
  119. }
  120.  
  121. #star4{
  122. margin-left: 430px;
  123. position: absolute;
  124. margin-top: 250px;
  125. }
  126.  
  127. #star4 img{
  128. width: 100px;
  129. transform:rotate(350deg);
  130. -ms-transform:rotate(350deg);
  131. -webkit-transform:rotate(350deg);
  132. }
  133.  
  134. #star5{
  135. margin-left: 230px;
  136. position: absolute;
  137. margin-top: 240px;
  138. }
  139.  
  140. #star5 img{
  141. width: 180px;
  142. transform:rotate(350deg);
  143. -ms-transform:rotate(350deg);
  144. -webkit-transform:rotate(350deg);
  145. }
  146.  
  147. #star6{
  148. margin-left: 240px;
  149. position: absolute;
  150. margin-top: 350px;
  151. }
  152.  
  153. #star6 img{
  154. width: 140px;
  155. transform:rotate(350deg);
  156. -ms-transform:rotate(350deg);
  157. -webkit-transform:rotate(350deg);
  158. }
  159.  
  160. #star7{
  161. margin-left: 90px;
  162. position: absolute;
  163. margin-top: 420px;
  164. }
  165.  
  166. #star7 img{
  167. width: 130px;
  168. transform:rotate(390deg);
  169. -ms-transform:rotate(350deg);
  170. -webkit-transform:rotate(390deg);
  171. }
  172.  
  173. .label{
  174. position: absolute;
  175. color: #bebebe;
  176. letter-spacing: 2px;
  177. cursor: pointer;
  178. text-transform: uppercase;
  179. }
  180.  
  181. .label a{
  182. color: #bebebe;
  183. text-decoration: none;
  184. }
  185.  
  186. #cl1{
  187. top: 60px;
  188. margin-left: 55px;
  189. }
  190.  
  191. #cl2{
  192. top: 90px;
  193. margin-left: 15px;
  194. }
  195.  
  196. #cl4{
  197. top: 35px;
  198. margin-left: 35px;
  199. }
  200.  
  201. #cl5{
  202. top: 20px;
  203. margin-left: 40px;
  204. }
  205.  
  206. #cl6{
  207. top: 70px;
  208. margin-left: 40px;
  209. }
  210.  
  211. #cl7{
  212. margin-left: 70px;
  213. }
  214.  
  215. #sws{
  216. position: fixed;
  217. bottom: 0;
  218. right: 0;
  219. margin: 10px;
  220. }
  221.  
  222. #sws a{
  223. color: #bebebe;
  224. font-size: 14px;
  225. font-style: italic;
  226. text-decoration: none;
  227. }
  228. </style>
  229. </head>
  230. <body>
  231. <div id="container">
  232. <div id="mainnavigation">
  233. <a href="/">home</a>
  234. <a href="/ask">message</a>
  235. <a href="/archive">archive</a>
  236.  
  237. <!-- Small Description -->
  238. <p class="small">
  239. Lorem ipsum dolor sit amet, consectetur adipiscing elit.
  240. </p>
  241. </div>
  242.  
  243. <div id="outline"><div id="one"></div><div id="two"></div><div id="three"></div><div id="four"></div></div>
  244.  
  245. <div id="star1"><img src="http://static.tumblr.com/zibrynf/9i5n9jlix/one.png"/><div class="label" id="cl1">
  246.  
  247. <a href="/">link</a></div> <!-- link 1 -->
  248.  
  249. </div>
  250.  
  251. <div id="star2"><img src="http://static.tumblr.com/zibrynf/DEzn9jlau/two.png"/><div class="label" id="cl2">
  252.  
  253. <a href="/">link</a></div> <!-- link 2 -->
  254.  
  255. </div>
  256.  
  257. <div id="star3"><img src="http://static.tumblr.com/zibrynf/uLgn9jlx9/three.png"/><div class="label">
  258.  
  259. <a href="/">link</a></div> <!-- link 3 -->
  260.  
  261. </div>
  262.  
  263. <div id="star4"><img src="http://static.tumblr.com/zibrynf/DETn9jmd0/four.png"/><div class="label" id="cl4">
  264.  
  265. <a href="/">link</a></div> <!-- link 4 -->
  266.  
  267. </div>
  268.  
  269. <div id="star5"><img src="http://static.tumblr.com/zibrynf/TnFn9jmte/five.png"/><div class="label" id="cl5">
  270.  
  271. <a href="/">link</a></div> <!-- link 5 -->
  272.  
  273. </div>
  274.  
  275. <div id="star6"><img src="http://static.tumblr.com/zibrynf/dPKn9jna5/six.png"/><div class="label" id="cl6">
  276.  
  277. <a href="/">link</a></div> <!-- link 6 -->
  278.  
  279. </div>
  280.  
  281. <div id="star7"><img src="http://static.tumblr.com/zibrynf/mavn9jnp0/seven.png"/><div class="label" id="cl7">
  282.  
  283. <a href="/">link</a></div> <!-- link 7 -->
  284.  
  285. </div>
  286. </div>
  287.  
  288. <div id="sws"><a href="http://swsthemes.tumblr.com">sws</a></div>
  289. </body>
  290.  
  291. <!--
  292.  
  293. Heavily influenced by constellations and that one constellation picture
  294.  
  295. -->
  296. </html>
Add Comment
Please, Sign In to add comment