Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <style type="text/css">
- @import 'https://fonts.googleapis.com/css?family=Asap:400,400i,700,700i|Merriweather+Sans:300,400,400i,800i';
- .pfor {display: none;}
- body{
- color: #fff;
- font-family: 'dosis', sans-serif;
- font-size: 9px;
- background: #fffcff; /*--- BACKGROUND ---*/
- }
- body, a, a:hover {cursor: url(http://i.picpar.com/QaYb.png), auto;}
- ::-webkit-scrollbar-thumb {
- min-height: 60px;
- width: 1px;
- background: transparent;
- }
- ::-webkit-scrollbar {
- width: 1px;
- background: transparent;
- }
- ::selection {
- color: #fff;
- }
- ::-moz-selection {
- color: #fff;
- }
- /*--- CREDIT, PLEASE DON'T REMOVE HERE, OR ON THE PROFILE. ---*/
- .credit{
- position: fixed;
- bottom: 0px;
- left: 0px;
- height: 25px;
- width: 25px;
- font-family: 'hind';
- font-size: 10px;
- color: #fffcff; /*--- Change to match color scheme. ---*/
- text-align: center;
- overflow: hidden;
- }
- /*-- NAME/TITLE --*/
- .border-name{
- position: fixed; margin: auto;
- top: 0; bottom: 201; left: 0; right: 0;
- background: #f5dcc1; /*--- CHANGE TO MATCH FONT COLOR ---*/
- height: 3px; width: 400px;
- }
- .name{
- position: fixed; margin: auto;
- top: 0; bottom: 245; left: 0; right: 0;
- height: 50px; width: 400px;
- font-family: helvetica;
- font-size: 50px;
- color: #f5e8da; /*--- FONT COLOR, CHANGE TO MATCH BORDER-NAME BACKGROUND COLOR. ---*/
- font-weight: 900;
- font-style: italic;
- text-align: left;
- line-height: 50px;
- }
- /*--- ICON ---*/
- .icon{
- position: fixed; margin: auto;
- top: 0; bottom: 80; left: 0; right: 300;
- height: 100px; width: 100px;
- background-image: url('https://i.imgur.com/CA9gEMs.jpg'); /*-- ICON BACKGROUND IMAGE --*/
- background-repeat: no-repeat;
- background-position: center;
- }
- /*-- STATS --*/
- .stat-con{
- position: fixed; margin: auto;
- top: 120; bottom: 0; left: 0; right: 300;
- height: 100px; width: 100px;
- }
- .stat-block{
- display: block;
- height: 10px;
- width: 100px;
- margin-top: 2px;
- margin-bottom: 2px;
- overflow: hidden;
- }
- .stat-top{
- display: block;
- margin-left: 0;
- opacity: 1;
- height: 10px; width: 100px;
- line-height: 10px;
- text-align: justify;
- text-indent: 2px;
- text-transform: uppercase;
- font-family: 'asap', sans-serif;
- font-size: 8px;
- color: #000000; /*--- STAT TOP FONT COLOR --*/
- background-color: #f5e8da; /*--- STAT TOP BACKGROUND COLOR --*/
- z-index: 1;
- transition: .9s linear;
- }
- .stat-block:hover .stat-top{
- margin-left: -100px;
- opacity: 0;
- transition: .9s linear;
- }
- .stat-bottom{
- display: block;
- margin-top: 0px;
- opacity: 0;
- height: 10px; width: 100px;
- line-height: 10px;
- text-align: justify;
- text-indent: 2px;
- text-transform: uppercase;
- font-family: 'asap', sans-serif;
- font-size: 8px;
- color: #000000; /*--- STAT BOTTOM FONT COLOR --*/
- background-color: #fffcff; /*--- STAT BOTTOM BACKGROUND COLOR --*/
- z-index: 2;
- transition: .9s linear;
- }
- .stat-block:hover .stat-bottom{
- margin-top: -10px;
- opacity: 1;
- transition: .9s linear;
- transition-delay: .9s;
- }
- /*--- BLOCK TEXT ---*/
- .main-text{
- position: fixed; margin: auto;
- top: 20; bottom: 0; left: 110; right: 0;
- height: 200px; width: 285px;
- border-left: 3px solid #f5dcc1; /*--- MATCH BORDER WITH NAME/TITLE COLORS ---*/
- overflow: hidden;
- }
- .text{
- height: 180px;
- width: 265px;
- margin: 10px;
- text-align: justify;
- font-family: 'Merriweather Sans', sans-serif;
- font-size: 10px;
- line-height: 10px;
- font-weight: 100;
- color: #000000; /*--- BIG BOX TEXT COLOR ---*/
- overflow: auto;
- }
- .text-first-letter{
- float: left;
- height: 30px;
- background-color: #f7cdb4; /*--- FIRST LETTER BACKGROUND COLOR, MATCH TITLE COLOR. ---*/
- color: #fff; /*--- FIRST LETTER COLOR ---*/
- border: 3px double #fff; /*--- FIRST LETTER BORDER --*/
- margin-left: 5px;
- margin-right: 5px;
- padding: 5px;
- line-height: 30px;
- font-size: 20px;
- text-align: center;
- display: inline-flex;
- }
- </style>
- <div class="border-name"></div>
- <div class="name">根津</div>
- <div class="icon"></div>
- <div class="stat-con">
- <div class="stat-block">
- <div class="stat-top"> name </div>
- <div class="stat-bottom"> nezu, mr. principal </div>
- </div>
- <div class="stat-block">
- <div class="stat-top"> quirk </div>
- <div class="stat-bottom"> high spec </div>
- </div>
- <div class="stat-block">
- <div class="stat-top"> species </div>
- <div class="stat-bottom"> ??? </div>
- </div>
- <div class="stat-block">
- <div class="stat-top"> height </div>
- <div class="stat-bottom"> 85 cm (2'9) </div>
- </div>
- <div class="stat-block">
- <div class="stat-top"> birthplace </div>
- <div class="stat-bottom"> tokyo, japan </div>
- </div>
- <div class="stat-block">
- <div class="stat-top"> affiliation </div>
- <div class="stat-bottom"> u.a. high school </div>
- </div>
- <div class="stat-block">
- <div class="stat-top"> origin </div>
- <div class="stat-bottom"> my hero academia </div>
- </div>
- </div>
- <div class="main-text">
- <div class="text">
- <center>hello<i>!</i> this is <a target="_blank" href="http://bokunoheroacademia.wikia.com/wiki/Nezu"><font color="#aaa">principal nezu</font></a> from
- boku no hero academia<i>!</i>
- <br><br>
- i am pm- and doubles-friendly, but i prefer to save pms for ooc things and bnha rooms for rp.
- <br>this is an alt, so please feel free to mail me<i>!</i>
- <br>
- <br>
- <br>
- <a target="_blank" href="LINK"><img src="IMAGE" width="100" height="100" title="" alt=""></a>
- <a target="_blank" href="LINK"><img src="IMAGE" width="100" height="100" title="" alt=""></a>
- </div>
- </div>
- <div class="credit" title="Profile by 100% Juice">@</div>
Advertisement
Add Comment
Please, Sign In to add comment