Advertisement
mebuckner

For Later

Jan 4th, 2021
1,500
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 12.29 KB | None | 0 0
  1. <!--about me-->
  2. <link href="//solrainha.github.io/honeybee/honeybee.css" rel="stylesheet">
  3. <style type="text/css">
  4. @import url('https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap');
  5.  
  6. body {
  7. background-color:#fff;
  8. background-repeat:no-repeat;
  9. background-attachment:fixed;
  10. margin: 0;
  11. overflow:auto;
  12. }
  13.  
  14. table, tr, td, li, p, div, .profileInfo td.text {
  15.     font-size: 10px;
  16.     color: #717171;
  17.     font-family: 'Poppins', sans-serif;}
  18.  
  19.  
  20.  
  21. .topBar{
  22. position:absolute;
  23. width:100%;
  24. height:96px;
  25. text-align:center;
  26. background:#620a00;
  27. top:0;
  28. left:0;
  29. padding-top:20px;
  30. padding-bottom:20px;
  31. }
  32.  
  33. .leftPicture{
  34. position:absolute;
  35. width:50%;
  36. height:400px;
  37. left:0;
  38. top:136px;
  39. background:#000;
  40. background-image:url('https://i.imgur.com/rnuDTuK.png');
  41.     background-position: center;
  42. }
  43.  
  44. .rightPicture{
  45. position:absolute;
  46. width:50%;
  47. height:400px;
  48. left:50%;
  49. top:136px;
  50. background:#000;
  51. background-image:url('https://i.imgur.com/wxDYalq.png');
  52.     background-position: center;
  53. }
  54.  
  55.  
  56. .descriptionRow{
  57. width:100%;
  58. height:200px;
  59. left:0;
  60. top:456px;
  61. position: absolute;
  62. text-align:center;
  63. }
  64.  
  65. .aboutUsRow{
  66. width:100%;
  67. height:200px;
  68. left:0;
  69. top:627px;
  70. position: absolute;
  71. text-align:center;
  72. }
  73.  
  74. .theOwnersSection{
  75.     width: 100%;
  76.     height: 600px;
  77.     left: 0;
  78.     top: 78px;
  79.     position: absolute;
  80.     text-align: center;
  81.     background: #000;
  82. }
  83.  
  84.  
  85. h1 {
  86.     font-family: Playfair Display;
  87.     margin: 0;
  88.     display: inline-block;
  89.     font-size: 72px;
  90.     color: #fff;
  91.     width: auto;
  92.     text-transform: uppercase;
  93.     font-weight: 100;
  94. }
  95.  
  96. h2 {
  97.     font-family: Playfair Display;
  98.     margin: 0;
  99.     display: inline-block;
  100.     font-size: 32px;
  101.     color: #fff;
  102.     width: 400px;
  103.     text-transform: uppercase;
  104.     font-weight: 100;
  105.     background: #424e3c;
  106.     padding-top: 5px;
  107.     padding-bottom: 5px;
  108. }
  109.  
  110. .customOrdersBox{
  111.     width: 360px;
  112.     height: 80px;
  113.     color: #000;
  114.     padding-left: 20px;
  115.     padding-right: 20px;
  116.     text-align: justify;
  117.     overflow: auto;
  118.     font-family: 'Playfair Display';
  119.     font-size: 12px;
  120.     margin-top: 10px;
  121.     margin-bottom: 10px;
  122. }
  123.  
  124.  
  125. a.navigationalLinks:link, a.navigationalLinks:visited {
  126.     color: #fff;
  127.     padding: 40px 0px;
  128.     text-align: center;
  129.     text-decoration: none;
  130.     display: inline-block;
  131.     font-family: 'Playfair Display', serif;
  132.     text-transform: uppercase;
  133.     font-size: 12px;
  134.     width: 94px;
  135.     background: #620a00;
  136.     font-weight: 100;
  137.     margin-right: 61px;
  138.     /* border: solid 5px #fff; */
  139.     vertical-align: middle;
  140.     vertical-align: top;
  141. }
  142.  
  143. a.navigationalLinks:hover, a.navigationalLinks:active {
  144. color: #bcc6c2;
  145. }
  146.  
  147.  
  148.  
  149.  
  150.  
  151.  
  152.  
  153.  
  154.  
  155.  
  156.  
  157.  
  158.  
  159. @keyframes tonext {
  160.   75% {
  161.     left: 0;
  162.   }
  163.   95% {
  164.     left: 100%;
  165.   }
  166.   98% {
  167.     left: 100%;
  168.   }
  169.   99% {
  170.     left: 0;
  171.   }
  172. }
  173.  
  174. @keyframes tostart {
  175.   75% {
  176.     left: 0;
  177.   }
  178.   95% {
  179.     left: -300%;
  180.   }
  181.   98% {
  182.     left: -300%;
  183.   }
  184.   99% {
  185.     left: 0;
  186.   }
  187. }
  188.  
  189. @keyframes snap {
  190.   96% {
  191.     scroll-snap-align: center;
  192.   }
  193.   97% {
  194.     scroll-snap-align: none;
  195.   }
  196.   99% {
  197.     scroll-snap-align: none;
  198.   }
  199.   100% {
  200.     scroll-snap-align: center;
  201.   }
  202. }
  203.  
  204.  
  205. ol, li {
  206.   list-style: none;
  207.   margin: 0;
  208.   padding: 0;
  209. }
  210.  
  211. .carousel {
  212.   position: relative;
  213.   filter: drop-shadow(0 0 10px #0003);
  214.   perspective: 100px;
  215.   width:100%;
  216.   height:600px;
  217.     left: 0;
  218.     right: 0;
  219.     margin: auto;
  220. }
  221.  
  222. .carousel__viewport {
  223.   position: absolute;
  224.   top: 0;
  225.   right: 0;
  226.   bottom: 0;
  227.   left: 0;
  228.   display: flex;
  229.   overflow-x: scroll;
  230.   counter-reset: item;
  231.   scroll-behavior: smooth;
  232.   scroll-snap-type: x mandatory;
  233. }
  234.  
  235. .carousel__slide {
  236.   position: relative;
  237.   flex: 0 0 100%;
  238.   width: 100%;
  239.   background-color: #620a00;
  240.   counter-increment: item;
  241. height: 600px;
  242. background-image:url('https://i.imgur.com/WNkUt4u.jpg');
  243. }
  244.  
  245. .carousel__slide:nth-child(even) {
  246.   background-color: #424e3c;
  247. background-image:url('https://i.imgur.com/WNkUt4u.jpg');
  248. }
  249.  
  250.  
  251.  
  252. .carousel__snapper {
  253.   position: absolute;
  254.   top: 0;
  255.   left: 0;
  256.   width: 100%;
  257.   height: 400px;
  258.   scroll-snap-align: center;
  259. }
  260.  
  261. @media (hover: hover) {
  262.   .carousel__snapper {
  263.     animation-name: tonext, snap;
  264.     animation-timing-function: ease;
  265.     animation-duration: 4s;
  266.     animation-iteration-count: infinite;
  267.   }
  268.  
  269.   .carousel__slide:last-child .carousel__snapper {
  270.     animation-name: tostart, snap;
  271.   }
  272. }
  273.  
  274. @media (prefers-reduced-motion: reduce) {
  275.   .carousel__snapper {
  276.     animation-name: none;
  277.   }
  278. }
  279.  
  280. .carousel:hover .carousel__snapper,
  281. .carousel:focus-within .carousel__snapper {
  282.   animation-name: none;
  283. }
  284.  
  285. .carousel__navigation {
  286.     position: absolute;
  287.     right: 0;
  288.     top: 558px;
  289.     left: 0;
  290.     text-align: center;
  291. }
  292.  
  293. .carousel__navigation-list,
  294. .carousel__navigation-item {
  295.   display: inline-block;
  296. }
  297.  
  298. .carousel__navigation-button {
  299.   display: inline-block;
  300.   width: 1.5rem;
  301.   height: 1.5rem;
  302.   background-color: #a4a29e;
  303.   background-clip: content-box;
  304.   border: 0.25rem solid transparent;
  305.   border-radius: 50%;
  306.   font-size: 0;
  307.   transition: transform 0.1s;
  308. }
  309.  
  310. .carousel__prev,
  311. .carousel__next {
  312.   position: absolute;
  313.   top: 0;
  314.   margin-top: 37.5%;
  315.   width: 4rem;
  316.   height: 400px;
  317.   transform: translateY(-50%);
  318.   border-radius: 50%;
  319.   font-size: 0;
  320.   outline: 0;
  321. }
  322.  
  323. .firstPictureC{
  324.     width: 414px;
  325.     height: 600px;
  326.     display: inline-block;
  327.     background: green;
  328. }
  329.  
  330. .secondPictureC{
  331. width: 400px;
  332.     height: 508px;
  333.     position: relative;
  334.     vertical-align: top;
  335.     background: yellow;
  336.     display: inline-block;
  337.     margin-left: -71px;
  338.     margin-top: 22px;
  339.     z-index: 0;
  340. }
  341.  
  342. .aboutMeC{
  343.     width: 400px;
  344.     height: 200px;
  345.     position: relative;
  346.     background: white;
  347.     display: inline-block;
  348.     vertical-align: top;
  349.     margin-left: 40px;
  350.     margin-top: 186px;
  351. }
  352.  
  353.  
  354.  
  355.  
  356.  
  357.  
  358. ::-webkit-scrollbar {display:none;}
  359.  
  360.  
  361. .contacttable, .whitetext12, .nametext, .lightbluetext8, .orangetext15, .blacktext12, .btext, .redtext, .redbtext {display:none;height:0px;!important;visibility:hidden} td td td td {border:0px;width:0px;text-align:left;} table, td, tr {padding:0px;width:;background-color:transparent} table table table {padding:1px;height:.01%;width:100%;} table table,table table table table,table,tr,td {height:0px;!important;border:0px;!important} a.text, table div font a, .navbar font, tr td font {visibility:hidden;display:none;height:0px;!important;} #footerWarpper{display: none;} table table table table,table table table table td.text, td.text td.text table{display:none;} td.text table table{display:inline;visibility:visible;} table td table tr td.text table{visibility:hidden;} table td table tr td.text table table,table td table tr td.text table table td.text{visibility:visible;} table.footer {display: none;} div table a.navbar img {display:none;} div table.navigationBar {margin-bottom:-30px;} .profileInfo {display:none;} .profileInfo td {text-align:left;} .profileInfo a img {position:relative; margin-bottom:-1px; margin-bottom:-2px; width:125px; margin-right:-6px; margin-top:4px; _margin-top:3px; display:block;} .profileInfo td td, .nametext, .msOnlineNow img {display:none;} .profileInfo td td.text {display:table-cell; _display:inline;} .profileInfo .text {font-size:7px; line-height:8px; text-transform:uppercase; font-family:small fonts;} .msOnlineNow {font-family:small fonts; letter-spacing:0px; font-size:7px; line-height:8px; padding:2px; padding-left:0px; text-transform:uppercase; font-weight:normal; display:none; text-decoration:blink; letter-spacing:2px;} .userAlbums {display:none;} div td {display:none;} </span>
  362. </style>
  363.  
  364.  
  365.  
  366.  
  367.  
  368. <!--like to meet-->
  369. <html>
  370. <body oncontextmenu="alert('Dont Think So.'); return false">
  371. <div class="topBar">
  372. <a href="/home.php" class="navigationalLinks">home</a>
  373. <a href="/view_blog.php?id=0000491857" class="navigationalLinks">message</a>
  374. <a href="https://www.roleplayer.me/view_blog.php?id=0000479891" class="navigationalLinks">rules</a>
  375. <h1>Edits By M</h1>
  376. <a href="/view_blog.php?id=0000491858" class="navigationalLinks" style="margin-left: 61px;">pricing</a>
  377. <a href="/view_blog.php?id=0000491856" class="navigationalLinks">forms</a>
  378. <a href="/view_blog.php?id=0000479900" class="navigationalLinks">share</a>
  379. </div>
  380. <div class="leftPicture"></div>
  381. <div class="rightPicture"></div>
  382. <div class="descriptionRow">
  383. <div style="width: 366px; display: inline-block; vertical-align: top; height: 102px; background: #424e3c; padding: 20px; font-family: 'Playfair Display'; color: #fff; text-transform: uppercase; font-size: 35px;">Free and Custom Resources</div>
  384. <div style="width: 800px; display: inline-block; vertical-align: top; height: 35px; /* background: #000; */ color: #424e3c; font-family: 'Playfair Display'; font-size: 20px; margin-left: 20px; padding-top: 85px; text-transform: uppercase; letter-spacing: 2px;">Layouts | Blogs | Writing Snippets | Edits | Endless resources for roleplayers</div>
  385. </div>
  386. <div class="aboutUsRow">
  387. <div style="height: 160px; color: #424e3c; width: 1188px; display: inline-block; vertical-align: top; text-align: justify; /* text-transform: uppercase; */ font-size: 15px; font-family: 'Playfair Display';">
  388. First we would like to say Happy Holidays, Merry Christmas, Lovely Festive Season to all of you. This year has been a tough one, none of us can deny that, but we hope that there is a little Holiday Cheer in every single moment of this month for you. Thank you for all of the love and support since M decided to open up this site, we could not be happier with how this has turned out. Happy December, everyone.
  389. </div>
  390. <div class="theOwnersSection">
  391.  
  392. <section class="carousel" aria-label="Gallery">
  393.   <ol class="carousel__viewport">
  394.     <li id="carousel__slide1"
  395.        tabindex="0"
  396.        class="carousel__slide">
  397.       <div class="carousel__snapper">
  398.            <div class="firstPictureC"><img src="https://i.imgur.com/qXIPfuG.png"></div>
  399.            <div class="secondPictureC"><img src="https://i.imgur.com/tAto6Ar.png"></div>
  400.            <div class="aboutMeC">
  401. <h2>Ms Current Workload</h2>
  402. <div class="customOrdersBox">
  403. - Dani Powers - 20 Edits, 1 doorknocker, 1 headliner <br>
  404. - Star of the Sea - 83 manips <br>
  405. - Sadie - Custom Layout <br>
  406. - If it Bleeds - Dark Rose Customization <br>
  407. - Up in Smoke - Dark Rose Customization <br>
  408. - Milah Jay - Dark Rose Customization<br>
  409. </div>
  410. <h2>Ms Customs: OPEN</h2>
  411. </div>
  412.       </div>
  413.     </li>
  414.     <li id="carousel__slide2"
  415.        tabindex="0"
  416.        class="carousel__slide">
  417.            <div class="firstPictureC"><img src="https://i.imgur.com/HrdilSU.png"></div>
  418.            <div class="secondPictureC"><img src="https://i.imgur.com/PUXcp6Q.png"></div>
  419.            <div class="aboutMeC">
  420. <h2 style="background: #620a00;">Rs Current Workload</h2>
  421. <div class="customOrdersBox">
  422. - to do item <br>
  423. - to do item <br>
  424. - to do item <br>
  425. - to do item <br>
  426. - to do item <br>
  427. - to do item <br>
  428. - to do item <br>
  429. - to do item <br>
  430. </div>
  431. <h2 style="background: #620a00;">Rs Customs: OPEN</h2>
  432. </div>
  433.       <div class="carousel__snapper">
  434. </div>
  435.     </li>
  436.     <li id="carousel__slide3"
  437.        tabindex="0"
  438.        class="carousel__slide">
  439.       <div class="carousel__snapper">
  440.            <div class="firstPictureC"><img src="https://i.imgur.com/WhrIGRw.png"></div>
  441.            <div class="secondPictureC"><img src="https://i.imgur.com/zkXsH3G.png"></div>
  442.            <div class="aboutMeC">
  443. <h2>Cs Current Workload</h2>
  444. <div class="customOrdersBox">
  445. - to do item <br>
  446. - to do item <br>
  447. - to do item <br>
  448. - to do item <br>
  449. - to do item <br>
  450. - to do item <br>
  451. - to do item <br>
  452. - to do item <br>
  453. </div>
  454. <h2>Cs Customs: OPEN</h2>
  455. </div>
  456. </div>
  457.     </li>
  458.   </ol>
  459.   <aside class="carousel__navigation">
  460.     <ol class="carousel__navigation-list">
  461.       <li class="carousel__navigation-item">
  462.         <a href="#carousel__slide1"
  463.           class="carousel__navigation-button">Go to slide 1</a>
  464.       </li>
  465.       <li class="carousel__navigation-item">
  466.         <a href="#carousel__slide2"
  467.           class="carousel__navigation-button">Go to slide 2</a>
  468.       </li>
  469.       <li class="carousel__navigation-item">
  470.         <a href="#carousel__slide3"
  471.           class="carousel__navigation-button">Go to slide 3</a>
  472.       </li>
  473.     </ol>
  474.   </aside>
  475. </section>
  476. </div>
  477. </div>
  478.  
  479. </body>
  480. </html>
  481.  
  482.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement