{"id":28877,"date":"2026-01-02T16:12:54","date_gmt":"2026-01-02T21:12:54","guid":{"rendered":""},"modified":"2026-02-14T05:00:07","modified_gmt":"2026-02-14T10:00:07","slug":"morina-coleman","status":"publish","type":"page","link":"https:\/\/havenrpg.net\/newsite\/characters\/morina-coleman\/","title":{"rendered":"Morina Coleman"},"content":{"rendered":"\n<!-- Character Page HTML for WordPress -->\n<style>\n    \/* Full page background *\/\n    .rpg-background-overlay {\n        position: fixed;\n        top: 0;\n        left: 0;\n        width: 100%;\n        height: 100%;\n        z-index: -1;\n        background-image: url('https:\/\/i.ibb.co\/Q3ws8D73\/Profile-Background.png');\n        background-size: cover;\n        background-position: center;\n        background-attachment: fixed;\n        background-repeat: no-repeat;\n    }\n    \n    \/* Character page wrapper - transparent, just for positioning *\/\n    .rpg-character-page {\n        position: relative;\n        width: 100%;\n        margin-top: -180px;\n        margin-bottom: -180px;\n        padding: 90px 0;\n        background: transparent;\n    }\n    \n    \/* The black semi-transparent container - only this has the black background *\/\n    .rpg-character-inner {\n        max-width: 1200px;\n        margin: 0 auto;\n        background-color: rgba(0, 0, 0, 0.8);\n        box-shadow: 0 0 50px rgba(0, 0, 0, 0.8);\n    }\n    \n    .rpg-character-container {\n        padding: 40px;\n        position: relative;\n    }\n    \n    \/* Header styling *\/\n    .rpg-header {\n        text-align: center;\n        margin-bottom: 30px;\n        color: white;\n    }\n    \n    .rpg-character-name {\n        font-size: 48px;\n        font-weight: 300;\n        letter-spacing: 3px;\n        margin-bottom: 10px;\n        font-family: 'Georgia', serif;\n        text-transform: uppercase;\n        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);\n        color: white;\n    }\n    \n    .rpg-follower-count {\n        font-size: 18px;\n        color: #ccc;\n        margin-bottom: 30px;\n    }\n    \n    .rpg-follower-count span {\n        color: #ff6b6b;\n        font-weight: bold;\n    }\n    \n    \/* Content section *\/\n    .rpg-content-section {\n        display: flex;\n        gap: 40px;\n        margin-bottom: 40px;\n        align-items: flex-start;\n    }\n    \n    \/* Image carousel *\/\n    .rpg-image-carousel-container {\n        flex: 0 0 400px;\n        position: relative;\n    }\n    \n    .rpg-faction-society {\n        margin-top: 20px;\n        padding: 15px;\n        background: rgba(0, 0, 0, 0.5);\n        border-radius: 10px;\n        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);\n    }\n    \n    .rpg-faction-society p {\n        margin-bottom: 10px;\n        color: #ddd;\n        font-size: 15px;\n    }\n    \n    .rpg-faction-society p:last-child {\n        margin-bottom: 0;\n    }\n    \n    .rpg-faction-society strong {\n        color: white;\n        font-weight: 600;\n    }\n    \n    .rpg-faction-society a {\n        color: #ff6b6b;\n        text-decoration: none;\n        transition: color 0.3s;\n    }\n    \n    .rpg-faction-society a:hover {\n        color: #ff9999;\n        text-decoration: underline;\n    }\n    \n    .rpg-image-carousel {\n        position: relative;\n        width: 100%;\n        height: 600px;\n        overflow: hidden;\n        border-radius: 10px;\n        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);\n        background: #000;\n    }\n    \n    .rpg-carousel-image {\n        position: absolute;\n        width: 100%;\n        height: 100%;\n        object-fit: cover;\n        opacity: 0;\n        transition: opacity 0.5s ease-in-out;\n    }\n    \n    .rpg-carousel-image.active {\n        opacity: 1;\n    }\n    \n    .rpg-carousel-controls {\n        position: absolute;\n        bottom: 20px;\n        left: 50%;\n        transform: translateX(-50%);\n        display: flex;\n        gap: 10px;\n        z-index: 10;\n    }\n    \n    .rpg-carousel-dot {\n        width: 12px;\n        height: 12px;\n        border-radius: 50%;\n        background-color: rgba(255, 255, 255, 0.5);\n        cursor: pointer;\n        transition: background-color 0.3s;\n        border: none;\n        padding: 0;\n    }\n    \n    .rpg-carousel-dot.active {\n        background-color: white;\n    }\n    \n    .rpg-carousel-nav {\n        position: absolute;\n        top: 50%;\n        transform: translateY(-50%);\n        background-color: rgba(0, 0, 0, 0.5);\n        color: white;\n        border: none;\n        padding: 10px 15px;\n        cursor: pointer;\n        font-size: 24px;\n        transition: background-color 0.3s;\n        z-index: 10;\n        line-height: 1;\n    }\n    \n    .rpg-carousel-nav:hover {\n        background-color: rgba(0, 0, 0, 0.8);\n    }\n    \n    .rpg-prev {\n        left: 10px;\n    }\n    \n    .rpg-next {\n        right: 10px;\n    }\n    \n    \/* Text blurb with tabs *\/\n    .rpg-text-blurb {\n        flex: 1;\n        color: #ddd;\n        line-height: 1.8;\n        font-size: 16px;\n    }\n    \n    .rpg-text-blurb h3 {\n        color: white;\n        margin-bottom: 20px;\n        font-size: 28px;\n        font-weight: 300;\n        letter-spacing: 1px;\n    }\n    \n    .rpg-text-blurb p {\n        margin-bottom: 15px;\n        color: #ddd;\n    }\n    \n    .rpg-text-blurb a {\n        color: #ff6b6b;\n        text-decoration: none;\n        transition: color 0.3s;\n    }\n    \n    .rpg-text-blurb a:hover {\n        color: #ff9999;\n        text-decoration: underline;\n    }\n    \n    .rpg-text-blurb strong {\n        color: white;\n    }\n    \n    \/* Tab styles *\/\n    .rpg-tabs {\n        width: 100%;\n    }\n    \n    .rpg-tab-buttons {\n        display: flex;\n        border-bottom: 2px solid #444;\n        margin-bottom: 20px;\n        gap: 10px;\n    }\n    \n    .rpg-tab-button {\n        background: transparent;\n        border: none;\n        color: #999;\n        padding: 12px 24px;\n        font-size: 16px;\n        cursor: pointer;\n        position: relative;\n        transition: color 0.3s;\n        font-weight: 300;\n        letter-spacing: 0.5px;\n    }\n    \n    .rpg-tab-button:hover {\n        color: #ccc;\n    }\n    \n    .rpg-tab-button.active {\n        color: white;\n    }\n    \n    .rpg-tab-button.active::after {\n        content: '';\n        position: absolute;\n        bottom: -2px;\n        left: 0;\n        right: 0;\n        height: 2px;\n        background: #ff6b6b;\n    }\n    \n    .rpg-tab-content {\n        display: none;\n        animation: fadeIn 0.3s;\n    }\n    \n    .rpg-tab-content.active {\n        display: block;\n    }\n    \n    .rpg-tab-content.profile-tab {\n        text-align: justify;\n    }\n    \n    .rpg-tab-content.photo-tab {\n        font-family: 'Courier New', Courier, monospace;\n        font-size: 12px;\n        line-height: 1.4;\n        white-space: pre;\n        overflow-x: auto;\n        background: rgba(0, 0, 0, 0.3);\n        padding: 20px;\n        border-radius: 5px;\n        color: #ddd;\n    }\n    \n    @keyframes fadeIn {\n        from { opacity: 0; }\n        to { opacity: 1; }\n    }\n    \n    \/* Video carousel *\/\n    .rpg-video-section {\n        margin-top: 40px;\n    }\n    \n    .rpg-video-section h3 {\n        color: white;\n        text-align: center;\n        margin-bottom: 30px;\n        font-size: 28px;\n        font-weight: 300;\n        letter-spacing: 1px;\n    }\n    \n    .rpg-video-carousel {\n        position: relative;\n        width: 100%;\n        height: 500px;\n        overflow: hidden;\n        border-radius: 10px;\n        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);\n        background: #000;\n    }\n    \n    .rpg-video-item {\n        position: absolute;\n        width: 100%;\n        height: 100%;\n        opacity: 0;\n        transition: opacity 0.5s ease-in-out;\n        pointer-events: none;\n    }\n    \n    .rpg-video-item.active {\n        opacity: 1;\n        pointer-events: auto;\n    }\n    \n    .rpg-video-placeholder {\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        height: 100%;\n        color: #666;\n        font-size: 18px;\n    }\n    \n    .rpg-video-item iframe {\n        width: 100%;\n        height: 100%;\n        border: none;\n        border-radius: 10px;\n    }\n    \n    \/* Force visibility for our iframes *\/\n    .rpg-protected-iframe {\n        display: block !important;\n        visibility: visible !important;\n        opacity: 1 !important;\n    }\n    \n    \/* Responsive *\/\n    @media (max-width: 1300px) {\n        .rpg-character-inner {\n            margin: 0 20px;\n        }\n    }\n    \n    @media (max-width: 768px) {\n        .rpg-character-container {\n            padding: 20px;\n        }\n        \n        .rpg-content-section {\n            flex-direction: column;\n        }\n        \n        .rpg-image-carousel-container {\n            flex: 1;\n            width: 100%;\n            max-width: 100%;\n        }\n        \n        .rpg-character-name {\n            font-size: 36px;\n        }\n        \n        .rpg-image-carousel {\n            height: 400px;\n        }\n        \n        .rpg-video-carousel {\n            height: 300px;\n        }\n        \n        .rpg-character-inner {\n            margin: 0 10px;\n        }\n        \n        .rpg-tab-button {\n            padding: 10px 16px;\n            font-size: 14px;\n        }\n        \n        .rpg-tab-content.photo-tab {\n            font-size: 10px;\n            padding: 10px;\n        }\n        \n        .rpg-faction-society {\n            margin-bottom: 20px;\n        }\n    }\n<\/style>\n\n<!-- Background image element -->\n<div class=\"rpg-background-overlay\"><\/div>\n\n<!-- Main content -->\n<div class=\"rpg-character-page\">\n    <div class=\"rpg-character-inner\">\n        <div class=\"rpg-character-container\">\n            <div class=\"rpg-header\">\n                <h1 class=\"rpg-character-name\">Morina Coleman<\/h1>\n                <div class=\"rpg-follower-count\">@<span style=\"color:#c0c0c0\"><span style=\"color:#0000ff\">7<span style=\"color:#8700ff\">7<span style=\"color:#ff00ff\">7<span style=\"color:#c0c0c0\"><\/span><\/span><\/span><\/span><\/span> | Followers: <span>5<\/span><\/div>\n            <\/div>\n            \n            <div class=\"rpg-content-section\">\n                <div class=\"rpg-image-carousel-container\">\n                    <div class=\"rpg-image-carousel\" id=\"rpgImageCarousel\">\n                        <img decoding=\"async\" src=\"https:\/\/i.ibb.co\/F481bZMq\/Selfie-Front.png\" class=\"rpg-carousel-image active\" alt=\"Character 1\">\n                        <img decoding=\"async\" src=\"https:\/\/i.ibb.co\/fdbnKRGk\/Selfie-Back.png\" class=\"rpg-carousel-image\" alt=\"Character 2\">\n                        <img decoding=\"async\" src=\"https:\/\/i.ibb.co\/x8mYG1sL\/Dorm-Pic.png\" class=\"rpg-carousel-image\" alt=\"Character 3\">\n                        <img decoding=\"async\" src=\"https:\/\/i.postimg.cc\/VvvHHR38\/Dorm-And-Kitten.png\" class=\"rpg-carousel-image\" alt=\"Character 4\">\n                        \n                        <button class=\"rpg-carousel-nav rpg-prev\" id=\"rpgPrevImage\">\u2039<\/button>\n                        <button class=\"rpg-carousel-nav rpg-next\" id=\"rpgNextImage\">\u203a<\/button>\n                        \n                        <div class=\"rpg-carousel-controls\">\n                            <button class=\"rpg-carousel-dot active\" data-index=\"0\"><\/button>\n                            <button class=\"rpg-carousel-dot\" data-index=\"1\"><\/button>\n                            <button class=\"rpg-carousel-dot\" data-index=\"2\"><\/button>\n                            <button class=\"rpg-carousel-dot\" data-index=\"3\"><\/button>\n                        <\/div>\n                    <\/div>\n                    \n                    \n                <\/div>\n                \n                <div class=\"rpg-text-blurb\">\n                    <div class=\"rpg-tabs\">\n                        <div class=\"rpg-tab-buttons\">\n                            <button class=\"rpg-tab-button active\" data-tab=\"profile\">Profile<\/button>\n                            <button class=\"rpg-tab-button\" data-tab=\"photo\">Photo<\/button>\n                        <\/div>\n                        \n                        <div id=\"profile\" class=\"rpg-tab-content profile-tab active\">\n                            <h3>About Me<\/h3>\n                            <p><span style=\"color:#c0c0c0\"><span style=\"color:#0000ff\">If you trust in me, I will be your shield.<span style=\"color:#0000ff\"><span style=\"color:#c0c0c0\"><\/p>\n                            <p><span style=\"color:#c0c0c0\"><span style=\"color:#8700ff\">If you tread on me, I will be your intercessor.<span style=\"color:#8700ff\"><span style=\"color:#c0c0c0\"><\/p>\n                            <p><span style=\"color:#c0c0c0\"><span style=\"color:#ff00ff\">If you threaten my friends, I will be your doom.<span style=\"color:#ff00ff\"><span style=\"color:#c0c0c0\"><\/p>\n                            <p>That handles my three 7&#8217;s. Now on to me. I&#8217;m from Maine, but I heard about a college here that seems perfect for me. I was born in 2007, August 8th, whoops, were you hoping for a 7,7,7 there too? Sorry. I&#8217;m not that much of a jackpot. Yes I&#8217;m Asian on my mother&#8217;s side, no I don&#8217;t speak Japanese, you weeb. Besides we&#8217;re Chinese not Japanese, so yeah you were about to be hella embarrassed anyway. I think that covers most of the usual first questions I get asked anywhere.<\/p>\n                            <p>Oh right, for the people I&#8217;ll be going to college with: No, the neon and face mask is just cosplay, I like the style. I&#8217;m not a robot. I promise I&#8217;m not a robot. I&#8217;m not from the future, I&#8217;m just okay at predicting things. No, I will not bob for apples I don&#8217;t care how cute it looks at what party.<\/p>\n                            <p>Oh, and in case you didn&#8217;t catch it before, my name is Morina Coleman.<br><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/p>\n                            \n                            <h3>Quote<\/h3>\n                            <p>&#8220;Power comes from unity, not violence.&#8221; &#8211; Heung Wah-Yim<\/p>\n                            \n                            <h3>Joke<\/h3>\n                            <p><span style=\"color:#c0c0c0\"> <span style=\"color:#c0c0c0\">  Several nuns are lined up at this gate waiting to be absolved of their last sins before they are made holy.    And so,&#8221; says St. Peter, &#8220;have you ever had any contact with a penis?&#8221;    &#8220;Well,&#8221; says the first nun in line, &#8220;I did once just touch the tip of one with the tip of my finger.&#8221;    &#8220;OK,&#8221; says St. Peter, &#8220;dip your finger in the holy water and pass on into heaven.&#8221;    The next nun admits, &#8220;Well, yes, I did once get carried away and I, you know, sort of massaged one a bit.&#8221;    &#8220;OK,&#8221; says St. Peter, &#8220;rinse your hand in the holy water and pass on into heaven.&#8221;    Suddenly there is some jostling in the line and one of the nuns is trying to cut in front.    &#8220;Well now, what&#8217;s going on here?&#8221; says St. Peter.    &#8220;Well, your excellency,&#8221; says the nun who is trying to improve her position in line, &#8220;If I&#8217;m going to have to gargle that stuff, I want to do it before Sister Mary Thomas sticks her ass in it.&#8221;  <\/span><\/span><\/p>\n                        <\/div>\n                        \n                        <div id=\"photo\" class=\"rpg-tab-content photo-tab\"><span style=\"color:#008080\"> _____________________________________________________________________________\n<\/span><span style=\"color:#008080\">| <\/span>This was taken in the winter streets of city that appears to be somewhere in<span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>China. She stands casually in the middle of the street with her left hand   <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>in her coat pocket, staring casually forward, while other people mill about <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>in the background. Neon signs of store fronts and other types of businesses <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>line the buildings, and although there is some snow on the ground, the      <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>weather is calm and there is none in the air.                               <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>This is an athletic Asian woman of sound resolve in her late teens with C   <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>cup breasts(<span style=\"color:#ffffff\">Desire Sensitive<\/span>).                                              <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>She is 5&#8217;7&#8243; and has an olive complexion with rose-peach undertones, black   <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>hair, and amber eyes.                                                       <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>You can see her neck. More detail is visible for her neck.                  <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span><span style=\"color:#c0c0c0\"><span style=\"color:#444444\">Ebony tresses will dangle to just past the shoulders in waves, unless       <span style=\"color:#008080\">| <\/span><\/span><\/span>\n<span style=\"color:#008080\">| <\/span>secured by hair ties in pigtail or ponytail formations. These locks have a  <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>sleek look, and contribute the<span style=\"color:#444444\"> <span style=\"color:#ff005f\">s<span style=\"color:#ff00af\">t<span style=\"color:#ff00ff\">r<span style=\"color:#ff0000\">a<span style=\"color:#ff00af\">w<span style=\"color:#ff005f\">b<span style=\"color:#ff0000\">e<span style=\"color:#ff00af\">r<span style=\"color:#ff00ff\">r<span style=\"color:#ff00af\">y <span style=\"color:#444444\">to her scent.<span style=\"color:#444444\"><span style=\"color:#c0c0c0\"> <span style=\"color:#c0c0c0\"><span style=\"color:#444444\">Eyebrow length      <span style=\"color:#008080\">| <\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span>\n<span style=\"color:#008080\">| <\/span>bangs rest wavy on her forehead, often exposing a triangle of her<span style=\"color:#444444\"> <span style=\"color:#ff875f\">o<span style=\"color:#ff8787\">l<span style=\"color:#ffaf87\">i<span style=\"color:#ffaf5f\">v<span style=\"color:#ff875f\">e     <span style=\"color:#008080\">| <\/span><\/span><\/span><\/span><\/span><\/span><\/span>\n<span style=\"color:#008080\">| <\/span><span style=\"color:#ff8787\">s<span style=\"color:#ffaf87\">k<span style=\"color:#ffaf5f\">i<span style=\"color:#ff875f\">n <span style=\"color:#ff8787\">a<span style=\"color:#ffaf87\">n<span style=\"color:#ffaf5f\">d <span style=\"color:#ff875f\">r<span style=\"color:#ff8787\">o<span style=\"color:#ffaf87\">s<span style=\"color:#ffaf5f\">e<span style=\"color:#ff875f\">&#8211;<span style=\"color:#ff8787\">p<span style=\"color:#ffaf87\">e<span style=\"color:#ffaf5f\">a<span style=\"color:#ff875f\">c<span style=\"color:#ff8787\">h <span style=\"color:#ffaf87\">u<span style=\"color:#ffaf5f\">n<span style=\"color:#ff875f\">d<span style=\"color:#ff8787\">e<span style=\"color:#ffaf87\">r<span style=\"color:#ffaf5f\">t<span style=\"color:#ff875f\">o<span style=\"color:#ff8787\">n<span style=\"color:#ffaf87\">e<span style=\"color:#ffaf5f\">s<span style=\"color:#444444\">.<span style=\"color:#c0c0c0\"> <span style=\"color:#c0c0c0\"><span style=\"color:#444444\">She has naturally kept eyebrows, just       <span style=\"color:#008080\">| <\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span>\n<span style=\"color:#008080\">| <\/span>slightly on the bushy side, that sometimes snag hold of the tips of her     <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>bangs.<span style=\"color:#444444\"> <span style=\"color:#af5f00\">A<span style=\"color:#af8700\">u<span style=\"color:#d7af00\">t<span style=\"color:#d78700\">u<span style=\"color:#d75f00\">m<span style=\"color:#af5f00\">n<span style=\"color:#af8700\">&#8211;<span style=\"color:#d7af00\">t<span style=\"color:#d78700\">o<span style=\"color:#d75f00\">n<span style=\"color:#af5f00\">e <span style=\"color:#af8700\">a<span style=\"color:#d7af00\">m<span style=\"color:#d78700\">b<span style=\"color:#d75f00\">e<span style=\"color:#af5f00\">r <span style=\"color:#af8700\">e<span style=\"color:#d7af00\">y<span style=\"color:#d78700\">e<span style=\"color:#d75f00\">s <span style=\"color:#af5f00\">r<span style=\"color:#af8700\">e<span style=\"color:#d7af00\">s<span style=\"color:#d78700\">t <span style=\"color:#d75f00\">b<span style=\"color:#af5f00\">e<span style=\"color:#af8700\">l<span style=\"color:#d78700\">o<span style=\"color:#d7af00\">w<span style=\"color:#d75f00\">, <span style=\"color:#af5f00\">s<span style=\"color:#af8700\">p<span style=\"color:#d7af00\">e<span style=\"color:#d78700\">c<span style=\"color:#d75f00\">k<span style=\"color:#af5f00\">l<span style=\"color:#af8700\">e<span style=\"color:#d7af00\">d <span style=\"color:#d78700\">b<span style=\"color:#d75f00\">y <span style=\"color:#af5f00\">f<span style=\"color:#af8700\">l<span style=\"color:#d7af00\">e<span style=\"color:#d78700\">c<span style=\"color:#d75f00\">k<span style=\"color:#af5f00\">s <span style=\"color:#af8700\">o<span style=\"color:#d7af00\">f <span style=\"color:#d78700\">g<span style=\"color:#d75f00\">o<span style=\"color:#af5f00\">l<span style=\"color:#af8700\">d<span style=\"color:#d7af00\">.<span style=\"color:#c0c0c0\"> <span style=\"color:#c0c0c0\"><span style=\"color:#ff875f\">S<span style=\"color:#ff8787\">h<span style=\"color:#ffaf87\">e   <span style=\"color:#008080\">| <\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span>\n<span style=\"color:#008080\">| <\/span><span style=\"color:#ffaf5f\">h<span style=\"color:#ff875f\">a<span style=\"color:#ff8787\">s <span style=\"color:#ffaf87\">a <span style=\"color:#ffaf5f\">s<span style=\"color:#ff875f\">l<span style=\"color:#ff8787\">e<span style=\"color:#ffaf87\">e<span style=\"color:#ffaf5f\">k <span style=\"color:#ff875f\">a<span style=\"color:#ff8787\">n<span style=\"color:#ffaf87\">d <span style=\"color:#ffaf5f\">s<span style=\"color:#ff875f\">l<span style=\"color:#ff8787\">e<span style=\"color:#ffaf87\">n<span style=\"color:#ffaf5f\">d<span style=\"color:#ff875f\">e<span style=\"color:#ff8787\">r <span style=\"color:#ffaf87\">n<span style=\"color:#ffaf5f\">e<span style=\"color:#ff875f\">c<span style=\"color:#ff8787\">k<span style=\"color:#ffaf87\">, <span style=\"color:#ffaf5f\">w<span style=\"color:#ff875f\">i<span style=\"color:#ff8787\">t<span style=\"color:#ffaf87\">h <span style=\"color:#ffaf5f\">s<span style=\"color:#ff875f\">l<span style=\"color:#ff8787\">i<span style=\"color:#ffaf87\">g<span style=\"color:#ffaf5f\">h<span style=\"color:#ff875f\">t <span style=\"color:#ff8787\">t<span style=\"color:#ffaf87\">o<span style=\"color:#ffaf5f\">n<span style=\"color:#ff875f\">i<span style=\"color:#ff8787\">n<span style=\"color:#ffaf87\">g <span style=\"color:#ffaf5f\">o<span style=\"color:#ff875f\">f <span style=\"color:#ff8787\">t<span style=\"color:#ffaf87\">h<span style=\"color:#ffaf5f\">e <span style=\"color:#ff875f\">m<span style=\"color:#ff8787\">u<span style=\"color:#ffaf87\">s<span style=\"color:#ffaf5f\">c<span style=\"color:#ff875f\">l<span style=\"color:#ff8787\">e<span style=\"color:#ffaf87\">s <span style=\"color:#ffaf5f\">a<span style=\"color:#ff875f\">t <span style=\"color:#ff8787\">t<span style=\"color:#ffaf87\">h<span style=\"color:#ffaf5f\">e      <span style=\"color:#008080\">| <\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span>\n<span style=\"color:#008080\">| <\/span><span style=\"color:#ff875f\">n<span style=\"color:#ff8787\">a<span style=\"color:#ffaf87\">p<span style=\"color:#ffaf5f\">e<span style=\"color:#ff875f\">. <span style=\"color:#ff8787\">T<span style=\"color:#ffaf87\">h<span style=\"color:#ffaf5f\">e<span style=\"color:#ff875f\">r<span style=\"color:#ff8787\">e <span style=\"color:#ff875f\">i<span style=\"color:#ff8787\">s <span style=\"color:#ffaf87\">a <span style=\"color:#ffaf5f\">t<span style=\"color:#ff875f\">a<span style=\"color:#ff8787\">t<span style=\"color:#ffaf87\">t<span style=\"color:#ffaf5f\">o<span style=\"color:#ff875f\">o <span style=\"color:#ff8787\">o<span style=\"color:#ffaf87\">f <span style=\"color:#444444\">a blossomed lotus flower <span style=\"color:#ff875f\">c<span style=\"color:#ff8787\">e<span style=\"color:#ffaf87\">n<span style=\"color:#ffaf5f\">t<span style=\"color:#ff875f\">e<span style=\"color:#ff8787\">r<span style=\"color:#ffaf87\">e<span style=\"color:#ffaf5f\">d <span style=\"color:#ff875f\">o<span style=\"color:#ff8787\">n <span style=\"color:#ffaf87\">h<span style=\"color:#ffaf5f\">e<span style=\"color:#ff875f\">r <span style=\"color:#ff8787\">t<span style=\"color:#ffaf87\">h<span style=\"color:#ffaf5f\">r<span style=\"color:#ff875f\">o<span style=\"color:#ff8787\">a<span style=\"color:#ffaf87\">t<span style=\"color:#ffaf5f\">.<span style=\"color:#c0c0c0\"> <span style=\"color:#008080\">| <\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span><\/span>\n<span style=\"color:#008080\">| <\/span><u>She is using:<\/u>                                                               <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>(making side pigtails)  (<span style=\"color:#008080\">D<\/span>) a pair of bright blue hair ties                 <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>(techie ninja mask)     (<span style=\"color:#008080\">D<\/span>) an angular black lower face mask with blue neon <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>light slits                                                                 <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>(extra cold protection) (<span style=\"color:#008080\">D<\/span>) an insulated, fur lined, metallic puffer coat   <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>with &#8217;07&#8217; sleeve panel                                                      <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>(keeping torso toasty)  (<span style=\"color:#008080\">D<\/span>) a matte black fitted thermal shirt              <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>(secured on back)       (<span style=\"color:#008080\">C<\/span>) a black backpack with glowing &#8217;07&#8217; display and  <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>blue accents                                                                <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>(left hip mounted)      (<span style=\"color:#008080\">C<\/span>) a black katana sheath with blue illumination    <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>and &#8217;07&#8217; glow panel                                                         <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>(warming the hands)     (<span style=\"color:#008080\">D<\/span>) a pair of insulated black tactical gloves with  <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>reinforced knuckles                                                         <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>(keeping pants up)      (<span style=\"color:#008080\">D<\/span>) a black utility belt with industrial buckle     <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>(adorning the legs)     (<span style=\"color:#008080\">D<\/span>) a pair of reinforced black utility pants with   <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>integrated neon blue led strips                                             <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>(Protecting the feet)   (<span style=\"color:#008080\">D<\/span>) a pair of black boots with buckles, reinforced  <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">| <\/span>panels, and blue glow strips                                                <span style=\"color:#008080\">| <\/span>\n<span style=\"color:#008080\">|_____________________________________________________________________________|\n<\/span><\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n            \n            <div class=\"rpg-video-section\">\n                <div class=\"rpg-video-carousel\" id=\"rpgVideoCarousel\">\n                    <div class=\"rpg-video-item active\" data-video-id=\"HaQa7MzAkB0\">\n                        <div class=\"rpg-video-placeholder\">Loading video&#8230;<\/div>\n                    <\/div>\n                    \n                    <button class=\"rpg-carousel-nav rpg-prev\" id=\"rpgPrevVideo\">\u2039<\/button>\n                    <button class=\"rpg-carousel-nav rpg-next\" id=\"rpgNextVideo\">\u203a<\/button>\n                    \n                    <div class=\"rpg-carousel-controls\" style=\"bottom: 30px;\">\n                        <button class=\"rpg-carousel-dot active\" data-video-index=\"0\"><\/button>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/div>\n\n<script>\njQuery(document).ready(function($) {\n    'use strict';\n    \n    let currentImageIndex = 0;\n    let currentVideoIndex = 0;\n    let imageAutoAdvance;\n    let videosLoaded = false;\n    let protectionActive = false;\n    \n    \/\/ Tab switching functionality\n    $('.rpg-tab-button').on('click', function() {\n        var tabName = $(this).data('tab');\n        \n        \/\/ Hide all tab contents\n        $('.rpg-tab-content').removeClass('active');\n        \n        \/\/ Remove active class from all buttons\n        $('.rpg-tab-button').removeClass('active');\n        \n        \/\/ Show the selected tab and mark button as active\n        $('#' + tabName).addClass('active');\n        $(this).addClass('active');\n    });\n    \n    \/\/ Function to create and insert iframe\n    function createIframe(videoId) {\n        const iframe = document.createElement('iframe');\n        iframe.src = 'https:\/\/www.youtube.com\/embed\/' + videoId;\n        iframe.setAttribute('allowfullscreen', 'true');\n        iframe.setAttribute('frameborder', '0');\n        iframe.setAttribute('allow', 'accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture');\n        iframe.className = 'rpg-protected-iframe';\n        iframe.style.cssText = 'width: 100%; height: 100%; border: none; border-radius: 10px;';\n        return iframe;\n    }\n    \n    \/\/ Function to load video iframes\n    function loadVideoIframes() {\n        if (videosLoaded) return;\n        \n        console.log('RPG: Loading video iframes...');\n        \n        $('.rpg-video-item').each(function() {\n            const $item = $(this);\n            const videoId = $item.data('video-id');\n            \n            if (videoId && !$item.find('iframe').length) {\n                $item.find('.rpg-video-placeholder').remove();\n                const iframe = createIframe(videoId);\n                $item.append(iframe);\n            }\n        });\n        \n        videosLoaded = true;\n        \n        \/\/ Start protection after a short delay\n        setTimeout(startProtection, 500);\n    }\n    \n    \/\/ Smart protection system\n    function startProtection() {\n        if (protectionActive) return;\n        protectionActive = true;\n        \n        \/\/ Check every second for hidden iframes\n        setInterval(function() {\n            $('.rpg-protected-iframe').each(function() {\n                const $iframe = $(this);\n                const computedStyle = window.getComputedStyle(this);\n                \n                \/\/ Only fix if actually hidden\n                if (computedStyle.display === 'none' || \n                    computedStyle.visibility === 'hidden' || \n                    computedStyle.opacity === '0') {\n                    \n                    console.log('RPG: Fixing hidden iframe');\n                    $iframe.css({\n                        'display': 'block',\n                        'visibility': 'visible',\n                        'opacity': '1'\n                    });\n                }\n            });\n        }, 1000);\n    }\n    \n    \/\/ Image carousel functions\n    function changeImage(direction) {\n        const images = $('#rpgImageCarousel .rpg-carousel-image');\n        const dots = $('.rpg-image-carousel-container .rpg-carousel-dot');\n        \n        images.eq(currentImageIndex).removeClass('active');\n        dots.eq(currentImageIndex).removeClass('active');\n        \n        currentImageIndex = (currentImageIndex + direction + images.length) % images.length;\n        \n        images.eq(currentImageIndex).addClass('active');\n        dots.eq(currentImageIndex).addClass('active');\n    }\n    \n    function setCurrentImage(index) {\n        const images = $('#rpgImageCarousel .rpg-carousel-image');\n        const dots = $('.rpg-image-carousel-container .rpg-carousel-dot');\n        \n        images.eq(currentImageIndex).removeClass('active');\n        dots.eq(currentImageIndex).removeClass('active');\n        \n        currentImageIndex = index;\n        \n        images.eq(currentImageIndex).addClass('active');\n        dots.eq(currentImageIndex).addClass('active');\n    }\n    \n    \/\/ Video carousel functions\n    function changeVideo(direction) {\n        const videos = $('#rpgVideoCarousel .rpg-video-item');\n        const dots = $('.rpg-video-section .rpg-carousel-dot');\n        \n        videos.eq(currentVideoIndex).removeClass('active');\n        dots.eq(currentVideoIndex).removeClass('active');\n        \n        currentVideoIndex = (currentVideoIndex + direction + videos.length) % videos.length;\n        \n        videos.eq(currentVideoIndex).addClass('active');\n        dots.eq(currentVideoIndex).addClass('active');\n    }\n    \n    function setCurrentVideo(index) {\n        const videos = $('#rpgVideoCarousel .rpg-video-item');\n        const dots = $('.rpg-video-section .rpg-carousel-dot');\n        \n        videos.eq(currentVideoIndex).removeClass('active');\n        dots.eq(currentVideoIndex).removeClass('active');\n        \n        currentVideoIndex = index;\n        \n        videos.eq(currentVideoIndex).addClass('active');\n        dots.eq(currentVideoIndex).addClass('active');\n    }\n    \n    \/\/ Event handlers\n    $('#rpgPrevImage').on('click', function() {\n        changeImage(-1);\n        clearInterval(imageAutoAdvance);\n    });\n    \n    $('#rpgNextImage').on('click', function() {\n        changeImage(1);\n        clearInterval(imageAutoAdvance);\n    });\n    \n    $('.rpg-image-carousel-container .rpg-carousel-dot').on('click', function() {\n        const index = parseInt($(this).data('index'));\n        setCurrentImage(index);\n        clearInterval(imageAutoAdvance);\n    });\n    \n    $('#rpgPrevVideo').on('click', function() {\n        changeVideo(-1);\n    });\n    \n    $('#rpgNextVideo').on('click', function() {\n        changeVideo(1);\n    });\n    \n    $('.rpg-video-section .rpg-carousel-dot').on('click', function() {\n        const index = parseInt($(this).data('video-index'));\n        setCurrentVideo(index);\n    });\n    \n    \/\/ Auto-advance image carousel only\n    imageAutoAdvance = setInterval(function() {\n        changeImage(1);\n    }, 5000);\n    \n    \/\/ Load videos after 2 second delay\n    setTimeout(loadVideoIframes, 2000);\n});\n<\/script>\n\n","protected":false},"excerpt":{"rendered":"<p>Morina Coleman @777 | Followers: 5 \u2039 \u203a Profile Photo About Me If you trust in me, I will be your shield. If you tread on me, I will be your intercessor. If you threaten my friends, I will be your doom. That handles my&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":16918,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_bbp_topic_count":0,"_bbp_reply_count":0,"_bbp_total_topic_count":0,"_bbp_total_reply_count":0,"_bbp_voice_count":0,"_bbp_anonymous_reply_count":0,"_bbp_topic_count_hidden":0,"_bbp_reply_count_hidden":0,"_bbp_forum_subforum_count":0,"footnotes":""},"class_list":["post-28877","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/havenrpg.net\/newsite\/wp-json\/wp\/v2\/pages\/28877","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/havenrpg.net\/newsite\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/havenrpg.net\/newsite\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/havenrpg.net\/newsite\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/havenrpg.net\/newsite\/wp-json\/wp\/v2\/comments?post=28877"}],"version-history":[{"count":0,"href":"https:\/\/havenrpg.net\/newsite\/wp-json\/wp\/v2\/pages\/28877\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/havenrpg.net\/newsite\/wp-json\/wp\/v2\/pages\/16918"}],"wp:attachment":[{"href":"https:\/\/havenrpg.net\/newsite\/wp-json\/wp\/v2\/media?parent=28877"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}