thisisnotras

profileforCam

Nov 13th, 2014
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.82 KB | None | 0 0
  1. <style>
  2.  
  3. .pfor {display: none;}
  4. #profile {background-color: transparent; border: 0px;}
  5.  
  6. a, a:hover {text-decoration: none;}
  7.  
  8. body {background: white;}
  9.  
  10. #whole {position: fixed;
  11. top: 0px;
  12. left: 0px;
  13. right: 0px;
  14. bottom: 0px;
  15. background-image:
  16. url(http://oi61.tinypic.com/25znxgo.jpg);
  17. background-repeat: no-repeat;
  18. background-color: #F3F3F3;
  19. background-position: bottom right;
  20. background-size: 35%;
  21. }
  22.  
  23. #circlediv {position: absolute;
  24. top: 100px;
  25. left: 200px;
  26. height: 320px;
  27. width: 320px;
  28. border: 0px solid black;
  29.  
  30. overflow: hidden;
  31. -webkit-transition: all 1s;
  32. transition: all 1s;
  33. }
  34.  
  35. #innercircle:hover > #circlediv,#circlediv:hover{
  36. width: 400px;
  37. height: 400px;
  38. left: 150px;}
  39.  
  40. #circlediv:hover > #innercircle,#innercircle:hover {
  41. width: 300px;
  42. height: 300px;}
  43.  
  44.  
  45.  
  46.  
  47.  
  48. #innercircle {position: absolute;
  49. height: 210px;
  50. width: 210px;
  51. border: 0px solid black;
  52. border-radius: 360px;
  53. top: 55px;
  54. left: 55px;
  55. z-index: 1;
  56. background:#F3F3F3;
  57. -webkit-transition: all 1s;
  58. transition: all 1s;
  59. overflow: hidden;}
  60.  
  61. #innercircle1
  62. {
  63. height: 300px;
  64. width: 300px;
  65. overflow: hidden;
  66. background: transparent;
  67. opacity: 1;
  68. overflow: hidden;
  69. }
  70.  
  71. #innercircle2:hover {opacity: 1;}
  72.  
  73. #innercircle2
  74. {border: 0px solid black;
  75. height: 226px;
  76. width: 220px;
  77. margin-top: 35px;
  78. margin-left: 50px;
  79.  
  80. opacity: 0;
  81. overflow: auto;
  82. padding-right: 50px;
  83. -webkit-transition: opacity 1s;
  84. transition: opacity 1s;}
  85.  
  86.  
  87. #topleftdiv {position: absolute;
  88. height: 160px;
  89. width: 160px;
  90. border: 0px solid green;
  91. top:0px;
  92. left:0px;
  93. overflow: hidden;
  94. }
  95.  
  96. #bottomrightdiv {position: absolute;
  97. height: 160px;
  98. width: 160px;
  99. border: 0px solid green;
  100. right: 0px;
  101. bottom: 0px;
  102. overflow: hidden;}
  103.  
  104. #bottomleftdiv {position: absolute;
  105. height: 160px;
  106. width: 160px;
  107. border: 0px solid blue;
  108. left: 0px;
  109. bottom: 0px;
  110. overflow: hidden;}
  111.  
  112. #toprightdiv {position: absolute;
  113. height: 160px;
  114. width: 160px;
  115. border: 0px solid blue;
  116. top: 0px;
  117. right: 0px;
  118. overflow: hidden;}
  119.  
  120. #linkbox {position: absolute;
  121. height: 150px;
  122. width: 240px;
  123. top: 0px;
  124. left: -40px;
  125. transform:rotate(-47deg);
  126. background: #D16AA3;
  127. box-sizing: border-box;
  128. padding-top: 60px;
  129. text-align: center;
  130. letter-spacing: 10px;
  131. -webkit-transition: border 2s, color 1s 1s;
  132. transition: border 2s, color 1s 1s;
  133. }
  134.  
  135. #linkbox2{
  136. position: absolute;
  137. height: 150px;
  138. width: 240px;
  139. top: 0px;
  140. left: -40px;
  141. transform:rotate(45deg);
  142. background: #531C44;
  143. box-sizing: border-box;
  144. padding-top: 60px;
  145.  
  146. text-align: center;
  147. letter-spacing: 10px;
  148. -webkit-transition: border 2s, color 1s;
  149. transition: border 2s, color 1s 1s;}
  150.  
  151. #linkbox3{
  152. position: absolute;
  153. height: 150px;
  154. width: 240px;
  155. top: 0px;
  156. left: -40px;
  157. transform:rotate(-135deg);
  158. background: #531C44;
  159. box-sizing: border-box;
  160. padding-top: 50px;
  161. text-align: center;
  162. letter-spacing: 10px;
  163. -webkit-transition: border 2s, color 1s 1s;
  164. transition: border 2s, color 1s 1s;}
  165.  
  166. #linkbox4 {
  167. position: absolute;
  168. height: 150px;
  169. width: 240px;
  170. top: 10px;
  171. left: -40px;
  172. transform:rotate(135deg);
  173. background: #D16AA3;
  174. box-sizing: border-box;
  175. padding-top: 60px;
  176. text-align: center;
  177. letter-spacing: 10px;
  178. -webkit-transition: border 2s, color 1s 1s;
  179. transition: border 2s, color 1s 1s;
  180. }
  181.  
  182. #linkbox, #linkbox2, #linkbox3,
  183. #linkbox4{
  184. border-left: 119px solid black;
  185. border-right: 119px solid black;
  186. color: transparent;}
  187.  
  188. #linkbox:hover,#linkbox2:hover,
  189. #linkbox3:hover,#linkbox4:hover{
  190. border-right: 0px solid black;
  191. border-left: 0px solid black;
  192. color: black;}
  193.  
  194. #topbar {position: absolute;
  195. top: 0px;
  196. left: 0px;
  197. right: 0px;
  198. height: 20px;
  199. background: #DD619F;}
  200. #bottombar {position:absolute;
  201. bottom: 0px;
  202. left: 0px;
  203. right: 0px;
  204. height: 20px;
  205. background: #DD619F;}
  206.  
  207. #nametitle {
  208. position: absolute;
  209. bottom: 100px;
  210. left: 150px;
  211. width: 600px;
  212. font-size: 50pt;
  213.  
  214. </style>
  215.  
  216. <div id="whole">
  217. <div id="topbar">
  218. </div>
  219. <div id="bottombar">
  220. </div>
  221.  
  222. <div id="nametitle">
  223. Name Goes Here.</div>
  224.  
  225. <div id="circlediv">
  226. <div id="innercircle">
  227.  
  228. <a name="section1"></a><div id="innercircle1">
  229. <div id="innercircle2">
  230. First. ndustry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
  231. </div>
  232. </div>
  233.  
  234. <a name="section2"></a><div id="innercircle1">
  235. <div id="innercircle2">
  236. Second. ndustry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
  237. </div>
  238. </div>
  239.  
  240. <a name="section3"></a><div id="innercircle1">
  241. <div id="innercircle2">
  242. Third.
  243. ndustry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
  244. </div>
  245. </div>
  246.  
  247. <a name="section4"></a><div id="innercircle1">
  248. <div id="innercircle2">
  249. Fourth.
  250. ndustry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
  251.  
  252.  
  253. </div>
  254. </div>
  255.  
  256.  
  257. </div>
  258.  
  259. <a href=#section1><div id="topleftdiv">
  260. <div id="linkbox">
  261. Section1
  262. </div>
  263. </div></a>
  264.  
  265. <a href=#section2><div id="toprightdiv">
  266. <div id="linkbox2">
  267. Section2
  268. </div>
  269. </div></a>
  270.  
  271. <a href=#section3><div id="bottomleftdiv">
  272. <div id="linkbox3">
  273. Section3
  274. </div>
  275. </div></a>
  276.  
  277. <a href=#section4><div id="bottomrightdiv">
  278. <div id="linkbox4">
  279. Section4
  280. </div>
  281. </div></a>
  282.  
  283. </div>
  284.  
  285.  
  286.  
  287.  
  288. </div>
Advertisement
Add Comment
Please, Sign In to add comment