Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <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; }
- body, html{
- background: #000 url('http://i231.photobucket.com/albums/ee83/DelilahDarkness/Backgrounds/wallpaper.jpg') no-repeat; background-attachment: fixed;
- }
- body, table, .rate b {
- text-decoration: none;
- text-transform: none;
- font: 7pt century gothic;
- letter-spacing: 1px;
- color: #000;
- }
- b {
- text-decoration: bold;
- text-transform: none;
- text-shadow: -1px 1px 0px #000000;
- font: 9pt century gothic;
- letter-spacing: 1px;
- color: #000;
- }
- i {
- text-decoration: italic;
- text-shadow: none;
- font: 9pt century gothic;
- color: #000;
- font-style: italic;
- }
- u {
- border-bottom: 1px dotted #50FF00;
- font: 10pt century gothic;
- color: #000;
- }
- s {
- text-decoration: strike;
- text-transform: lowercase;
- font: 8pt century gothic;
- letter-spacing: -1px;
- color: #50FF00;
- }
- h1 {
- display: block;
- padding: 0px;
- margin-top: 0px;
- margin-bottom: 0px;
- border-radius: 20px;
- text-decoration: none;
- text-transform: uppercase;
- letter-spacing: 5px;
- font: 14pt century gothic;
- color: #000;
- background: #50FF00;
- }
- h1:first-letter {
- font-size: 120%;
- }
- h2 {
- display: block;
- padding: 0px;
- margin-top: 0px;
- margin-bottom: 0px;
- border-radius: 20px;
- text-decoration: none;
- text-transform: uppercase;
- letter-spacing: 5px;
- font: 12pt century gothic;
- color: #000;
- background: #50FF00;
- }
- a:link, a:visited {
- font: 10pt century gothic;
- color: #000;
- font-weight: bold;
- }
- a:hover {
- font: 10pt century gothic;
- color: #EC00B1;
- background: transparent;
- font-weight: bold;
- }
- .navilink {
- display: block;
- padding: 0px;
- margin-top: 0px;
- margin-bottom: 0px;
- border-radius: 0px;
- border-left: 5px solid #50FF00;
- border-right: 5px solid #50FF00;
- text-decoration: none;
- text-transform: uppercase;
- letter-spacing: 4px;
- font: 10pt century gothic;
- color: #000;
- background: transparent;
- }
- .navilink:hover {
- display: block;
- padding: 0px;
- margin-top: 0px;
- margin-bottom: 0px;
- border-radius: 0px;
- border-left: 30px solid #EC00B1;
- border-right: 5px solid #EC00B1;
- text-decoration: none;
- text-align: right;
- text-transform: lowercase;
- letter-spacing: 4px;
- font: 10pt century gothic;
- color: #000;
- background: transparent;
- }
- a.cred:link, a.credlink:visited {
- color: #000;
- background: transparent;
- font-size: 7pt;
- font-weight: normal;
- }
- a.cred:hover {
- color: #EC00B1;
- background: transparent;
- font-size: 7pt;
- font-weight: normal;
- }
- .overlay {
- top: 0px;
- width: 600px;
- height: 400px;
- position: relative;
- background: transparent;
- border-radius: 5px;
- border: 0px;
- border-radius: 20px;
- }
- #header {
- top: 150px;
- width: 600px;
- height: 60px;
- left: 10px;
- overflow: hidden;
- position: absolute;
- background: -webkit-linear-gradient(#0170F6, #00FFA3);
- background: -o-linear-gradient(#0170F6, #00FFA3);
- background: -moz-linear-gradient(#0170F6, #00FFA3);
- background: linear-gradient(#0170F6, #00FFA3);
- border: #50FF00 solid 1px;
- text-align: center;
- border-radius: 5px;
- }
- #pagenavi {
- top: 220px;
- width: 140px;
- height: 340px;
- left: 10px;
- overflow: hidden;
- position: absolute;
- background: -webkit-linear-gradient(#0170F6, #00FFA3);
- background: -o-linear-gradient(#0170F6, #00FFA3);
- background: -moz-linear-gradient(#0170F6, #00FFA3);
- background: linear-gradient(#0170F6, #00FFA3);
- border-radius: 5px;
- border: #50FF00 solid 1px;
- text-align: center;
- border-radius: 5px;
- }
- #content {
- top: 220px;
- width: 450px;
- height: 340px;
- left: 160px;
- overflow: hidden;
- position: absolute;
- background: -webkit-linear-gradient(#0170F6, #00FFA3);
- background: -o-linear-gradient(#0170F6, #00FFA3);
- background: -moz-linear-gradient(#0170F6, #00FFA3);
- background: linear-gradient(#0170F6, #00FFA3);
- border-radius: 5px;
- border: #50FF00 solid 1px;
- text-align: center;
- border-radius: 5px;
- }
- .container {
- width: 450px;
- height: 340px;
- overflow: auto;
- overflow-y: hidden;
- border-radius: 5px;
- background: transparent;
- }
- .section {
- height: 340px;
- overflow: auto;
- border-radius: 5px;
- background: transparent;
- }
- .cultimage {
- height: 70px;
- width: 200px;
- border: 2px dotted #50FF00;
- border-radius: 0px;
- -webkit-transition: all 1s ease;
- -moz-transition: all 1s ease;
- -ms-transition: all 1s ease;
- -o-transition: all 1s ease;
- transition: all 1s ease;
- }
- .cultimage:hover {
- border: 2px dotted #EC00B1;
- border-radius: 15px;
- -webkit-transition: all 1s ease;
- -moz-transition: all 1s ease;
- -ms-transition: all 1s ease;
- -o-transition: all 1s ease;
- transition: all 1s ease;
- }
- </style>
- <center>
- <div class="overlay">
- <div id="header">
- <font size="15">USERNAME</font>
- </div>
- <div id="pagenavi">
- <u>PAGE NAVIGATION</u><br /><br />
- <a href="#about" class="navilink">[ABOUT]</a><br />
- <a href="#likes" class="navilink">[LIKES]</a><br />
- <a href="#dislikes" class="navilink">[DISLIKES]</a><br />
- <a href="#music" class="navilink">[MUSIC]</a><br />
- <a href="#cults" class="navilink">[CULTS]</a><br /><br />
- <u>SITE NAVIGATION</u><br /><br />
- <a href="http://vampirefreaks.com/profiles/home.php" class="navilink">[VF HOME]</a><br />
- <a href="http://vampirefreaks.com/journal/USERNAME" class="navilink" target="_blank">[JOURNAL]</a><br />
- <a href="http://vampirefreaks.com/profile_action.php?user=USERNAME&uid=4028465&friendslist=1" class="navilink">[+ FRIEND]</a><br />
- <a href="http://vampirefreaks.com/user_comment.php?user=USERNAME&uid=5034505&rate=1" class="navilink" target="_blank">[CONTACT]</a><br /><br /><br />
- <a href="http://maddenedbythestarsdesigns.netai.net" target="_blank" class="credlink">ⒸMbtSD</a>
- </div>
- <div id="content">
- <div class="container">
- <a name="about"></a>
- <div class="section" align="center"> <br />
- <h1>About Myself</h1>
- <br />
- <font size="2">AGE | ORIENTATION | STATUS </font><br />
- <p>ABOUT YOU STUFF GOES HERE</p>
- <h1>Relationships</h1>
- <br />
- <br />
- <br />
- <br />
- <br />
- </div>
- <a name="likes"></a>
- <div class="section" align="center"> <br />
- <h1>Likes</h1>
- <br />
- <br /><br />
- <br /><br />
- <br /><br />
- <br /><br />
- <br /><br />
- <br /><br />
- <br /><br />
- <br /><br />
- <br /><br />
- <br /><br />
- <br /><br />
- <br /><br />
- <br /><br />
- <br /><br />
- <br /><br />
- <br /><br />
- <br /><br />
- </div>
- <a name="dislikes"></a>
- <div class="section" align="center"> <br />
- <h1>Dislikes</h1>
- <br />
- <br /><br />
- <br /><br />
- <br /><br />
- <br /><br />
- <br /><br />
- <br /><br />
- <br /><br />
- <br /><br />
- <br /><br />
- <br /><br />
- <br /><br />
- <br /><br />
- <br /><br />
- <br /><br />
- <br /><br />
- <br /><br />
- <br /><br />
- </div>
- <a name="music"></a>
- <div class="section" align="center"> <br />
- <h1>Music</h1>
- <br />
- <br /><br />
- <br /><br />
- <br /><br />
- <br /><br />
- <br /><br />
- <br /><br />
- <br /><br />
- <br /><br />
- <br /><br />
- <br /><br />
- <br /><br />
- <br /><br />
- <br /><br />
- <br /><br />
- <br /><br />
- <br /><br />
- <br /><br />
- </div>
- <a name="cults"></a>
- <div class="section" align="center"> <br />
- <h1>Cults</h1>
- <br />
- <a href="/cult/CULTNAME" target="_blank"><img src="http://i231.photobucket.com/albums/ee83/DelilahDarkness/Backgrounds/wallpaper.jpg" class="cultimage" /></a>
- <a href="/cult/CULTNAME" target="_blank"><img src="http://i231.photobucket.com/albums/ee83/DelilahDarkness/Backgrounds/wallpaper.jpg" class="cultimage" /></a>
- <a href="/cult/CULTNAME" target="_blank"><img src="http://i231.photobucket.com/albums/ee83/DelilahDarkness/Backgrounds/wallpaper.jpg" class="cultimage" /></a>
- <a href="/cult/CULTNAME" target="_blank"><img src="http://i231.photobucket.com/albums/ee83/DelilahDarkness/Backgrounds/wallpaper.jpg" class="cultimage" /></a>
- <a href="/cult/CULTNAME" target="_blank"><img src="http://i231.photobucket.com/albums/ee83/DelilahDarkness/Backgrounds/wallpaper.jpg" class="cultimage" /></a>
- <a href="/cult/CULTNAME" target="_blank"><img src="http://i231.photobucket.com/albums/ee83/DelilahDarkness/Backgrounds/wallpaper.jpg" class="cultimage" /></a>
- <a href="/cult/CULTNAME" target="_blank"><img src="http://i231.photobucket.com/albums/ee83/DelilahDarkness/Backgrounds/wallpaper.jpg" class="cultimage" /></a>
- <a href="/cult/CULTNAME" target="_blank"><img src="http://i231.photobucket.com/albums/ee83/DelilahDarkness/Backgrounds/wallpaper.jpg" class="cultimage" /></a>
- </div>
- </div>
- </div>
- </div>
Advertisement
Add Comment
Please, Sign In to add comment