Home
Roleplay Profile Layouts
CC#16ETC: Winged
CSS
/* Last Update: 02/16/18 */ /* PAGE BACKGROUND AND FONT */ body { background-image:url(BACKGROUND IMAGE URL HERE); background-attachment:fixed; background-repeat:no-repeat; background-size:100% 100%; background-color:#000000; font-family:serif; } /* MAIN DISPLAY COLORS */ .color { background-image:url(http://www.clipartbest.com/cliparts/RcA/6Lr/RcA6Lrrei.png); background-size:cover; background-color:rgba(0,0,0,0.8); border:1px solid #ffffff; color:#ffffff; } #navbar a { background-color:rgba(255,255,255, 0.9); } #navbar a:hover { background-color:rgba(255,255,255, 1); } a { text-decoration:none; color:#c0c0c0; } /* GOOGLE CHROME SCROLLBARS */ ::-webkit-scrollbar { width:8px; height:8px; } ::-webkit-scrollbar-thumb:vertical { background-color:#ffffff; } ::-webkit-scrollbar-thumb:horizontal { background-color:#ffffff; } /* CSS MEAT */ #mugshot { position:fixed; top:15%; left:50%; height:70%; } #infobox { position:fixed; top:5%; left:5%; height:90%; width:35%; text-align:left; } #navbar { position:fixed; top:25%; left:42.5%; height:50%; width:5%; text-align:center; } #navbar a { display:inline-block; width:100%; height:10%; margin-bottom:2px; } #navbar img { height:100%; } .tab { height:100%; width:100%; overflow-y:auto; } .tab img { max-width:100%; } p { text-indent:5%; } /* CREDIT TAG - set position:static; to move to OOC */ #credit { position:fixed; height:17px; right:1%; bottom:0%; background-color:#ffffff; border-radius:5px; }
HTML
<img src="IMAGE URL HERE" alt="" class="color" id="mugshot"/> <div class="color" id="infobox"> <div class="color tab" style="background-image:none;overflow:hidden;"> <div style="height:90%;width:90%;margin:5%;overflow:hidden;"> <div class="tab" id="01"> <h2>Stats</h2> <p style="text-align:center;text-indent:0%;"> <b>Name:</b> Stat here <br> <b>Species:</b> Stat here <br> <b>Gender:</b> Stat here <br> <b>Age:</b> Stat here <br> <b>Hair:</b> Stat here <br> <b>Eyes:</b> Stat here <br> <b>Height:</b> Stat here <br> <b>Weight:</b> Stat here <br> <b>Build:</b> Stat here <br> <b>Orientation:</b> Stat here </p> </div> <div class="tab" id="02"> <h2>About</h2> <p> Information and stuffity stuff stuff stufff. More stuuuufff. AND. MORE STUFF! Bippity boop bop biddly beep squap. Anyways, what do I usually do for examples when I need to fill space? OH YEAH! *ahem* Hello, people of Earth, I have come to devour you. Do not fear for it shall be a quick and painless death as I intake your entire planet. The sudden loss of atmospheric pressure and its protections will either freeze you in a millisecond or cause all of your blood to boil out of your body in a single instant. Hmm. I suppose that last one doesn't quite sound painless, but nonetheless it should be instantaneous. </p> </div> <div class="tab" id="03"> <h2>03</h2> <p> Paragraph </p> </div> <div class="tab" id="04"> <h2>04</h2> <p> Paragraph </p> </div> <div class="tab" id="05"> <h2>Friends</h2> <a href="https://s-media-cache-ak0.pinimg.com/236x/48/f5/77/48f5778e2e42ee5df34b098ffce5cf26.jpg" target="_blank">Link</a> </div> <div class="tab" id="06"> <h2>OOC</h2> <ul> <li>Bullet one</li> <li>Bullet two</li> <li>Bullet three</li> <li>Bullet four</li> <li>Bullet five</li> <li>Bullet six</li> <li>Bullet seven</li> <li>Bullet eight</li> <a href="http://wix.cera-nore.com/" target="_blank" title="CC#16"> <img src="https://orig00.deviantart.net/9a8a/f/2017/256/c/d/cera_by_cera_nore-dbncbii.png" id="credit"/> </a> </ul> </div> </div> </div> </div> <div id="navbar"> <a href="#01"><img src="http://www.easyfreepatterns.com/patterns/49/simple-dove-tattoo-designs-tattoo1-tattoo2-49721.png"/></a> <a href="#02"><img src="http://www.easyfreepatterns.com/patterns/49/simple-dove-tattoo-designs-tattoo1-tattoo2-49721.png"/></a> <a href="#03"><img src="http://www.easyfreepatterns.com/patterns/49/simple-dove-tattoo-designs-tattoo1-tattoo2-49721.png"/></a> <a href="#04"><img src="http://www.easyfreepatterns.com/patterns/49/simple-dove-tattoo-designs-tattoo1-tattoo2-49721.png"/></a> <a href="#05"><img src="http://www.easyfreepatterns.com/patterns/49/simple-dove-tattoo-designs-tattoo1-tattoo2-49721.png"/></a> <a href="#06"><img src="http://www.easyfreepatterns.com/patterns/49/simple-dove-tattoo-designs-tattoo1-tattoo2-49721.png"/></a> </div>