Home
Roleplay Profile Layouts
CC#44HTC: Unfurling Scrolls
CSS
/* Last Update: 03/24/18 */ /* PAGE BACKGROUND AND FONT */ body { background-image: url(http://suptg.thisisnotatrueending.com/archive/32085950/images/1399944998475.jpg); background-attachment:fixed; background-repeat:no-repeat; background-size:100% 100%; background-color:#d2b48c; font-family:serif; text-align:center; } /* MAIN DISPLAY COLORS */ .color, .t, .b { position:absolute; background-color:#ffebcd; border:2px solid #000000; box-shadow:2px 2px 5px #222222; color:#361600; } .t { background:linear-gradient(to bottom,#a89070,#ffebcd 30%,#a89070); background:-o-linear-gradient(to bottom,#a89070,#ffebcd 30%,#a89070); background:-moz-linear-gradient(to bottom,#a89070,#ffebcd 30%,#a89070); background:-webkit-linear-gradient(to bottom,#a89070,#ffebcd 30%,#a89070); } .b { background:linear-gradient(to bottom,#a89070,#ffebcd 60%,#a89070); background:-o-linear-gradient(to bottom,#a89070,#ffebcd 60%,#a89070); background:-moz-linear-gradient(to bottom,#a89070,#ffebcd 60%,#a89070); background:-webkit-linear-gradient(to bottom,#a89070,#ffebcd 60%,#a89070); } .infobox { background:linear-gradient(to bottom,#a89070,#ffebcd 5%,#ffebcd 95%,#a89070); } a { color:#4d0000; } a:hover { color:#666666; } /* GOOGLE CHROME SCROLLBARS */ ::-webkit-scrollbar { width:8px; height:8px; background-color:#d2b48c; } ::-webkit-scrollbar-thumb:vertical { background-color:#a3845f; } ::-webkit-scrollbar-thumb:horizontal { background-color:#a3845f; } /* CSS MEAT */ #profile { position:fixed; top:50%; left:35%; right:35%; transform:translateY(-50%); -o-transform:translateY(-50%); -moz-transform:translateY(-50%); -webkit-transform:translateY(-50%); } .scroll { position:relative; height:40px; width:100%; margin:2.5% 0%; transition:1s; -o-transition:1s; -moz-transition:1s; -webkit-transition:1s; } .scroll:target { height:400px; } .t, .b { left:0%; right:0%; height:14px; border-top-left-radius: 2.5%100%; border-top-right-radius: 2.5%100%; border-bottom-left-radius: 2.5%100%; border-bottom-right-radius: 2.5%100%; overflow:hidden; } .t { z-index:2; top:0px; } .b { z-index:3; bottom:0px; } .infobox { z-index:1; top:18px; bottom:18px; left:2.5%; right:2.5%; padding:1%; border-top:none; border-bottom:none; overflow-y:auto; } .infobox img { width:90%; } #credit { position:fixed; height:17px; width:auto; right:1%; bottom:0%; background-color:#ffffff; border-radius:5px; }
HTML
<div id="profile"> <div class="scroll" id="one"> <a href="#one" class="t"></a> <div class="color infobox"> <img src="IMAGE URL HERE" alt=""/> </div> <a href="#reset" class="b"></a> </div> <div class="scroll" id="two"> <a href="#two" class="t"></a> <div class="color infobox"> <h2>Stats</h2> <p> <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> <a href="#reset" class="b"></a> </div> <div class="scroll" id="three"> <a href="#three" class="t"></a> <div class="color 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> <a href="#reset" class="b"></a> </div> <div class="scroll" id="four"> <a href="#four" class="t"></a> <div class="color 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> <a href="#reset" class="b"></a> </div> </div> <a href="http://wix.cera-nore.com/" target="_blank" title="CC#44"> <img src="https://orig00.deviantart.net/9a8a/f/2017/256/c/d/cera_by_cera_nore-dbncbii.png" id="credit"/> </a>