Advertisement
conception

Nyxa

Feb 9th, 2016
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.36 KB | None | 0 0
  1. <div class="overlay">
  2. <div class="box" id="about">
  3. <h1>About </h1><b>bold</b> <i>italic</i> <s>strike</s> <u>underline</u> <a href="">Link</a>
  4. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus. Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus. Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna. Sed consequat, leo eget bibendum sodales, augue velit cursus nunc,
  5. </div>
  6.  
  7. <div class="box" id="friends"><h1>Favorite People</h1>
  8. <a href="/" class="friend"><img src="http://i.imgur.com/4ryDeuA.png" /></a><a href="/" class="friend"><img src="http://i.imgur.com/4ryDeuA.png" /></a><a href="/" class="friend"><img src="http://i.imgur.com/4ryDeuA.png" /></a><a href="/" class="friend"><img src="http://i.imgur.com/4ryDeuA.png" /></a><a href="/" class="friend"><img src="http://i.imgur.com/4ryDeuA.png" /></a><a href="/" class="friend"><img src="http://i.imgur.com/4ryDeuA.png" /></a><a href="/" class="friend"><img src="http://i.imgur.com/4ryDeuA.png" /></a><a href="/" class="friend"><img src="http://i.imgur.com/4ryDeuA.png" /></a><a href="/" class="friend"><img src="http://i.imgur.com/4ryDeuA.png" /></a><a href="/" class="friend"><img src="http://i.imgur.com/4ryDeuA.png" /></a>
  9. </div>
  10.  
  11. <div class="box" id="likes"><h1>Likes</h1>
  12. Your likes go here :p </div>
  13.  
  14. <div class="box" id="dislikes"><h1>Dislikes</h1>
  15. Your dislikes go here :p
  16. </div>
  17.  
  18. <div class="box" id="navi"><a href="http://vampirefreaks.com/profiles/home.php" class="navlink">VF Home</a><a href="http://vampirefreaks.com/user_comment.php?user=Nyxa&amp;rate=1" class="navlink">Comment</a><a href="http://vampirefreaks.com/profile_action.php?user=Nyxa" class="navlink">Friend</a><a href="http://vampirefreaks.com/journal/Nyxa" class="navlink">Journal</a><a href="http://vampirefreaks.com/gallery/Nyxa" class="navlink">Gallery</a><a href="/Voltage" class="navlink">Credit</a></div>
  19.  
  20. </div>
  21.  
  22. <style>
  23. .overlay {
  24. top: 50px;
  25. width: 655px;
  26. left: 590px;
  27. height: 440px;
  28. padding: 2px;
  29. border-radius: 5px;
  30. font-size: 11px;
  31. background: #332a2a;
  32. border: 3px solid #f22626;
  33. position: relative;
  34. }
  35.  
  36. .box {
  37. overflow: auto;
  38. padding: 4px;
  39. position: absolute;
  40. text-align: center;
  41. color: #f1f1f1;
  42. border-radius: 5px;
  43. font-size: 9pt;
  44. background-color: #101518;
  45. box-shadow: 1px 0px 20px #101518;
  46. }
  47.  
  48.  
  49. #about {
  50. top: 10px;
  51. left: 10px;
  52. width: 310px;
  53. height: 250px;
  54. }
  55.  
  56.  
  57. #friends {
  58. top: 10px;
  59. left: 338px;
  60. width: 303px;
  61. height: 195px;
  62. overflow: hidden;
  63. }
  64.  
  65.  
  66. #likes {
  67. top: 225px;
  68. left: 338px;
  69. width: 140px;
  70. height: 200px;
  71. }
  72.  
  73. #dislikes {
  74. top: 225px;
  75. left: 500px;
  76. width: 140px;
  77. height: 200px;
  78. }
  79.  
  80. #navi {
  81. top: 280px;
  82. left: 10px;
  83. height: 145px;
  84. width: 310px;
  85. }
  86. </style>
  87.  
  88. <style>
  89.  
  90. .navlink:link, .navlink:active, .navlink:visited {
  91. display: inline-block;
  92. width: 148px;
  93. line-height: 42px;
  94. height: 42px;
  95. font-size: 10pt;
  96. font-family: trebuchet ms;
  97. color: #eaeaea;
  98. background: #332a2a;
  99. margin: 1px;
  100. padding: 2px;
  101. }
  102.  
  103. .navlink:hover {
  104. display: inline-block;
  105. width: 148px;
  106. line-height: 42px;
  107. height: 42px;
  108. font-size: 10pt;
  109. font-family: trebuchet ms;
  110. color: #eaeaea;
  111. background: #f22626;
  112. margin: 1px;
  113. padding: 2px;
  114. }
  115.  
  116. html, body {
  117. background-color: #010101;
  118. background-image: url('http://i.imgur.com/fQf02g8.png');
  119. background-attachment: fixed;
  120. background-size: auto;
  121. background-position: top left;
  122. background-repeat: no-repeat;
  123. color: #eaeaea; }
  124.  
  125. h1 {
  126. color: #f22626;
  127. border-bottom: 2px solid #f22626;
  128. border-top: 1px solid #f22626;
  129. text-shadow: 1px 1px 1px #020202;
  130. background: #e2e2e2;
  131. font-family: calibri;
  132. font-size: 14pt;
  133. font-style: italic;
  134. line-height: 15px;
  135. display: block;
  136. margin: 2px;
  137. border-radius: 3px 3px 0px 0px;
  138. text-transform: uppercase;
  139. font-weight: bolder;
  140. letter-spacing: 1px;
  141. text-align: center;
  142. }
  143.  
  144.  
  145. b {
  146. color: #f22626;
  147. font-family: calibri;
  148. text-transform: uppercase;
  149. font-size: 8pt;
  150. }
  151.  
  152. i {
  153. text-transform: none;
  154. font-family: georgia;
  155. color: #e2e2e2;
  156. text-shadow: 1px 1px 1px #f22626;
  157. font-size: 14px;
  158. letter-spacing: 1px;
  159. }
  160.  
  161. u {
  162. text-transform: none;
  163. border-bottom: 1px dashed #f22626;
  164. font-family: georgia;
  165. font-size: 11px;
  166. letter-spacing: 2px;
  167. }
  168.  
  169. s {
  170. color: #e2e2e2;
  171. }
  172.  
  173. a:link, .menu2, .menu2 a:link {
  174. color: #a22626;
  175. font-family: calibri;
  176. font-size: 12px;
  177. text-transform: uppercase;
  178. text-decoration: none;
  179. -webkit-transition: all 0.5s ease-out;
  180. -moz-transition: all 0.5s ease-out;
  181. }
  182.  
  183. a:visited, .menu2 a:visited {
  184. color: #a22626;
  185. text-transform: uppercase;
  186. font-family: calibri;
  187. font-size: 12px;
  188. text-decoration: none;
  189. }
  190.  
  191. a:hover, .menu, .menu a:link, .menu a:visited {
  192. color: #7b2626;
  193. text-decoration: none;
  194. font-family: calibri;
  195. font-size: 12px;
  196. text-transform: uppercase;
  197. background: transparent;
  198. -webkit-transition: all 0.5s ease-out;
  199. -moz-transition: all 0.5s ease-out;
  200. }
  201.  
  202. .googleads.center {position: absolute; top: 90%;}
  203.  
  204. .googleactiveviewclass, .side_td {position: absolute; left: 1000px;}
  205.  
  206. ::-webkit-scrollbar { width: 2px; background: transparent; }
  207.  
  208. ::-webkit-scrollbar-track-piece { background: transparent; width:1px; border: none; overflow:hidden; -webkit-border-radius:100px; }
  209.  
  210. ::-webkit-scrollbar-thumb{ -webkit-border-radius:0px; background: #e2e2e2; width:5px; border:none; }
  211.  
  212. ::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment {height:5px; display: block; background-color:transparent; -webkit-border-radius:100px; border:none;
  213. -webkit-transition: all 0.5s ease-out;
  214. -moz-transition: all 0.5s ease-out;}
  215.  
  216. ::-webkit-scrollbar-thumb:hover, ::-webkit-scrollbar-button:start:decrement:hover, ::-webkit-scrollbar-button:end:increment:hover{background-color:#e2e2e2; cursor:hand;}
  217.  
  218. ::-webkit-scrollbar-button:start:decrement:active, ::-webkit-scrollbar-button:end:increment:active{background:transparent;}
  219.  
  220. .friend img {
  221. background: #101518;
  222. border: 2px solid #f22626;
  223. padding: 2px;
  224. width: 48px;
  225. height: 72px;
  226. margin: 1px!important;
  227. margin-top: 1px;
  228. -webkit-transition: all 0.7s ease-out;
  229. -moz-transition: all 0.7s ease-out;
  230. }
  231.  
  232. .friend img:hover {
  233. background: #f22626;
  234. padding: 2px;
  235. margin: 1px!important;
  236. margin-top: 1px;
  237. border: 2px solid #101518;
  238. width: 48px;
  239. height: 72px;
  240. -webkit-transition: all 0.7s ease-out;
  241. -moz-transition: all 0.7s ease-out;
  242. }
  243.  
  244.  
  245. .maintop, .leftnav, .profilename, .profilepages, .topbar, .defaultpic, .thumbnail, .gallery, .videos, .userinfo, .journal_entry, .profile_title, .likes_title, .dislikes_title, .music_title, .buttons1, .buttons2, .buttons3, .friends, .rate, .comment_title, .comments, .tagline, .menu2, .profilepages, .footer_links { display: none; }
  246.  
  247. .main_content_title, #user_default_image, #user_profile_info_outer, #user_profile_info, .middle_panel, .profile_buttons, .friends-list, #user_newsfeed, .panel-footer, .panel-title, .panel-heading, #main-navbar, .top_commentbox {display: none; }
  248.  
  249. .panel-body, .user_profile_box {background: transparent; border: none;
  250. }
  251.  
  252. .panel-body, .user_profile_box {
  253. top: -100px;
  254. left: -400px;
  255. width:800px!important;
  256. height: 600px!important;
  257. background: transparent;
  258. border: none;
  259. }
  260.  
  261. #user_profile, .col-xs-12, #maincontent {float: left!important;}
  262.  
  263. .col-xs-12 {
  264. width: 600px!important;
  265. }
  266.  
  267. .user_profile_box {
  268. min-width: 1900px;
  269. }
  270. </style>
  271. <style>body, a:hover {cursor: url(http://cur.cursors-4u.net/cursors/cur-9/cur822.cur), progress !important;}</style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement