Advertisement
greekish24

2cljic

Sep 11th, 2023
28
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.86 KB | None | 0 0
  1. <style>
  2. @import url('https://fonts.googleapis.com/css?family=Raleway');
  3. @import url('https://fonts.googleapis.com/css?family=Grandiflora+One');
  4. @import url('https://fonts.googleapis.com/css?family=Figtree');
  5. @import url('https://fonts.googleapis.com/css?family=Pathway+Extreme');
  6. @import url('https://fonts.googleapis.com/css?family=Roboto+Mono');
  7.  
  8. /*BODY BACKGROUND*/
  9. body {
  10. background:#aeaeae;
  11. background-position:center;
  12. background-attachment:fixed;
  13. background-repeat:no-repeat;
  14. margin-left:0px;
  15. }
  16.  
  17. .section2 {
  18. position:absolute;
  19. top:0%;
  20. left:0%;
  21. margin-top:175px;
  22. margin-left:150px;
  23. width:250px;
  24. height:0px;
  25. padding:10px;
  26. word-spacing:1px;
  27. z-index:2222;
  28. overflow:hidden;
  29. opacity:0;
  30. filter: alpha(opacity=0.0);
  31. background-color: #141318;
  32. transition: all 0.7s ease-out;
  33. -moz-transition: all 0.7s ease-out;
  34. -webkit-transition: all 0.7s ease-out;
  35. }
  36.  
  37. .section2:target {
  38. width: 250px;
  39. height: 200px;
  40. padding:10px;
  41. z-index:3333;
  42. opacity:1;
  43. overflow:hidden;
  44. filter:alpha(opacity1);
  45. background-color: #6D5D6E;
  46. }
  47.  
  48. /*LINKS HERE*/
  49. a.first, a.first:link, a.first:active, a.first:visited {
  50. text-decoration:none;
  51. text-transform:uppercase;
  52. background:#4F4557;
  53. display:inline-block;
  54. float:left;
  55. padding:3px 2px;
  56. margin:1px 1px;
  57. font-family:'Figtree';
  58. font-size:9px;
  59. line-height:35px;
  60. width:17%;
  61. color:#F3DEBA;
  62. text-align:center;
  63. font-wight:lighter;
  64. }
  65. a.first:hover {
  66. background:#ABC4AA;
  67. color:#4F4557;
  68. transition: all 0.7s ease-out;
  69. -moz-transition: all 0.7s ease-out;
  70. -webkit-transition: all 0.7s ease-out;
  71. }
  72.  
  73. a.second, a.second:link, a.second:active, a.second:visited {
  74. text-decoration:none;
  75. text-transform:uppercase;
  76. background:#4F4557;
  77. display:inline-block;
  78. float:left;
  79. font-family:consolas;
  80. font-size:9px;
  81. color:#F3DEBA;
  82. width:49.5%;
  83. margin:-1px 1px 10px 0px;
  84. line-height:34px;
  85. }
  86.  
  87. a.second:hover {
  88. background:#ABC4AA;
  89. color:#4F4557;
  90. transition: all 0.7s ease-out;
  91. -moz-transition: all 0.7s ease-out;
  92. -webkit-transition: all 0.7s ease-out;
  93. }
  94.  
  95. a.third, a.third:link, a.third:active, a.third:visited {
  96. text-decoration:none;
  97. text-transform:uppercase;
  98. background:#4F4557;
  99. display:inline-block;
  100. float:left;
  101. font-family:consolas;
  102. font-size:9px;
  103. color:#F3DEBA;
  104. width:49.5%;
  105. margin:-1px 1px 10px 0px;
  106. line-height:30px;
  107. }
  108. a.third:hover {
  109. background:#ABC4AA;
  110. color:#4F4557;
  111. transition: all 0.7s ease-out;
  112. -moz-transition: all 0.7s ease-out;
  113. -webkit-transition: all 0.7s ease-out;
  114. }
  115.  
  116. /*MAIN TEXT*/
  117. .text, table, tr, td, p, div, li {
  118. font-family:Consolas;
  119. font-size:9px;
  120. line-height:10px;
  121. text-align:justify;
  122. color:#000;
  123. }
  124.  
  125. /*HEADING & DECOR FONT STYLES*/
  126. h1 {
  127. font-family:'Raleway';
  128. font-size:43px;
  129. line-height:40px;
  130. border-bottom:2px solid #F3DEBA;
  131. padding:5px 5px 5px 5px;
  132. color:#F3DEBA;
  133. text-transform:uppercase;
  134. font-weight:lighter;
  135. margin:-5px 5px 5px 5px;
  136. letter-spacing:-2px;
  137. }
  138.  
  139. h1 span {
  140. font-family:'Raleway';
  141. font-size:45px;
  142. line-height:40px;
  143. color:#A9907E;
  144. font-weight:bolder;
  145. }
  146.  
  147. h2 {
  148. font-family:'Raleway';
  149. font-size:21px;
  150. line-height:30px;
  151. border-bottom:2px solid #F3DEBA;
  152. padding:5px 5px 5px 5px;
  153. color:#F3DEBA;
  154. text-transform:uppercase;
  155. font-weight:lighter;
  156. margin:-5px 5px 5px 5px;
  157. letter-spacing:-2px;
  158. }
  159.  
  160. h2 span {
  161. font-family:'Raleway';
  162. font-size:24px;
  163. line-height:30px;
  164. color:#A9907E;
  165. font-weight:bolder;
  166. }
  167.  
  168. h3 {
  169. font-family:consolas;
  170. font-size:9px;
  171. line-height:10px;
  172. margin:5px 5px 3px 5px;
  173. padding:10px 10px;
  174. text-align:center;
  175. background:#4F4557;
  176. color:#ABC4AA;
  177. text-transform:uppercase;
  178. font-weight:lighter;
  179. word-spacing:0px;
  180. letter-spacing:1px;
  181. }
  182.  
  183. h3 span {
  184. color:#F3DEBA;
  185. font-weight:bolder;
  186. }
  187.  
  188. h4 {
  189. font-family:'Grandiflora One';
  190. font-size:15px;
  191. line-height:25px;
  192. text-align:center;
  193. color:#ABC4AA;
  194. text-transform:uppercase;
  195. letter-spacing:-.5px;
  196. background:#4F4557;
  197. }
  198.  
  199. h5 {
  200. font-family:consolas;
  201. font-size:9px;
  202. line-height:10px;
  203. margin:2px 2px 1px 2px;
  204. padding:5px 5px;
  205. text-align:center;
  206. background:#4F4557;
  207. color:#ABC4AA;
  208. text-transform:uppercase;
  209. font-weight:lighter;
  210. word-spacing:0px;
  211. letter-spacing:1px;
  212. }
  213.  
  214. h5 span {
  215. color:#F3DEBA;
  216. font-weight:bolder;
  217. }
  218.  
  219. b {
  220. font-family:'Pathway Extreme';
  221. font-size:8.5px;
  222. line-height:12px;
  223. text-transform:;
  224. font-weight:;
  225. color:#ABC4AA;
  226. }
  227.  
  228. strong {
  229. font-family:;
  230. font-size:;
  231. line-height:;
  232. text-transform:;
  233. font-weight:;
  234. color:;
  235. }
  236.  
  237. i {
  238. font-family:'Pathway Extreme';
  239. font-size:8.5px;
  240. line-height:12px;
  241. text-transform:;
  242. font-weight:;
  243. color:#ABC4AA;
  244. font-style:;
  245. }
  246.  
  247. em {
  248. font-family:;
  249. font-size:;
  250. line-height:;
  251. text-transform:;
  252. font-weight:;
  253. color:;
  254. font-style:;
  255. }
  256.  
  257. u {
  258. font-family:;
  259. font-size:;
  260. line-height:;
  261. text-transform:;
  262. font-weight:;
  263. background:#6D5D6E;
  264. color:#ABC4AA;
  265. }
  266.  
  267. tt {
  268. font-family:;
  269. font-size:;
  270. line-height:;
  271. text-transform:;
  272. font-weight:;
  273. color:;
  274. font-style:;
  275. }
  276.  
  277. first {
  278. font-family:'Figtree';
  279. font-size:27px;
  280. line-height:25px;
  281. text-transform:uppercase;
  282. font-weight:lighter;
  283. color:#ABC4AA;
  284. padding:10px 10px;
  285. width:15%;
  286. float:left;
  287. }
  288.  
  289. /*HIDE CODES*/
  290. .nametext{display:none;}
  291. .profile {display:none;}
  292. .profileInfo {display:none;}
  293. .contactTable {display:none;}
  294. .userProfileUrl{display:none;}
  295. .userProfileDetail{display:none;}
  296. .extendedNetwork{display:none;}
  297. .latestBlogEntry {display:none;}
  298. .orangetext15 {display:none;}
  299. .blurbs {display:none;}
  300. .friendSpace {display:none;}
  301. .bottom {display:none;}
  302. .friendsComments { display:none; }
  303. #ctl00_cpMain_ctl01_UserFriends1_Tr1{display:none;}
  304. #Status:Row {display:none;}
  305. #Groups {display:none;}
  306. #footerWarpper {display:none;}
  307. #headerWrap {display:none;}
  308. #leaderboard{display:none;}
  309. #Table1 {display:none;}
  310. #Table2 {display:none;}
  311. table,td,tr{padding:0px;width:;background-color:transparent;}
  312. table table div form {display:inline!important;}
  313. td.text td.text table{display:none;}
  314. table table table table td.text{display:none;}
  315. td.text td.text table{display:none;}
  316.  
  317. .rightcolb1 {
  318. position:absolute;
  319. background:#ccc;
  320. padding:5px;
  321. width:500px;
  322. height:100px;
  323. top:0%;
  324. left:0%;
  325. margin-top:100px;
  326. margin-left:600px;
  327. overflow:hidden;
  328. }
  329.  
  330. .rightcolb2 {
  331. position:absolute;
  332. background:#ccc;
  333. padding:5px;
  334. width:500px;
  335. height:500px;
  336. top:0%;
  337. left:0%;
  338. margin-top:220px;
  339. margin-left:600px;
  340. overflow:hidden;
  341. }
  342.  
  343.  
  344. .rightcolb3 {
  345. position:absolute;
  346. background:#ccc;
  347. padding:5px;
  348. width:500px;
  349. height:250px;
  350. top:0%;
  351. left:0%;
  352. margin-top:740px;
  353. margin-left:600px;
  354. overflow:hidden;
  355. }
  356.  
  357. .rightcolb4 {
  358. position:absolute;
  359. background:#ccc;
  360. padding:5px;
  361. width:500px;
  362. height:150px;
  363. top:0%;
  364. left:0%;
  365. margin-top:1010px;
  366. margin-left:600px;
  367. overflow:hidden;
  368. }
  369.  
  370. .rightcolb5 {
  371. position:absolute;
  372. background:#ccc;
  373. padding:5px;
  374. width:500px;
  375. height:250px;
  376. top:0%;
  377. left:0%;
  378. margin-top:1180px;
  379. margin-left:600px;
  380. overflow:hidden;
  381. }
  382.  
  383. .rightcolb6 {
  384. position:absolute;
  385. background:#ccc;
  386. padding:5px;
  387. width:500px;
  388. height:150px;
  389. top:0%;
  390. left:0%;
  391. margin-top:1450px;
  392. margin-left:600px;
  393. overflow:hidden;
  394. }
  395.  
  396. .rightcolb7 {
  397. position:absolute;
  398. background:#ccc;
  399. padding:5px;
  400. width:500px;
  401. height:250px;
  402. top:0%;
  403. left:0%;
  404. margin-top:1620px;
  405. margin-left:600px;
  406. overflow:hidden;
  407. }
  408.  
  409. .rightcolb8 {
  410. position:absolute;
  411. background:#ccc;
  412. padding:5px;
  413. width:500px;
  414. height:20px;
  415. top:0%;
  416. left:0%;
  417. margin-top:1890px;
  418. margin-left:600px;
  419. overflow:hidden;
  420. }
  421.  
  422. .rightcolb9 {
  423. position:absolute;
  424. background:#ccc;
  425. padding:5px;
  426. width:500px;
  427. height:250px;
  428. top:0%;
  429. left:0%;
  430. margin-top:1930px;
  431. margin-left:600px;
  432. overflow:hidden;
  433. }
  434.  
  435.  
  436.  
  437.  
  438.  
  439. .leftcolb1 {
  440. position:absolute;
  441. background:#ccc;
  442. padding:5px;
  443. width:300px;
  444. height:315px;
  445. top:0%;
  446. left:0%;
  447. margin-top:100px;
  448. margin-left:280px;
  449. overflow:hidden;
  450. }
  451.  
  452. .leftcolb2 {
  453. position:absolute;
  454. background:#ccc;
  455. padding:5px;
  456. width:300px;
  457. height:200px;
  458. top:0%;
  459. left:0%;
  460. margin-top:435px;
  461. margin-left:280px;
  462. overflow:hidden;
  463. }
  464.  
  465. .leftcolb3 {
  466. position:absolute;
  467. background:#ccc;
  468. padding:5px;
  469. width:300px;
  470. height:200px;
  471. top:0%;
  472. left:0%;
  473. margin-top:655px;
  474. margin-left:280px;
  475. overflow:hidden;
  476. }
  477.  
  478. .leftcolb4 {
  479. position:absolute;
  480. background:#ccc;
  481. padding:5px;
  482. width:300px;
  483. height:200px;
  484. top:0%;
  485. left:0%;
  486. margin-top:875px;
  487. margin-left:280px;
  488. overflow:hidden;
  489. }
  490.  
  491. .leftcolb5 {
  492. position:absolute;
  493. background:#ccc;
  494. padding:5px;
  495. width:300px;
  496. height:200px;
  497. top:0%;
  498. left:0%;
  499. margin-top:1095px;
  500. margin-left:280px;
  501. overflow:hidden;
  502. }
  503.  
  504. .leftcolb6 {
  505. position:absolute;
  506. background:#ccc;
  507. padding:5px;
  508. width:300px;
  509. height:200px;
  510. top:0%;
  511. left:0%;
  512. margin-top:1315px;
  513. margin-left:280px;
  514. overflow:hidden;
  515. }
  516.  
  517. .leftcolb7 {
  518. position:absolute;
  519. background:#ccc;
  520. padding:5px;
  521. width:300px;
  522. height:200px;
  523. top:0%;
  524. left:0%;
  525. margin-top:1535px;
  526. margin-left:280px;
  527. overflow:hidden;
  528. }
  529.  
  530. .leftcolb8 {
  531. position:absolute;
  532. background:#ccc;
  533. padding:5px;
  534. width:300px;
  535. height:200px;
  536. top:0%;
  537. left:0%;
  538. margin-top:1755px;
  539. margin-left:280px;
  540. overflow:hidden;
  541. }
  542.  
  543. .leftcolb9 {
  544. position:absolute;
  545. background:#ccc;
  546. padding:5px;
  547. width:300px;
  548. height:200px;
  549. top:0%;
  550. left:0%;
  551. margin-top:1975px;
  552. margin-left:280px;
  553. overflow:hidden;
  554. }
  555.  
  556. </style>
  557.  
  558. </table></td></tr></tbody></table><br><table width="300" bgcolor="ffcc99" border="0" bordercolor="ffffff" cellpadding="0" cellspacing="0"><tbody><tr><td><table width="300" align="left" bgcolor="ffffff" border="0" bordercolor="000000" cellpadding="0" cellspacing="0"><tbody><tr><td style="word-wrap: break-word;" valign="top" width="300" align="" bgcolor="ffffff">
  559.  
  560. <div class="rightcolb1"> name tag area/display name </div>
  561.  
  562. <div class="rightcolb2"> <img src="https://placehold.co/500" /> </div>
  563.  
  564. <div class="rightcolb3"> first about me w/image </div>
  565.  
  566. <div class="rightcolb4"> <img src="https://placehold.co/500x150" /> </div>
  567.  
  568. <div class="rightcolb5"> image with about me #2 </div>
  569.  
  570. <div class="rightcolb6"> <img src="https://placehold.co/500x150" /> </div>
  571.  
  572. <div class="rightcolb7"> love interest </div>
  573.  
  574. <div class="rightcolb8"> <img src="https://placehold.co/500x15" /> </div>
  575.  
  576. <div class="rightcolb9"> small area for connection and links </div>
  577.  
  578.  
  579.  
  580. </table></td></tr></tbody></table><br><table width="300" bgcolor="ffcc99" border="0" bordercolor="ffffff" cellpadding="0" cellspacing="0"><tbody><tr><td><table width="200" align="left" bgcolor="ffffff" border="0" bordercolor="000000" cellpadding="0" cellspacing="0"><tbody><tr><td style="word-wrap: break-word;" valign="top" width="200" align="" bgcolor="ffffff">
  581.  
  582. <div class="leftcolb1"> <img src="https://placehold.co/300x315" /> </div>
  583.  
  584. <div class="leftcolb2"> navigation urls </div>
  585.  
  586. <div class="leftcolb3"> basic info </div>
  587.  
  588. <div class="leftcolb4"> <img src="https://placehold.co/300x200" /> </div>
  589.  
  590. <div class="leftcolb5"> magic info </div>
  591.  
  592. <div class="leftcolb6"> <img src="https://placehold.co/300x200" /> </div>
  593.  
  594. <div class="leftcolb7"> hogwarts house </div>
  595.  
  596. <div class="leftcolb8"> <img src="https://placehold.co/300x200" /> </div>
  597.  
  598. <div class="leftcolb9"> extra section </div>
  599.  
  600. <div class="rightcolb9">small area for connection and links</div>
  601. </td>
  602. </tr>
  603. </tbody>
  604. </table>
  605. </td>
  606. </tr>
  607. </tbody>
  608. </table>
  609. <p></p>
  610. <table bgcolor="ffcc99" border="0" cellpadding="0" cellspacing="0" width="300">
  611. <tbody>
  612. <tr>
  613. <td>
  614. <table align="left" bgcolor="ffffff" border="0" cellpadding="0" cellspacing="0" width="200">
  615. <tbody>
  616. <tr>
  617. <td bgcolor="ffffff" style="word-wrap: break-word;" valign="top" width="200">
  618. <div class="leftcolb1"><img src="https://placehold.co/300x315" /></div>
  619. <div class="leftcolb2">navigation urls</div>
  620. <div class="leftcolb3">basic info</div>
  621. <div class="leftcolb4"><img src="https://placehold.co/300x200" /></div>
  622. <div class="leftcolb5">magic info</div>
  623. <div class="leftcolb6"><img src="https://placehold.co/300x200" /></div>
  624. <div class="leftcolb7">hogwarts house</div>
  625. <div class="leftcolb8"><img src="https://placehold.co/300x200" /></div>
  626. <div class="leftcolb9">extra section</div>
  627. </td>
  628. </tr>
  629. </tbody>
  630. </table>
  631. </td>
  632. </tr>
  633. </tbody>
  634. </table>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement