Advertisement
badbabylayouts

Tiri Dear

Jun 25th, 2021
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.83 KB | None | 0 0
  1. <STYLE>
  2. @import url('https://fonts.googleapis.com/css2?family=Sail&display=swap');
  3. @import url('https://fonts.googleapis.com/css2?family=Fredoka+One&display=swap');
  4.  
  5. body {
  6. margin:auto;
  7. overflow:hidden;
  8. background: #eee;
  9. cursor: url(https://cur.cursors-4u.net/others/oth-6/oth589.cur), auto !important;
  10. }
  11. .badbaby {
  12. position:fixed;
  13. bottom:20px;
  14. right:20px;
  15. z-index:99;
  16. }
  17. .badbaby img{
  18. height:85px;
  19. }
  20. a {
  21. text-decoration:none;
  22. }
  23. ::-webkit-scrollbar {display:none}
  24.  
  25. .grass1 {
  26. opacity:0.8;
  27. }
  28. a.returnlink {
  29. padding:10px;
  30. background-color:#fff;
  31. border-radius:10px;
  32. font-size:30px;
  33. font-family: 'Sail', cursive;
  34. font-weight:bold;
  35. color:#77886B;
  36. }
  37. a.returnlink:hover {color:#D82CD4;}
  38.  
  39. .MAINcontainer {
  40. position:absolute;
  41. left:0px;
  42. right:0px;
  43. top:0px;
  44. bottom:0px;
  45. bottom:0px;
  46. margin:auto;
  47. height:600px;
  48. width:921px;
  49. border:20px solid #fff;
  50. }
  51. .hello {
  52. position:absolute;
  53. margin-left:-200px;
  54. margin-top:-480px;
  55. }
  56. .INTROspeech {
  57. position:fixed;
  58. border-radius:12px;
  59. display:inline-block;
  60. margin-top:-580px;
  61. width:200px;
  62. height:150px;
  63. padding:20px;
  64. margin-left:160;
  65. position:relative;
  66. font-weight:bold;
  67. text-align:center;
  68. font-size:14px;
  69. border:10px solid #fff;
  70. background-color:#F8F0E2;
  71. color:#AE5448;
  72. text-align:justify;
  73. font-family: 'Fredoka One', cursive;
  74. z-index:999999999;
  75. }
  76. .INTROspeech:before {
  77. border:solid 12px transparent;
  78. border-left:solid 12px #fff;
  79. border-top:solid 12px #fff;
  80. bottom:-24px;
  81. content:"";
  82. left:24px;
  83. position:absolute;
  84. transform:skew(-15deg);
  85. }
  86. .INTROspeech:after {
  87. border:solid 10px transparent;
  88. border-left:solid 10px #F8F0E2;
  89. border-top:solid 10px #F8F0E2;
  90. bottom:-19px;
  91. content:"";
  92. left:27px;
  93. position:absolute;
  94. transform:skew(-15deg);
  95. }
  96. .INTROspeech a {
  97. font-weight:normal;
  98. color:#D1ADC9;
  99. }
  100. .INTROspeech a:hover {color:#FFFC7A;}
  101.  
  102. /*stats*/
  103.  
  104. #stats {
  105. opacity: 0.0;
  106. position:fixed;
  107. margin-top:-350px;
  108. margin-left:250px;
  109. width:255px;
  110. height:275px;
  111. text-align:justify;
  112. font-size:12px;
  113. z-index: 99;
  114. overflow:hidden;
  115. transition: all 0.4s ease-in-out;
  116. border-radius:12px;
  117. border:10px solid #fff;
  118. background-color:#F8F0E2;
  119. }
  120. #stats:target {
  121. z-index:99;
  122. opacity:1;
  123. overflow:hidden;
  124. transition: all 0.4s ease-in-out;
  125. z-index:99999999;
  126. }
  127. .STATSbox {
  128. width:250px;
  129. height:245px;
  130. overflow:auto;
  131. margin-top:10px;
  132. margin-left:10px;
  133. padding:5px;
  134. font-size:14px;
  135. }
  136. .STATSbox b {
  137. background-color:#FFF;
  138. padding:5px;
  139. margin-top:2px;
  140. margin-bottom:2px;
  141. display:inline-block;
  142. width:100px;
  143. text-align:center;
  144. border-radius:10px;
  145. color:#9BB2A0;
  146. box-shadow:-1px 1px 1px #ccc;
  147. font-family: 'Fredoka One', cursive;
  148. }
  149. .STATSbox i {
  150. background-color:#CEDEBB;
  151. padding:5px;
  152. margin:2px;
  153. margin-top:2px;
  154. margin-bottom:2px;
  155. display:inline-block;
  156. width:100px;
  157. color:#FFF;
  158. text-align:center;
  159. border-radius:10px;
  160. letter-spacing:1px;
  161. font-family: 'Fredoka One', cursive;
  162. text-transform:lowercase;
  163. }
  164. .WORDbasic {
  165. position:fixed;
  166. margin-left:360px;
  167. margin-top:-430px;
  168. font-size:80px;
  169. width:250px;
  170. font-family: 'Fredoka One', cursive;
  171. color:#fff;
  172. text-shadow:2px 2px 2px #000;
  173. }
  174. .WORDinformation1 {
  175. position:fixed;
  176. margin-left:250px;
  177. margin-top:-360px;
  178. font-size:80px;
  179. width:250px;
  180. color:#fff;
  181. font-family: 'Sail', cursive;
  182. text-shadow:2px 2px 2px #555;
  183. }
  184. /*personality*/
  185.  
  186. #personality {
  187. opacity: 0.0;
  188. position:fixed;
  189. margin-top:-540px;
  190. margin-left:420px;
  191. width:450px;
  192. height:650px;
  193. text-align:justify;
  194. font-size:12px;
  195. z-index: 99;
  196. overflow:hidden;
  197. transition: all 0.4s ease-in-out;
  198. }
  199. #personality:target {
  200. z-index:99;
  201. opacity:1;
  202. overflow:hidden;
  203. transition: all 0.4s ease-in-out;
  204. z-index:99999999;
  205. }
  206. .standing {
  207. position:fixed;
  208. margin-top:-100px;
  209. margin-left:150px;
  210. }
  211. .personalitybox {
  212. position:fixed;
  213. margin-top:200px;
  214. height:250px;
  215. width:260px;
  216. padding:20px;
  217. border-radius:12px;
  218. border:12px solid #fff;
  219. background-color:#F8F0E2;
  220. margin-left:-170px;
  221. font-family: 'Fredoka One', cursive;
  222. color:#63536B;
  223. font-size:14px;
  224. font-weight:bold;
  225. line-height:18px;
  226. }
  227. .personality2 {
  228. overflow:auto;
  229. height:250px;
  230. }
  231.  
  232. /*backstory*/
  233.  
  234. #BACKSTORY{
  235. opacity:0.0;
  236. background: linear-gradient(0deg, #DAEBB5 20%, #FAFAE0 60%);
  237. position:fixed;
  238. left:0px;
  239. right:0px;
  240. top:0px;
  241. bottom:0px;
  242. margin:auto;
  243. width:100%; height:100%;
  244. text-align:justify;
  245. font-size:12px;
  246. z-index: 9;
  247. overflow:hidden;
  248. transition: all 0.4s ease-in-out;
  249. }
  250. #BACKSTORY:target {
  251. z-index:999999999;
  252. opacity:1;
  253. overflow:hidden;
  254. transition: all 0.4s ease-in-out;
  255. z-index:999999999999999;
  256. }
  257. .BACKSTORYcontainer {
  258. position:absolute;
  259. left:0px;
  260. right:0px;
  261. top:0px;
  262. bottom:0px;
  263. bottom:0px;
  264. margin:auto;
  265. height:650px;
  266. width:870px;
  267. padding:20px;
  268. background-color:#fff;
  269. box-shadow:5px 5px 5px #ccc;
  270. }
  271. .BACKSTORYback1 {
  272. position:absolute;
  273. height:650px;
  274. width:270px;
  275. background-color:#714B51;
  276. margin-top:-650px;
  277. opacity:0.2;
  278. }
  279. .BACKSTORYback2 {
  280. position:absolute;
  281. background-color:#fff;
  282. width:190px;
  283. height:300px;
  284. margin-top:-400px;
  285. margin-left:20px;
  286. padding:20px;
  287. opacity:0.7;
  288. border-radius:20px;
  289. box-shadow:3px 3px 3px 3px #5A3B38;
  290. }
  291. .BACKSTORYtitle {
  292. position:absolute;
  293. background-color:#fff;
  294. padding:20px;
  295. font-size:56px;
  296. margin-top:-40px;
  297. font-weight:bold;
  298. font-family: 'Sail', cursive;
  299. color:#D05A68;
  300. text-shadow:1px 1px 1px #555;
  301. border-radius:20px;
  302. margin-left:9px;
  303. }
  304. .BACKSTORYcontent {
  305. position:absolute;
  306. width:190px;
  307. height:300px;
  308. margin-top:-380px;
  309. margin-left:40px;
  310. overflow:auto;
  311. text-align:justify;
  312. font-weight:bold;
  313. font-family: 'Fredoka One', cursive;
  314. color:#815F82;
  315. font-size:15px;
  316. line-height:19px;
  317. }
  318. .BACKSTORYcontent b {color:#EA9576;}
  319. .BACKSTORYcontent i {color:#F587DD;}
  320.  
  321. .backstoryRETURN {
  322. position:absolute;
  323. margin-top:-630px;
  324. margin-left:760px;
  325. }
  326. /*NSFW*/
  327.  
  328. #NSFW {
  329. opacity: 0.0;
  330. position:fixed;
  331. margin-top:20px;
  332. margin-left:270px;
  333. width:700px;
  334. height:400px;
  335. text-align:justify;
  336. font-size:12px;
  337. z-index: 99;
  338. overflow:hidden;
  339. transition: all 0.4s ease-in-out;
  340. }
  341. #NSFW:target {
  342. z-index:99;
  343. opacity:1;
  344. overflow:hidden;
  345. transition: all 0.4s ease-in-out;
  346. z-index:99999999;
  347. }
  348. .SIT {
  349. position:fixed;
  350. margin-left:20px;
  351. margin-top:-645px;
  352. z-index:2;
  353. }
  354. .SITONBOX {
  355. position:fixed;
  356. width:400px;
  357. height:200px;
  358. background-color:#F8F0E2;
  359. margin-top:-260px;
  360. margin-left:210px;
  361. border-radius:20px;
  362. border:10px solid #fff;
  363. }
  364. .KINKS {
  365. position:fixed;
  366. width:130px;
  367. height:140px;
  368. margin-left:340px;
  369. margin-top:-244px;
  370. overflow:auto;
  371. z-index:9;
  372. }
  373. .KINKS b {
  374. background-color:#FFF;
  375. padding:5px;
  376. margin-top:2px;
  377. margin-bottom:2px;
  378. display:inline-block;
  379. width:120px;
  380. text-align:center;
  381. color:#9BB2A0;
  382. font-family: 'Fredoka One', cursive;
  383. }
  384. .LIMITS {
  385. position:fixed;
  386. width:130px;
  387. height:140px;
  388. margin-left:476px;
  389. margin-top:-244px;
  390. overflow:auto;
  391. z-index:9;
  392. }
  393. .LIMITS b {
  394. background-color:#FFF;
  395. padding:5px;
  396. margin-top:2px;
  397. margin-bottom:2px;
  398. display:inline-block;
  399. width:120px;
  400. text-align:center;
  401. color:#E568C2;
  402. font-family: 'Fredoka One', cursive;
  403. }
  404. .KINKStitle {
  405. position:fixed;
  406. width:130px;
  407. margin-left:340px;
  408. text-align:center;
  409. font-size:40px;
  410. margin-top:-100px;
  411. font-family: 'Sail', cursive;
  412. font-weight:bold;
  413. color:#CF5B6F;
  414. }
  415. .LIMITStitle {
  416. position:fixed;
  417. width:130px;
  418. margin-left:476px;
  419. margin-top:-100px;
  420. font-family: 'Sail', cursive;
  421. font-weight:bold;
  422. font-size:40px;
  423. text-align:center;
  424. color:#CF5B6F;
  425. }
  426. .NSFWword {
  427. position:fixed;
  428. margin-top:-355px;
  429. margin-left:458px;
  430. color:#fff;
  431. font-size:60px;
  432. font-family: 'Fredoka One', cursive;
  433. text-transform:uppercase;
  434. text-shadow:2px 2px 2px #000;
  435. }
  436. .NSFWINFORMATIONword {
  437. position:fixed;
  438. margin-top:-300px;
  439. margin-left:440px;
  440. color:#fff;
  441. font-size:40px;
  442. font-family: 'Sail', cursive;
  443. text-transform:lowercase;
  444. text-shadow:2px 2px 2px #000;
  445. }
  446. /*ooc*/
  447.  
  448. #OOC {
  449. opacity: 0.0;
  450. position:fixed;
  451. margin-top: -340px;
  452. margin-left:250px;
  453. width:500px;
  454. text-align:justify;
  455. font-size:12px;
  456. z-index: 99;
  457. overflow:auto;
  458. transition: all 0.4s ease-in-out;
  459. }
  460. #OOC:target {
  461. z-index:99;
  462. opacity:1;
  463. overflow:hidden;
  464. transition: all 0.4s ease-in-out;
  465. z-index:99999999;
  466. }
  467. p {
  468. border:10px solid #fff;
  469. background-color:#F8F0E2;
  470. border-radius:10px;
  471. padding:10px;
  472. font-size:14px;
  473. font-family: 'Fredoka One', cursive;
  474. color:#9EB5A1;
  475. }
  476. .OOC2 {
  477. position:fixed;
  478. margin-left:300px;
  479. margin-top:-170px;width:250px;
  480. }
  481. .outof {
  482. position:fixed;
  483. margin-left:-10px;
  484. margin-top:100px;
  485. font-size:80px;
  486. width:250px;
  487. font-family: 'Fredoka One', cursive;
  488. color:#fff;
  489. text-shadow:2px 2px 2px #000;
  490. }
  491. .character {
  492. position:fixed;
  493. margin-left:50px;
  494. margin-top:160px;
  495. font-size:80px;
  496. width:250px;
  497. color:#fff;
  498. font-family: 'Sail', cursive;
  499. text-shadow:2px 2px 2px #555;
  500. }
  501.  
  502. </STYLE>
  503.  
  504. <BODY>
  505.  
  506. <div class="MAINcontainer">
  507. <img src="https://i.imgur.com/tzeIlKH.png" class="grass1" height="600">
  508. <img src="https://i.imgur.com/sLga2om.png" class="hello" height="600">
  509.  
  510.  
  511. <div class="INTROspeech">
  512. <div style="overflow:auto; height:150px;">
  513. hello! my name is _____ and i'm a deer!
  514. here are my <a href="#STATS">stats</a>.
  515. if you want to know what i'm like, then check out
  516. <a href="#PERSONALITY">my personality</a>.
  517. curious about my <a href="#BACKSTORY">my history</a>?
  518. maybe you just want to take a naughty <a href="#NSFW">peep</a> at me?
  519. thanks for stopping by. <a href="#OOC">goodbye!</a>
  520. </div></div>
  521.  
  522.  
  523.  
  524. <div class='STATS'>
  525. <div id='STATS'>
  526. <div class="STATSbox">
  527. <b>Stat</b> <i>Answer</i> <br>
  528. <b>Stat</b> <i>Answer</i> <br>
  529. <b>Stat</b> <i>Answer</i> <br>
  530. <b>Stat</b> <i>Answer</i> <br>
  531. <b>Stat</b> <i>Answer</i> <br>
  532. <b>Stat</b> <i>Answer</i> <br>
  533. <b>Stat</b> <i>Answer</i> <br>
  534. <b>Stat</b> <i>Answer</i> <br>
  535. <b>Stat</b> <i>Answer</i> <br>
  536. <b>Stat</b> <i>Answer</i> <br>
  537. <b>Stat</b> <i>Answer</i> <br>
  538. <b>Stat</b> <i>Answer</i> <br>
  539. </div>
  540.  
  541. <div class="WORDbasic">basic</div>
  542. <div class="WORDinformation1">information</div>
  543. </div></div>
  544.  
  545.  
  546.  
  547. <div class='PERSONALITY'>
  548. <div id='PERSONALITY'>
  549. <img src="https://i.imgur.com/HMyVmYz.png" class="standing" height="650">
  550. <div class="personalitybox">
  551. <div class="personality2">
  552. [DESCRIBE PERSONALITY OR APPEARANCE HERE ]
  553. Lorem ipsum dolor sit amet, consectetur adipiscing elit,
  554. sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
  555. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
  556. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
  557. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
  558. Lorem ipsum dolor sit amet, consectetur adipiscing elit,
  559. sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
  560. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
  561. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
  562. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
  563. </div>
  564. </div></div>
  565.  
  566.  
  567.  
  568. <div class='BACKSTORY'>
  569. <div id='BACKSTORY'>
  570. <div class="BACKSTORYcontainer">
  571. <img src="https://i.imgur.com/UjT42Uu.jpg" height="650">
  572. <div class="BACKSTORYback1"></div>
  573. <div class="BACKSTORYback2"></div>
  574. <div class="BACKSTORYtitle">backstory</div>
  575. <div class="BACKSTORYcontent">
  576. [BACKSTORY BOX ]
  577. <i>italic</i> <b>bold</b>
  578. Lorem ipsum dolor sit amet, consectetur adipiscing elit,
  579. sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
  580. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
  581. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
  582. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
  583. </div>
  584. <div class="backstoryRETURN"><a href="#" class="returnlink">return</a></div>
  585. </div>
  586. </div></div>
  587.  
  588.  
  589.  
  590. <div class='NSFW'>
  591. <div id='NSFW'>
  592. <div class="SIT"><img src="https://i.imgur.com/FQfxsBq.png" height="750"></div>
  593. <div class="SITONBOX"></div>
  594.  
  595. <div class="KINKS">
  596. <b>kink here</b>
  597. <b>kink here</b>
  598. <b>kink here</b>
  599. <b>kink here</b>
  600. <b>kink here</b>
  601. <b>kink here</b>
  602. <b>kink here</b>
  603. <b>kink here</b>
  604. <b>kink here</b>
  605. <b>kink here</b>
  606. <b>kink here</b>
  607. <b>kink here</b>
  608. <b>kink here</b>
  609. <b>kink here</b>
  610. <b>kink here</b>
  611. <b>kink here</b>
  612. </div>
  613.  
  614. <div class="LIMITS">
  615. <b>limit here</b>
  616. <b>limit here</b>
  617. <b>limit here</b>
  618. <b>limit here</b>
  619. <b>limit here</b>
  620. <b>limit here</b>
  621. <b>limit here</b>
  622. <b>limit here</b>
  623. <b>limit here</b>
  624. <b>limit here</b>
  625. <b>limit here</b>
  626. <b>limit here</b>
  627. <b>limit here</b>
  628. <b>limit here</b>
  629. <b>limit here</b>
  630. </div>
  631.  
  632.  
  633. <div class="KINKStitle">Kinks</div>
  634. <div class="LIMITStitle">Limits</div>
  635. <div class="NSFWword">nsfw</div>
  636. <div class="NSFWINFORMATIONword">information</div>
  637. </div></div>
  638.  
  639.  
  640.  
  641.  
  642. <div class='OOC'>
  643. <div id='OOC'>
  644. <div class="OOC2">
  645. <p>All art here is owned by me.</p>
  646. <p>Pm friendly, also enjoys goofing around in main.</p>
  647. <p>Short term is fine, but long-term is adored.</p>
  648. <p>Will put up an F-list at some point</p>
  649. </div>
  650. <div class="outof">out of</div>
  651. <div class="character">character</div>
  652. </div></div>
  653.  
  654.  
  655. </div>
  656. <div class="badbaby"><a target="_blank" href="https://roleplay.chat/profile.php?user=badbaby"><img src="https://i.imgur.com/GvurzKt.png"></a></div>
  657. </BODY>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement