Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //**THIS BIT GOES IN THE PROFILE SECTION--SET TO OLDSKOOL**\\
- <style>
- .maintop, .leftnav, .profilename, .profilepages, .topbar, .defaultpic, .thumbnail, .gallery, .videos, .userinfo, .journal_entry, .profile_title, .likes_title, .dislikes_title, .music_title, .buttons1, .buttons2, .buttons3, .friends, .rate, .comment_title, .comments, .tagline, .menu2, .profilepages, .footer_links { display: none; }
- ::-webkit-scrollbar {
- width: 5px;
- height: 10px;
- }
- ::-webkit-scrollbar-button:start:decrement,
- ::-webkit-scrollbar-button:end:increment {
- height: 0px;
- display: block;
- background-color: transparent;
- }
- ::-webkit-scrollbar-track-piece {
- border-top: 3px solid #3F2B44;
- background-color: #3F2B44;
- -webkit-border-radius: 0px;
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6BF51B), to(transparent));
- background-image: -webkit-linear-gradient(#6BF51B, transparent);
- background-image:
- -moz-linear-gradient(#6BF51B, transparent),
- -moz-linear-gradient(#6BF51B, transparent);
- background-image:
- -o-linear-gradient(#6BF51B, transparent),
- -o-linear-gradient(#6BF51B, transparent);
- background-image:
- linear-gradient(#6BF51B, transparent),
- linear-gradient(#6BF51B, transparent);
- -moz-background-size: 3px 100%;
- background-size: 3px 100%;
- background-position: 0 0, 100% 0;
- background-repeat: no-repeat;
- }
- ::-webkit-scrollbar-thumb:vertical {
- height: 50px;
- background-color: #6BF51B;
- border-color: #2BAD82;
- -webkit-border-radius: 2px;
- }
- body, html {
- background-color: #403143;
- background-image: url('');
- background-position: Top center;
- background-repeat: no-repeat;
- background-attachment: fixed;
- }
- html, div {
- font-family: trebuchet MS;
- color: #ffffff;
- font-size: 12px;
- font-style: normal;
- }
- a:link, .menu2, .menu2 a:link {
- color: #6BF51B;
- font-size: 9pt;
- font-family : trebuchet ms;
- text-transform: none;
- text-decoration: none;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- }
- a:visited, .menu2 a:visited {
- color: #2BAD82;
- text-transform: none;
- font-family : trebuchet ms;
- text-transform: none;
- text-decoration: none;
- }
- a:hover, .menu, .menu a:link, .menu a:visited {
- color: #2B80AD;
- text-decoration: none;
- font-family : trebuchet ms;
- text-transform: none;
- background: transparent;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- }
- h1{ color:white;
- position: relative;
- font-family: trebuchet m;
- font-size:24px;
- text-align:center;
- line-height:20px;
- letter-spacing:-2px;
- padding:0px;
- width: absolute;
- padding-right: 5px;
- margin:0px;
- background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #6BF51B), color-stop(1, #3F2B44));
- border:ridge 2px #2BAD82;
- }
- b {
- text-transform: uppercase;
- font-family: trebuchet MS;
- color: #2B80AD;
- font-size: 11px;
- letter-spacing: 1px;
- text-shadow: -2px 4px 5px rgba(46, 28, 28, 0.25);
- }
- i {
- text-transform: none;
- font-family: georgia;
- color: #6BF51B;
- font-size: 11px;
- letter-spacing: 1px;
- }
- s {
- text-transform: none;
- font-family: trebuchet MS;
- color: #2BAD82;
- font-size: 11px;
- letter-spacing: 1px;
- }
- u {
- border-bottom: 1px solid #2BAD82;
- text-transform: none;
- font-family: georgia;
- font-size: 11px;
- letter-spacing: 1px;
- }
- blockquote {
- text-align: center;
- background-color: #3F2B44;
- padding: 4px;
- border-left: 10px solid #6BF51B;
- border-top: 3px solid #6BF51B;
- border-right: 10px solid #6BF51B;
- }
- #navi {
- margin: 0px;
- padding-bottom:35px;
- position: fixed;
- top: -05px;
- right: 0px;
- height: 10px;
- width: 100%;
- font-family: trebuchet MS;
- font-size: 8pt;
- color: #C4B09C;
- text-transform: uppercase;
- text-align: center;
- letter-spacing: 2pt;
- background-color: ;
- z-index: 100;
- -moz-border-radius: 3px;
- -webkit-border-radius: 3px;
- border-radius: 3px;
- -moz-box-shadow: 0px 7px 23px #000000;
- -webkit-box-shadow: 0px 7px 23px #000000;
- background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3F2B44), color-stop(1, #6BF51B));
- border:ridge 2px #3F2B44;
- }
- .portlink:link, .portlink:visited, .portlink:active{
- color: white;
- font-family: trebuchet ms;
- font-size: 10px;
- text-transform: uppercase;
- text-shadow: 2px 2px 4px #000000;
- font-weight: lighter;
- border-right: 3px solid #953653;
- border-left: 3px solid #953653;
- line-height: 22px;
- text-align: center;
- background-color: #2D262E;
- padding:0px;
- margin:4px;
- background: #2BAD82;
- width:100px;
- height:25px;
- -moz-border-radius: 1px;
- -webkit-border-radius: 1px;
- border-radius: 1px;
- -moz-box-shadow: 0px 3px 5px #000000;
- -webkit-box-shadow: 0px 3px 5px #000000;
- -webkit-border-bottom-right-radius: 4px;
- -webkit-border-bottom-left-radius: 2px;
- -moz-border-radius-bottomright: 4px;
- -moz-border-radius-bottomleft: 2px;
- border-bottom-right-radius: 4px;
- border-bottom-left-radius: 2px;
- border:ridge 2px #4b3f4d;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- }
- .portlink:hover{
- color: #6BF51B;
- background-color: #3F2B44;
- -webkit-border-radius: 8px;
- -moz-border-radius: 8px;
- border-radius: 8px;
- -moz-border-radius: 1px;
- -webkit-border-radius: 1px;
- border-radius: 1px;
- -moz-box-shadow: 0px 3px 5px #000000;
- -webkit-box-shadow: 0px 3px 5px #000000;
- -webkit-border-bottom-right-radius: 4px;
- -webkit-border-bottom-left-radius: 2px;
- -moz-border-radius-bottomright: 4px;
- -moz-border-radius-bottomleft: 2px;
- border-bottom-right-radius: 4px;
- border-bottom-left-radius: 2px;
- border:ridge 2px #2BAD82;
- -webkit-border-bottom-right-radius: 8px;
- -webkit-border-bottom-left-radius: 8px;
- -moz-border-radius-bottomright: 8px;
- -moz-border-radius-bottomleft: 8px;
- border-bottom-right-radius: 8px;
- border-bottom-left-radius: 8px;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- }
- div.menu5 a
- {
- display: inline-block;
- padding: 3 4px;
- background:;
- border:1px solid #5E544A;
- color:#C4B09C;
- text-decoration:none;
- font: bold 12px Arial;
- line-height: 20px;
- margin-right:1px;
- }
- div.menu5 a:hover, div.menu5 a.current
- {
- background:;
- color:#6DBABF;
- }
- img.floatLeft {
- float: left;
- margin: 4px;
- width: 250px;
- height: 250px;
- border: 2px solid #6BF51B;
- border-radius: 3px;
- -moz-box-shadow: 0px 7px 23px #000000;
- -webkit-box-shadow: 0px 7px 23px #000000;
- }
- img.floatRight {
- float: right;
- margin: 4px;
- }
- .overlay {
- width: 1105px;
- height: 1025px;
- background:;
- margin-left: 73px;
- position: absolute;
- border-top: 3px solid #2BAD82;
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6BF51B), to(transparent));
- background-image: -webkit-linear-gradient(#6BF51B, transparent);
- background-image:
- -moz-linear-gradient(#6BF51B, transparent),
- -moz-linear-gradient(#6BF51B, transparent);
- background-image:
- -o-linear-gradient(#6BF51B, transparent),
- -o-linear-gradient(#6BF51B, transparent);
- background-image:
- linear-gradient(#6BF51B, transparent),
- linear-gradient(#6BF51B, transparent);
- -moz-background-size: 3px 100%;
- background-size: 3px 100%;
- background-position: 0 0, 100% 0;
- background-repeat: no-repeat;
- }
- .innerbox {
- overflow: auto;
- border: none;
- background: #181818;
- position: absolute;
- }
- #about {
- top: 499px;
- left: 330px;
- width: 450px;
- height: 300px;
- padding:3px;
- border-top: 3px solid #2BAD82;
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6BF51B), to(transparent));
- background-image: -webkit-linear-gradient(#6BF51B, transparent);
- background-image:
- -moz-linear-gradient(#6BF51B, transparent),
- -moz-linear-gradient(#6BF51B, transparent);
- background-image:
- -o-linear-gradient(#6BF51B, transparent),
- -o-linear-gradient(#6BF51B, transparent);
- background-image:
- linear-gradient(#6BF51B, transparent),
- linear-gradient(#6BF51B, transparent);
- -moz-background-size: 3px 100%;
- background-size: 3px 100%;
- background-position: 0 0, 100% 0;
- background-repeat: no-repeat;
- }
- #likes {
- top: 499px;
- left: 5px;
- width: 297px;
- height: 150px;
- padding:3px;
- border-top: 3px solid #2BAD82;
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6BF51B), to(transparent));
- background-image: -webkit-linear-gradient(#6BF51B, transparent);
- background-image:
- -moz-linear-gradient(#6BF51B, transparent),
- -moz-linear-gradient(#6BF51B, transparent);
- background-image:
- -o-linear-gradient(#6BF51B, transparent),
- -o-linear-gradient(#6BF51B, transparent);
- background-image:
- linear-gradient(#6BF51B, transparent),
- linear-gradient(#6BF51B, transparent);
- -moz-background-size: 3px 100%;
- background-size: 3px 100%;
- background-position: 0 0, 100% 0;
- background-repeat: no-repeat;
- }
- #dislikes {
- top: 658px;
- left: 5px;
- width: 297px;
- height: 140px;
- padding:3px;
- border-top: 3px solid #2BAD82;
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6BF51B), to(transparent));
- background-image: -webkit-linear-gradient(#6BF51B, transparent);
- background-image:
- -moz-linear-gradient(#6BF51B, transparent),
- -moz-linear-gradient(#6BF51B, transparent);
- background-image:
- -o-linear-gradient(#6BF51B, transparent),
- -o-linear-gradient(#6BF51B, transparent);
- background-image:
- linear-gradient(#6BF51B, transparent),
- linear-gradient(#6BF51B, transparent);
- -moz-background-size: 3px 100%;
- background-size: 3px 100%;
- background-position: 0 0, 100% 0;
- background-repeat: no-repeat;
- }
- #Friends {
- top: 808px;
- left: 170px;
- width: 755px;
- height: 200px;
- padding:3px;
- border-top: 3px solid #2BAD82;
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6BF51B), to(transparent));
- background-image: -webkit-linear-gradient(#6BF51B, transparent);
- background-image:
- -moz-linear-gradient(#6BF51B, transparent),
- -moz-linear-gradient(#6BF51B, transparent);
- background-image:
- -o-linear-gradient(#6BF51B, transparent),
- -o-linear-gradient(#6BF51B, transparent);
- background-image:
- linear-gradient(#6BF51B, transparent),
- linear-gradient(#6BF51B, transparent);
- -moz-background-size: 3px 100%;
- background-size: 3px 100%;
- background-position: 0 0, 100% 0;
- background-repeat: no-repeat;
- }
- #Hideouts {
- top: 499px;
- left: 808px;
- width: 285px;
- height: 150px;
- padding:3px;
- border-top: 3px solid #2BAD82;
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6BF51B), to(transparent));
- background-image: -webkit-linear-gradient(#6BF51B, transparent);
- background-image:
- -moz-linear-gradient(#6BF51B, transparent),
- -moz-linear-gradient(#6BF51B, transparent);
- background-image:
- -o-linear-gradient(#6BF51B, transparent),
- -o-linear-gradient(#6BF51B, transparent);
- background-image:
- linear-gradient(#6BF51B, transparent),
- linear-gradient(#6BF51B, transparent);
- -moz-background-size: 3px 100%;
- background-size: 3px 100%;
- background-position: 0 0, 100% 0;
- background-repeat: no-repeat;
- }
- #Earcandy {
- top: 659px;
- left: 808px;
- width: 285px;
- height: 140px;
- padding:3px;
- border-top: 3px solid #2BAD82;
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6BF51B), to(transparent));
- background-image: -webkit-linear-gradient(#6BF51B, transparent);
- background-image:
- -moz-linear-gradient(#6BF51B, transparent),
- -moz-linear-gradient(#6BF51B, transparent);
- background-image:
- -o-linear-gradient(#6BF51B, transparent),
- -o-linear-gradient(#6BF51B, transparent);
- background-image:
- linear-gradient(#6BF51B, transparent),
- linear-gradient(#6BF51B, transparent);
- -moz-background-size: 3px 100%;
- background-size: 3px 100%;
- background-position: 0 0, 100% 0;
- background-repeat: no-repeat;
- }
- #Header {
- top: -3px;
- width: 1100px;
- height: 600px;
- margin: 3px;
- background: url('http://i.imgur.com/69QK7nq.gif') 0px 0px no-repeat;
- position: relative;
- background-position:top center;
- }
- .Crew {
- width: 100px;
- height: 100px;
- filter: alpha(opacity=100)
- -moz-opacity:.80;
- opacity: .80;
- margin: 0px;
- margin-left: 5px;
- padding: 1px;
- background: url('http://i.imgur.com/ldEhynG.png'); background-repeat: repeat; background-position:top center;
- background-attachment: scrolling;
- border: 0px solid ;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- border-top: 3px solid #2BAD82;
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6BF51B), to(transparent));
- background-image: -webkit-linear-gradient(#6BF51B, transparent);
- background-image:
- -moz-linear-gradient(#6BF51B, transparent),
- -moz-linear-gradient(#6BF51B, transparent);
- background-image:
- -o-linear-gradient(#6BF51B, transparent),
- -o-linear-gradient(#6BF51B, transparent);
- background-image:
- linear-gradient(#6BF51B, transparent),
- linear-gradient(#6BF51B, transparent);
- -moz-background-size: 3px 100%;
- background-size: 3px 100%;
- background-position: 0 0, 100% 0;
- background-repeat: no-repeat;
- }
- .Crew:hover {
- background: url('http://i.imgur.com/ldEhynG.png'); background-repeat: repeat; background-position:top center;
- background-attachment: scrolling;
- border: 0px solid ;
- filter: alpha(opacity=70)
- -moz-opacity:.70;
- opacity: .70;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- }
- </style>
- //**THIS BIT GOES IN THE LIKES SECTION--SET TO OLDSKOOL**\\
- <div id="navi">
- <div class="menu5">
- <a href="http://vampirefreaks.com/profiles/home.php" class="portlink">Vf Home</a>
- <a href="http://vampirefreaks.com/user_comment.php?user=-Trickster-&rate=1" class="portlink">Inbox</a>
- <a href="http://vampirefreaks.com/gallery/-Trickster-" class="portlink">Gallery</a>
- <a href="http://vampirefreaks.com/journal/-Trickster-" class="portlink">Journal</a>
- <a href="http://vampirefreaks.com/profile_action.php?user=-Trickster-" class="portlink">Add</a>
- <a href="http://vampirefreaks.com/members/Beeline/Beeline+Designs" class="portlink">PD 14</a>
- </div> </div>
- <div class="overlay">
- <div class="innerbox" id="Header"></div>
- <div class="innerbox" id="about"><h1>Chimichangas</h1>
- <img src="http://i.imgur.com/2GHN99x.jpg" class="floatLeft" />
- <p>I'm assuming this is your "about me" section. So that information here!</p></div>
- <div class="innerbox" id="Friends"><h1>Friends</h1>
- <div align="center">
- <a href="http://vampirefreaks.com/USERNAME"><img src="http://i.imgur.com/sLfercJ.png" class="Crew" /></a>
- <a href="http://vampirefreaks.com/USERNAME"><img src="http://i.imgur.com/sLfercJ.png" class="Crew" /> </a>
- <a href="http://vampirefreaks.com/USERNAME"><img src="http://i.imgur.com/sLfercJ.png" class="Crew" /> </a>
- <a href="http://vampirefreaks.com/USERNAME"><img src="http://i.imgur.com/sLfercJ.png" class="Crew" /> </a>
- <a href="http://vampirefreaks.com/USERNAME"><img src="http://i.imgur.com/sLfercJ.png" class="Crew" /> </a>
- <a href="http://vampirefreaks.com/USERNAME"><img src="http://i.imgur.com/sLfercJ.png" class="Crew" /></a>
- <a href="http://vampirefreaks.com/USERNAME"><img src="http://i.imgur.com/sLfercJ.png" class="Crew" /></a>
- <a href="http://vampirefreaks.com/USERNAME"><img src="http://i.imgur.com/sLfercJ.png" class="Crew" /> </a>
- <a href="http://vampirefreaks.com/USERNAME"><img src="http://i.imgur.com/sLfercJ.png" class="Crew" /> </a>
- <a href="http://vampirefreaks.com/USERNAME"><img src="http://i.imgur.com/sLfercJ.png" class="Crew" /> </a>
- <a href="http://vampirefreaks.com/USERNAME"><img src="http://i.imgur.com/sLfercJ.png" class="Crew" /> </a>
- <a href="http://vampirefreaks.com/USERNAME"><img src="http://i.imgur.com/sLfercJ.png" class="Crew" /></a>
- <a href="http://vampirefreaks.com/USERNAME"><img src="http://i.imgur.com/sLfercJ.png" class="Crew" /></a>
- <a href="http://vampirefreaks.com/USERNAME"><img src="http://i.imgur.com/sLfercJ.png" class="Crew" /> </a>
- <a href="http://vampirefreaks.com/USERNAME"><img src="http://i.imgur.com/sLfercJ.png" class="Crew" /> </a>
- <a href="http://vampirefreaks.com/USERNAME"><img src="http://i.imgur.com/sLfercJ.png" class="Crew" /> </a>
- <a href="http://vampirefreaks.com/USERNAME"><img src="http://i.imgur.com/sLfercJ.png" class="Crew" /> </a>
- <a href="http://vampirefreaks.com/USERNAME"><img src="http://i.imgur.com/sLfercJ.png" class="Crew" /></a></div></div>
- <div class="innerbox" id="Hideouts"><h1>Hideouts</h1>
- Put mini banners for cults here. (:</div>
- <div class="innerbox" id="Earcandy"><h1>Ear Candy</h1></div>
- <div class="innerbox" id="likes"><h1>Likes</h1></div>
- <div class="innerbox" id="dislikes"><h1>Dislikes</h1></div>
- </div>
Advertisement
Add Comment
Please, Sign In to add comment