Home
Roleplay Profile Layouts
CC#42MTC: Wave
CSS
/* Last Update: 03/24/18 */ /* PAGE BACKGROUND AND FONT */ body { background:linear-gradient(to bottom, #ffffff, #003273); background:-o-linear-gradient(to bottom, #ffffff, #003273); background:-moz-linear-gradient(to bottom, #ffffff, #003273); background:-webkit-linear-gradient(to bottom, #ffffff, #003273); background-attachment:fixed; background-size:100% 100%; background-color:#eeeeee; font-family:'Dosis', sans-serif; text-align:left; } /* MAIN DISPLAY COLORS */ .color { background-color:#2a61a8; color:#ffffff; } #header { top:20%; background-color:#61b3ff; color:#ffffff; } #footer { top:72.5%; background-color:#ffffff; color:#61b3ff; } #navbar a:first-child, #navbar2 a:nth-child(2) { background-color:#003273; } #navbar a:nth-child(2), #navbar2 a:first-child { background-color:#568dd1; } #navbar a:hover { background-color:#ffffff; color:#61b3ff; } #navbar2 a:hover { background-color:#61b3ff; color:#ffffff; } a { color:#89bbf5; } /* GOOGLE CHROME SCROLLBARS */ ::-webkit-scrollbar { width:8px; height:8px; background-color:#568dd1; } ::-webkit-scrollbar-thumb:vertical { background-color:#003273; } ::-webkit-scrollbar-thumb:horizontal { background-color:#003273; } /* CSS MEAT */ #profile, #header, #footer, #navbar, #navbar2 { position:fixed; left:25%; width:50%; } #profile { top:40%; height:35%; border-radius:15px; } #header, #footer { height:22.5%; text-align:center; overflow:hidden; } #header h1, #footer h1 { position:absolute; width:100%; left:0%; } #header h1 { top:2.5%; } #footer h1 { bottom:2.5%; } #navbar, #navbar2 { height:10%; } #navbar { top:32.5%; } #navbar2 { top:72.5%; } #navbar a, #navbar2 a { display:inline-block; position:absolute; height:100%; width:55%; opacity:0.8; text-align:center; transition:0.4s; -o-transition:0.4s; -moz-transition:0.4s; -webkit-transition:0.4s; } #header, #navbar a { border-radius:50% / 100%; border-bottom-left-radius:0; border-bottom-right-radius:0; } #footer, #navbar2 a { border-radius:50% / 100%; border-top-left-radius:0; border-top-right-radius:0; } .tab { z-index:1; position:absolute; top:4%; bottom:4%; left:4%; right:4%; opacity:0; transition:1s; -o-transition:1s; -moz-transition:1s; -webkit-transition:1s; } .tab:target { z-index:2; opacity:1; } .l { left:0%; } .r { right:0%; } .mugbox, .infobox { position:absolute; height:100%; } .mugbox { width:32.5%; overflow:hidden; } .mugbox img { position:absolute; top:50%; left:50%; width:100%; transform:translateX(-50%) translateY(-50%); -o-transform:translateX(-50%) translateY(-50%); -moz-transform:translateX(-50%) translateY(-50%); -webkit-transform:translateX(-50%) translateY(-50%); } .infobox { width:60%; overflow-y:auto; } img { max-width:100%; } p { text-indent:5%; } #credit { position:fixed; height:17px; right:1%; bottom:0%; background-color:#ffffff; border-radius:5px; }
HTML
<style> @import url('https://fonts.googleapis.com/css?family=Dosis'); </style> <div id="header"> <h1>Goddess Aqua</h1> </div> <div id="footer"> <h1>"Nature's Beauty!"</h1> </div> <div id="navbar"> <a href="#01" style="left:0%;"></a> <a href="#02" style="right:0%;"></a> </div> <div id="navbar2"> <a href="#03" style="left:0%;"></a> <a href="#00" style="right:0%;"></a> </div> <div class="color" id="profile"> <div class="tab" id="01"> <div class="r mugbox"> <img src="IMAGE URL ONE" alt=""/> </div> <div class="l infobox"> <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> <div class="tab" id="02"> <div class="l mugbox"> <img src="IMAGE URL TWO" alt=""/> </div> <div class="r infobox"> <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> <div class="tab" id="03"> <div class="r mugbox"> <img src="IMAGE URL THREE" alt=""/> </div> <div class="l infobox"> <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#42"> <img src="https://orig00.deviantart.net/9a8a/f/2017/256/c/d/cera_by_cera_nore-dbncbii.png" id="credit"/> </a>