Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- ┏ ┓
- ABOUT PAGE BY RAVEN@HAILHELPFUL
- EDIT THE SHIT OUT OF THIS GO WILD
- (just don't remove any credit)
- ┗ ┛
- -->
- <!DOCTYPE html>
- <head>
- <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
- <link href='http://fonts.googleapis.com/css?family=Oswald' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Nothing+You+Could+Do' rel='stylesheet' type='text/css'>
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- <!-- TOOLTIPS JQUERY -->
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("a[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:30,
- tip_fade_speed:300,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
- <style type="text/css">
- /* --------------------- TOOLTIPS CUSTOMIZATION --------------------- */
- #s-m-t-tooltip {
- font-family:'Oswald',sans-serif; /*tooltip font*/
- font-size:25px; /*tooltip font size*/
- line-height:40px;
- position:absolute;
- z-index:9999;
- min-width:75px;
- height:auto;
- margin:10px;
- margin-bottom:5px;
- padding:5px;
- text-align:center;
- color:#fff; /*tooltip text color*/
- background-color:#000; /*tooltip background color*/
- }
- /* ---------------------- SCROLLBAR CUSTOMIZATION ---------------------- */
- ::-webkit-scrollbar-thumb {
- background:#5c7571;
- }
- ::-webkit-scrollbar {
- width:5px;
- background:#fff;
- }
- ::-webkit-scrollbar-track {
- background-color:#f5f5f5;
- -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);
- -moz-box-shadow:inset 0 0 6px rgba(0,0,0,.3);
- box-shadow:inset 0 0 6px rgba(0,0,0,.3);
- }
- /* ---------------------- GENERAL CUSTOMIZATION ---------------------- */
- body {
- font-family:Calibri,Candara,Segoe,'Segoe UI',Optima,Arial,sans-serif;
- font-size:10px;
- line-height:110%;
- overflow:hidden;
- text-align:justify;
- }
- html {
- background:url(http://s3.postimg.org/bi8ya2cgi/tumblr_static_e8evtw18j5wgowgkgsog4ksog.jpg) no-repeat center center fixed;
- /** replace with your own background url*/
- -webkit-background-size:cover;
- -moz-background-size:cover;
- -o-background-size:cover;
- background-size:cover;
- }
- a {
- text-decoration:none;
- color:#00a37a; /*link color*/
- }
- b,bold,strong {
- color:#00476b; /*bold color*/
- }
- i,em {
- color:#ff8330; /*italic color*/
- }
- pre {
- font-family:'Oswald' sans-serif;
- text-decoration:underline;
- letter-spacing:2px;
- }
- .container {
- overflow:scroll;
- overflow-x:hidden;
- width:550px;
- height:500px;
- margin:40px auto;
- margin-bottom:0;
- border:25px solid rgba(255,255,255,.4); /*border color & opacity*/
- -webkit-background-clip:padding-box;
- background-clip:padding-box;
- }
- .title {
- font-family:'Oswald',sans-serif; /*title font*/
- font-size:30px;
- padding-top:90px;
- text-shadow:0 0 10px rgba(0,0,0,.3);
- }
- .subheader {
- margin-top:10px;
- }
- .header {
- width:550px;
- height:200px;
- -webkit-transition:ease-in-out .3s;
- -moz-transition:ease-in-out .3s;
- -o-transition:ease-in-out .3s;
- transition:ease-in-out .3s;
- text-align:center;
- letter-spacing:1px;
- color:#fff;
- border-bottom:solid #fff 20px;
- background-color:#acacac;
- background-image:url();
- background-position:center;
- background-size:100% auto;
- }
- .header:hover {
- letter-spacing:3px;
- text-shadow:0 0 30px rgba(255,255,255,.6);
- }
- /* ---------------------SECTION TITLE CUSTOMIZATION--------------------- */
- .header2 {
- font-family:'Oswald',sans-serif;
- font-size:14px;
- position:relative;
- z-index:1;
- width:500px;
- padding:20px 25px;
- padding-top:40px;
- text-align:center;
- letter-spacing:1px;
- background:#fff;
- }
- .header2:before {
- position:absolute;
- z-index:-1;
- top:45px;
- right:0;
- bottom:0;
- left:0;
- width:95%;
- margin:0 auto;
- content:'';
- border-top:1px solid #dfdfdf;
- }
- .header2 span {
- padding:0 15px;
- background:#fff;
- }
- .content {
- position:relative;
- overflow:hidden;
- width:500px;
- min-height:75px;
- padding:15px 25px;
- background:#fff;
- }
- /* -----------------------TEXT SELECTION CUSTOMIZATION----------------------- */
- ::selection {
- color:#fff;
- background:#b2b2b2;
- }
- ::-moz-selection {
- color:#fff;
- background:#b2b2b2;
- }
- ::-webkit-selection {
- color:#fff;
- background:#b2b2b2;
- }
- /*---------------------------DROP CAP CUSTOMIZATION---------------------------*/
- #dropcap {
- font-family:'Oswald' sans-serif;
- font-size:230%;
- float:left;
- margin-right:5px;
- padding:10px 3px;
- color:#fff;
- background-color:#000;
- }
- /* ----------------------- COLOR PALETTE CSS ------------------------*/
- .swatch {
- line-height:190px;
- position:relative;
- float:left;
- width:80px;
- height:80px;
- margin:10px;
- margin-top:-5px;
- text-align:center;
- background-position:center;
- background-size:auto 100%;
- }
- /* ----------------------------QUOTE/LYRICS BOX ----------------------*/
- .quotebox {
- position:relative;
- display:inline-block;
- overflow:hidden;
- width:175px;
- height:175px;
- margin-left:20px;
- padding:20px;
- -webkit-transition:ease-in-out .3s;
- -moz-transition:ease-in-out .3s;
- -o-transition:ease-in-out .3s;
- transition:ease-in-out .3s;
- background-color:#acacac;
- background-image:url();
- background-position:center;
- background-size:auto 100%;
- }
- .quote {
- font-family:'Nothing You Could Do',cursive;
- /* QUOTE FONT */
- font-size:13px;
- line-height:130%;
- position:absolute;
- display:inline-block;
- width:175px;
- height:175px;
- margin-top:-10px;
- margin-left:-20px;
- padding:20px;
- -webkit-transition:ease-in-out 1s;
- -moz-transition:ease-in-out 1s;
- -o-transition:ease-in-out 1s;
- transition:ease-in-out 1s;
- text-align:center;
- letter-spacing:.5px;
- color:#fff;
- }
- /* -------------------THE BOX THATS HOLDS THE MUSIC PLAYER ---------------*/
- .musicbox {
- position:relative;
- display:inline-block;
- width:175px;
- height:175px;
- margin-left:20px;
- padding:20px;
- -webkit-transition:ease-in-out 1s;
- -moz-transition:ease-in-out 1s;
- -o-transition:ease-in-out 1s;
- transition:ease-in-out 1s;
- background-color:#acacac;
- background-image:url();
- background-position:center;
- background-size:auto 100%;
- }
- /* ------------------------- BILLY MUSIC PLAYER CSS ------------------ */
- .player {
- position:absolute;
- bottom:20px;
- overflow:hidden;
- width:175px;
- height:20px;
- text-align:center;
- vertical-align:middle;
- background-color:#fff; /*billy player color*/
- }
- /* ------------------------INSPIRATION CSS.-------------------------
- ONLY MESS WITH THIS IF YOU KNOW WHAT YOURE DOING.
- THE COLUMN THING IS EASY TO CHANGE BUT THE REST CAN GET TRICKY
- YOU CAN CHANGE THE HEIGHT OF ".MASONRYBOX" TO ADD MORE IMAGES */
- .masonry {
- overflow:hidden;
- -moz-column-count:3;
- -moz-column-gap:0;
- -webkit-column-count:3;
- -webkit-column-gap:0;
- column-count:3;
- column-gap:0;
- -ms-column-count:3;
- -ms-column-gap:0;
- -moz-padding-start:0;
- -webkit-padding-start:0;
- }
- .masonry img {
- display:inline-block;
- width:100%;
- margin-bottom:-4px;
- -webkit-transition:ease-in-out .3s;
- -moz-transition:ease-in-out .3s;
- -o-transition:ease-in-out .3s;
- transition:ease-in-out .3s;
- -webkit-filter:grayscale(100%);
- -webkit-backface-visibility:hidden;
- }
- .masonry img:hover {
- -webkit-transform:scale(1.25);
- -moz-transform:scale(1.25);
- -ms-transform:scale(1.25);
- -o-transform:scale(1.25);
- transform:scale(1.25);
- -webkit-filter:grayscale(0%);
- }
- .masonrybox {
- overflow:hidden;
- height:450px; /*change the height here if you add more pictures*/
- }
- /* ------------------------------ MBTI CSS --------------------------- */
- .mbtipic1 {
- z-index:1;
- display:inline-block;
- overflow:hidden;
- width:200px;
- height:200px;
- text-align:center;
- background-color:#acacac;
- background-image:url(); /* replace image url with your own */
- background-position:center;
- background-size:auto 100%;
- }
- .mbtitext {
- font-family:'Oswald',sans-serif;
- /*mbti title font*/
- font-size:40px;
- margin-top:90px;
- margin-bottom:25px;
- -webkit-transition:ease-in-out .5s;
- -moz-transition:ease-in-out .5s;
- -o-transition:ease-in-out .5s;
- transition:ease-in-out .5s;
- text-align:center;
- letter-spacing:5px;
- color:#fff;
- -webkit-filter:blur(2px);
- }
- .mbtihover {
- /*css literally for the word "hover" just so people know to hover*/
- font-size:8px;
- margin-top:-10px;
- -webkit-transition:ease-in-out .5s;
- -moz-transition:ease-in-out .5s;
- -o-transition:ease-in-out .5s;
- transition:ease-in-out .5s;
- letter-spacing:.5px;
- opacity:.5;
- color:#fff;
- }
- .mbtipic1:hover .mbtitext {
- font-size:13px;
- margin-top:40px;
- margin-left:20px;
- letter-spacing:25px;
- -webkit-filter:blur(0px);
- }
- .mbtipic1:hover .mbtihover {
- opacity:0;
- }
- /*-----------bar graph. theres no reason to really mess with this-----------*/
- .mbtitraits {
- font-size:8px;
- line-height:13px;
- top:-30px;
- height:100px;
- margin-top:-11px;
- -webkit-transition:ease-in-out .5s;
- -moz-transition:ease-in-out .5s;
- -o-transition:ease-in-out .5s;
- transition:ease-in-out .5s;
- text-align:right;
- letter-spacing:1px;
- text-transform:uppercase;
- opacity:0;
- color:#f5f5f5;
- }
- .mbtitraits b {
- padding-left:3px;
- text-decoration:none;
- color:#fff;
- background-color:rgba(0,0,0,.2);
- }
- .mbtipic1:hover .mbtitraits {
- opacity:1;
- }
- .bar {
- height:10px;
- padding-left:2px;
- text-align:left;
- }
- .barsblock {
- display:inline-block;
- float:right;
- width:100px;
- margin-right:15px;
- }
- .bars {
- font-size:8px;
- width:90px;
- height:10px;
- margin:3px;
- -webkit-transition:ease-in-out .5s;
- -moz-transition:ease-in-out .5s;
- transition:ease-in-out .5s;
- letter-spacing:1px;
- text-transform:uppercase;
- opacity:0;
- color:#f5f5f5;
- background-color:rgba(255,255,255,.3);
- }
- .mbtipic1:hover .bars {
- z-index:99999;
- opacity:1;
- }
- /*----------------------strengths and weaknesses----------------------*/
- .strengthsweaknesses {
- float:right;
- width:270px;
- margin-top:10px;
- padding-left:25px;
- }
- .swlist {
- font-size:8px;
- line-height:10px;
- display:inline-block;
- overflow:auto;
- overflow-x:hidden;
- width:120px;
- height:100px;
- padding-top:10px;
- text-align:center;
- text-transform:uppercase;
- background-color:transparent;
- }
- .swlist b,bold,strong {
- font-family:'Oswald' sans-serif; /*header font*/
- text-decoration:underline;
- letter-spacing:2px;
- }
- .swhorizontalbar { /*white strip behind strengths and weaknesses*/
- float:right;
- width:300px;
- height:100px;
- margin-bottom:-110px;
- background-color:#fff; /*strip color*/
- }
- .mbtipic2 {
- z-index:-999;
- float:right;
- overflow:hidden;
- width:280px;
- height:200px;
- margin-top:-10px;
- margin-bottom:-150px;
- background-color:#acacac;
- background-image:url(); /*picture behind strengths and weakness*/
- background-position:center;
- background-size:100% auto;
- -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);
- -moz-box-shadow:inset 0 0 6px rgba(0,0,0,.3);
- box-shadow:inset 0 0 6px rgba(0,0,0,.3);
- }
- /*--------------------- MORAL ALIGNMENT CSS ---------------------*/
- .alignmentdesc {
- line-height:9px;
- float:left;
- width:180px;
- height:264px;
- margin-top:3px;
- padding:10px 10px 0;
- text-align:right;
- color:#f5f5f5;
- background-color:#acacac;
- background-image:url(); /*image behind list of alignment descriptions*/
- background-position:center;
- background-size:auto 100%;
- }
- #selected {
- background-color:#002952; /*color of the selected alignment*/
- }
- .alignment {
- display:inline-block;
- width:279px;
- margin-left:17px;
- background-color:#acacac;
- background-image:url(); /*image behind alignment squares*/
- background-position:center;
- background-size:100% auto;
- }
- .alignmentblock {
- font-size:8px;
- line-height:100%;
- position:relative;
- display:block;
- float:left;
- width:67px;
- height:47px;
- padding:10px;
- padding-top: 30px;
- text-align:center;
- text-transform:uppercase;
- color:#acacac;
- border:3px solid #fff;
- }
- .alignmentblock p {
- padding:0;
- }
- /*---------------------------- NAVIGATION BOX---------------------------------*/
- .navscrollbox {
- width:521px;
- padding:15px;
- padding-bottom:5px;
- border-top:15px solid #fff;
- background-color:#acacac;
- background-image:url(); /*image for navigation*/
- background-position:center;
- background-size:100% auto;
- -webkit-column-count:3;
- -moz-column-count:3;
- -ms-column-count:3;
- column-count:3;
- -webkit-column-gap:0;
- -moz-column-gap:0;
- -ms-column-gap:0;
- column-gap:0;
- }
- /*----------------------nav sections customization----------------------*/
- .navblock {
- display:inline-block;
- width:150px;
- margin:5px;
- padding-bottom:5px;
- background-color:rgba(0,0,0,.2);
- }
- /*-----------------------nav titles customization-----------------------*/
- .navcategory {
- font-family:'Oswald' sans-serif;
- /*nav titles font*/
- font-size:8px;
- position:relative;
- z-index:1;
- overflow:hidden;
- width:140px;
- padding:6px 5px;
- text-align:center;
- letter-spacing:2px;
- text-transform:uppercase;
- color:#fff; /*category text color*/
- }
- .navcategory:before,.navcategory:after {
- position:absolute;
- top:51%;
- overflow:hidden;
- width:50%;
- height:1px;
- content:'\a0';
- background-color:rgba(255,255,255,.5);
- }
- .navcategory:before {
- margin-left:-50%;
- text-align:right;
- }
- /*--------------------------nav link customization--------------------------*/
- .navlink {
- width:142px;
- margin-top:4px;
- padding:3px;
- padding-left:5px;
- -webkit-transition:ease-in-out .5s;
- -moz-transition:ease-in-out .5s;
- -o-transition:ease-in-out .5s;
- transition:ease-in-out .5s;
- text-align:center;
- color:#fff; /**link text color**/
- background-color:transparent; /**link background color**/
- }
- .navlink:hover {
- color:#fff; /**link hover text color**/
- background-color:rgba(0,0,0,.7); /**link hover background color**/
- }
- /*-----------------------------------CREDIT----------------------------------- LOL don't remove this its just a little x in the corner i think you can deal*/
- .credit {
- font-family:consolas;
- font-size:9px;
- line-height:9px;
- position:fixed;
- right:10px;
- bottom:10px;
- padding:2px 4px;
- -webkit-transition:ease-in-out .5s;
- -moz-transition:ease-in-out .5s;
- -o-transition:ease-in-out .5s;
- transition:ease-in-out .5s;
- color:#fff;
- border:1px solid #fff;
- }
- .credit:hover {
- font-weight:700;
- color:#000;
- border:1px solid #fff;
- background-color:#fff;
- }
- /** remove this if you don't like tiny cursors**/
- *,body,a,a:hover {
- cursor:url(http://i1124.photobucket.com/albums/l579/fieKrieY/Cursor-1.png),auto
- }
- /*-----------------------BOTTOM NAV CSS-----------------------*/
- .return {
- font-size:8px;
- position:relative;
- top:-20px;
- width:580px;
- height:50px;
- margin:0 auto;
- -webkit-transition:ease-in-out .3s;
- -moz-transition:ease-in-out .3s;
- -o-transition:ease-in-out .3s;
- transition:ease-in-out .3s;
- letter-spacing:1.5px;
- color:#fff;
- }
- .return a {
- -webkit-transition:ease-in-out .3s;
- -moz-transition:ease-in-out .3s;
- -o-transition:ease-in-out .3s;
- transition:ease-in-out .3s;
- color:#fff;
- }
- .return a:hover {
- color:#ff8330;
- }
- /*-----------------------BLOGROLL CSS-----------------------*/
- .blogrollbox {
- overflow:auto;
- overflow-x:hidden;
- width:430px;
- height:340px;
- margin:20px;
- margin-top:5px;
- padding:20px;
- text-align:justify;
- background-image:url(); /*image for blogroll*/
- background-position:center;
- background-size:100% auto;
- }
- .blogrollbox:after {
- display:inline-block;
- width:100%;
- content:'';
- }
- .blogrollbox img {
- display:inline-block;
- margin:5px;
- -webkit-transition:ease-in-out .3s;
- -moz-transition:ease-in-out .3s;
- -o-transition:ease-in-out .3s;
- transition:ease-in-out .3s;
- -webkit-filter:grayscale(100%);
- }
- .blogrollbox img:hover {
- -webkit-filter:grayscale(0%);
- }
- </style>
- </head>
- <body>
- <div class="container">
- <!---------------------- TITLE BEGINS HERE ---------------------->
- <div class="header">
- <div class="title">CHARACTER NAME</div>
- <div class="subheader">subtitle</div>
- </div>
- <!----------------------- TITLE ENDS HERE ----------------------->
- <!-------------------COLOR PALETTE BEGINS HERE ------------------->
- <div class="header2"><span>COLORS</span></div>
- <div class="content">
- <div class="swatch" style="background-color:#002952">#002952</div>
- <div class="swatch" style="background-color:#00476B">#00476B</div>
- <div class="swatch" style="background-color:#00A37A">#00A37A</div>
- <div class="swatch" style="background-color:#FF8330">#FF8330</div>
- <div class="swatch" style="background-color:#FFD633">#FFD633</div>
- </div>
- <!------------------------COLOR PALETTE ENDS HERE ------------------------>
- <!-------------------QUOTE/PLAYLIST SECTION BEGINS HERE------------------->
- <div class="header2"><span>WORDS</span></div>
- <div class="content">
- <div class="quotebox">
- <div class="quote"><br>
- <p>
- “Quotes are for people who can't think of something intelligent to say on their own”<p> -- Bo Burnham
- </div>
- </div>
- <div class="musicbox">
- <div class="player"> MUSIC PLAYER CODE HERE</div>
- </div>
- </div>
- <!-------------------QUOTE/PLAYLIST SECTION ENDS HERE------------------->
- <!-----------------------INSPO SECTION I GUESS???----------------------->
- <div class="header2"><span>INSPIRATION</span></div>
- <div class="content">
- <div class="masonrybox">
- <ul class="masonry">
- <!----images stack in columns. you can see how they are ordered from the way they're numbered. as you can see, the images on the bottom get cut off unless you extend the height of the container. you can change the height by hitting ctrl+f and entering .masonrybox
- you can make the images links by replacing "/" with "linkurl" --->
- <li><a title="one" href="/">
- <img src="http://s6.postimg.org/luob5v1ox/one.jpg"></a></li>
- <li><a title="two" href="/">
- <img src="http://s6.postimg.org/db4x83tch/two.jpg"></a></li>
- <li><a title="three" href="/">
- <img src="http://s6.postimg.org/3pbcrt26p/three.jpg"></a></li>
- <li><a title="four" href="/">
- <img src="http://s6.postimg.org/hrxa6s7kh/four.jpg"></a></li>
- <li><a title="five" href="/">
- <img src="http://s6.postimg.org/6i4kbu2j5/five.jpg"></a></li>
- <li><a title="six" href="/">
- <img src="http://s6.postimg.org/qj4b11qvl/six.jpg"></a></li>
- <li><a title="seven" href="/">
- <img src="http://s6.postimg.org/9hbgyyc0g/seven.jpg"></a></li>
- <li><a title="eight" href="/">
- <img src="http://s6.postimg.org/p6mlz5tg1/eight.jpg"></a></li>
- <li><a title="nine" href="/">
- <img src="http://s6.postimg.org/r0zggwggh/nine.jpg"></a></li>
- </ul>
- </div>
- </div>
- <!---------------------------INSPO SECTION ENDS--------------------------->
- <!--------------------------- ABOUT BEGINS HERE --------------------------->
- <div id="about" class="header2"><span>ABOUT</span></div>
- <div class="content">
- <div align="center"><div style="width:450px; text-align: justify">
- <span id="dropcap">L</span>orem ipsum dolor sit amet, consectetur adipiscing elit. Donec eu blandit ipsum. Nulla non aliquet purus, et imperdiet leo. Cras eu metus vulputate tortor tincidunt sagittis. Praesent pulvinar est elit, non pharetra nisi commodo a. Nullam ante leo, porttitor non dolor ac, dignissim mollis orci. Suspendisse et enim vitae lectus ornare porta. Nam consectetur erat vitae ex eleifend pharetra. Vivamus commodo, urna at auctor gravida, sapien est placerat est, non eleifend nisl tortor eget mi. Duis ut justo faucibus, cursus purus in, auctor augue. Proin tortor ipsum, mollis at semper vitae, tristique quis nulla. Nulla scelerisque, nibh vel pellentesque consectetur, mauris eros aliquam purus, vitae suscipit odio orci ac enim. Donec a tortor justo. Morbi iaculis tincidunt dolor, ut gravida mi ultricies quis. Nunc auctor risus quis elit ullamcorper consectetur.<p>
- Sed venenatis venenatis lectus, ac finibus velit vehicula nec. Praesent malesuada aliquam tellus, fermentum sodales ante. In dignissim sapien quis nulla interdum, sit amet pulvinar magna commodo. Sed vel placerat est, non cursus mauris. Sed sollicitudin sem nulla, vitae pulvinar orci ullamcorper nec. Duis semper volutpat pulvinar. <a href="https://www.youtube.com/watch?v=dQw4w9WgXcQ">Proin consectetur pellentesque lacus eu varius.</a> Proin nibh odio, porta eu viverra a, consequat at sem. Maecenas vestibulum ipsum ut euismod luctus. Ut ut hendrerit lectus, vel lobortis justo. Phasellus a massa et quam aliquet vulputate eu at mauris. Nullam pharetra purus sed neque imperdiet, sed viverra odio viverra.<p>
- Maecenas in ligula condimentum, eleifend eros non, fringilla nibh. Donec nisl turpis, elementum eu erat et, venenatis fermentum leo. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aliquam feugiat rhoncus varius. Nulla eu posuere sapien, eget viverra tellus. Cras iaculis dui eleifend pulvinar luctus. In accumsan tincidunt malesuada. <b>Donec venenatis vel nisl at ullamcorper.</b> Vestibulum interdum, neque vitae congue commodo, ex mauris volutpat dui, egestas feugiat elit ex in sem. Nunc a facilisis tellus, at consectetur ex. Ut turpis est, vehicula at urna eget, varius molestie libero.<p>
- Integer et enim molestie, pretium ex ac, blandit sem. Curabitur interdum tristique rutrum. Cras viverra nulla eu orci luctus sagittis. Suspendisse egestas posuere sem, tristique rutrum massa pretium sed. Donec iaculis urna eu dignissim congue. Donec venenatis libero metus. Nullam consectetur elementum orci, quis viverra tellus molestie id. <i>Fusce ultrices neque vitae aliquam facilisis.</i> Quisque tincidunt lacinia lorem, vitae rhoncus justo sollicitudin non. Aenean tellus augue, aliquam ut tincidunt eget, mollis ac eros. Nulla eleifend molestie sem, vitae sagittis nisi rutrum quis. Integer maximus leo quis ante iaculis, eget feugiat elit fringilla.<p>
- Nunc eget ipsum quis arcu dictum convallis. Aliquam libero urna, lacinia faucibus arcu vel, rutrum tempus tellus. Integer a metus sed felis condimentum luctus. Nulla vel turpis eget nunc consectetur placerat eget a tellus. Etiam feugiat enim eget molestie efficitur. Aliquam auctor suscipit arcu a pellentesque. Proin libero turpis, accumsan vel tempus placerat, facilisis vel elit. Nulla facilisi. Sed quis suscipit libero, et placerat risus. Donec placerat pharetra dui, id sodales sapien sagittis at. Proin sollicitudin tincidunt nulla sed bibendum. Sed vel efficitur tortor. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque suscipit bibendum leo, laoreet faucibus lectus feugiat eget.
- </div></div>
- </div>
- <!---------------------------- ABOUT ENDS HERE ---------------------------->
- <!----------------------------MBTI BEGINS HERE---------------------------->
- <div class="header2"><span>MYERS-BRIGGS TYPE INDICATOR</span></div>
- <div class="content">
- <div class="mbtipic1">
- <div class="mbtitext"> XXXX </div>
- <div class="mbtihover"> [ HOVER ] </div>
- <!---make sure the percentages on each line match -->
- <div class="barsblock">
- <div class="bars">
- <div class="bar" style="background-color: #002952; width: 20%;">20%</div></div>
- <div class="bars">
- <div class="bar" style="background-color: #00476B; width: 30%;">30%</div></div>
- <div class="bars">
- <div class="bar" style="background-color: #00A37A; width: 40%;">40%</div></div>
- <div class="bars">
- <div class="bar" style="background-color: #FF8330; width: 50%;">50%</div></div>
- <div class="bars">
- <div class="bar" style="background-color: #FFD633; width: 60%;">60%</div></div>
- </div>
- <!---make sure not to remove the <b></b> from around each word when editing-->
- <div class="mbtitraits">
- <br><b>trait one</b>
- <br><b>trait two</b>
- <br><b>trait three</b>
- <br><b>trait four</b>
- <br><b>trait five</b>
- </div>
- </div><!--end mbti pic-->
- <div class="strengthsweaknesses">
- <div class="mbtipic2"></div>
- <div class="swhorizontalbar"></div>
- <div class="swlist">
- <b> XXXX STRENGTHS</b> <br>
- strength<br>
- strength<br>
- strength<br>
- strength<br>
- strength<br>
- strength
- </div>
- <div class="swlist">
- <b> XXXX WEAKNESSES</b><br>
- weakness<br>
- weakness<br>
- weakness<br>
- weakness<br>
- weakness<br>
- weakness<br>
- </div><!---endswlist--->
- </div><!---end strengthsweaknesses-->
- </div><!---end content--->
- <!------------------------------MBTI ENDS HERE------------------------------>
- <!-----------------------MORAL ALIGNMENT STARTS HERE----------------------->
- <div class="header2"><span>MORAL ALIGNMENT</span></div>
- <div class="content">
- <div class="alignmentdesc">
- <!---
- to highlight your characters moral alignment, place <div id="selected> and </div> around the correct alignment as shown below.
- EXAMPLE. if your moral alignment was neutral evil, it would look like this:
- <div id="selected">
- represents pure evil without honor and without variation;<p></div>
- <!--lawful good-->combines honor and compassion;<p>
- <!--neutral good-->doing what is good without bias for or against order;<p>
- <!--chotic good--> combines a good heart with a free spirit;<p>
- <!--lawful neutral-->reliable and honorable without being a zealot;<p>
- <!--true neutral--><div id="selected">act naturally, without prejudice or compulsion;<p></div>
- <!--chaotic nautral-->represents true freedom from society’s restricitons and a do-gooders zeal;<p>
- <!--lawful evil-->represents methodical, intentional, and frequently sucessful evil;<p>
- <!--neutral evil-->represents pure evil without honor and without variation;<p>
- <!--chaotic evil-->destruction not only of beauty and life but also of the order on which beauty and life depend.</div> <!--end alignmentdesc--->
- <!---- for this one, you can just place id="selected next to the alignmentblock.
- EXAMPLE. If your alignment is lawful neutral instead of this:
- <div class="alignmentblock">LAWFUL NEUTRAL <p>"the judge"</div>
- it would look like this:
- <div class="alignmentblock" id="selected" >LAWFUL NEUTRAL <p>"the judge"</div>
- --->
- <div class="alignment">
- <div class="alignmentblock">LAWFUL GOOD<p>"the crusader"</div>
- <div class="alignmentblock">NEUTRAL GOOD <p>"the benefactor"</div>
- <div class="alignmentblock">CHAOTIC GOOD <p>"the rebel"</div>
- <div class="alignmentblock">LAWFUL NEUTRAL <p>"the judge"</div>
- <div class="alignmentblock" id="selected">TRUE NEUTRAL <p>"the undecided" </div>
- <div class="alignmentblock" >CHAOTIC NEUTRAL <p>"the free spirit"</div>
- <div class="alignmentblock">LAWFUL EVIL <p>"the dominator"</div>
- <div class="alignmentblock">NEUTRAL EVIL <p>"the malefactor</div>
- <div class="alignmentblock">CHAOTIC EVIL <p>"the destroyer"</div>
- </div>
- </div><!---end content--->
- <!--------------------MORAL ALIGNMENT ENDS HERE-------------------->
- <div id="nav" class="header2"><span>EXPLORE</span></div>
- <!--------------------------NAVIGATION BEGINS HERE-------------------------
- ADDING LINKS/TAGS:
- I have it set up for tags but it can easily be modified.
- To add a tag link, change <a href="/tagged/"> to <a href="/tagged/yourtagname">
- to link to a page, change <a href="/tagged/"> to <a href="/yourpagename">
- for external links, change <a href="/tagged/"> to <a href="www.externalink.com">
- ADDING ADDITIONAL NAV BOXES:
- copy and paste this after each <!--end nav block-- >
- <div class="navblock">
- <div class="navcategory">TITLE</div>
- <a href="/tagged/"><div class="navlink">
- link
- </div></a>
- <a href="/tagged/"><div class="navlink">
- link
- </div></a>
- <a href="/tagged/"><div class="navlink">
- link
- </div></a>
- <a href="/tagged/"><div class="navlink">
- link
- </div></a>
- <a href="/tagged/"><div class="navlink">
- link
- </div></a>
- </div><!--end nav block-->
- <div class="navscrollbox">
- <div class="navblock">
- <div class="navcategory">category 1</div>
- <a href="/tagged/"><div class="navlink">
- link one
- </div></a>
- <a href="/tagged/"><div class="navlink">
- link two
- </div></a>
- <a href="/tagged/"><div class="navlink">
- link three
- </div></a>
- </div><!--end nav block-->
- <div class="navblock">
- <div class="navcategory">category 2</div>
- <a href="/tagged/"><div class="navlink">
- link one
- </div></a>
- <a href="/tagged/"><div class="navlink">
- link two
- </div></a>
- <a href="/tagged/"><div class="navlink">
- link three
- </div></a>
- <a href="/tagged/"><div class="navlink">
- link four
- </div></a>
- <a href="/tagged/"><div class="navlink">
- link five
- </div></a>
- <a href="/tagged/"><div class="navlink">
- link six
- </div></a>
- </div><!--end nav block-->
- <div class="navblock">
- <div class="navcategory">category 3</div>
- <a href="/tagged/"><div class="navlink">
- link one
- </div></a>
- <a href="/tagged/"><div class="navlink">
- link two
- </div></a>
- <a href="/tagged/"><div class="navlink">
- link three
- </div></a>
- <a href="/tagged/"><div class="navlink">
- link four
- </div></a>
- <a href="/tagged/"><div class="navlink">
- link five
- </div></a>
- </div><!--end nav block-->
- <div class="navblock">
- <div class="navcategory">category 4</div>
- <a href="/tagged/"><div class="navlink">
- link one
- </div></a>
- <a href="/tagged/"><div class="navlink">
- link two
- </div></a>
- <a href="/tagged/"><div class="navlink">
- link three
- </div></a>
- <a href="/tagged/"><div class="navlink">
- link four
- </div></a>
- </div><!--end nav block-->
- <div class="navblock">
- <div class="navcategory">category 5</div>
- <a href="/tagged/"><div class="navlink">
- link one
- </div></a>
- <a href="/tagged/"><div class="navlink">
- link two
- </div></a>
- <a href="/tagged/"><div class="navlink">
- link three
- </div></a>
- <a href="/tagged/"><div class="navlink">
- link four
- </div></a>
- </div><!--end nav block-->
- <div class="navblock">
- <div class="navcategory">category 6</div>
- <a href="/tagged/"><div class="navlink">
- link one
- </div></a>
- <a href="/tagged/"><div class="navlink">
- link two
- </div></a>
- <a href="/tagged/"><div class="navlink">
- link three
- </div></a>
- <a href="/tagged/"><div class="navlink">
- link four
- </div></a>
- <a href="/tagged/"><div class="navlink">
- link five
- </div></a>
- </div><!--end nav block-->
- </div><!--end navscrollbox-->
- <!--------------------------NAVIGATION ENDS HERE------------------------->
- <!---------------------------ASKBOX BEGINS HERE--------------------------->
- <div id="ask" class="header2"><span>ASK</span></div>
- <div class="content">
- <p><iframe frameborder="0" scrolling="no" width="100%" height="190" src="http://www.tumblr.com/ask_form/YOURURL.tumblr.com" style="background-color:transparent; overflow:hidden;" id="ask_form"></iframe><!--[if IE]><script type="text/javascript">document.getElementById('ask_form').allowTransparency=true;</script><![endif]--></p>
- </div>
- <!---------------------------ASKBOX BEGINS HERE--------------------------->
- <!-------------------------BLOGROLL BEGINS HERE------------------------->
- <div id="blogroll" class="header2"><span>BLOGROLL</span></div>
- <div class="content">
- <div class="blogrollbox">
- {block:Following}
- {block:Followed}
- <a href="{FollowedURL}" title="{FollowedName}"><img src="{FollowedPortraitURL-64}">{/block:Followed}{/block:Following}
- </div><!---end blogroll box--->
- </div><!---end content--->
- <!-------------------------BLOGROLL ENDS HERE------------------------->
- </div><!--end container-->
- <div class="return"><i class="fa fa-angle-left fa-lg"></i>
- <a href="/">BACK</a> |
- <a href="#nav">LINKS</a> |
- <a href="#blogroll">BLOGROLL</a> |
- <a href="#ask">ASK</a> |
- <a href="#about">ABOUT</a> |
- </div>
- <a title="page by raven" href="http://hailthehelpful.tumblr.com/"><div class="credit">X</div></a> <!---c r e d i t--->
- </body></html>
Advertisement
Add Comment
Please, Sign In to add comment