Advertisement
irislyts

057

Jan 12th, 2021 (edited)
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.62 KB | None | 0 0
  1. ---- About me
  2.  
  3. <style type="text/css">
  4.  
  5. @import url('https://fonts.googleapis.com/css2?family=Dancing+Script&family=Oswald:wght@300&display=swap');
  6.  
  7. font, td, table, body, p, div, li, .text { font-family: georgia;
  8. font-size: 9px;
  9. line-height: ;
  10. letter-spacing: 0px;
  11. font-weight: light;
  12. color: #000000; }
  13.  
  14. a, a font, a:link, a:visited, a.navbar, a.navbar:link, a.navbar:visited, a.man, a.man:link, a.man:visited, a.man font, a.redlink, a.redlink:visited { color: #444444;
  15. font-size: 9px;
  16. font-weight: normal;
  17. font-style: normal;
  18. text-decoration: none;
  19. text-transform: none;
  20. font-family: georgia; }
  21.  
  22. a:hover, a:hover font, a:active, a.navbar:hover, a.navbar:active, a.man:hover, a.man:active, a.man:hover font, a.searchlinkSmall:hover, a.searchlinkSmall:active, a.redlink:hover, a.redlink:hover { color: #888888;
  23. font-size: 9px;
  24. font-weight: normal;
  25. font-style: normal;
  26. text-decoration: none;
  27. text-transform: none;
  28. font-family: georgia; }
  29.  
  30. a.conn:active, a.conn:link, a.conn:visited { font-size: 10px;
  31. font-weight: bold;
  32. font-style: none;
  33. color: #000000;
  34. font-family: cambria;
  35. margin: 2px;
  36. line-height: 16px;
  37. background-color: #f7c08b;
  38. display: block;
  39. text-align: center;
  40. text-transform: uppercase; }
  41.  
  42. a.conn:hover { background-color: #FFFFFF;
  43. color: #000000; }
  44.  
  45. a.navi:active, a.navi:link, a.navi:visited { width: auto;
  46. height: 10px;
  47. font-size: 9px;
  48. font-weight: none;
  49. font-style: none;
  50. color: #957b10;
  51. font-family: georgia;
  52. background-color: #f3e5d8;
  53. display: inline-block;
  54. margin-right: 1px;
  55. padding: 4px;
  56. text-align: center;
  57. text-transform: none;
  58. border-bottom: 1px solid #f3c6c6; }
  59.  
  60. a.navi:hover { color: #666666;
  61. font-style: italic; }
  62.  
  63. b { font-family: georgia;
  64. font-size: 9px;
  65. line-height: 10px;
  66. color: #fda23e; }
  67.  
  68. i { font-family: georgia;
  69. font-size: 9px;
  70. line-height: 10px;
  71. color: #f7c08b; }
  72.  
  73. h1 { font-family: georgia;
  74. font-size: 14px;
  75. font-weight: normal;
  76. font-style: italic;
  77. color: #fead5d;
  78. text-shadow: 1px 1px #666666;
  79. border-bottom: 1px dashed #fead5d;
  80. text-align: right;
  81. margin: 4px 4px 6px 2px;
  82. padding-bottom: 2px; }
  83.  
  84. h2 { font-family: 'Dancing Script', cursive;
  85. font-size: 30px;
  86. font-weight: normal;
  87. font-style: italic;
  88. color: #ec821e;
  89. text-shadow: 1px 1px #FFFFFF;
  90. text-align: left;
  91. margin: 4px 4px -4px 40px; }
  92.  
  93. h3 { font-family: 'Oswald', sans-serif;
  94. font-size: 16px;
  95. font-weight: normal;
  96. color: #efe2d5;
  97. text-shadow: 1px 1px #a08106;
  98. text-align: center;
  99. margin: 0px 0px 8px 0px; }
  100.  
  101. h4 { font-family: 'Oswald';
  102. font-size: 12px;
  103. font-weight: normal;
  104. font-style: none;
  105. color: #000000;
  106. background-color: #f7c08b;
  107. text-align: left;
  108. margin: 10px 38px;
  109. padding: 6px; }
  110.  
  111. h5 { font-family: 'Dancing Script', cursive;
  112. font-size: 20px;
  113. font-weight: normal;
  114. font-style: italic;
  115. color: #d27c74;
  116. text-shadow: 1px 1px #000000;
  117. text-align: center;
  118. display: block;
  119. margin: 4px 0px; }
  120.  
  121. .banner { width: 314px;
  122. height: 130px;
  123. margin-left: 43px; }
  124.  
  125. .icon { width: 78px;
  126. height: 78px;
  127. border-radius: 100%;
  128. border: 2px solid #FFFFFF;
  129. margin: 0px; }
  130.  
  131. .twt { position: fixed;
  132. top: 0px;
  133. left: 0px;
  134. width: 400px;
  135. height: 100%;
  136. background-color: #FFFFFF;
  137. background-image: url('https://i.imgur.com/bOk2Xup.png');
  138. overflow: hidden; }
  139.  
  140. .post { width: 310px;
  141. height: 165px;
  142. font-family: georgia;
  143. font-size: 9px;
  144. color: #555555;
  145. text-align: left;
  146. background-color: #FFFFFF;
  147. margin-left: 43px;
  148. overflow: auto;
  149. padding: 2px; }
  150.  
  151. .posttwo { width: 222px;
  152. height: 80px;
  153. font-family: georgia;
  154. font-size: 9px;
  155. color: #555555;
  156. text-align: left;
  157. background-color: #FFFFFF;
  158. margin: 0px 8px 0px 43px;
  159. float: left;
  160. padding: 2px;
  161. overflow: auto; }
  162.  
  163. .postthree { width: 310px;
  164. height: 90px;
  165. font-family: georgia;
  166. font-size: 9px;
  167. color: #555555;
  168. text-align: left;
  169. background-color: #FFFFFF;
  170. margin-left: 43px;
  171. overflow: auto;
  172. padding: 2px; }
  173.  
  174. .postfour { width: 416px;
  175. height: auto;
  176. background-color: #f3e5d8;
  177. margin: 10px 10px;
  178. padding: 2px;
  179. border-radius: 4px; }
  180.  
  181. .background { position: fixed;
  182. top: 50%;
  183. left: 500px;
  184. width: 440px;
  185. height: 260px;
  186. margin-top: -130px;
  187. overflow: auto; }
  188.  
  189. .nav { position: fixed;
  190. top: 70px;
  191. left: 400px;
  192. width: 60px;
  193. height: 330px; }
  194.  
  195. body { background-color: #FFFFFF;
  196. background-image: ();
  197. background-attachment: fixed;
  198. background-repeat: repeat;
  199. position: absolute; }
  200.  
  201. table, tr, td { background-color: transparent; border: none; }
  202. td.text table { position: relative; top: -11px; margin-bottom: 0px; }
  203. td.text table table { position: static; }
  204. table { position: relative; }
  205. table table { margin-left: 0px; }
  206. table table table table td { width: 0px; border: none; }
  207. table table table td { border: none; margin: 0px; padding: 0px; }
  208. table table br { display:none; margin :0px; padding: 0px; }
  209. table table table br { display :block; margin: 0px; padding: 0px; }
  210. table table table table { border: none; margin: 0; padding: 0; }
  211. table table table { background-image: url();
  212. background-color: ;
  213. margin-top: 5px;
  214. margin-left: -10px; }
  215.  
  216. .profileinfo td.text { visibility: visible;
  217. font-family: consolas;
  218. color: #000000;
  219. font-size: 10px;
  220. font-weight: none;
  221. text-decoration: none;
  222. line-height: 8px;
  223. text-transform: none;
  224. letter-spacing: 0px; }
  225. .profileinfo { left: 0px; margin: 0px 0px -15px 0px; }
  226. .profileInfo td td { visibility: hidden; }
  227. .profileInfo td.text a img { visibility: visible; }
  228. table.profileInfo table td { white-space: wrap !important; }
  229.  
  230. .contactTable { display: none; }
  231. .latestBlogEntry { display: none; }
  232. .userProfileDetail { display: none; }
  233. .extendednetwork { display: none; }
  234. .userProfileURL { display: none; }
  235. .userProfileSchool { display: none; }
  236. .friendSpace { display: none; }
  237. .orangetext15 { display: none; }
  238. .whitetext12 { display: none; }
  239. .lightbluetext8 { display: none; }
  240. .blacktext12 { display: none; }
  241. .Hide Orange Bars and Text {rr}
  242. table div font {display: none; }
  243. td.text table { width: 100%; }
  244. .orangetext15{ display: none; }
  245. #footerWarpper { display: none; }
  246. .clearfix { display: none; }
  247. .profileInfo { display: none; }
  248. div td { display: none; }
  249.  
  250. ::-webkit-scrollbar {width: 2px;
  251. height: 0px;
  252. background: #EEEEEE; }
  253.  
  254. ::-webkit-scrollbar-thumb { background-color: #7a6305; }
  255.  
  256. </style>
  257.  
  258.  
  259.  
  260.  
  261.  
  262.  
  263.  
  264. ---- Like to meet
  265.  
  266. <div class="twt">
  267.  
  268. <h2>Character name</h2>
  269. <h3>Nifty quote here.</h3>
  270.  
  271. <img src="https://placehold.it/314x140" class="banner">
  272.  
  273. <div class="post">
  274. <h1>Legal</h1>
  275. <b>Birth name:</b> <br>
  276. <b>Nicknames:</b> <br>
  277. <b>Aliases:</b> <br>
  278. <b>Gender:</b> <br>
  279. <b>Gender role:</b> <br>
  280. <b>DOB:</b> <br>
  281. <b>Age:</b> <br>
  282. <b>Zodiac:</b> <br>
  283. <b>Blood type:</b> <br>
  284. <b>Religious affiliation:</b> <br>
  285. <b>Birth place:</b> <br>
  286. <b>Hometown:</b> <br>
  287. <b>Current residence:</b>
  288.  
  289. <br><br>
  290.  
  291. <h1>Career</h1>
  292. <b>Occupation:</b> <br>
  293. <b>Position:</b> <br>
  294. <b>Company:</b> <br>
  295. <b>Since:</b> <br>
  296. <b>Job description:</b> <br>
  297. <b>Other:</b>
  298.  
  299. <br><br>
  300.  
  301. <h1>Appearance & Speech</h1>
  302. <b>Hair style & color:</b> <br>
  303. <b>Eye color:</b> <br>
  304. <b>Height:</b> <br>
  305. <b>Weight:</b> <br>
  306. <b>Scars:</b> <br>
  307. <b>Birthmarks:</b> <br>
  308. <b>Piercings:</b> <br>
  309. <b>Tattoos:</b> <br>
  310. <b>Distinguishing characteristics:</b> <br>
  311. <b>Complexion:</b> <br>
  312. <b>Clothing style:</b> <br>
  313. <b>Jewelry:</b> <br>
  314. <b>Other:</b> <br>
  315. <b>Vocals:</b> <br>
  316. <b>Speech:</b>
  317.  
  318. <br><br>
  319.  
  320. <h1>Traits</h1>
  321. <b>Smoke/Drink/Drugs:</b> --/--/--.<br>
  322. <b>Languages:</b> <br>
  323. <b>Quirks:</b> <br>
  324. <b>Likes:</b> <br>
  325. <b>Dislikes:</b> <br>
  326. <b>Positive traits:</b> <br>
  327. <b>Negative traits:</b> <br>
  328. <b>Phobias:</b> <br>
  329. <b>Disorders:</b> <br>
  330. <b>Demeanor:</b> <br>
  331. <b>Behavior:</b>
  332.  
  333. <br><br>
  334.  
  335. <h1>Favorites</h1>
  336. <i>List your muses list of favorite things.</i>
  337.  
  338. <br><br>
  339.  
  340. <h1>Family</h1>
  341. <b>Children:</b> <br>
  342. <b>Parents:</b> <br>
  343. <b>Siblings:</b> <br>
  344. <b>Nieces & Nephews:</b> <br>
  345. <b>Aunts & Uncles:</b> <br>
  346. <b>Cousins:</b> <br>
  347. <b>Pets:</b> <br>
  348. <b>Other:</b>
  349.  
  350.  
  351. <br><br>
  352.  
  353. <h1>Facts</h1>
  354. <b>01.</b> <br>
  355. <b>02.</b> <br>
  356. <b>03.</b> <br>
  357. <b>04.</b> <br>
  358. <b>05.</b> <br>
  359. <b>06.</b> <br>
  360. <b>07.</b> <br>
  361. <b>08.</b>
  362. </div>
  363.  
  364. <h4>Love life</h4>
  365.  
  366. <div class="posttwo">
  367. <b>Orientation:</b> <br>
  368. <b>Relationship status:</b> <br>
  369. <b>Taken by:</b> <br>
  370. <b>Taken since:</b> <br>
  371. <b>Engaged since:</b> <br>
  372. <b>Married since:</b> <br>
  373. <b>Children together:</b> <br>
  374. <b>Past relationships:</b>
  375. </div>
  376.  
  377. <img src="https://placehold.it/78x78" class="icon">
  378.  
  379. <h4>Connections</h4>
  380.  
  381. <div class="postthree">
  382. <a href="/" class="conn">Connection name</a>
  383. <a href="/" class="conn">Connection name</a>
  384. <a href="/" class="conn">Connection name</a>
  385. <a href="/" class="conn">Connection name</a>
  386. <a href="/" class="conn">Connection name</a>
  387. <a href="/" class="conn">Connection name</a>
  388. <a href="/" class="conn">Connection name</a>
  389. <a href="/" class="conn">Connection name</a>
  390. <a href="/" class="conn">Connection name</a>
  391. <a href="/" class="conn">Connection name</a>
  392. <a href="/" class="conn">Connection name</a>
  393. <a href="/" class="conn">Connection name</a>
  394. <a href="/" class="conn">Connection name</a>
  395. <a href="/" class="conn">Connection name</a>
  396. <a href="/" class="conn">Connection name</a>
  397. <a href="/" class="conn">Connection name</a>
  398. </div>
  399.  
  400. </div>
  401.  
  402. <div class="nav">
  403. <a href="/home.php" class="navi">Home</a><br>
  404. <a href="/add_comment.php?member_id=xxx" class="navi">Comment</a><br>
  405. <a href="/send_message.php?member_id=xxx" class="navi">Message</a><br>
  406. <a href="/albums.php?member_id=xxx" class="navi">Gallery</a><br>
  407. <a href="/status_stream.php?member_id=xxx" class="navi">Statuses</a><br>
  408. <a href="/view_journal_member.php?member_id=xxx" class="navi">Bulletins</a><br>
  409. <a href="/view_member_blog.php?member_id=xxx" class="navi">Blog</a><br>
  410. <a href="/irislyts" class="navi">Credit</a>
  411. </div>
  412.  
  413. <div class="background">
  414.  
  415. <div class="postfour">
  416. <h1>Header one</h1>
  417. <h2>Header two</h2>
  418. <h3>Header three</h3>
  419. <h4>Header four</h4>
  420. <h5>Header five</h5>
  421. </div>
  422.  
  423. <div class="postfour">
  424. <h1>Background</h1>
  425. Write as much as you want, this box will scroll. Write as much as you want, this box will scroll. Write as much as you want, this box will scroll. Write as much as you want, this box will scroll. Write as much as you want, this box will scroll. Write as much as you want, this box will scroll. Write as much as you want, this box will scroll. Write as much as you want, this box will scroll. Write as much as you want, this box will scroll. Write as much as you want, this box will scroll. Write as much as you want, this box will scroll. Write as much as you want, this box will scroll. Write as much as you want, this box will scroll. Write as much as you want, this box will scroll. Write as much as you want, this box will scroll. Write as much as you want, this box will scroll. Write as much as you want, this box will scroll. Write as much as you want, this box will scroll. Write as much as you want, this box will scroll. Write as much as you want, this box will scroll. Write as much as you want, this box will scroll. Write as much as you want, this box will scroll. Write as much as you want, this box will scroll. Write as much as you want, this box will scroll. Write as much as you want, this box will scroll. Write as much as you want, this box will scroll. Write as much as you want, this box will scroll. Write as much as you want, this box will scroll. Write as much as you want, this box will scroll. Write as much as you want, this box will scroll. Write as much as you want, this box will scroll. Write as much as you want, this box will scroll. Write as much as you want, this box will scroll. Write as much as you want, this box will scroll. Write as much as you want, this box will scroll. Write as much as you want, this box will scroll.
  426. </div>
  427.  
  428. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement