Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!----------------------------------------------------------------------
- FELINES THEMES : Bubbly Personalities [About Popup]
- ***Important Notice***
- The font of this popup will change depending on the 'body' font of your theme. If no theme is listed for body, you will need to put the font-family there so you won't need to put it in each individual div in this popup.
- Feel free to spice it up and give the quote and stuff like that it's own header, as well as change the color arrangement. Remember to change the color scheme to your themes meta colors to match your theme (if you want I mean).
- Color codes included are:
- - #e0c1b4
- - #d4d1c3
- - #9d9d9a
- Social media buttons look best with 5 links, but if needed you can play with the socialbuttons div width and margins to make it look good with less.
- I included 3 tabs for the bio section. If you know how to add more working tabs and want to add them, you may, but please don't ask me how to add them. But if you need any other help please let me know!
- © Feline Themes
- ----------------------------------------------------------------------->
- <div id="aboutpopup">
- <div id="picandsocial">
- <div id="aboutpic"><img src="{Favicon}"></div>
- <div id="socialbuttons">
- <!----------
- YOU WILL NEED FONT AWESOME INSTALLED IN YOUR THEME FOR ICONS TO SHOW UP
- Feel free to change these up as you'd like to suit your needs. If you need the icon code for another site you can easily find it here:
- http://fontawesome.io/icons/
- * Not ALL social media sites out there have an icon, but many of them do. *
- If you have a social site that's not listed on Font Awesome, you can always try to improvise for that icon. (As you can see this was done for WeHeartIt)
- ---------->
- <a href="TWITTER URL HERE" title="Twitter" target="blank"><div class="social"><i class="fa fa-twitter"></i></div></a>
- <a href="INSTAGRAM URL HERE" title="Instagram" target="blank"><div class="social"><i class="fa fa-instagram"></i></div></a>
- <a href="FACEBOOK URL HERE" title="Facebook" target="blank"><div class="social"><i class="fa fa-facebook"></i></div></a>
- <a href="SNAPCHAT URL HERE" title="SC USERNAME" target="blank"><div class="social"><i class="fa fa-snapchat-ghost"></i></div></a>
- <a href="WE HEART IT URL HERE" title="WeHeartIt" target="blank"><div class="social"><span class="fa fa-heart"></span></div></a>
- </div>
- </div>
- <div id="basicinfo">
- <div class="basicinfo">
- <div class="basiclabel"><i class="fa fa-user"></i></div>
- <b>Name:</b> Name Here
- </div>
- <div class="basicinfo">
- <div class="basiclabel"><i class="fa fa-birthday-cake"></i></div>
- <b>Birthday:</b> Birthday Here
- </div>
- <div class="basicinfo">
- <div class="basiclabel"><i class="fa fa-moon-o"></i></div>
- <b>Star Sign:</b> Star Sign Here
- </div>
- <div class="basicinfo">
- <div class="basiclabel"><i class="fa fa-star"></i></div>
- <b>Personality:</b> MBTI Type Here
- </div>
- <div class="basicinfo">
- <div class="basiclabel"><i class="fa fa-globe"></i></div>
- <b>Location:</b> State/Country Here
- </div>
- </div>
- <div id="aboutquote">
- "Write a quote you like in here! Feel free to use a cute font for this if you want!"
- <div id="quotesource">- Source Of Quote</div>
- </div>
- <div id="abouttabs">
- <!----------------------------------------------------------->
- <div id="about1" onClick="document.getElementById('about1').style.zIndex='110'; document.getElementById('about2').style.zIndex='0'; document.GetElementById('about3').style.zIndex='0'">
- <div id="abouttab1">About</div>
- <div id="aboutbox1">
- <p>Write a brief bio about yourself in here. Have fun with this! You may set up these three popups however you need to. </p>
- </div>
- </div>
- <!----------------------------------------------------------->
- <div id="about2" onClick="document.getElementById('about2').style.zIndex='110'; document.getElementById('about1').style.zIndex='0'; document.GetElementById('about3').style.zIndex='0'">
- <div id="abouttab2">Interests</div>
- <div id="aboutbox2">
- <p>This tab is for listing some of your interests.. but you can use it for anything you want. Same with the friends tab really!</p>
- <h2>Heading</h2>
- <ul>
- <li> List this stuff . . . </li>
- <li> However you want! </li>
- <li> Love a lot of stuff?</li>
- <li>Don't worry I made it so all your tabs can scroll!</li>
- </ul>
- </div>
- </div>
- <!----------------------------------------------------------->
- <div id="about3" onClick="document.getElementById('about3').style.zIndex='100'; document.getElementById('about1').style.zIndex='0'; document.getElementById('about2').style.zIndex='0'">
- <div id="abouttab3">Friends</div>
- <div id="aboutbox3">
- <a href="http://felinethemes.tumblr.com/" target="blank">
- <figure>
- <center>
- <img src="http://api.tumblr.com/v2/blog/felinethemes.tumblr.com/avatar/512/">
- <figcaption>Friend's Name</figcaption>
- </center>
- </figure>
- </a>
- <a href="http://felinethemes.tumblr.com/" target="blank">
- <figure>
- <center>
- <img src="http://api.tumblr.com/v2/blog/felinethemes.tumblr.com/avatar/512/">
- <figcaption>Friend's Name</figcaption>
- </center>
- </figure>
- </a>
- <a href="http://felinethemes.tumblr.com/" target="blank">
- <figure>
- <center>
- <img src="http://api.tumblr.com/v2/blog/felinethemes.tumblr.com/avatar/512/">
- <figcaption>Friend's Name</figcaption>
- </center>
- </figure>
- </a>
- <a href="http://felinethemes.tumblr.com/" target="blank">
- <figure>
- <center>
- <img src="http://api.tumblr.com/v2/blog/felinethemes.tumblr.com/avatar/512/">
- <figcaption>Friend's Name</figcaption>
- </center>
- </figure>
- </a>
- <a href="http://felinethemes.tumblr.com/" target="blank">
- <figure>
- <center>
- <img src="http://api.tumblr.com/v2/blog/felinethemes.tumblr.com/avatar/512/">
- <figcaption>Friend's Name</figcaption>
- </center>
- </figure>
- </a>
- </div>
- </div>
- <!----------------------------------------------------------->
- </div>
- </div>
- <!------------------------------------------------------------------------->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement