Home
Roleplay Profile Layouts
CC#34ETC: Sleek
CSS
/* Last Update: 03/20/18 */ /* PAGE BACKGROUND AND FONT */ body { background-image:url(http://eskipaper.com/images/stunning-anime-scenery-wallpaper-1.jpg); background-attachment:fixed; background-repeat:no-repeat; background-size:100% 100%; background-color:#222222; font-family:serif; text-align:center; } /* MAIN DISPLAY COLORS */ .color, #navbar a, .infobox:target { background-color:#cccccc; color:#111111; opacity:0.8; } a { color:#8a2be2; } /* GOOGLE CHROME SCROLLBARS */ ::-webkit-scrollbar { width:8px; height:8px; background-color:#dddddd; } ::-webkit-scrollbar-thumb:vertical { background-color:#888888; } ::-webkit-scrollbar-thumb:horizontal { background-color:#888888; } /* CSS MEAT */ #mugshot, #navbar { position:fixed; } #mugshot { top:5%; left:32.5%; width:35%; height:42.5%; } #mugshot img { height:100%; } #navbar { z-index:4; top:50%; left:25%; width:50%; height:5%; } #navbar a { display:inline-block; height:4.5vh; width:4.5vh; margin:0px 1vw; } .infobox { z-index:2; position:fixed; top:57.5%; left:30%; height:33.5%; width:38%; padding:1%; opacity:0; overflow-y:auto; text-align:left; transition:0.8s ease-in; -o-transition:0.8s ease-in; -moz-transition:0.8s ease-in; -webkit-transition:0.8s ease-in; } .infobox:target { z-index:3; } img { max-height:100%; } p { text-indent:5%; } #credit { position:fixed; height:17px; right:1%; bottom:0%; background-color:#ffffff; border-radius:5px; }
HTML
<div class="color" id="mugshot"> <img src="IMAGE URL HERE" alt=""/> </div> <div id="navbar"> <a href="#01"></a> <a href="#02"></a> <a href="#03"></a> <a href="#00"></a> </div> <div class="infobox" 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="infobox" 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> <a href="https://s-media-cache-ak0.pinimg.com/236x/48/f5/77/48f5778e2e42ee5df34b098ffce5cf26.jpg" target="_blank">Link</a> </div> <div class="infobox" id="03"> <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> </ul> </div> </div> </div> <a href="http://wix.cera-nore.com/" target="_blank" title="CC#34"> <img src="https://orig00.deviantart.net/9a8a/f/2017/256/c/d/cera_by_cera_nore-dbncbii.png" id="credit"/> </a>