Home
Roleplay Profile Layouts
CC#11MTC: Star Captain
CSS
/* Last Update: 02/16/18 */ /* PAGE BACKGROUND AND FONT */ body { background-image: url('https://cdn.theatlantic.com/assets/media/img/mt/2015/10/Cygnus_v3_BandW/facebook.jpg?1444687096'); background-attachment:fixed; background-size:100% 100%; background-repeat:no-repeat; background-color:#000000; font-family:serif; text-align:left; } /* MAIN DISPLAY COLORS */ .color, #navbar a { background-color:#000000; border:2px solid #808080; border-radius:5%; } .color { color:#808080; } a { text-decoration:none; color:#c0c0c0; font-weight:bold; } /* GOOGLE CHROME SCROLLBARS */ ::-webkit-scrollbar { width:8px; height:8px; background-color:#d0d0d0; } ::-webkit-scrollbar-thumb:vertical { background-color:#808080; } ::-webkit-scrollbar-thumb:horizontal { background-color:#808080; } /* CSS MEAT */ #content { position:fixed; left:5%; right:5%; top:1%; bottom:1%; } #mugshot { position:fixed; z-index:2; top:23%; right:68%; height:65%; width:25%; text-align:center; } #statbox { position:fixed; z-index:5; top:0%; height:56px; left:15%; right:15%; overflow-y:auto; line-height:18px; font-size:16px; text-align:center; opacity:0; transition:1s; -o-transtion:1s; -moz-transition:1s; -webkit-transition:1s; } #statbox li { display:inline-block; padding:10px 0.4%; } #content:hover #statbox { top:5%; opacity:1; } .infobox { position:fixed; z-index:3; top:50%; left:32.5%; height:43%; width:56%; padding:1%; opacity:0; overflow-y:auto; transition: all 1s ease-in; -o-transition: all 1s ease-in; -webkit-transition: all 1s ease-in; -moz-transition: all 1s ease-in; } .infobox:target { z-index:5; top:45%; opacity:1; } #navbar { position:fixed; z-index:4; top:38%; left:35%; height:5%; width:50%; } #navbar a { display:inline-block; padding:2%; } #mugshot img { height:100%; } img { display:inline-block; max-height:100%; } h2 { text-align:center; } p { text-indent:5%; } #credit { position:fixed; height:17px; right:1%; bottom:0%; background-color:#ffffff; border-radius:5px; }
HTML
<div id="content"> <div id="mugshot"> <img src="IMAGE URL HERE" alt="" class="color"> </div> <div class="color" id="statbox"> <li><b>Name:</b><br>Stat here</li> <li><b>Gender:</b><br>Stat here</li> <li><b>Age:</b><br>Stat here</li> <li><b>Species:</b><br>Stat here</li> <li><b>Race:</b><br>Stat here</li> <li><b>Hair:</b><br>Stat here</li> <li><b>Eyes:</b><br>Stat here</li> <li><b>Height:</b><br>Stat here</li> <li><b>Weight:</b><br>Stat here</li> <li><b>Build:</b><br>Stat here</li> <li><b>Orientation:</b><br>Stat here</li> <li><b>Occupation:</b><br>Stat here</li> </div> <div id="navbar"> <a href="#01">About</a> <a href="#02">Personality</a> <a href="#03">Extras</a> <a href="#04">OOC</a> <a href="#05">RP Ideas</a> <a href="#00">Reset</a> </div> <div class="color infobox" id="01"> <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> <p> Paragraph two. </p> <p> Paragraph three. </div> <div class="color infobox" id="02"> <h2>Personality</h2> <p> Paragraph one. </p> <p> Paragraph two. </p> <a href="https://s-media-cache-ak0.pinimg.com/236x/48/f5/77/48f5778e2e42ee5df34b098ffce5cf26.jpg" target="_blank">Link</a> </div> <div class="color infobox" id="03"> <h2>Extras</h2> <p> Paragraph one. </p> <p> Paragraph two. </p> </div> <div class="color infobox" id="04"> <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 class="color infobox" id="05"> <h2>RP Ideas</h2> <p> <i>Idea:</i> Description </p> <p> <i>Idea:</i> Description </p> <p> <i>Idea:</i> Description </p> </div> </div> </div> <a href="http://wix.cera-nore.com/" target="_blank" title="CC#11"> <img src="https://orig00.deviantart.net/9a8a/f/2017/256/c/d/cera_by_cera_nore-dbncbii.png" id="credit"/> </a>