Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <style>
- ::-webkit-scrollbar {
- width: 4px;
- background-color: transparent;
- }
- ::-webkit-scrollbar-thumb {
- border-radius: 2px;
- -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
- background-color: #111111;
- }
- #whole{
- position: fixed;
- top: 0px;
- left: 0px;
- right: 0px;
- bottom: 0px;
- background-color:#FFCCFF;
- overflow: hidden;
- }
- #bigcontain{
- position: absolute;
- top: 0px;
- left: 0px;
- right: 0px;
- bottom: 0px;
- margin: auto;
- height: 700px;
- width: 800px;
- border: 0px solid white;
- }
- #menudiv{
- position: absolute;
- top: 30px;
- left: 0px;
- right: 0px;
- margin: auto;
- height: 60px;
- width: 300px;
- border: 0px solid black;
- }
- .hexagon {
- width: 100px;
- height: 55px;
- background: white;
- position: relative;
- zoom: 80%;
- text-align: center;
- font-family:'Arial';
- font-size: 15px;
- color: black;
- font-weight: 600;
- letter-spacing: 3px;
- text-transform: lowercase;
- box-sizing: border-box;
- line-height: 17px;
- }
- .hexagon:before {
- content: "";
- position: absolute;
- top: -25px;
- left: 0;
- width: 0;
- height: 0;
- border-left: 50px solid transparent;
- border-right: 50px solid transparent;
- border-bottom: 25px solid white;
- }
- .hexagon:after {
- content: "";
- position: absolute;
- bottom: -25px;
- left: 0;
- width: 0;
- height: 0;
- border-left: 50px solid transparent;
- border-right: 50px solid transparent;
- border-top: 25px solid white;
- }
- .hexagon:nth-child(2){
- top: -55px;
- left: 120px;
- }
- .hexagon #musics{
- position: absolute;
- top: 0px;
- left: 0px;
- right: 0px;
- bottom: 0px;
- margin: auto;
- border-radius: 360px;
- height: 70px;
- width: 70px;
- z-index: 1;
- -webkit-transition: all 1s;
- transition: all 1s;
- background-color: black;
- background-image:url(http://i68.tinypic.com/v5he8x.jpg);
- background-size: auto 100%;
- background-position: center;
- overflow: hidden;
- }
- .hexagon #musics:active{
- -webkit-transition: all .1s;
- transition: all .1s;
- background-color: white;
- }
- .hexagon #musics audio{
- zoom: 300%;
- margin-left: -4px;
- margin-top: -4px;
- opacity: 0;
- }
- .hexagon:nth-child(3){
- top: -110px;
- left: 240px;
- }
- .hexagon .hexagon{
- background: #FFCCFF;
- top: 2px;
- left: 2px;
- zoom: 96%;
- z-index: 1;
- }
- .hexagon .hexagon:before{
- border-bottom:25px solid #FFCCFF;
- top: -24px;
- }
- .hexagon .hexagon:after{
- border-top: 25px solid #FFCCFF;
- bottom: -24px;
- }
- #skarrimage{
- position: absolute;
- height: 600px;
- width: 500px;
- left: 0px;
- right: 0px;
- top: 100px;
- margin: auto;
- border: 0px solid black;
- background-image:url(http://i.imgur.com/NPPh8T8.png);
- background-repeat: no-repeat;
- background-position: center;
- background-size: auto 100%;
- }
- #contentarea{
- position: absolute;
- left: 0px;
- right: 0px;
- top: 100px;
- margin: auto;
- width: 800px;
- height: 500px;
- border: 0px solid black;
- }
- #content1, #content2, #content3, #content4 {
- width: 200px;
- height: 350px;
- background: white;
- position: absolute;
- top: -50px;
- bottom: 0px;
- margin: auto;
- -webkit-transition: all 1s;
- transition: all 1s;
- opacity: 0;
- z-index: -1;
- }
- #content1:before, #content2:before, #content3:before, #content4:before {
- content: "";
- position: absolute;
- top: -55px;
- left: 0;
- width: 0;
- height: 0;
- border-left: 100px solid transparent;
- border-right: 100px solid transparent;
- border-bottom: 55px solid white;
- }
- #content1:after, #content2:after, #content3:after, #content4:after {
- content: "";
- position: absolute;
- bottom: -55px;
- left: 0;
- width: 0;
- height: 0;
- border-left: 100px solid transparent;
- border-right: 100px solid transparent;
- border-top: 55px solid white;
- }
- #content1, #content3{
- left: 20px;
- }
- #content2, #content4{
- right: 60px;
- }
- #contentcontent{
- position: absolute;
- top: -50px;
- bottom: -50px;
- left: 0px;
- right: 0px;
- border: 0px solid black;
- }
- #contentheader{
- position: absolute;
- top: 20px;
- left: 0px;
- width: 100%;
- height: 30px;
- border: 0px solid black;
- overflow: hidden;
- text-align: center;
- box-sizing: border-box;
- padding-top: 15px;
- font-size: 12px;
- letter-spacing: 2px;
- font-family: 'Arial', Times;
- color: #FF6173;
- font-weight: 600;
- text-transform:lowercase;
- }
- #contentbase{
- position: absolute;
- top: 56px;
- left: 0px;
- width: 100%;
- box-sizing: border-box;
- border-top: 2px solid black;
- border-bottom: 2px solid black;
- height: 338px;
- overflow: auto;
- padding: 5px;
- text-align: justify;
- font-size: 12px;
- font-family: 'Arial';
- letter-spacing: 1px;
- color: gray;
- font-style: italic;
- }
- #content2 #contentbase{
- text-align: center;
- color: black;
- font-size: 11px;
- font-family: 'Arial';
- letter-spacing: 2px;
- }
- #content2 #contentbase li{
- list-style-type: none;
- margin-left: -45px;
- }
- #content2 #contentbase li:nth-child(1){
- font-weight: 600;
- }
- #content3 #contentbase li{
- text-align: left;
- margin-left: -20px;
- font-weight: 600;
- font-size: 12px;
- color: black;
- }
- #content3 #contentbase li:nth-child(2){
- list-style-type: none;
- font-weight: 400;
- }
- #content4 #contentbase{
- height: 150px;
- border-bottom: 1px solid black;
- }
- #content4 #friendbase{
- position: absolute;
- left: 0px;
- top: 206px;
- width: 100%;
- height: 185px;
- border-top: 1px solid black;
- border-bottom: 2px solid black;
- overflow: auto;
- }
- #content4 #friendbase a{
- float: left;
- width: 100%;
- height: 62px;
- box-sizing: border-box;
- border-bottom: 1px solid black;
- -webkit-filter:grayscale(100%);
- filter:grayscale(100%);
- -webkit-transition: all .5s;
- transition: all .5s;
- overflow: hidden;
- text-decoration: none;
- }
- #content4 #friendbase a:hover{
- -webkit-filter:grayscale(0%);
- filter:grayscale(0%);
- }
- #content4 #friendbase a img{
- /* make sure images are sized at 196px x 61px */
- height: 61px;
- width: 100%;
- }
- #content4 #friendbase h1{
- margin: auto;
- margin-top: -30px;
- color: white;
- font-size: 17px;
- font-family: 'Arial';
- text-shadow: 1px 1px 7px black;
- text-align: center;
- text-decoration: none;
- font-style: italic;
- letter-spacing: 3px;
- -webkit-transition: all 1s;
- transition: all 1s;
- }
- #content4 #friendbase a:hover h1{
- letter-spacing: 4px;
- margin-top: -35px;
- }
- #contentcontent a{
- color: black;
- text-decoration: underline;
- -webkit-transition: all .3s;
- transition: all .3s;
- font-weight: 600;
- }
- #contentcontent a:hover{
- text-decoration: none;
- color: black;
- }
- #menudiv .hexagon a{
- position: fixed;
- height: 100px;
- width: 105px;
- display: block;
- margin-top: -55px;
- margin-left: -2.5px;
- z-index: 5;
- }
- #menudiv .hexagon:nth-child(3) a{
- margin-top: -170px;
- margin-left: -3px;
- }
- #menudiv .hexagon,
- #menudiv .hexagon:before,
- #menudiv .hexagon:after{
- -webkit-transition: all 1s, color .7s;
- transition: all 1s, color .7s;
- }
- #menudiv .hexagon:nth-child(1):hover .hexagon,
- #menudiv .hexagon:nth-child(3):hover .hexagon,
- #div1:target ~ #whole #menudiv .hexagon:nth-child(1) .hexagon,
- #div2:target ~ #whole #menudiv .hexagon:nth-child(3) .hexagon{
- -webkit-transition: all 1s, color .7s;
- transition: all 1s, color .7s;
- background-color: black;
- color: white;
- }
- #menudiv .hexagon:nth-child(1):hover .hexagon:before,
- #menudiv .hexagon:nth-child(3):hover .hexagon:before,
- #div1:target ~ #whole #menudiv .hexagon:nth-child(1) .hexagon:before,
- #div2:target ~ #whole #menudiv .hexagon:nth-child(3) .hexagon:before{
- border-bottom-color: black;
- }
- #menudiv .hexagon:nth-child(1):hover .hexagon:after,
- #menudiv .hexagon:nth-child(3):hover .hexagon:after,
- #div1:target ~ #whole #menudiv .hexagon:nth-child(1) .hexagon:after,
- #div2:target ~ #whole #menudiv .hexagon:nth-child(3) .hexagon:after{
- border-top-color: black;
- }
- #div1:target ~ #whole #content1,
- #div1:target ~ #whole #content2{
- top: 0px;
- z-index: 1;
- opacity: 1;
- }
- #div2:target ~ #whole #content3,
- #div2:target ~ #whole #content4{
- top: 0px;
- z-index: 1;
- opacity: 1;
- }
- #div1:target ~ #whole #menudiv .hexagon:nth-child(1) .hexagon{
- background: black;
- }
- #disclaimer{
- position: fixed;
- left: 10px;
- bottom: 10px;
- font-family:'Arial';
- font-size: 11px;
- color: black;
- letter-spacing: 0px;
- font-weight: 600;
- opacity: .5;
- -webkit-transition: all .5s;
- transition: all .5s;}
- #disclaimer:hover{
- opacity: 1;}
- </style>
- <div id="div1">
- </div>
- <div id="div2">
- </div>
- <div id="div3">
- </div>
- <div id="whole">
- <div id="bigcontain">
- <div id="skarrimage">
- </div>
- <div id="menudiv">
- <div class="hexagon">
- <div class="hexagon">
- <br>page one
- <a href="#div1"></a>
- </div>
- </div>
- <div class="hexagon">
- <div class="hexagon">
- <div id="musics">
- <audio controls src="http://k003.kiwi6.com/hotlink/0sfi05c4x2/Lauv_-_Breathe_Severo_Remix_VOL.mp3
- " />
- </div>
- </div>
- </div>
- <div class="hexagon">
- <div class="hexagon">
- <br>page two
- <a href="#div2"></a>
- </div>
- </div>
- </div>
- <div id="contentarea">
- <div id="content1">
- <div id="contentcontent">
- <div id="contentheader">
- Basic Information.
- </div>
- <div id="contentbase">
- Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up
- one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus
- Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from
- a line in section 1.10.32.
- </div>
- </div>
- </div>
- <div id="content2">
- <div id="contentcontent">
- <div id="contentheader">
- statistics
- </div>
- <div id="contentbase">
- <ul>
- <li>Category</li>
- <li>Information</li>
- </ul>
- <ul>
- <li>Category</li>
- <li>Information</li>
- </ul>
- <ul>
- <li>Category</li>
- <li>Information</li>
- </ul>
- <ul>
- <li>Category</li>
- <li>Information</li>
- </ul>
- <ul>
- <li>Category</li>
- <li>Information</li>
- </ul>
- <ul>
- <li>Category</li>
- <li>Information</li>
- </ul>
- <ul>
- <li>Category</li>
- <li>Information</li>
- </ul>
- </div>
- </div>
- </div>
- <div id="content3">
- <div id="contentcontent">
- <div id="contentheader">
- skills
- </div>
- <div id="contentbase">
- <ul>
- <li>Skill</li>
- <li>Description of the skill.</li>
- </ul>
- <ul>
- <li>Skill</li>
- <li>Description of the skill.</li>
- </ul>
- <ul>
- <li>Skill</li>
- <li>Description of the skill.</li>
- </ul>
- </div>
- </div>
- </div>
- <div id="content4">
- <div id="contentcontent">
- <div id="contentheader">
- out of character
- </div>
- <div id="contentbase">
- <br> Code was done by <a href="http://roleplay.chat/profile.php?user=Digital" target=_blank>Digital</a>.<br><br> Out of character information will go here.
- </div>
- <div id="friendbase">
- <a href="http://roleplay.chat/profile.php?user=Digital" target=_blank>
- <img src="http://puu.sh/t7wYx/22449808e6.png" />
- <h1>Digital</h1>
- </a>
- <a href="http://roleplay.chat" target=_blank>
- <img src="http://i64.tinypic.com/10cu54h.jpg" />
- <h1>Friend Name</h1>
- </a>
- <a href="http://roleplay.chat" target=_blank>
- <img src="http://i64.tinypic.com/10cu54h.jpg" />
- <h1>Friend Name</h1>
- </a>
- <a href="http://roleplay.chat" target=_blank>
- <img src="http://i64.tinypic.com/10cu54h.jpg" />
- <h1>Friend Name</h1>
- </a>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- <div id="disclaimer">
- This profile currently only functions correctly on Chrome.
- </div>
Advertisement
Add Comment
Please, Sign In to add comment