Roleplay Layouts by Cera Nore
Home
Codes
Cera Codes
Cera Codes II
Requested Codes
Vocaloid Series
Gamer Series
Coming Soon
HTML Guide
FAQ
Other Coders
Contact Me
Donate
Directory
ALT#01ENC: Electronic Blue
CSS
/* Last Update: 02/04/19 */ /* PAGE BACKGROUND AND FONT */ body { background:#000 url(https://dl.dropboxusercontent.com/s/97en5dopbnwawv9/blue-circuit-board.jpg) no-repeat fixed; background-size:cover; font-family:'Lucida Sans Typewriter','Lucida Console',monospace; text-align:left; } /* MAIN DISPLAY COLORS */ .color, ul, p, h3 { background-color:rgba(0,0,0,0.9); border:3px solid #13b0fd; color:#13b0fd; } a { text-decoration:none; color:#fff; } /* GOOGLE CHROME SCROLLBARS */ ::-webkit-scrollbar { width:8px; height:8px; background-color:#eee; } ::-webkit-scrollbar-thumb { background-color:#13b0fd; } /* CSS MEAT */ #mugshot, #statbox, #infobox, #obox { position:fixed; padding:1%; overflow:auto; } #mugshot { top:3%; left:1%; height:35%; width:15%; overflow:hidden; text-align:center; } #mugshot img { width:95%; } #statbox { top:47%; left:1%; height:45%; width:15%; } #infobox { top:10%; left:20%; right:17.5%; height:75%; } #obox { top:5%; right:1%; height:85%; width:12.5%; } img { max-width:100%; } p { text-indent:5%; } p, h2, h3 { padding:5px 10px; } /* 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
<div class="color" id="mugshot"> <img src="IMAGE URL HERE" alt="" class="color"/> </div> <div class="color" id="statbox"> <h3>Stats</h3> <p style="text-indent:0;"> <b>Name:</b> Stat here <br> <b>Gender:</b> Stat here <br> <b>Species:</b> Stat here <br> <b>Age:</b> Stat here <br> <b>Height:</b> Stat here <br> <b>Weight:</b> Stat here <br> <b>Hair:</b> Stat here <br> <b>Eyes:</b> Stat here <br> <b>Orientation:</b> Stat here </p> </div> <div class="color" id="infobox"> <h3>Title</h3> <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> <b>Bold</b> <a href="https://s-media-cache-ak0.pinimg.com/236x/48/f5/77/48f5778e2e42ee5df34b098ffce5cf26.jpg" target="_blank">Link</a> </div> <div class="color" id="obox"> <h3>OOC</h3> <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> <a href="http://wix.cera-nore.com/" target="_blank" title="CC#01"> <img src="https://orig00.deviantart.net/9a8a/f/2017/256/c/d/cera_by_cera_nore-dbncbii.png" id="credit"/> </a> </ul> </div>
Alternates
Electronic
Electronic Red
Electronic Yellow