Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <!-- HTML5 Shiv -->
- <!--[if lt IE 9]> <script src="https://static.tumblr.com/hriofhd/Qj0m8pn7q/html5shiv.js"></script><![endif]-->
- <!--[if IE 8]><html class="lt-ie10 lt-ie9"> <![endif]-->
- <!--[if IE 9]><html class="lt-ie10"> <![endif]-->
- <!--[if gt IE 9]><!--> <!--<![endif]-->
- <!--
- maziekeen's theme #218 DARK small screens
- https://maziekeen.tumblr.com/
- PLEASE DO NOT:
- remove the credits; claim as your own; use as a base, take parts
- of the theme, repost as your own
- YOU CAN:
- edit as much as you want for your own personal use only.
- CREDITS,
- smooth scroll by michael herf and balazs galambosi
- feathericons by github.com/feathericons/feather
- normalize reest html by necolas.github.io
- tippyjs tooltips by silbrigthemes
- -->
- <html>
- <head>
- <meta charset="utf-8">
- <title>{block:TagPage}#{Tag} / {/block:TagPage} {block:SearchPage}{lang:Search results for SearchQuery} / {/block:SearchPage}{block:PostSummary}{PostSummary} / {/block:PostSummary} {Title}</title>
- <link rel="shortcut icon" href="{Favicon}"/>
- <link rel="alternate" type="application/rss+xml" href="{RSS}"/>
- <link rel="apple-touch-icon-precomposed" href="{PortraitURL-128}">
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <!------------ custom css ---->
- <link href="https://static.tumblr.com/0siu224/1Eaqd80d8/normalize.css" rel="stylesheet"> <!-- reset html code -->
- <link href="https://static.tumblr.com/0siu224/OT8qd80dc/reset.css" rel="stylesheet"> <!-- reset html code -->
- <link href="//solrainha.github.io/saturnicons/saturnicons.css" rel="stylesheet"> <!-- custom icons -->
- <script src="https://unpkg.com/feather-icons"></script> <!-- custom icons -->
- <!------------ fonts ---->
- <link href="https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap" rel="stylesheet" />
- <style type="text/css">
- /* ------------ theme's variables */
- :root {
- /* colors */
- --backgroundThemeColor: #191919; /*theme background*/
- --bodyTextColor: #d7d7d7; /*theme text color*/
- --bodyLinkColor: #df9a5a; /*theme links color*/
- --bodyLinkHoverColor: #db812e; /*theme links on hover color*/
- --boldColor: #db812e; /*theme bold color*/
- --italicColor: #bea996; /*theme bold italic color*/
- --hoverTextBackgroundColor: #db812e; /*hover texts background color*/
- --hoverTextColor: #202020; /*hover texts color*/
- --bordersColor: #272727; /*color of the borders of the theme*/
- --musesBackgroundColor: #202020; /*background of the muses container*/
- --scrollbarColor: #f38830; /*scrollbar color*/
- /* fonts, sizes, styles */
- --bodyFont: 'Nunito', Calibri,sans-serif; /*body font*/
- --topSidebarTitleFontSize: 17px; /*top sidebar title font size*/
- --bottomSidebarDescriptionFontSize: 11px; /*bottom sidebar description font size*/
- --bodyFontSize: 12px; /*body font size*/
- --sidebarIconsSize: 14px; /*top and bottom sidear icons size*/
- --boldFontWeight: bold; /*font weight of the body bold */
- --topSidebarTitleFontWeight: bold; /*top sidebar title font weight*/
- --topSidebarTitleTextTransform: lowercase; /*top sidebar title text transform*/
- --topSidebarTitleFontStyle: normal; /*top sidebar title font style*/
- --bottomSidebarDescriptionTextTransform: none; /*bottom sidebar description text transform*/
- --bottomSidebarDescriptionFontStyle: normal; /*bottom sidebar description font style*/
- /* other styles */
- --bordersStyle: solid; /*style of all the borders of the theme*/
- --bordersSize: 1px; /*border size*/
- --boxShadowSize: 0px 4px 8px; /*box shadow size*/
- --boxShadowColor: 0, 0, 0, 0.1; /*box shadow color*/
- --transitions: all 0.5s ease; /*transitions*/
- }
- /* ------------ scrollbar */
- ::-webkit-scrollbar {
- width:6px;
- height:6px;
- }
- ::-webkit-scrollbar {
- background-color:var(--backgroundThemeColor);
- }
- ::-webkit-scrollbar-track {
- border:4px solid var(--backgroundThemeColor);
- background-color:var(--backgroundThemeColor);
- }
- ::-webkit-scrollbar-thumb {
- border:2px solid var(--backgroundThemeColor);
- background-color:var(--scrollbarColor);
- border-radius:10px;
- min-height:24px;
- min-width:24px;
- }
- /* ------------ tooltips */
- .tippy-tooltip.custom-theme {
- text-align:center;
- font-weight:var(--boldFontWeight);
- color:var(--hoverTextColor);
- background-color:var(--hoverTextBackgroundColor);
- border:var(--bordersSize) var(--bordersStyle) var(--bordersColor);
- -webkit-box-shadow: var(--boxShadowSize) rgba(var(--boxShadowColor));
- box-shadow: var(--boxShadowSize) rgba(var(--boxShadowColor));
- }
- .tippy-tooltip.custom-theme .tippy-svg-arrow {
- fill: var(--hoverTextBackgroundColor);
- -webkit-box-shadow: var(--boxShadowSize) rgba(var(--boxShadowColor));
- box-shadow: var(--boxShadowSize) rgba(var(--boxShadowColor));
- }
- /* ------------ tumblr controls */
- iframe.tmblr-iframe {
- z-index:99999999999999!important;
- top: 15px!important;
- right: 15px!important;
- padding-right:12px;
- -webkit-transform:scale(0.75);
- -ms-transform:scale(0.75);
- transform:scale(0.75);
- -webkit-transform-origin:100% 0;
- -ms-transform-origin:100% 0;
- transform-origin:100% 0;
- -webkit-transition: var(--transitions);
- -o-transition: var(--transitions);
- transition: var(--transitions);
- cursor: pointer;
- }
- iframe.tmblr-iframe:hover {
- opacity:1!important;
- -webkit-transition: var(--transitions);
- -o-transition: var(--transitions);
- transition: var(--transitions);
- }
- .iframe-controls-right {
- padding:0;
- }
- /* ------------ theme settings */
- html {
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- }
- *::after,
- *::before {
- box-sizing: inherit;
- }
- html,
- body {
- height: 100vh;
- }
- body {
- padding: 0;
- margin: 0;
- font-family: var(--bodyFont), Arial, sans-serif;
- font-size:var(--bodyFontSize);
- line-height:1.4;
- background-color:var(--backgroundThemeColor);
- color:var(--bodyTextColor);
- word-wrap:break-word;
- background-image:url('{image:Background}');
- background-repeat: repeat;
- background-attachment: fixed;
- background-position:center;
- }
- a {
- display:inline-block;
- position:relative;
- color: var(--bodyLinkColor);
- text-decoration: none;
- -webkit-transition: var(--transitions);
- -o-transition: var(--transitions);
- transition: var(--transitions);
- }
- a:hover {
- color:var(--bodyLinkHoverColor);
- -webkit-transition: var(--transitions);
- -o-transition: var(--transitions);
- transition: var(--transitions);
- }
- a:last-child {
- margin-right:0px;
- }
- h1, h2 {
- margin:15px 0 5px;
- display:block;
- text-transform:lowercase;
- font-size: 16px;
- font-weight:var(--boldFontWeight);
- color:var(--boldColor);
- text-align:var(--postsTextPosition);
- }
- h2 a {
- color:var(--boldColor);
- }
- p {
- display: block;
- margin-block-start: 0.5em;
- margin-block-end: 0.5em;
- word-wrap:wrap;
- }
- hr {
- width:100px;
- margin:10px 0 10px 0;
- border-width: var(--bordersSize) 0px 0px 0px;
- border-style: var(--bordersStyle);
- border-color: var(--bordersColor);
- }
- small, sup, sub {
- font-size:calc(var(--bodyFontSize) - 1px);
- }
- strong, bold, b {
- color:var(--boldColor);
- font-weight:var(--boldFontWeight);
- }
- italic, i, em {
- color:var(--italicColor);
- }
- /* ------------ lists */
- ul {
- margin:15px 0;
- list-style:none;
- }
- ul li {
- margin:5px 15px;
- list-style:none;
- -webkit-transition: var(--transitions);
- -o-transition: var(--transitions);
- transition: var(--transitions);
- }
- ul li::before {
- content: '\e08f';
- font-family:'saturnicons';
- font-size:calc(var(--bodyFontSize) - 50%);
- bottom:0.5px;
- margin-right:7px;
- display:inline-block;
- vertical-align:middle;
- position:relative;
- color: var(--bodyLinkColor);
- -webkit-transition: var(--transitions);
- -o-transition: var(--transitions);
- transition: var(--transitions);
- }
- ol {
- margin:15px;
- }
- ol li {
- margin:5px 15px;
- list-style-type: decimal;
- }
- .container {
- width:95%;
- max-width:1020px;
- height:100vh;
- margin:0 auto;
- display:grid;
- grid-template-rows: 65px auto-fit 65px;
- grid-template-areas:
- "top-navigation"
- "muses"
- "bottom-navigation"
- ;
- align-content: center;
- }
- /* top nav and bottom where the links icons, title, credit are */
- .top-navigation,
- .bottom-navigation {
- width:100%;
- display:flex;
- justify-content: space-between;
- align-items: center;
- padding:15px;
- border:var(--bordersSize) var(--bordersStyle) var(--bordersColor);
- box-sizing:border-box;
- }
- .top-navigation .navigation-links ul,
- .bottom-navigation .navigation-links ul {
- width:210px;
- text-align:center;
- margin: 0;
- }
- .navigation-title,
- .navigation-description {
- max-width: 450px;
- text-align:center;
- }
- .navigation-title {
- font-weight:var(--topSidebarTitleFontWeight);
- font-size:var(--topSidebarTitleFontSize);
- color:var(--boldColor);
- text-transform:var(--topSidebarTitleTextTransform);
- font-style:var(--topSidebarTitleFontStyle);
- }
- .navigation-description {
- font-weight:var(--bottomSidebarDescriptionFontWeight);
- font-size:var(--bottomSidebarDescriptionFontSize);
- text-transform:var(--bottomSidebarDescriptionTextTransform);
- font-style:var(--bottomSidebarDescriptionFontStyle);
- }
- .navigation-links ul li {
- list-style-type:none;
- margin: 0;
- display:inline-block;
- }
- .navigation-links ul li:before {
- content: '';
- width: 0px;
- height: 0px;
- margin:0px;
- background-color: none;
- }
- .navigation-links ul li .feather {
- width: var(--sidebarIconsSize);
- height: var(--sidebarIconsSize);
- padding:10px;
- background-color: var(--musesBackgroundColor);
- outline:var(--bordersSize) var(--bordersStyle) var(--bordersColor);
- -webkit-box-shadow: var(--boxShadowSize) rgba(var(--boxShadowColor));
- box-shadow: var(--boxShadowSize) rgba(var(--boxShadowColor));
- width: var(--sidebarIconsSize);
- height: var(--sidebarIconsSize);
- stroke: var(--bodyLinkColor);
- }
- .navigation-links li + li {
- margin-left:15px;
- }
- .navigation-links ul li .feather:hover {
- color: var(--bodyLinkHoverColor);
- stroke: var(--bodyLinkHoverColor);
- -webkit-transition: all 0.3s ease-in-out;
- -o-transition: all 0.3s ease-in-out;
- transition: all 0.3s ease-in-out;
- }
- .top-navigation {
- grid-area: top-navigation;
- }
- .bottom-navigation {
- grid-area: bottom-navigation;
- }
- /* START OF MUSE CONTENT RELATED */
- /* all muses container / wrapper */
- .muse-primary-container,
- .muse-secondary-container {
- grid-column: 1 / -1;
- grid-row: 1 / -1;
- }
- .muse-primary-content,
- .muse-secondary-content {
- position: relative;
- display: grid;
- grid-template-columns: repeat(auto-fit, 225px);
- gap: 15px;
- grid-area: muses;
- justify-content: center;
- align-items: center;
- /*padding: 0 0 15px 0;*/
- overflow-y: auto;
- background: var(--musesBackgroundColor);
- height: 70vh;
- }
- .muse-secondary-content {
- z-index:10;
- display:none;
- }
- .muse-primary-content {
- z-index:9;
- }
- .muse-secondary-close {
- position:absolute;
- top: -1px;
- right: 1px;
- z-index:15;
- }
- /* button that closes the secondary muses */
- .muse-secondary-close .feather {
- width: var(--sidebarIconsSize);
- height: var(--sidebarIconsSize);
- -webkit-box-shadow: var(--boxShadowSize) rgba(var(--boxShadowColor));
- box-shadow: var(--boxShadowSize) rgba(var(--boxShadowColor));
- stroke: var(--bodyLinkColor);
- }
- /* wrapper of all muses (main and secondary) */
- .muse-container {
- display:grid;
- height: 70vh;
- padding: 15px 0;
- overflow-y: auto;
- border-left:var(--bordersSize) var(--bordersStyle) var(--bordersColor);
- border-right:var(--bordersSize) var(--bordersStyle) var(--bordersColor);
- background: var(--musesBackgroundColor);
- }
- /* START OF EACH MUSE BOX AND THEIR CONTENT */
- /* muse image */
- .muse-image img {
- width:100%;
- height:200px;
- object-fit: cover;
- background: rgba(0,0,0,0.8); /* change background color here */
- }
- .muse-image img:hover {
- opacity:0.7;
- }
- /* each muse box */
- .muse-box {
- border:var(--bordersSize) var(--bordersStyle) var(--bordersColor);
- height: 255px;
- position:relative;
- padding:5px;
- box-sizing:border-box;
- background: var(--backgroundThemeColor);
- }
- /* background where the content appear on image hover */
- .muse-overlay {
- padding:3px;
- position:absolute;
- overflow-y: auto;
- height:200px;
- box-sizing:border-box;
- background: rgba(0,0,0,0.8); /* change background color here */
- top: 5px;
- bottom: 5px;
- left: 5px;
- right: 0;
- opacity: 0;
- -webkit-transition: var(--transitions);
- -o-transition: var(--transitions);
- transition: var(--transitions);
- }
- .muse-box:hover .muse-overlay {
- opacity: 1;
- }
- /* muse content when on image hover */
- .muse-content {
- height:200px;
- }
- .muse-content ul {
- margin:10px 0;
- }
- .muse-content ul li {
- margin:5px 10px;
- }
- /* muse content links */
- .muse-content-links li {
- list-style:none;
- display:inline-block;
- }
- .muse-content-links li::before {
- content: '';
- }
- /* muse content titles */
- .muse-content-title {
- display:inline-block;
- font-weight:var(--boldFontWeight);
- text-transform: uppercase;
- padding:7px 0;
- margin: 2px 3px 3px;
- border-bottom: var(--bordersSize) var(--bordersStyle) var(--bordersColor);
- }
- /* this is where the connections are, two blocks of a p and links */
- .muse-content-box {
- margin: 0 0 10px;
- display:grid;
- grid-template-columns: 1fr 1fr;
- }
- .muse-content-box div {
- margin-left:10px;
- margin-top:10px;
- }
- .muse-content-box div:first-child {
- margin-top:10px;
- }
- .muse-content-box p {
- font-weight:var(--boldFontWeight);
- padding:0;
- margin-bottom:0px;
- }
- .muse-content-box p:first-child {
- margin-top:0px;
- }
- /* muse name and age outside the image and content on hover */
- .muse-content-info {
- margin:1px 0;
- padding:5px;
- display:block;
- }
- .muse-content-info1,
- .muse-content-info1 {
- display:flex;
- text-transform:uppercase;
- font-weight:var(--boldFontWeight);
- font-size:12px;
- letter-spacing:1px;
- }
- .muse-content-info1:after {
- content: "";
- flex: 1 1;
- border-bottom: var(--bordersSize) var(--bordersStyle) var(--bordersColor);;
- margin: auto 5px;
- }
- /* DO NOT REMOVE */
- .mcredito {
- width:210px;
- display:flex;
- justify-content: flex-end;
- }
- .mcredito a {
- margin:0;
- padding:0;
- font-weight:var(--boldFontWeight);
- text-transform:lowercase;
- text-align:center;
- color:var(--bodyLinkColor);
- padding:8px 12px;
- background: var(--musesBackgroundColor);
- outline:var(--bordersSize) var(--bordersStyle) var(--bordersColor);
- -webkit-box-shadow: var(--boxShadowSize) rgba(var(--boxShadowColor));
- box-shadow: var(--boxShadowSize) rgba(var(--boxShadowColor));
- }
- .mcredito a:hover {
- color:var(--bodyLinkHoverColor);
- </style>
- </head>
- <body>
- <div class="container">
- <div class="top-navigation">
- <nav class="navigation-links">
- <ul>
- <li>
- <a href="/" title="go back">
- <i data-feather="home" class="feather"></i>
- </a>
- </li>
- <li>
- <a href="/ask" title="questions">
- <i data-feather="mail" class="feather"></i>
- </a>
- </li>
- <li>
- <a href="/" title="out of character">
- <i data-feather="eye" class="feather"></i>
- </a>
- </li>
- <li>
- <a href="#" class="toggle-link" title="secondary muses">
- <i data-feather="user" class="feather"></i>
- </a>
- </li>
- </ul>
- </nav>
- <div class="navigation-title">lorem ipsum consectetuer mattis porta urna, adipiscing.</div>
- </div>
- <div class="muse-container"> <!-- MUSES CONTAINER // do not touch! -->
- <div class="muse-primary-container"> <!-- START OF MAIN MUSES CONTAINER // do not touch! -->
- <div class="muse-primary-content"> <!-- START OF MAIN MUSES CONTENT // do not touch! -->
- <div class="muse-box"> <!-- MAIN 01 - start of each muse box // copy from here to add more muses -->
- <div class="muse-image">
- <img src="https://static.tumblr.com/0siu224/oOCqjnqu4/1.png" />
- </div>
- <div class="muse-overlay"> <!-- start muse content overlay // the background that appears on hover -->
- <div class="muse-content"> <!-- start muse content // everything that appears when you hover the image -->
- <ul class="muse-content-links">
- <li><a href="/tagged/">interactions</a></li>
- <li><a href="/tagged/">photography</a></li>
- <li><a href="/tagged/">musings</a></li>
- <li><a href="/tagged/">starter</a></li>
- <li><a href="/tagged/">likes</a></li>
- <li><a href="/tagged/">texts</a></li>
- </ul>
- <div class="muse-content-title">
- <strong> about muse name </strong>
- </div>
- <ul class="muse-content-stats">
- <li><strong>pronouns:</strong> she/her</li>
- <li><strong>sexuality: </strong>sexuality</li>
- <li><strong>occupation: </strong>occupation</li>
- <li>
- <strong>traits:</strong> persuasive, amusing, ebullient, careless, flirtatious and
- materialistic
- </li>
- <li><strong>faceclaim:</strong> faceclaim here</li>
- </ul>
- <div class="muse-content-title">
- <strong> additional info </strong>
- </div>
- <ul class="muse-content-stats">
- <li>
- lorem ipsum consectetuer mattis porta urna, adipiscing elit. aliquam nisi lorem,
- pulvinar id, commodo feugiat, vehicula et, aliquam mattis porta urna.
- </li>
- <li>lorem ipsum consectetuer mattis porta urna</li>
- <li>lorem ipsum consectetuer mattis porta urna, adipiscing elit.</li>
- <li>
- lorem ipsum consectetuer mattis porta urna, adipiscing elit. aliquam nisi lorem,
- pulvinar id, commodo feugiat, vehicula et, aliquam mattis porta urna.
- </li>
- </ul>
- <div class="muse-content-title">
- <strong> connections </strong>
- </div>
- <div class="muse-content-box">
- <div>
- <p>muse name</p>
- <a href="">threads</a> / <a href="">musings</a>
- </div>
- <div>
- <p>muse name</p>
- <a href="">threads</a> / <a href="">musings</a>
- </div>
- <div>
- <p>muse name</p>
- <a href="">threads</a> / <a href="">musings</a>
- </div>
- <div>
- <p>muse name</p>
- <a href="">threads</a> / <a href="">musings</a>
- </div>
- </div>
- <div class="muse-content-title">
- <strong> supernatural verse </strong>
- </div>
- <ul class="muse-content-stats">
- <li><strong>age: </strong> age</li>
- <li><strong>species: </strong>species</li>
- <li>
- <strong>traits:</strong> persuasive, amusing, ebullient, careless, flirtatious and
- materialistic
- </li>
- </ul>
- </div> <!-- end muse content // everything that appears when you hover the image -->
- </div> <!-- end muse content overlay // the background that appears on hover -->
- <div class="muse-content-info">
- <!-- muse name and info -->
- <div class="muse-content-info1">Willa Vasconcelos</div>
- <div class="muse-content-info1">27 years old</div>
- </div> <!-- end muse name and info -->
- </div> <!-- end of each muse box // copy all to here to add more muses -->
- <div class="muse-box"> <!-- MAIN MUSE 02 - start of each muse box // copy from here to add more muses -->
- <div class="muse-image">
- <img src="https://static.tumblr.com/0siu224/oOCqjnqu4/1.png" />
- </div>
- <div class="muse-overlay"> <!-- start muse content overlay // the background that appears on hover -->
- <div class="muse-content"> <!-- start muse content // everything that appears when you hover the image -->
- <div class="muse-content-title">
- <strong> use the class muse-content-title to add titles </strong>
- </div>
- <ul class="muse-content-stats">
- <li>anything you want to add one after another</li>
- <li>i recommend you to use lists</li>
- <li>with this class muse-content-stats on the ul</li>
- </ul>
- <div class="muse-content-title">
- <strong> use html tags to mark things like you want to </strong>
- </div>
- <p>
- <strong> this is bold/strong </strong>, <em>this is italic</em>,
- <u>this is underline</u>, <s>this is stroke</s>
- </p>
- <p>use tags p to add paragraphs or random texts that are not lists or whatever</p>
- <p>
- as many as you need, but don't overdo it. lorem ipsum consectetuer mattis porta
- urna, adipiscing elit.
- </p>
- <div class="muse-content-title">
- <strong> connections </strong>
- </div>
- <div class="muse-content-box">
- <div>
- <p>add extra links or anything</p>
- <a href="">threads</a> / <a href="">musings</a>
- </div>
- <div>
- <p>muse name</p>
- <a href="">threads</a> / <a href="">musings</a>
- </div>
- <div>
- <p>muse name</p>
- <a href="">threads</a> / <a href="">musings</a>
- </div>
- <div>
- <p>do it between the divs</p>
- <a href="">threads</a> / <a href="">musings</a>
- </div>
- </div>
- <div class="muse-content-title">
- <strong> supernatural verse </strong>
- </div>
- <ul class="muse-content-stats">
- <li><strong>age: </strong> age</li>
- <li><strong>species: </strong>species</li>
- <li>
- <strong>traits:</strong> persuasive, amusing, ebullient, careless, flirtatious and
- materialistic
- </li>
- </ul>
- </div> <!-- end muse content // everything that appears when you hover the image -->
- </div> <!-- end muse content overlay // the background that appears on hover -->
- <div class="muse-content-info">
- <!-- muse name and info -->
- <div class="muse-content-info1">hover here to know</div>
- <div class="muse-content-info1">tips about the content</div>
- </div> <!-- end muse name and info -->
- </div> <!-- end of each muse box // copy all to here to add more muses -->
- <div class="muse-box"> <!-- MAIN MUSE 03 - start of each muse box // copy from here to add more muses -->
- <div class="muse-image">
- <img src="https://static.tumblr.com/0siu224/oOCqjnqu4/1.png" />
- </div>
- <div class="muse-overlay"> <!-- start muse content overlay // the background that appears on hover -->
- <div class="muse-content"> <!-- start muse content // everything that appears when you hover the image -->
- <ul class="muse-content-links">
- <li><a href="/tagged/">interactions</a></li>
- <li><a href="/tagged/">photography</a></li>
- <li><a href="/tagged/">musings</a></li>
- <li><a href="/tagged/">starter</a></li>
- <li><a href="/tagged/">likes</a></li>
- <li><a href="/tagged/">texts</a></li>
- </ul>
- <div class="muse-content-title">
- <strong> about muse name </strong>
- </div>
- <ul class="muse-content-stats">
- <li><strong>pronouns:</strong> she/her</li>
- <li><strong>sexuality: </strong>sexuality</li>
- <li><strong>occupation: </strong>occupation</li>
- <li>
- <strong>traits:</strong> persuasive, amusing, ebullient, careless, flirtatious and
- materialistic
- </li>
- <li><strong>faceclaim:</strong> faceclaim here</li>
- </ul>
- <div class="muse-content-title">
- <strong> additional info </strong>
- </div>
- <ul class="muse-content-stats">
- <li>
- lorem ipsum consectetuer mattis porta urna, adipiscing elit. aliquam nisi lorem,
- pulvinar id, commodo feugiat, vehicula et, aliquam mattis porta urna.
- </li>
- <li>lorem ipsum consectetuer mattis porta urna</li>
- <li>lorem ipsum consectetuer mattis porta urna, adipiscing elit.</li>
- <li>
- lorem ipsum consectetuer mattis porta urna, adipiscing elit. aliquam nisi lorem,
- pulvinar id, commodo feugiat, vehicula et, aliquam mattis porta urna.
- </li>
- </ul>
- <div class="muse-content-title">
- <strong> connections </strong>
- </div>
- <div class="muse-content-box">
- <div>
- <p>muse name</p>
- <a href="">threads</a> / <a href="">musings</a>
- </div>
- <div>
- <p>muse name</p>
- <a href="">threads</a> / <a href="">musings</a>
- </div>
- <div>
- <p>muse name</p>
- <a href="">threads</a> / <a href="">musings</a>
- </div>
- <div>
- <p>muse name</p>
- <a href="">threads</a> / <a href="">musings</a>
- </div>
- </div>
- <div class="muse-content-title">
- <strong> supernatural verse </strong>
- </div>
- <ul class="muse-content-stats">
- <li><strong>age: </strong> age</li>
- <li><strong>species: </strong>species</li>
- <li>
- <strong>traits:</strong> persuasive, amusing, ebullient, careless, flirtatious and
- materialistic
- </li>
- </ul>
- </div> <!-- end muse content // everything that appears when you hover the image -->
- </div> <!-- end muse content overlay // the background that appears on hover -->
- <div class="muse-content-info">
- <!-- muse name and info -->
- <div class="muse-content-info1">muse name</div>
- </div> <!-- end muse name and info -->
- </div> <!-- end of each muse box // copy all to here to add more muses -->
- <div class="muse-box"> <!-- MAIN MUSE 04 - start of each muse box // copy from here to add more muses -->
- <div class="muse-image">
- <img src="https://static.tumblr.com/0siu224/oOCqjnqu4/1.png" />
- </div>
- <div class="muse-overlay"> <!-- start muse content overlay // the background that appears on hover -->
- <div class="muse-content"> <!-- start muse content // everything that appears when you hover the image -->
- <ul class="muse-content-links">
- <li><a href="/tagged/">interactions</a></li>
- <li><a href="/tagged/">photography</a></li>
- <li><a href="/tagged/">musings</a></li>
- <li><a href="/tagged/">starter</a></li>
- <li><a href="/tagged/">likes</a></li>
- <li><a href="/tagged/">texts</a></li>
- </ul>
- <div class="muse-content-title">
- <strong> about muse name </strong>
- </div>
- <ul class="muse-content-stats">
- <li><strong>pronouns:</strong> she/her</li>
- <li><strong>sexuality: </strong>sexuality</li>
- <li><strong>occupation: </strong>occupation</li>
- <li>
- <strong>traits:</strong> persuasive, amusing, ebullient, careless, flirtatious and
- materialistic
- </li>
- <li><strong>faceclaim:</strong> faceclaim here</li>
- </ul>
- <div class="muse-content-title">
- <strong> additional info </strong>
- </div>
- <ul class="muse-content-stats">
- <li>
- lorem ipsum consectetuer mattis porta urna, adipiscing elit. aliquam nisi lorem,
- pulvinar id, commodo feugiat, vehicula et, aliquam mattis porta urna.
- </li>
- <li>lorem ipsum consectetuer mattis porta urna</li>
- <li>lorem ipsum consectetuer mattis porta urna, adipiscing elit.</li>
- <li>
- lorem ipsum consectetuer mattis porta urna, adipiscing elit. aliquam nisi lorem,
- pulvinar id, commodo feugiat, vehicula et, aliquam mattis porta urna.
- </li>
- </ul>
- <div class="muse-content-title">
- <strong> connections </strong>
- </div>
- <div class="muse-content-box">
- <div>
- <p>muse name</p>
- <a href="">threads</a> / <a href="">musings</a>
- </div>
- <div>
- <p>muse name</p>
- <a href="">threads</a> / <a href="">musings</a>
- </div>
- <div>
- <p>muse name</p>
- <a href="">threads</a> / <a href="">musings</a>
- </div>
- <div>
- <p>muse name</p>
- <a href="">threads</a> / <a href="">musings</a>
- </div>
- </div>
- <div class="muse-content-title">
- <strong> supernatural verse </strong>
- </div>
- <ul class="muse-content-stats">
- <li><strong>age: </strong> age</li>
- <li><strong>species: </strong>species</li>
- <li>
- <strong>traits:</strong> persuasive, amusing, ebullient, careless, flirtatious and
- materialistic
- </li>
- </ul>
- </div> <!-- end muse content // everything that appears when you hover the image -->
- </div> <!-- end muse content overlay // the background that appears on hover -->
- <div class="muse-content-info">
- <!-- muse name and info -->
- <div class="muse-content-info1">muse name</div>
- <div class="muse-content-info1">age or anything</div>
- </div> <!-- end muse name and info -->
- </div> <!-- end of each muse box // copy all to here to add more muses -->
- <div class="muse-box"> <!-- MAIN MUSE 05 - start of each muse box // copy from here to add more muses -->
- <div class="muse-image">
- <img src="https://static.tumblr.com/0siu224/oOCqjnqu4/1.png" />
- </div>
- <div class="muse-overlay"> <!-- start muse content overlay // the background that appears on hover -->
- <div class="muse-content"> <!-- start muse content // everything that appears when you hover the image -->
- <ul class="muse-content-links">
- <li><a href="/tagged/">interactions</a></li>
- <li><a href="/tagged/">photography</a></li>
- <li><a href="/tagged/">musings</a></li>
- <li><a href="/tagged/">starter</a></li>
- <li><a href="/tagged/">likes</a></li>
- <li><a href="/tagged/">texts</a></li>
- </ul>
- <div class="muse-content-title">
- <strong> about muse name </strong>
- </div>
- <ul class="muse-content-stats">
- <li><strong>pronouns:</strong> she/her</li>
- <li><strong>sexuality: </strong>sexuality</li>
- <li><strong>occupation: </strong>occupation</li>
- <li>
- <strong>traits:</strong> persuasive, amusing, ebullient, careless, flirtatious and
- materialistic
- </li>
- <li><strong>faceclaim:</strong> faceclaim here</li>
- </ul>
- <div class="muse-content-title">
- <strong> additional info </strong>
- </div>
- <ul class="muse-content-stats">
- <li>
- lorem ipsum consectetuer mattis porta urna, adipiscing elit. aliquam nisi lorem,
- pulvinar id, commodo feugiat, vehicula et, aliquam mattis porta urna.
- </li>
- <li>lorem ipsum consectetuer mattis porta urna</li>
- <li>lorem ipsum consectetuer mattis porta urna, adipiscing elit.</li>
- <li>
- lorem ipsum consectetuer mattis porta urna, adipiscing elit. aliquam nisi lorem,
- pulvinar id, commodo feugiat, vehicula et, aliquam mattis porta urna.
- </li>
- </ul>
- <div class="muse-content-title">
- <strong> connections </strong>
- </div>
- <div class="muse-content-box">
- <div>
- <p>muse name</p>
- <a href="">threads</a> / <a href="">musings</a>
- </div>
- <div>
- <p>muse name</p>
- <a href="">threads</a> / <a href="">musings</a>
- </div>
- <div>
- <p>muse name</p>
- <a href="">threads</a> / <a href="">musings</a>
- </div>
- <div>
- <p>muse name</p>
- <a href="">threads</a> / <a href="">musings</a>
- </div>
- </div>
- <div class="muse-content-title">
- <strong> supernatural verse </strong>
- </div>
- <ul class="muse-content-stats">
- <li><strong>age: </strong> age</li>
- <li><strong>species: </strong>species</li>
- <li>
- <strong>traits:</strong> persuasive, amusing, ebullient, careless, flirtatious and
- materialistic
- </li>
- </ul>
- </div> <!-- end muse content // everything that appears when you hover the image -->
- </div> <!-- end muse content overlay // the background that appears on hover -->
- <div class="muse-content-info">
- <!-- muse name and info -->
- <div class="muse-content-info1">muse name</div>
- </div> <!-- end muse name and info -->
- </div> <!-- end of each muse box // copy all to here to add more muses -->
- <div class="muse-box"> <!-- MAIN MUSE 06 - start of each muse box // copy from here to add more muses -->
- <div class="muse-image">
- <img src="https://static.tumblr.com/0siu224/oOCqjnqu4/1.png" />
- </div>
- <div class="muse-overlay"> <!-- start muse content overlay // the background that appears on hover -->
- <div class="muse-content"> <!-- start muse content // everything that appears when you hover the image -->
- <ul class="muse-content-links">
- <li><a href="/tagged/">interactions</a></li>
- <li><a href="/tagged/">photography</a></li>
- <li><a href="/tagged/">musings</a></li>
- <li><a href="/tagged/">starter</a></li>
- <li><a href="/tagged/">likes</a></li>
- <li><a href="/tagged/">texts</a></li>
- </ul>
- <div class="muse-content-title">
- <strong> about muse name </strong>
- </div>
- <ul class="muse-content-stats">
- <li><strong>pronouns:</strong> she/her</li>
- <li><strong>sexuality: </strong>sexuality</li>
- <li><strong>occupation: </strong>occupation</li>
- <li>
- <strong>traits:</strong> persuasive, amusing, ebullient, careless, flirtatious and
- materialistic
- </li>
- <li><strong>faceclaim:</strong> faceclaim here</li>
- </ul>
- <div class="muse-content-title">
- <strong> additional info </strong>
- </div>
- <ul class="muse-content-stats">
- <li>
- lorem ipsum consectetuer mattis porta urna, adipiscing elit. aliquam nisi lorem,
- pulvinar id, commodo feugiat, vehicula et, aliquam mattis porta urna.
- </li>
- <li>lorem ipsum consectetuer mattis porta urna</li>
- <li>lorem ipsum consectetuer mattis porta urna, adipiscing elit.</li>
- <li>
- lorem ipsum consectetuer mattis porta urna, adipiscing elit. aliquam nisi lorem,
- pulvinar id, commodo feugiat, vehicula et, aliquam mattis porta urna.
- </li>
- </ul>
- <div class="muse-content-title">
- <strong> connections </strong>
- </div>
- <div class="muse-content-box">
- <div>
- <p>muse name</p>
- <a href="">threads</a> / <a href="">musings</a>
- </div>
- <div>
- <p>muse name</p>
- <a href="">threads</a> / <a href="">musings</a>
- </div>
- <div>
- <p>muse name</p>
- <a href="">threads</a> / <a href="">musings</a>
- </div>
- <div>
- <p>muse name</p>
- <a href="">threads</a> / <a href="">musings</a>
- </div>
- </div>
- <div class="muse-content-title">
- <strong> supernatural verse </strong>
- </div>
- <ul class="muse-content-stats">
- <li><strong>age: </strong> age</li>
- <li><strong>species: </strong>species</li>
- <li>
- <strong>traits:</strong> persuasive, amusing, ebullient, careless, flirtatious and
- materialistic
- </li>
- </ul>
- </div> <!-- end muse content // everything that appears when you hover the image -->
- </div> <!-- end muse content overlay // the background that appears on hover -->
- <div class="muse-content-info">
- <!-- muse name and info -->
- <div class="muse-content-info1">muse name</div>
- <div class="muse-content-info1">age or anything</div>
- </div> <!-- end muse name and info -->
- </div> <!-- end of each muse box // copy all to here to add more muses -->
- <div class="muse-box"> <!-- MAIN MUSE 07 - start of each muse box // copy from here to add more muses -->
- <div class="muse-image">
- <img src="https://static.tumblr.com/0siu224/oOCqjnqu4/1.png" />
- </div>
- <div class="muse-overlay"> <!-- start muse content overlay // the background that appears on hover -->
- <div class="muse-content"> <!-- start muse content // everything that appears when you hover the image -->
- <ul class="muse-content-links">
- <li><a href="/tagged/">interactions</a></li>
- <li><a href="/tagged/">photography</a></li>
- <li><a href="/tagged/">musings</a></li>
- <li><a href="/tagged/">starter</a></li>
- <li><a href="/tagged/">likes</a></li>
- <li><a href="/tagged/">texts</a></li>
- </ul>
- <div class="muse-content-title">
- <strong> about muse name </strong>
- </div>
- <ul class="muse-content-stats">
- <li><strong>pronouns:</strong> she/her</li>
- <li><strong>sexuality: </strong>sexuality</li>
- <li><strong>occupation: </strong>occupation</li>
- <li>
- <strong>traits:</strong> persuasive, amusing, ebullient, careless, flirtatious and
- materialistic
- </li>
- <li><strong>faceclaim:</strong> faceclaim here</li>
- </ul>
- <div class="muse-content-title">
- <strong> additional info </strong>
- </div>
- <ul class="muse-content-stats">
- <li>
- lorem ipsum consectetuer mattis porta urna, adipiscing elit. aliquam nisi lorem,
- pulvinar id, commodo feugiat, vehicula et, aliquam mattis porta urna.
- </li>
- <li>lorem ipsum consectetuer mattis porta urna</li>
- <li>lorem ipsum consectetuer mattis porta urna, adipiscing elit.</li>
- <li>
- lorem ipsum consectetuer mattis porta urna, adipiscing elit. aliquam nisi lorem,
- pulvinar id, commodo feugiat, vehicula et, aliquam mattis porta urna.
- </li>
- </ul>
- <div class="muse-content-title">
- <strong> connections </strong>
- </div>
- <div class="muse-content-box">
- <div>
- <p>muse name</p>
- <a href="">threads</a> / <a href="">musings</a>
- </div>
- <div>
- <p>muse name</p>
- <a href="">threads</a> / <a href="">musings</a>
- </div>
- <div>
- <p>muse name</p>
- <a href="">threads</a> / <a href="">musings</a>
- </div>
- <div>
- <p>muse name</p>
- <a href="">threads</a> / <a href="">musings</a>
- </div>
- </div>
- <div class="muse-content-title">
- <strong> supernatural verse </strong>
- </div>
- <ul class="muse-content-stats">
- <li><strong>age: </strong> age</li>
- <li><strong>species: </strong>species</li>
- <li>
- <strong>traits:</strong> persuasive, amusing, ebullient, careless, flirtatious and
- materialistic
- </li>
- </ul>
- </div> <!-- end muse content // everything that appears when you hover the image -->
- </div> <!-- end muse content overlay // the background that appears on hover -->
- <div class="muse-content-info">
- <!-- muse name and info -->
- <div class="muse-content-info1">muse name</div>
- <div class="muse-content-info1">age or anything</div>
- </div> <!-- end muse name and info -->
- </div> <!-- end of each muse box // copy all to here to add more muses -->
- <div class="muse-box"> <!-- MAIN MUSE 08 - start of each muse box // copy from here to add more muses -->
- <div class="muse-image">
- <img src="https://static.tumblr.com/0siu224/oOCqjnqu4/1.png" />
- </div>
- <div class="muse-overlay"> <!-- start muse content overlay // the background that appears on hover -->
- <div class="muse-content"> <!-- start muse content // everything that appears when you hover the image -->
- <ul class="muse-content-links">
- <li><a href="/tagged/">interactions</a></li>
- <li><a href="/tagged/">photography</a></li>
- <li><a href="/tagged/">musings</a></li>
- <li><a href="/tagged/">starter</a></li>
- <li><a href="/tagged/">likes</a></li>
- <li><a href="/tagged/">texts</a></li>
- </ul>
- <div class="muse-content-title">
- <strong> about muse name </strong>
- </div>
- <ul class="muse-content-stats">
- <li><strong>pronouns:</strong> she/her</li>
- <li><strong>sexuality: </strong>sexuality</li>
- <li><strong>occupation: </strong>occupation</li>
- <li>
- <strong>traits:</strong> persuasive, amusing, ebullient, careless, flirtatious and
- materialistic
- </li>
- <li><strong>faceclaim:</strong> faceclaim here</li>
- </ul>
- <div class="muse-content-title">
- <strong> additional info </strong>
- </div>
- <ul class="muse-content-stats">
- <li>
- lorem ipsum consectetuer mattis porta urna, adipiscing elit. aliquam nisi lorem,
- pulvinar id, commodo feugiat, vehicula et, aliquam mattis porta urna.
- </li>
- <li>lorem ipsum consectetuer mattis porta urna</li>
- <li>lorem ipsum consectetuer mattis porta urna, adipiscing elit.</li>
- <li>
- lorem ipsum consectetuer mattis porta urna, adipiscing elit. aliquam nisi lorem,
- pulvinar id, commodo feugiat, vehicula et, aliquam mattis porta urna.
- </li>
- </ul>
- <div class="muse-content-title">
- <strong> connections </strong>
- </div>
- <div class="muse-content-box">
- <div>
- <p>muse name</p>
- <a href="">threads</a> / <a href="">musings</a>
- </div>
- <div>
- <p>muse name</p>
- <a href="">threads</a> / <a href="">musings</a>
- </div>
- <div>
- <p>muse name</p>
- <a href="">threads</a> / <a href="">musings</a>
- </div>
- <div>
- <p>muse name</p>
- <a href="">threads</a> / <a href="">musings</a>
- </div>
- </div>
- <div class="muse-content-title">
- <strong> supernatural verse </strong>
- </div>
- <ul class="muse-content-stats">
- <li><strong>age: </strong> age</li>
- <li><strong>species: </strong>species</li>
- <li>
- <strong>traits:</strong> persuasive, amusing, ebullient, careless, flirtatious and
- materialistic
- </li>
- </ul>
- </div> <!-- end muse content // everything that appears when you hover the image -->
- </div> <!-- end muse content overlay // the background that appears on hover -->
- <div class="muse-content-info">
- <!-- muse name and info -->
- <div class="muse-content-info1">muse name</div>
- <div class="muse-content-info1">age or anything</div>
- </div> <!-- end muse name and info -->
- </div> <!-- end of each muse box // copy all to here to add more muses -->
- </div> <!-- END OF MAIN MUSES CONTENT // do not touch! -->
- </div> <!-- END OF MAIN MUSES CONTAINER // do not touch! -->
- <!---------------------------------------------------------------------->
- <div class="muse-secondary-container"> <!-- START OF SECONDARY MUSES CONTAINER // do not touch! -->
- <div class="muse-secondary-content"> <!-- START OF SECONDARY MUSES CONTENT // do not touch! -->
- <span class="muse-secondary-close" onclick="this.parentElement.style.display='none';">
- <a href="#" title="close tab"> <i data-feather="x-circle" class="feather"></i> </a>
- </span>
- <div class="muse-box"> <!-- SECONDARY MUSE 01 - start of each muse box // copy from here to add more muses -->
- <div class="muse-image">
- <img src="https://static.tumblr.com/0siu224/30jqjnqu9/2.png" />
- </div>
- <div class="muse-overlay"> <!-- start muse content overlay // the background that appears on hover -->
- <div class="muse-content"> <!-- start muse content // everything that appears when you hover the image -->
- <ul class="muse-content-links">
- <li><a href="/tagged/">interactions</a></li>
- <li><a href="/tagged/">photography</a></li>
- <li><a href="/tagged/">musings</a></li>
- <li><a href="/tagged/">starter</a></li>
- <li><a href="/tagged/">likes</a></li>
- <li><a href="/tagged/">texts</a></li>
- </ul>
- <div class="muse-content-title">
- <strong> about muse name </strong>
- </div>
- <ul class="muse-content-stats">
- <li><strong>pronouns:</strong> she/her</li>
- <li><strong>sexuality: </strong>sexuality</li>
- <li><strong>occupation: </strong>occupation</li>
- <li>
- <strong>traits:</strong> persuasive, amusing, ebullient, careless, flirtatious and
- materialistic
- </li>
- <li><strong>faceclaim:</strong> faceclaim here</li>
- </ul>
- <div class="muse-content-title">
- <strong> additional info </strong>
- </div>
- <ul class="muse-content-stats">
- <li>
- lorem ipsum consectetuer mattis porta urna, adipiscing elit. aliquam nisi lorem,
- pulvinar id, commodo feugiat, vehicula et, aliquam mattis porta urna.
- </li>
- <li>lorem ipsum consectetuer mattis porta urna</li>
- <li>lorem ipsum consectetuer mattis porta urna, adipiscing elit.</li>
- <li>
- lorem ipsum consectetuer mattis porta urna, adipiscing elit. aliquam nisi lorem,
- pulvinar id, commodo feugiat, vehicula et, aliquam mattis porta urna.
- </li>
- </ul>
- <div class="muse-content-title">
- <strong> connections </strong>
- </div>
- <div class="muse-content-box">
- <div>
- <p>muse name</p>
- <a href="">threads</a> / <a href="">musings</a>
- </div>
- <div>
- <p>muse name</p>
- <a href="">threads</a> / <a href="">musings</a>
- </div>
- <div>
- <p>muse name</p>
- <a href="">threads</a> / <a href="">musings</a>
- </div>
- <div>
- <p>muse name</p>
- <a href="">threads</a> / <a href="">musings</a>
- </div>
- </div>
- <div class="muse-content-title">
- <strong> supernatural verse </strong>
- </div>
- <ul class="muse-content-stats">
- <li><strong>age: </strong> age</li>
- <li><strong>species: </strong>species</li>
- <li>
- <strong>traits:</strong> persuasive, amusing, ebullient, careless, flirtatious and
- materialistic
- </li>
- </ul>
- </div> <!-- end muse content // everything that appears when you hover the image -->
- </div> <!-- end muse content overlay // the background that appears on hover -->
- <div class="muse-content-info">
- <!-- muse name and info -->
- <div class="muse-content-info1">muse name</div>
- <div class="muse-content-info1">age or anything</div>
- </div> <!-- end muse name and info -->
- </div> <!-- end of each muse box // copy all to here to add more muses -->
- <div class="muse-box"> <!-- SECONDARY MUSE 02 - start of each muse box // copy from here to add more muses -->
- <div class="muse-image">
- <img src="https://static.tumblr.com/0siu224/30jqjnqu9/2.png" />
- </div>
- <div class="muse-overlay"> <!-- start muse content overlay // the background that appears on hover -->
- <div class="muse-content"> <!-- start muse content // everything that appears when you hover the image -->
- <ul class="muse-content-links">
- <li><a href="/tagged/">interactions</a></li>
- <li><a href="/tagged/">photography</a></li>
- <li><a href="/tagged/">musings</a></li>
- <li><a href="/tagged/">starter</a></li>
- <li><a href="/tagged/">likes</a></li>
- <li><a href="/tagged/">texts</a></li>
- </ul>
- <div class="muse-content-title">
- <strong> about muse name </strong>
- </div>
- <ul class="muse-content-stats">
- <li><strong>pronouns:</strong> she/her</li>
- <li><strong>sexuality: </strong>sexuality</li>
- <li><strong>occupation: </strong>occupation</li>
- <li>
- <strong>traits:</strong> persuasive, amusing, ebullient, careless, flirtatious and
- materialistic
- </li>
- <li><strong>faceclaim:</strong> faceclaim here</li>
- </ul>
- <div class="muse-content-title">
- <strong> additional info </strong>
- </div>
- <ul class="muse-content-stats">
- <li>
- lorem ipsum consectetuer mattis porta urna, adipiscing elit. aliquam nisi lorem,
- pulvinar id, commodo feugiat, vehicula et, aliquam mattis porta urna.
- </li>
- <li>lorem ipsum consectetuer mattis porta urna</li>
- <li>lorem ipsum consectetuer mattis porta urna, adipiscing elit.</li>
- <li>
- lorem ipsum consectetuer mattis porta urna, adipiscing elit. aliquam nisi lorem,
- pulvinar id, commodo feugiat, vehicula et, aliquam mattis porta urna.
- </li>
- </ul>
- <div class="muse-content-title">
- <strong> connections </strong>
- </div>
- <div class="muse-content-box">
- <div>
- <p>muse name</p>
- <a href="">threads</a> / <a href="">musings</a>
- </div>
- <div>
- <p>muse name</p>
- <a href="">threads</a> / <a href="">musings</a>
- </div>
- <div>
- <p>muse name</p>
- <a href="">threads</a> / <a href="">musings</a>
- </div>
- <div>
- <p>muse name</p>
- <a href="">threads</a> / <a href="">musings</a>
- </div>
- </div>
- <div class="muse-content-title">
- <strong> supernatural verse </strong>
- </div>
- <ul class="muse-content-stats">
- <li><strong>age: </strong> age</li>
- <li><strong>species: </strong>species</li>
- <li>
- <strong>traits:</strong> persuasive, amusing, ebullient, careless, flirtatious and
- materialistic
- </li>
- </ul>
- </div> <!-- end muse content // everything that appears when you hover the image -->
- </div> <!-- end muse content overlay // the background that appears on hover -->
- <div class="muse-content-info">
- <!-- muse name and info -->
- <div class="muse-content-info1">muse name</div>
- <div class="muse-content-info1">age or anything</div>
- </div> <!-- end muse name and info -->
- </div> <!-- end of each muse box // copy all to here to add more muses -->
- <div class="muse-box"> <!-- SECONDARY MUSE 03 - start of each muse box // copy from here to add more muses -->
- <div class="muse-image">
- <img src="https://static.tumblr.com/0siu224/30jqjnqu9/2.png" />
- </div>
- <div class="muse-overlay"> <!-- start muse content overlay // the background that appears on hover -->
- <div class="muse-content"> <!-- start muse content // everything that appears when you hover the image -->
- <ul class="muse-content-links">
- <li><a href="/tagged/">interactions</a></li>
- <li><a href="/tagged/">photography</a></li>
- <li><a href="/tagged/">musings</a></li>
- <li><a href="/tagged/">starter</a></li>
- <li><a href="/tagged/">likes</a></li>
- <li><a href="/tagged/">texts</a></li>
- </ul>
- <div class="muse-content-title">
- <strong> about muse name </strong>
- </div>
- <ul class="muse-content-stats">
- <li><strong>pronouns:</strong> she/her</li>
- <li><strong>sexuality: </strong>sexuality</li>
- <li><strong>occupation: </strong>occupation</li>
- <li>
- <strong>traits:</strong> persuasive, amusing, ebullient, careless, flirtatious and
- materialistic
- </li>
- <li><strong>faceclaim:</strong> faceclaim here</li>
- </ul>
- <div class="muse-content-title">
- <strong> additional info </strong>
- </div>
- <ul class="muse-content-stats">
- <li>
- lorem ipsum consectetuer mattis porta urna, adipiscing elit. aliquam nisi lorem,
- pulvinar id, commodo feugiat, vehicula et, aliquam mattis porta urna.
- </li>
- <li>lorem ipsum consectetuer mattis porta urna</li>
- <li>lorem ipsum consectetuer mattis porta urna, adipiscing elit.</li>
- <li>
- lorem ipsum consectetuer mattis porta urna, adipiscing elit. aliquam nisi lorem,
- pulvinar id, commodo feugiat, vehicula et, aliquam mattis porta urna.
- </li>
- </ul>
- <div class="muse-content-title">
- <strong> connections </strong>
- </div>
- <div class="muse-content-box">
- <div>
- <p>muse name</p>
- <a href="">threads</a> / <a href="">musings</a>
- </div>
- <div>
- <p>muse name</p>
- <a href="">threads</a> / <a href="">musings</a>
- </div>
- <div>
- <p>muse name</p>
- <a href="">threads</a> / <a href="">musings</a>
- </div>
- <div>
- <p>muse name</p>
- <a href="">threads</a> / <a href="">musings</a>
- </div>
- </div>
- <div class="muse-content-title">
- <strong> supernatural verse </strong>
- </div>
- <ul class="muse-content-stats">
- <li><strong>age: </strong> age</li>
- <li><strong>species: </strong>species</li>
- <li>
- <strong>traits:</strong> persuasive, amusing, ebullient, careless, flirtatious and
- materialistic
- </li>
- </ul>
- </div> <!-- end muse content // everything that appears when you hover the image -->
- </div> <!-- end muse content overlay // the background that appears on hover -->
- <div class="muse-content-info">
- <!-- muse name and info -->
- <div class="muse-content-info1">muse name</div>
- <div class="muse-content-info1">age or anything</div>
- </div> <!-- end muse name and info -->
- </div> <!-- end of each muse box // copy all to here to add more muses -->
- <div class="muse-box"> <!-- SECONDARY MUSE 04 - start of each muse box // copy from here to add more muses -->
- <div class="muse-image">
- <img src="https://static.tumblr.com/0siu224/30jqjnqu9/2.png" />
- </div>
- <div class="muse-overlay"> <!-- start muse content overlay // the background that appears on hover -->
- <div class="muse-content"> <!-- start muse content // everything that appears when you hover the image -->
- <ul class="muse-content-links">
- <li><a href="/tagged/">interactions</a></li>
- <li><a href="/tagged/">photography</a></li>
- <li><a href="/tagged/">musings</a></li>
- <li><a href="/tagged/">starter</a></li>
- <li><a href="/tagged/">likes</a></li>
- <li><a href="/tagged/">texts</a></li>
- </ul>
- <div class="muse-content-title">
- <strong> about muse name </strong>
- </div>
- <ul class="muse-content-stats">
- <li><strong>pronouns:</strong> she/her</li>
- <li><strong>sexuality: </strong>sexuality</li>
- <li><strong>occupation: </strong>occupation</li>
- <li>
- <strong>traits:</strong> persuasive, amusing, ebullient, careless, flirtatious and
- materialistic
- </li>
- <li><strong>faceclaim:</strong> faceclaim here</li>
- </ul>
- <div class="muse-content-title">
- <strong> additional info </strong>
- </div>
- <ul class="muse-content-stats">
- <li>
- lorem ipsum consectetuer mattis porta urna, adipiscing elit. aliquam nisi lorem,
- pulvinar id, commodo feugiat, vehicula et, aliquam mattis porta urna.
- </li>
- <li>lorem ipsum consectetuer mattis porta urna</li>
- <li>lorem ipsum consectetuer mattis porta urna, adipiscing elit.</li>
- <li>
- lorem ipsum consectetuer mattis porta urna, adipiscing elit. aliquam nisi lorem,
- pulvinar id, commodo feugiat, vehicula et, aliquam mattis porta urna.
- </li>
- </ul>
- <div class="muse-content-title">
- <strong> connections </strong>
- </div>
- <div class="muse-content-box">
- <div>
- <p>muse name</p>
- <a href="">threads</a> / <a href="">musings</a>
- </div>
- <div>
- <p>muse name</p>
- <a href="">threads</a> / <a href="">musings</a>
- </div>
- <div>
- <p>muse name</p>
- <a href="">threads</a> / <a href="">musings</a>
- </div>
- <div>
- <p>muse name</p>
- <a href="">threads</a> / <a href="">musings</a>
- </div>
- </div>
- <div class="muse-content-title">
- <strong> supernatural verse </strong>
- </div>
- <ul class="muse-content-stats">
- <li><strong>age: </strong> age</li>
- <li><strong>species: </strong>species</li>
- <li>
- <strong>traits:</strong> persuasive, amusing, ebullient, careless, flirtatious and
- materialistic
- </li>
- </ul>
- </div> <!-- end muse content // everything that appears when you hover the image -->
- </div> <!-- end muse content overlay // the background that appears on hover -->
- <div class="muse-content-info">
- <!-- muse name and info -->
- <div class="muse-content-info1">muse name</div>
- <div class="muse-content-info1">age or anything</div>
- </div> <!-- end muse name and info -->
- </div> <!-- end of each muse box // copy all to here to add more muses -->
- <div class="muse-box"> <!-- SECONDARY MUSE 05 - start of each muse box // copy from here to add more muses -->
- <div class="muse-image">
- <img src="https://static.tumblr.com/0siu224/30jqjnqu9/2.png" />
- </div>
- <div class="muse-overlay"> <!-- start muse content overlay // the background that appears on hover -->
- <div class="muse-content"> <!-- start muse content // everything that appears when you hover the image -->
- <ul class="muse-content-links">
- <li><a href="/tagged/">interactions</a></li>
- <li><a href="/tagged/">photography</a></li>
- <li><a href="/tagged/">musings</a></li>
- <li><a href="/tagged/">starter</a></li>
- <li><a href="/tagged/">likes</a></li>
- <li><a href="/tagged/">texts</a></li>
- </ul>
- <div class="muse-content-title">
- <strong> about muse name </strong>
- </div>
- <ul class="muse-content-stats">
- <li><strong>pronouns:</strong> she/her</li>
- <li><strong>sexuality: </strong>sexuality</li>
- <li><strong>occupation: </strong>occupation</li>
- <li>
- <strong>traits:</strong> persuasive, amusing, ebullient, careless, flirtatious and
- materialistic
- </li>
- <li><strong>faceclaim:</strong> faceclaim here</li>
- </ul>
- <div class="muse-content-title">
- <strong> additional info </strong>
- </div>
- <ul class="muse-content-stats">
- <li>
- lorem ipsum consectetuer mattis porta urna, adipiscing elit. aliquam nisi lorem,
- pulvinar id, commodo feugiat, vehicula et, aliquam mattis porta urna.
- </li>
- <li>lorem ipsum consectetuer mattis porta urna</li>
- <li>lorem ipsum consectetuer mattis porta urna, adipiscing elit.</li>
- <li>
- lorem ipsum consectetuer mattis porta urna, adipiscing elit. aliquam nisi lorem,
- pulvinar id, commodo feugiat, vehicula et, aliquam mattis porta urna.
- </li>
- </ul>
- <div class="muse-content-title">
- <strong> connections </strong>
- </div>
- <div class="muse-content-box">
- <div>
- <p>muse name</p>
- <a href="">threads</a> / <a href="">musings</a>
- </div>
- <div>
- <p>muse name</p>
- <a href="">threads</a> / <a href="">musings</a>
- </div>
- <div>
- <p>muse name</p>
- <a href="">threads</a> / <a href="">musings</a>
- </div>
- <div>
- <p>muse name</p>
- <a href="">threads</a> / <a href="">musings</a>
- </div>
- </div>
- <div class="muse-content-title">
- <strong> supernatural verse </strong>
- </div>
- <ul class="muse-content-stats">
- <li><strong>age: </strong> age</li>
- <li><strong>species: </strong>species</li>
- <li>
- <strong>traits:</strong> persuasive, amusing, ebullient, careless, flirtatious and
- materialistic
- </li>
- </ul>
- </div> <!-- end muse content // everything that appears when you hover the image -->
- </div> <!-- end muse content overlay // the background that appears on hover -->
- <div class="muse-content-info">
- <!-- muse name and info -->
- <div class="muse-content-info1">muse name</div>
- <div class="muse-content-info1">age or anything</div>
- </div> <!-- end muse name and info -->
- </div> <!-- end of each muse box // copy all to here to add more muses -->
- <div class="muse-box"> <!-- SECONDARY MUSE 06 - start of each muse box // copy from here to add more muses -->
- <div class="muse-image">
- <img src="https://static.tumblr.com/0siu224/30jqjnqu9/2.png" />
- </div>
- <div class="muse-overlay"> <!-- start muse content overlay // the background that appears on hover -->
- <div class="muse-content"> <!-- start muse content // everything that appears when you hover the image -->
- <ul class="muse-content-links">
- <li><a href="/tagged/">interactions</a></li>
- <li><a href="/tagged/">photography</a></li>
- <li><a href="/tagged/">musings</a></li>
- <li><a href="/tagged/">starter</a></li>
- <li><a href="/tagged/">likes</a></li>
- <li><a href="/tagged/">texts</a></li>
- </ul>
- <div class="muse-content-title">
- <strong> about muse name </strong>
- </div>
- <ul class="muse-content-stats">
- <li><strong>pronouns:</strong> she/her</li>
- <li><strong>sexuality: </strong>sexuality</li>
- <li><strong>occupation: </strong>occupation</li>
- <li>
- <strong>traits:</strong> persuasive, amusing, ebullient, careless, flirtatious and
- materialistic
- </li>
- <li><strong>faceclaim:</strong> faceclaim here</li>
- </ul>
- <div class="muse-content-title">
- <strong> additional info </strong>
- </div>
- <ul class="muse-content-stats">
- <li>
- lorem ipsum consectetuer mattis porta urna, adipiscing elit. aliquam nisi lorem,
- pulvinar id, commodo feugiat, vehicula et, aliquam mattis porta urna.
- </li>
- <li>lorem ipsum consectetuer mattis porta urna</li>
- <li>lorem ipsum consectetuer mattis porta urna, adipiscing elit.</li>
- <li>
- lorem ipsum consectetuer mattis porta urna, adipiscing elit. aliquam nisi lorem,
- pulvinar id, commodo feugiat, vehicula et, aliquam mattis porta urna.
- </li>
- </ul>
- <div class="muse-content-title">
- <strong> connections </strong>
- </div>
- <div class="muse-content-box">
- <div>
- <p>muse name</p>
- <a href="">threads</a> / <a href="">musings</a>
- </div>
- <div>
- <p>muse name</p>
- <a href="">threads</a> / <a href="">musings</a>
- </div>
- <div>
- <p>muse name</p>
- <a href="">threads</a> / <a href="">musings</a>
- </div>
- <div>
- <p>muse name</p>
- <a href="">threads</a> / <a href="">musings</a>
- </div>
- </div>
- <div class="muse-content-title">
- <strong> supernatural verse </strong>
- </div>
- <ul class="muse-content-stats">
- <li><strong>age: </strong> age</li>
- <li><strong>species: </strong>species</li>
- <li>
- <strong>traits:</strong> persuasive, amusing, ebullient, careless, flirtatious and
- materialistic
- </li>
- </ul>
- </div> <!-- end muse content // everything that appears when you hover the image -->
- </div> <!-- end muse content overlay // the background that appears on hover -->
- <div class="muse-content-info">
- <!-- muse name and info -->
- <div class="muse-content-info1">muse name</div>
- <div class="muse-content-info1">age or anything</div>
- </div> <!-- end muse name and info -->
- </div> <!-- end of each muse box // copy all to here to add more muses -->
- <div class="muse-box"> <!-- SECONDARY MUSE 07 - start of each muse box // copy from here to add more muses -->
- <div class="muse-image">
- <img src="https://static.tumblr.com/0siu224/30jqjnqu9/2.png" />
- </div>
- <div class="muse-overlay"> <!-- start muse content overlay // the background that appears on hover -->
- <div class="muse-content"> <!-- start muse content // everything that appears when you hover the image -->
- <ul class="muse-content-links">
- <li><a href="/tagged/">interactions</a></li>
- <li><a href="/tagged/">photography</a></li>
- <li><a href="/tagged/">musings</a></li>
- <li><a href="/tagged/">starter</a></li>
- <li><a href="/tagged/">likes</a></li>
- <li><a href="/tagged/">texts</a></li>
- </ul>
- <div class="muse-content-title">
- <strong> about muse name </strong>
- </div>
- <ul class="muse-content-stats">
- <li><strong>pronouns:</strong> she/her</li>
- <li><strong>sexuality: </strong>sexuality</li>
- <li><strong>occupation: </strong>occupation</li>
- <li>
- <strong>traits:</strong> persuasive, amusing, ebullient, careless, flirtatious and
- materialistic
- </li>
- <li><strong>faceclaim:</strong> faceclaim here</li>
- </ul>
- <div class="muse-content-title">
- <strong> additional info </strong>
- </div>
- <ul class="muse-content-stats">
- <li>
- lorem ipsum consectetuer mattis porta urna, adipiscing elit. aliquam nisi lorem,
- pulvinar id, commodo feugiat, vehicula et, aliquam mattis porta urna.
- </li>
- <li>lorem ipsum consectetuer mattis porta urna</li>
- <li>lorem ipsum consectetuer mattis porta urna, adipiscing elit.</li>
- <li>
- lorem ipsum consectetuer mattis porta urna, adipiscing elit. aliquam nisi lorem,
- pulvinar id, commodo feugiat, vehicula et, aliquam mattis porta urna.
- </li>
- </ul>
- <div class="muse-content-title">
- <strong> connections </strong>
- </div>
- <div class="muse-content-box">
- <div>
- <p>muse name</p>
- <a href="">threads</a> / <a href="">musings</a>
- </div>
- <div>
- <p>muse name</p>
- <a href="">threads</a> / <a href="">musings</a>
- </div>
- <div>
- <p>muse name</p>
- <a href="">threads</a> / <a href="">musings</a>
- </div>
- <div>
- <p>muse name</p>
- <a href="">threads</a> / <a href="">musings</a>
- </div>
- </div>
- <div class="muse-content-title">
- <strong> supernatural verse </strong>
- </div>
- <ul class="muse-content-stats">
- <li><strong>age: </strong> age</li>
- <li><strong>species: </strong>species</li>
- <li>
- <strong>traits:</strong> persuasive, amusing, ebullient, careless, flirtatious and
- materialistic
- </li>
- </ul>
- </div> <!-- end muse content // everything that appears when you hover the image -->
- </div> <!-- end muse content overlay // the background that appears on hover -->
- <div class="muse-content-info">
- <!-- muse name and info -->
- <div class="muse-content-info1">muse name</div>
- <div class="muse-content-info1">age or anything</div>
- </div> <!-- end muse name and info -->
- </div> <!-- end of each muse box // copy all to here to add more muses -->
- <div class="muse-box"> <!-- SECONDARY MUSE 08 - start of each muse box // copy from here to add more muses -->
- <div class="muse-image">
- <img src="https://static.tumblr.com/0siu224/30jqjnqu9/2.png" />
- </div>
- <div class="muse-overlay"> <!-- start muse content overlay // the background that appears on hover -->
- <div class="muse-content"> <!-- start muse content // everything that appears when you hover the image -->
- <ul class="muse-content-links">
- <li><a href="/tagged/">interactions</a></li>
- <li><a href="/tagged/">photography</a></li>
- <li><a href="/tagged/">musings</a></li>
- <li><a href="/tagged/">starter</a></li>
- <li><a href="/tagged/">likes</a></li>
- <li><a href="/tagged/">texts</a></li>
- </ul>
- <div class="muse-content-title">
- <strong> about muse name </strong>
- </div>
- <ul class="muse-content-stats">
- <li><strong>pronouns:</strong> she/her</li>
- <li><strong>sexuality: </strong>sexuality</li>
- <li><strong>occupation: </strong>occupation</li>
- <li>
- <strong>traits:</strong> persuasive, amusing, ebullient, careless, flirtatious and
- materialistic
- </li>
- <li><strong>faceclaim:</strong> faceclaim here</li>
- </ul>
- <div class="muse-content-title">
- <strong> additional info </strong>
- </div>
- <ul class="muse-content-stats">
- <li>
- lorem ipsum consectetuer mattis porta urna, adipiscing elit. aliquam nisi lorem,
- pulvinar id, commodo feugiat, vehicula et, aliquam mattis porta urna.
- </li>
- <li>lorem ipsum consectetuer mattis porta urna</li>
- <li>lorem ipsum consectetuer mattis porta urna, adipiscing elit.</li>
- <li>
- lorem ipsum consectetuer mattis porta urna, adipiscing elit. aliquam nisi lorem,
- pulvinar id, commodo feugiat, vehicula et, aliquam mattis porta urna.
- </li>
- </ul>
- <div class="muse-content-title">
- <strong> connections </strong>
- </div>
- <div class="muse-content-box">
- <div>
- <p>muse name</p>
- <a href="">threads</a> / <a href="">musings</a>
- </div>
- <div>
- <p>muse name</p>
- <a href="">threads</a> / <a href="">musings</a>
- </div>
- <div>
- <p>muse name</p>
- <a href="">threads</a> / <a href="">musings</a>
- </div>
- <div>
- <p>muse name</p>
- <a href="">threads</a> / <a href="">musings</a>
- </div>
- </div>
- <div class="muse-content-title">
- <strong> supernatural verse </strong>
- </div>
- <ul class="muse-content-stats">
- <li><strong>age: </strong> age</li>
- <li><strong>species: </strong>species</li>
- <li>
- <strong>traits:</strong> persuasive, amusing, ebullient, careless, flirtatious and
- materialistic
- </li>
- </ul>
- </div> <!-- end muse content // everything that appears when you hover the image -->
- </div> <!-- end muse content overlay // the background that appears on hover -->
- <div class="muse-content-info">
- <!-- muse name and info -->
- <div class="muse-content-info1">muse name</div>
- <div class="muse-content-info1">age or anything</div>
- </div> <!-- end muse name and info -->
- </div> <!-- end of each muse box // copy all to here to add more muses -->
- <div class="muse-box"> <!-- SECONDARY MUSE 09 - start of each muse box // copy from here to add more muses -->
- <div class="muse-image">
- <img src="https://static.tumblr.com/0siu224/30jqjnqu9/2.png" />
- </div>
- <div class="muse-overlay"> <!-- start muse content overlay // the background that appears on hover -->
- <div class="muse-content"> <!-- start muse content // everything that appears when you hover the image -->
- <ul class="muse-content-links">
- <li><a href="/tagged/">interactions</a></li>
- <li><a href="/tagged/">photography</a></li>
- <li><a href="/tagged/">musings</a></li>
- <li><a href="/tagged/">starter</a></li>
- <li><a href="/tagged/">likes</a></li>
- <li><a href="/tagged/">texts</a></li>
- </ul>
- <div class="muse-content-title">
- <strong> about muse name </strong>
- </div>
- <ul class="muse-content-stats">
- <li><strong>pronouns:</strong> she/her</li>
- <li><strong>sexuality: </strong>sexuality</li>
- <li><strong>occupation: </strong>occupation</li>
- <li>
- <strong>traits:</strong> persuasive, amusing, ebullient, careless, flirtatious and
- materialistic
- </li>
- <li><strong>faceclaim:</strong> faceclaim here</li>
- </ul>
- <div class="muse-content-title">
- <strong> additional info </strong>
- </div>
- <ul class="muse-content-stats">
- <li>
- lorem ipsum consectetuer mattis porta urna, adipiscing elit. aliquam nisi lorem,
- pulvinar id, commodo feugiat, vehicula et, aliquam mattis porta urna.
- </li>
- <li>lorem ipsum consectetuer mattis porta urna</li>
- <li>lorem ipsum consectetuer mattis porta urna, adipiscing elit.</li>
- <li>
- lorem ipsum consectetuer mattis porta urna, adipiscing elit. aliquam nisi lorem,
- pulvinar id, commodo feugiat, vehicula et, aliquam mattis porta urna.
- </li>
- </ul>
- <div class="muse-content-title">
- <strong> connections </strong>
- </div>
- <div class="muse-content-box">
- <div>
- <p>muse name</p>
- <a href="">threads</a> / <a href="">musings</a>
- </div>
- <div>
- <p>muse name</p>
- <a href="">threads</a> / <a href="">musings</a>
- </div>
- <div>
- <p>muse name</p>
- <a href="">threads</a> / <a href="">musings</a>
- </div>
- <div>
- <p>muse name</p>
- <a href="">threads</a> / <a href="">musings</a>
- </div>
- </div>
- <div class="muse-content-title">
- <strong> supernatural verse </strong>
- </div>
- <ul class="muse-content-stats">
- <li><strong>age: </strong> age</li>
- <li><strong>species: </strong>species</li>
- <li>
- <strong>traits:</strong> persuasive, amusing, ebullient, careless, flirtatious and
- materialistic
- </li>
- </ul>
- </div> <!-- end muse content // everything that appears when you hover the image -->
- </div> <!-- end muse content overlay // the background that appears on hover -->
- <div class="muse-content-info">
- <!-- muse name and info -->
- <div class="muse-content-info1">muse name</div>
- <div class="muse-content-info1">age or anything</div>
- </div> <!-- end muse name and info -->
- </div> <!-- end of each muse box // copy all to here to add more muses -->
- <div class="muse-box"> <!-- SECONDARY MUSE 10 - start of each muse box // copy from here to add more muses -->
- <div class="muse-image">
- <img src="https://static.tumblr.com/0siu224/30jqjnqu9/2.png" />
- </div>
- <div class="muse-overlay"> <!-- start muse content overlay // the background that appears on hover -->
- <div class="muse-content"> <!-- start muse content // everything that appears when you hover the image -->
- <ul class="muse-content-links">
- <li><a href="/tagged/">interactions</a></li>
- <li><a href="/tagged/">photography</a></li>
- <li><a href="/tagged/">musings</a></li>
- <li><a href="/tagged/">starter</a></li>
- <li><a href="/tagged/">likes</a></li>
- <li><a href="/tagged/">texts</a></li>
- </ul>
- <div class="muse-content-title">
- <strong> about muse name </strong>
- </div>
- <ul class="muse-content-stats">
- <li><strong>pronouns:</strong> she/her</li>
- <li><strong>sexuality: </strong>sexuality</li>
- <li><strong>occupation: </strong>occupation</li>
- <li>
- <strong>traits:</strong> persuasive, amusing, ebullient, careless, flirtatious and
- materialistic
- </li>
- <li><strong>faceclaim:</strong> faceclaim here</li>
- </ul>
- <div class="muse-content-title">
- <strong> additional info </strong>
- </div>
- <ul class="muse-content-stats">
- <li>
- lorem ipsum consectetuer mattis porta urna, adipiscing elit. aliquam nisi lorem,
- pulvinar id, commodo feugiat, vehicula et, aliquam mattis porta urna.
- </li>
- <li>lorem ipsum consectetuer mattis porta urna</li>
- <li>lorem ipsum consectetuer mattis porta urna, adipiscing elit.</li>
- <li>
- lorem ipsum consectetuer mattis porta urna, adipiscing elit. aliquam nisi lorem,
- pulvinar id, commodo feugiat, vehicula et, aliquam mattis porta urna.
- </li>
- </ul>
- <div class="muse-content-title">
- <strong> connections </strong>
- </div>
- <div class="muse-content-box">
- <div>
- <p>muse name</p>
- <a href="">threads</a> / <a href="">musings</a>
- </div>
- <div>
- <p>muse name</p>
- <a href="">threads</a> / <a href="">musings</a>
- </div>
- <div>
- <p>muse name</p>
- <a href="">threads</a> / <a href="">musings</a>
- </div>
- <div>
- <p>muse name</p>
- <a href="">threads</a> / <a href="">musings</a>
- </div>
- </div>
- <div class="muse-content-title">
- <strong> supernatural verse </strong>
- </div>
- <ul class="muse-content-stats">
- <li><strong>age: </strong> age</li>
- <li><strong>species: </strong>species</li>
- <li>
- <strong>traits:</strong> persuasive, amusing, ebullient, careless, flirtatious and
- materialistic
- </li>
- </ul>
- </div> <!-- end muse content // everything that appears when you hover the image -->
- </div> <!-- end muse content overlay // the background that appears on hover -->
- <div class="muse-content-info">
- <!-- muse name and info -->
- <div class="muse-content-info1">muse name</div>
- <div class="muse-content-info1">age or anything</div>
- </div> <!-- end muse name and info -->
- </div> <!-- end of each muse box // copy all to here to add more muses -->
- </div> <!-- END OF SECONDARY MUSES CONTENT // do not touch! -->
- </div> <!-- END OF SECONDARY MUSES CONTAINER // do not touch! -->
- </div> <!-- END MUSES CONTAINER // do not touch! -->
- <div class="bottom-navigation">
- <nav class="navigation-links">
- <ul>
- <li>
- <a href="/" title="wanted op">
- <i data-feather="heart" class="feather"></i>
- </a>
- </li>
- <li>
- <a href="/" title="wishlist">
- <i data-feather="book-open" class="feather"></i>
- </a>
- </li>
- <li>
- <a href="/" title="open starters">
- <i data-feather="edit" class="feather"></i>
- </a>
- </li>
- <li>
- <a href="/" title="extra link 1">
- <i data-feather="plus-circle" class="feather"></i>
- </a>
- </li>
- </ul>
- </nav>
- <div class="navigation-description">
- write anything else here. it needs to occupy four lines top or it will get messy!
- <strong>bold</strong>, <em>italic</em>, <u>underline</u>, <s>stroke</s> // lorem ipsum
- consectetuer mattis porta urna, adipiscing elit.
- </div>
- <div class="mcredito">
- <a href="http://maziekeen.tumblr.com/" target="_blank">maziekeen</a>
- </div>
- </div> <!-- end container -->
- </div>
- <!------------ scripts ---->
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script> <!-- for tooltips -->
- <!--<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.0/jquery.min.js"></script>-->
- <script src="https://unpkg.com/popper.js@1"></script> <!-- tooltips -->
- <script src="https://unpkg.com/tippy.js@5/dist/tippy-bundle.iife.js"></script> <!-- tooltips -->
- <link rel="stylesheet" href="https://unpkg.com/tippy.js@5/dist/svg-arrow.css" /> <!-- tooltips -->
- <script src="https://cdnjs.cloudflare.com/ajax/libs/smoothscroll/1.4.10/SmoothScroll.min.js"></script> <!-- smooth scroll -->
- <script type="text/javascript">
- $(document).ready(function() {
- $(".toggle-link").click(function(event) {
- event.preventDefault();
- $(this).closest('.container').find('.muse-secondary-content').css("display", "grid");
- });
- });
- // tooltips
- tippy('a[title]', {
- theme: 'custom',
- arrow: tippy.roundArrow,
- zIndex: 9999999999,
- maxWidth: 300,
- content(reference) {
- const title = reference.getAttribute('title');
- reference.removeAttribute('title');
- return title;
- },
- });
- // feather icons (custom icons)
- feather.replace();
- </script>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement