Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2019
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.80 KB | None | 0 0
  1. /**************ABOUT ME**************/
  2. <style>@import url('https://fonts.googleapis.com/css?family=Acme|BenchNine|Cuprum|Dosis|Josefin+Sans|Reem+Kufi|Satisfy');
  3.  
  4.  
  5.  
  6. body {
  7. background:#004d46;
  8. color:#ffffff;
  9. }
  10.  
  11. div, p, li, ul {
  12. font-family:BenchNine;
  13. font-size:12px;
  14. letter-spacing:1px;
  15. color:#ffffff;
  16. }
  17. p {margin:0px 0px 10px 0px;}
  18.  
  19. ::-webkit-scrollbar{
  20. width:3px;
  21.  
  22. }
  23.  
  24. ::-webkit-scrollbar-thumb{
  25. width:3px;
  26. background-color:004d46;
  27. }
  28.  
  29. .innerBox{
  30. overflow:auto;
  31. height:90%;
  32. text-align:justify;
  33. display:block;
  34. padding-right:5px;
  35. }
  36.  
  37. .innerBox2{
  38. overflow:auto;
  39. height:93%;
  40. text-align:justify;
  41. display:block;
  42. padding-right:5px;
  43. }
  44.  
  45. .bioBox{
  46. width:350px;
  47. height:130px;
  48. background:#52948b;
  49. position:fixed;
  50. left:50%;
  51. top:50%;
  52. margin-top:-300px;
  53. margin-left:-175px;
  54. padding:10px;
  55. }
  56.  
  57. .connectionBox{
  58. width: 200px;
  59. height:130px;
  60. background:#52948b;
  61. position:fixed;
  62. left:50%;
  63. top:50%;
  64. margin-left:-410px;
  65. margin-top:-300px;
  66. padding:10px;
  67. }
  68.  
  69. .leftImg{
  70. background:#52948b;
  71. position:fixed;
  72. left:50%;
  73. top:50%;
  74. margin-left:-410px;
  75. margin-top:-135px;
  76. padding:10px;
  77. }
  78.  
  79. .extraBox{
  80. width: 200px;
  81. height:215px;
  82. background:#52948b;
  83. position:fixed;
  84. left:50%;
  85. top:50%;
  86. margin-left:-410px;
  87. margin-top:0px;
  88. padding:10px;
  89. }
  90.  
  91.  
  92. .basicBox{
  93. width: 200px;
  94. height:215px;
  95. background:#52948b;
  96. position:fixed;
  97. left:50%;
  98. top:50%;
  99. margin-left:210px;
  100. margin-top:-300px;
  101. padding:10px;
  102. }
  103.  
  104. .rightImg{
  105. background:#52948b;
  106. position:fixed;
  107. left:50%;
  108. top:50%;
  109. margin-left:210px;
  110. margin-top:-50px;
  111. padding:10px;
  112. }
  113.  
  114. .loveBox{
  115. width: 200px;
  116. height: 130px;
  117. background:#52948b;
  118. position:fixed;
  119. left:50%;
  120. top:50%;
  121. margin-left:210px;
  122. margin-top:85px;
  123. padding:10px;
  124. }
  125.  
  126. .mainBox{
  127. width: 350px;
  128. height:350px;
  129. position:fixed;
  130. left:50%;
  131. top:50%;
  132. margin-left:-175px;
  133. margin-top:-145px;
  134. padding:10px;
  135. display: flex;
  136. justify-content: center;
  137. align-items: center;
  138. }
  139. .navi{
  140. width: 355px;
  141. position:fixed;
  142. left:50%;
  143. top:50%;
  144. margin-left:-176px;
  145. margin-top:210px;
  146. padding:10px;
  147. }
  148.  
  149. sub{
  150. color:white;
  151. font-family:Satisfy;
  152. font-size:25px;
  153. font-style:italic;
  154. width:350px;
  155. }
  156.  
  157. name{
  158. color:white;
  159. text-transform:uppercase;
  160. font-family:Reem Kufi;
  161. position:aboslute;
  162. width:350px;
  163. font-size:75px;
  164. line-height:60px;
  165. letter-spacing:10px;
  166. }
  167.  
  168. h1{
  169. color:white;
  170. text-transform:uppercase;
  171. font-family:Dosis;
  172. margin-top:0px;
  173. padding:0px;
  174. text-align:center;
  175. margin-bottom:10px;
  176. font-size:13px;
  177. border-right:20px solid #004d46;
  178. border-left:20px solid #004d46;
  179. line-height:3px;
  180. }
  181.  
  182.  
  183. a:link, a:visited, a:active{
  184. color:#fff;
  185. font-family:BenchNine;
  186. transition:.9s;
  187. }
  188.  
  189. a:hover{
  190. transition:.9s;
  191. color:#004d46;
  192. }
  193.  
  194.  
  195. a#navigation:link, a#navigation:visited, a#navigation:active {
  196. margin:5px;
  197. color:128177;
  198. display:inline-block;
  199. text-transform:uppercase;
  200. font-family:josefin sans;
  201. font-weight:bold;
  202. text-decoration:none;
  203. font-size:12px;
  204. }
  205.  
  206. a#navigation:hover{
  207. transition:.9s;
  208. color:#fff;
  209. }
  210.  
  211. a#friend:link, a#friend:visited, a#friend:active{
  212. display:block;
  213. text-decoration:none;
  214. background:#004d46;
  215. margin:1px;
  216. width:100%;
  217. text-align:center;
  218. }
  219.  
  220. a#friend:hover{
  221. background-color:#128177;
  222. }
  223.  
  224.  
  225. a#navigation:after {
  226. display: block;
  227. content: '';
  228. border-bottom: solid 2px #fff;
  229. text-shadow: 3px 2px 3px #92292c;
  230. transform: scaleX(0);
  231. transition: transform 400ms ease-out;
  232. }
  233.  
  234. a#navigation:hover:after {transform: scaleX(1); }
  235.  
  236.  
  237.  
  238.  
  239.  
  240. /*HIDE CODES*/
  241.  
  242.  
  243. .userAlbums {
  244. display:none;
  245. }
  246. .extendedNetwork {
  247. display:none;
  248. }
  249. .latestBlogEntry {
  250. display:none;
  251. }
  252. .latestBlogEntry {
  253. display:none;
  254. }
  255. .whitetext12{
  256. visibility:hidden;
  257. display:none;
  258. }
  259. .orangetext15{
  260. visibility:hidden;
  261. display:none;
  262. }
  263. .lightbluetext8{
  264. visibility:hidden;
  265. display:none;
  266. }
  267. td.text td.text{
  268. background-color:transparent;
  269. }
  270. td.text table {
  271. background-color:transparent;
  272. }
  273. table.interestsanddetails span.lightbluetext8, table.interestsanddetails td.text {
  274. display:none;
  275. }
  276. table.interestsanddetails td {
  277. width:0px;
  278. padding:0px;
  279. }
  280. table.interestsanddetails td td {
  281. background-color: transparent!important;
  282. }
  283. table.interestsanddetails, table.interestsanddetails td {
  284. border:none!important;
  285. }
  286. .contactTable {
  287. display: none;
  288. }
  289. .clearfix {
  290. margin-top: -100px;
  291. }
  292. table div font {
  293. display: none;
  294. }
  295. .userProfileURL {
  296. display:none;
  297. }
  298. .friendspace{
  299. display:none
  300. }
  301. .friendsComments {
  302. display:none;
  303. }
  304. .profileInfo{
  305. display:none;
  306. }
  307. .nametext {
  308. display:none;
  309. }
  310. div div table div, div.clearfix a, input {
  311. display:none;
  312. }
  313. div.clearfix table div div {
  314. display:block;
  315. }
  316. .userProfileDetail {
  317. display:none;
  318. }
  319. table.profileInfo * {
  320. background-color:transparent;
  321. }
  322. table.profileInfo td td {
  323. letter-spacing:-100px;
  324. font-size:0px;
  325. }
  326. table.profileInfo td td.text, table.profileInfo td td * {
  327. font-size:11px;
  328. letter-spacing:0px;
  329. }
  330. table.profileInfo td td a {
  331. display:none;
  332. }
  333. table.profileInfo td td.text * {
  334. display:inline;
  335. }
  336. table#profileV1Main td {
  337. background-color:transparent
  338. }
  339.  
  340.  
  341.  
  342. </style>
  343.  
  344.  
  345.  
  346.  
  347. /***********LIKE TO MEET***********/
  348. <div class="bioBox">
  349. <h1>Bio</h1>
  350. <div class="innerBox">
  351. <img src="https://i.imgur.com/gdHWw1k.jpg" width="70" height="70" style="float:left;margin-right:10px;">
  352. <p><a href="/">Link</a>
  353. Let's build an almighty mountain. Just a little indication. I guess I'm a little weird. I like to talk to trees and animals. That's okay though; I have more fun than most people.</p>
  354.  
  355. <p>Let's just drop a little Evergreen right here. Let's do that again. Maybe there's a happy little bush that lives right there. A beautiful little sunset. If what you're doing doesn't make you happy - you're doing the wrong thing.</p>
  356.  
  357. <p>There isn't a rule. You just practice and find out which way works best for you. It is a lot of fun. If you don't like it - change it. It's your world. There we go.</p>
  358. </div>
  359. </div>
  360.  
  361. <div class="ConnectionBox">
  362. <h1>Connections</h1>
  363. <div class="innerBox">
  364. <a href="/" id="friend">connection</a>
  365. <a href="/" id="friend">connection</a>
  366. <a href="/" id="friend">connection</a>
  367. <a href="/" id="friend">connection</a>
  368. <a href="/" id="friend">connection</a>
  369. <a href="/" id="friend">connection</a>
  370. <a href="/" id="friend">connection</a>
  371. <a href="/" id="friend">connection</a>
  372. </div>
  373. </div>
  374.  
  375. <div class="leftImg">
  376. <img src="https://i.imgur.com/dqEwjQV.jpg?1" width="200" height="100">
  377. </div>
  378.  
  379. <div class="extraBox">
  380. <h1>extra</h1>
  381. <div class="innerBox2">
  382. <img src="https://i.imgur.com/gdHWw1k.jpg" width="70" height="70" style="float:right;margin-left:10px;">
  383.  
  384. <p>Let's build an almighty mountain. Just a little indication. I guess I'm a little weird. I like to talk to trees and animals. That's okay though; I have more fun than most people.</p>
  385.  
  386. <p>There isn't a rule. You just practice and find out which way works best for you. Everybody needs a friend. Painting should do one thing. It should put happiness in your heart. There we go. Little short strokes. Just go back and put one little more happy tree in there.</p>
  387.  
  388. <p>Everything's not great in life, but we can still find beauty in it. This painting comes right out of your heart. This present moment is perfect simply due to the fact you're experiencing it. I'm sort of a softy, I couldn't shoot Bambi except with a camera. Isn't that fantastic that you can make whole mountains in minutes? We'll have a super time.</p>
  389.  
  390. <p>Everything is happy if you choose to make it that way. Even trees need a friend. We all need friends. Now we'll take the almighty fan brush. Let's just drop a little Evergreen right here. You don't have to spend all your time thinking about what you're doing, you just let it happen.</p>
  391.  
  392. <p>Without washing the brush, I'm gonna go right into some Van Dyke Brown, some Burnt Umber, and a little bit of Sap Green. God gave you this gift of imagination. Use it. Maybe there's a happy little waterfall happening over here. You have to make almighty decisions when you're the creator. It's all a game of angles.</p>
  393.  
  394. <p>Every single thing in the world has its own personality - and it is up to you to make friends with the little rascals. We have a fantastic little sky! That's the way I look when I get home late; black and blue. Every highlight needs its own personal shadow. There it is. We don't have to be committed. We are just playing here.</p>
  395. </div></div>
  396.  
  397. <div class="basicBox">
  398. <h1>basic info</h1>
  399. <div class="innerBox2">
  400. <img src="https://i.imgur.com/gdHWw1k.jpg" width="70" height="70" style="float:right;margin-left:10px;">
  401.  
  402. <p>Let's build an almighty mountain. Just a little indication. I guess I'm a little weird. I like to talk to trees and animals. That's okay though; I have more fun than most people.</p>
  403.  
  404. <p>There isn't a rule. You just practice and find out which way works best for you. Everybody needs a friend. Painting should do one thing. It should put happiness in your heart. There we go. Little short strokes. Just go back and put one little more happy tree in there.</p>
  405.  
  406. <p>Everything's not great in life, but we can still find beauty in it. This painting comes right out of your heart. This present moment is perfect simply due to the fact you're experiencing it. I'm sort of a softy, I couldn't shoot Bambi except with a camera. Isn't that fantastic that you can make whole mountains in minutes? We'll have a super time.</p>
  407.  
  408. <p>Everything is happy if you choose to make it that way. Even trees need a friend. We all need friends. Now we'll take the almighty fan brush. Let's just drop a little Evergreen right here. You don't have to spend all your time thinking about what you're doing, you just let it happen.</p>
  409.  
  410. <p>Without washing the brush, I'm gonna go right into some Van Dyke Brown, some Burnt Umber, and a little bit of Sap Green. God gave you this gift of imagination. Use it. Maybe there's a happy little waterfall happening over here. You have to make almighty decisions when you're the creator. It's all a game of angles.</p>
  411.  
  412. <p>Every single thing in the world has its own personality - and it is up to you to make friends with the little rascals. We have a fantastic little sky! That's the way I look when I get home late; black and blue. Every highlight needs its own personal shadow. There it is. We don't have to be committed. We are just playing here.</p>
  413. </div>
  414. </div>
  415.  
  416. <div class="rightImg">
  417. <img src="https://i.imgur.com/dqEwjQV.jpg?1" width="200" height="100">
  418. </div>
  419.  
  420. <div class="loveBox">
  421. <h1>Love</h1>
  422. <div class="innerBox">
  423. <img src="https://i.imgur.com/gdHWw1k.jpg" width="70" height="70" style="float:left;margin-right:10px;">
  424.  
  425. <p>Let's build an almighty mountain. Just a little indication. I guess I'm a little weird. I like to talk to trees and animals. That's okay though; I have more fun than most people.</p>
  426.  
  427. </div></div>
  428.  
  429. <div class="mainBox">
  430. <center>
  431. <sub>Everything's not great in life, </sub><br><br>
  432. <name>NAME HERE</name><br>
  433. <sub> but we can still find beauty in it.</sub>
  434. </div>
  435.  
  436. <div class="navi">
  437. <center>
  438. <a href="/" id="navigation" class="fromCenter">home</a>
  439. <a href="/send_message.php?member_id=######" id="navigation" class="fromCenter">message</a>
  440. <a href="/add_comment.php?member_id=######" id="navigation" class="fromCenter">comment</a>
  441. <a href="/gallery.php?member_id=######" id="navigation" class="fromCenter">photos</a>
  442. <a href="/status_stream.php?member_id=######" id="navigation" class="fromCenter">stream</a>
  443. </center>
  444. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement