Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <Style>
- .pfor {display: none;}
- #profile {background: transparent; border: 0px;}
- ::-webkit-scrollbar
- {
- width: 4px;
- background-color: transparent;
- }
- ::-webkit-scrollbar-thumb
- {
- border-radius: 10px;
- -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
- background-color: #AA220F ;
- }
- @font-face{
- font-family: '4th'; src:url(https://dl.dropboxusercontent.com/u/4556289/4thandInches.ttf);
- }
- .textstat{font-family:'4th'; font-weight: 500; font-size:11pt; border-right: 1px solid black; padding-right: 6px;
- -webkit-transition: all 1s;
- transition: all 1s;}
- .textans{font-family:'Tahoma'; font-size: 8pt; margin-left: 5px; color: black; opacity: 1;
- letter-spacing: 1px;
- transition: all 1s;
- -webkit-transition: all 1s;}
- .textstat:hover{
- color: #AA220F;
- }
- .textstat:hover + .textans{
- color: #AA220F;
- }
- #whole {position: fixed;
- top: 0px;
- left: 0px;
- right: 0px;
- bottom: 0px;
- background: gray;
- font-family: 'Tahoma';
- color: black;
- text-align: center;}
- #imageused{position: absolute;
- top: 0px;
- bottom: 0px;
- width: 600px;
- left: 0px;
- border: 0px solid black;
- background-image:url(http://i.imgur.com/eh0NvgO.png);
- background-size: auto 100%;
- background-repeat: no-repeat;
- z-index: -5;}
- #menu{position: absolute;
- height: 30px;
- width: 260px;
- top: 107px;
- bottom: 0px;
- left: 125px;
- border: 0px solid black;
- margin: auto;
- -webkit-transition: all 1s;
- transition: all 1s;
- opacity: 0;
- border-radius: 30px 30px 30px 30px;
- overflow: hidden;
- }
- a.gah{
- float: left;
- border-left: 1px solid black;
- border-right: 1px solid black;
- height: 20px;
- width: 60px;
- color: black;
- -webkit-transform: skew(-20deg);
- transform: skew(-20deg);
- letter-spacing: 3px;
- margin-top: 5px;
- margin-left: 20px;
- text-decoration: none;
- text-align: center;
- -webkit-transition: all 1s;
- transition: all 1s;
- }
- a.gah:hover{
- background: #AA220F;
- font-weight: 500;
- }
- #whole:hover #menu{
- opacity: 1;
- top: 50px;
- box-shadow: 1px 1px 5px black;
- }
- .MaryPop{position:absolute;
- top: 40px;
- bottom: 0px;
- left: 100px;
- right: 0px;
- margin: auto;
- width: 300px;
- height: 130px;
- border: 1px solid black;
- -webkit-transform: skew(-20deg);
- transform: skew(-20deg);
- box-shadow: 2px 2px 5px black;
- opacity: 0;
- -webkit-transition: all 1s;
- transition: all 1s;
- z-index: 2;
- }
- .MaryPop:target{
- left: 300px;
- opacity: 1;
- webkit-transition: all 1s;
- transition: all 1s;
- z-index: 3;
- }
- #filler{position: absolute;
- z-index: -1;
- height: 100%;
- width: 100%;
- background: gray;
- opacity: .5;
- }
- #titlediv{
- position: absolute;
- height: 130px;
- width: 150px;
- border: 0px solid red;
- left: 0px;
- top: 0px;
- background: #AA220F;
- }
- #titledescrip{height: 100%;
- width: 100%;
- box-sizing: border-box;
- padding-top: 05px;
- font-size: 50pt;
- text-align: center;
- font-family:'4th';
- }
- #descriptiondiv{
- position: absolute;
- height: 130px;
- width: 150px;
- right: 0px;
- border: 0px solid black;
- z-index: -1;
- overflow: hidden;
- }
- #textbox{
- height: 100%;
- width: 100%;
- overflow: hidden;
- text-align: left;
- font-size: 10pt;
- box-sizing: border-box;
- padding-left: 10px;
- overflow: auto;
- }
- .picstrip{
- float: left;
- margin-left: -10px;
- width: 120%;
- height: 20px;
- border: 1px solid black;
- background-image:url(http://i.imgur.com/eh0NvgO.png);
- background-position: top -40px right;
- background-repeat: no-repeat;
- background-size: auto 1000%;
- -webkit-transform: skew(20deg);
- tranform: skew(20deg);
- background-color: gray;
- -webkit-transition: all 1s;
- transition: all 1s;
- }
- .picstrip:hover{
- background-color: #AA220F;
- font-weight: 500;
- }
- #whole:hover #menu{
- opacity: 1;
- top: 50px;
- box-shadow: 1px 1px 5px black;
- }
- .MaryPop{position:absolute;
- top: 40px;
- bottom: 0px;
- left: 100px;
- right: 0px;
- margin: auto;
- width: 300px;
- height: 130px;
- border: 1px solid black;
- -webkit-transform: skew(-20deg);
- transform: skew(-20deg);
- box-shadow: 2px 2px 5px black;
- opacity: 0;
- -webkit-transition: all 1s;
- transition: all 1s;
- z-index: 2;
- }
- .MaryPop:target{
- left: 300px;
- opacity: 1;
- webkit-transition: all 1s;
- transition: all 1s;
- z-index: 3;
- }
- #filler{position: absolute;
- z-index: -1;
- height: 100%;
- width: 100%;
- background: gray;
- opacity: .5;
- }
- #titlediv{
- position: absolute;
- height: 130px;
- width: 150px;
- border: 0px solid red;
- left: 0px;
- top: 0px;
- background: #AA220F;
- }
- #titledescrip{height: 100%;
- width: 100%;
- box-sizing: border-box;
- padding-top: 05px;
- font-size: 50pt;
- text-align: center;
- font-family:'4th';
- }
- #descriptiondiv{
- position: absolute;
- height: 130px;
- width: 150px;
- right: 0px;
- border: 0px solid black;
- z-index: -1;
- overflow: hidden;
- }
- #textbox{
- height: 100%;
- width: 100%;
- overflow: hidden;
- text-align: left;
- font-size: 10pt;
- box-sizing: border-box;
- padding-left: 10px;
- overflow: auto;
- }
- .picstrip{
- float: left;
- margin-left: -10px;
- width: 120%;
- height: 20px;
- border: 1px solid black;
- background-image:url(http://i.imgur.com/eh0NvgO.png);
- background-position: top -40px right;
- background-repeat: no-repeat;
- background-size: auto 1000%;
- -webkit-transform: skew(20deg);
- tranform: skew(20deg);
- background-color: gray;
- -webkit-transition: all 1s;
- transition: all 1s;
- }
- .picstrip:hover{
- background-color: #AA220F;
- }
- #extrabox{position: absolute;
- right: 10px;
- bottom: 2px;
- height: 20px;
- width: 250px;
- border: 1px solid black;
- overflow: hidden;
- border-radius: 10px 10px 10px 10px;}
- #namebox{float: left;
- width: 50px;
- font-family: '4th';
- margin-top: -10px;
- font-size: 16pt;
- font-weight: 500;
- text-align: right;}
- #splitter{float: left;
- margin-left: 5px;
- height: 100%;
- width: 10px;
- background: black;}
- #musicholder{float: left; width: 14px; overflow: hidden; zoom:160%; margin-top: -3px;}
- #marqueeholder{float: left; width: 143px;
- margin-top: -3px;
- border-right: 0px solid black;
- text-align: left;
- font-family: '4th';
- font-size: 12pt;}
- </style>
- <div id="whole">
- <div id="imageused">
- </div>
- <div id="menu">
- <div id="filler">
- </div>
- <a href=#1st class="gah">1ST</a>
- <a href=#2nd class="gah">2ND</a>
- <a href=#3rd class="gah">3RD</a>
- </div>
- <div class="MaryPop" id="1st">
- <div id="titlediv">
- <div id="titledescrip">
- STAT
- </div>
- </div>
- <div id="descriptiondiv">
- <div id="textbox">
- <font class="textstat"> Stat</font>
- <font class="textans">Answer</font><br>
- <font class="textstat">Stat</font>
- <font class="textans">Answer</font><br>
- <font class="textstat">Stat</font>
- <font class="textans">Answer</font><br>
- <font class="textstat">Stat</font>
- <font class="textans">Answer</font><br>
- <font class="textstat">Stat</font>
- <font class="textans">Answer</font><br>
- <font class="textstat">Stat</font>
- <font class="textans">Answer</font><br>
- <font class="textstat">Stat</font>
- <font class="textans">Answer</font><br>
- <font class="textstat">Stat</font>
- <font class="textans">Answer</font><br>
- </div>
- </div>
- </div>
- <div class="MaryPop" id="2nd">
- <div id="titlediv">
- <div id="titledescrip">
- PICS
- </div>
- </div>
- <div id="descriptiondiv">
- <div id="textbox" style="padding-left: 0px; overflow: hidden;">
- <a class="picstrip" href="http://i.imgur.com/BqmbJVf.png" target="_blank" style="background-image:url(http://i.imgur.com/BqmbJVf.png); background-position: top -30px right; background-size: auto 250px;">
- </a>
- <a class="picstrip" href="http://i.imgur.com/jtiL1WW.png" target="_blank" style="background-image:url(http://i.imgur.com/jtiL1WW.png);">
- </a>
- <a class="picstrip" href="http://i.imgur.com/HTE7dQ8.png" target="_blank" style="background-image:url(http://i.imgur.com/HTE7dQ8.png); background-position: top -20px right;">
- </a>
- <a href="http://i.imgur.com/OV3HOMd.png" target="_blank" class="picstrip" style="background-image:url(http://i.imgur.com/OV3HOMd.png); background-size: auto 150px; background-position: top -15px right;">
- </a>
- <a class="picstrip" href="">
- </a>
- <a class="picstrip" href="">
- </a>
- </div>
- </div>
- </div>
- <div class="MaryPop" id="3rd">
- <div id="titlediv">
- <div id="titledescrip">
- OOC
- </div>
- </div>
- <div id="descriptiondiv">
- <div id="textbox">
- What goes here? Who knows!? I don't!
- </div>
- </div>
- </div>
- <div id="extrabox">
- <div id="namebox">
- NERU
- </div>
- <div id="splitter">
- </div>
- <div id="musicholder">
- <object type="application/x-shockwave-flash" data="http://flash-mp3-player.net/medias/player_mp3_maxi.swf" width="129" height="20">
- <param name="movie" value="http://flash-mp3-player.net/medias/player_mp3_maxi.swf" />
- <param name="wmode" value="transparent" />
- <param name="FlashVars" value="mp3=ENTERSONGURLHERE&autoplay=1&loop=1&volume=10&bgcolor1=808080&bgcolor2=808080&slidercolor1=000000&slidercolor2=000000&buttoncolor=000000&buttonovercolor=AA220F" />
- </object>
- </div>
- <div id="splitter">
- </div>
- <div id="marqueeholder">
- <marquee direction="left" scrollamount="3">
- ARTIST / ALBUM / SONG TITLE
- </marquee>
- </div>
- </div>
- </div>
Advertisement
Add Comment
Please, Sign In to add comment