Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <style>
- .ui-widget {display: none;}
- .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; }
- .main {
- margin-top: 50px;
- background-image: url('http://i.imgur.com/3oN9H9I.png');
- background-repeat;
- background-attachment: fixed;
- border: 6px solid #2b2b2b;
- border-radius: 20px;
- width: 500px;
- height: 300px;
- padding: 10px;
- border:ridge 2px #007F9F;
- -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;
- }
- body, html{
- background-color: #C4B09C;
- background-image: url('http://i.imgur.com/Yu6giwy.png'), url('http://i.imgur.com/3oN9H9I.png'); background-position: top right; background-repeat: no-repeat, repeat; background-attachment: fixed;
- }
- body, div, table {
- font-family: trebuchet MS;
- font-size: 12px;
- line-height: 11px;
- color: #007F9F;
- text-shadow: -2px 4px 5px rgba(46, 28, 28, 0.25);
- }
- b {
- font: 12px Sans;
- font-variant: sans;
- font-weight: bold;
- color: #007F9F;
- background: transparent;
- letter-spacing: 2px;
- text-shadow: -2px 4px 5px rgba(46, 28, 28, 0.25);
- border-top: 2px solid #333333;
- border-bottom: 2px solid #333333;
- border-radius: 5px;
- }
- i {
- font: 14px sans;
- font-family: Satisfy, cursive;
- font-style: italic;
- font-weight: lighter;
- color: #007F9F;
- letter-spacing: 2px;
- text-shadow: 2px 1px 2px #333;
- }
- u {
- font: 12px Sans;
- font-weight: lighter;
- color: #007F9F;
- border-bottom: 1px solid #be3c3c;
- letter-spacing: 2px;
- }
- a:link, .menu2, .menu2 a:link {
- color: #007F9F;
- font-size: 8pt;
- font-family : trebuchet MS;
- text-decoration: none;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- }
- a:visited, .menu2 a:visited {
- color: #007F9F;
- font-family : trebuchet MS;
- }
- a:hover, .menu, .menu a:link, .menu a:visited {
- color: #1c1b22;
- font-family : trebuchet MS;
- background: transparent;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- }
- h1 {
- font-size: 16px;
- line-height: 14px;
- font-family: trebuchet MS;
- text-align: center;
- letter-spacing: 2px;
- color: fafdcd;
- font-weight: lighter;
- text-transform: uppercase;
- font-style: none;
- margin: 2px;
- border-left: 30px solid #CC6C56;
- border-right: 30px solid #CC6C56;
- border-bottom: 3px solid #CC6C56;
- border-top: 3px solid #CC6C56;
- }
- small {
- color: #007F9F;
- font-family: trebuchet ms;
- font-size: 10px;
- text-transform: uppercase;
- }
- body {
- position: absolute;
- top: 300px;
- left: 0;
- bottom: 0;
- width: 500px;
- left: 625px;
- overflow-y: scroll;
- overflow-x: hidden;
- }
- ::-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 {
- background-color: #101010;
- -webkit-border-radius: 0px;
- }
- ::-webkit-scrollbar-thumb:vertical {
- height: 50px;
- background-color: #007F9F;
- border: none;
- -webkit-border-radius: 0px;
- }
- .forum_comment {
- font-size: 8px;
- line-height: 8px;
- text-transform: uppercase;
- color: #007F9F;
- background: #413b36;
- font-family: trebuchet MS;
- text-align: center;
- font-weight: lighter;
- line-height: 10px;
- letter-spacing: 5px;
- font-style: none;
- border: none;
- border-radius: 20px;
- border:ridge 2px #007F9F;
- -moz-border-radius: 3px;
- -webkit-border-radius: 3px;
- border-radius: 3px;
- }
- a:link img, a:visited img {
- filter: alpha(opacity=100)
- -moz-opacity:100;
- opacity: 100;
- -webkit-border-radius: 0px;
- -moz-border-radius: 0px;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- }
- a:hover img {
- filter: alpha(opacity=70)
- -moz-opacity:.70;
- opacity: .70;
- -webkit-border-radius: 0px;
- -moz-border-radius: 0px;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- }
- a.navlink:link, a.navlink:visited, .navlink:active {
- display: inline-table;
- font: 8px Small Fonts;
- text-transform: uppercase;
- color: #1c1b22;
- background: #413b36;
- text-align: center;
- border-radius: 3px;
- border-right: 2px solid #f1efd9;
- border-left: 4px solid #f1efd9;
- padding: 2px;
- margin: 2px;
- -webkit-transition: all 0.8s ease-out;
- -moz-transition: all 0.8s ease-out;
- }
- a.navlink:hover {
- display: block;
- font: 8px sans;
- text-transform: uppercase;
- color: #484274;
- background: #484274;
- text-align: center;
- border-radius: 3px;
- border-right: 4px solid #f1efd9;
- border-left: 6px solid #f1efd9;
- padding: 2px;
- margin: 2px;
- -webkit-transition: all 0.8s ease-out;
- -moz-transition: all 0.8s ease-out;
- }
- textarea {
- width: 70%;
- background: #1c1b22;
- border: none;
- text-align: center;
- height: 100px;
- border:ridge 2px #007F9F;
- -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;
- }
- .entrytable {
- background: 6D898A;
- background: url('http://i.imgur.com/h48PX3J.png');
- text-align: center;
- border: none;
- width: 500px;
- border:ridge 2px #007F9F;
- -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;
- }
- .entrytable td {
- border: none;
- }
- .comment_table {
- background: 6D898A;
- text-align: center;
- border: none;
- width: 700px;
- border:ridge 2px #007F9F;
- -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;
- }
- .comment_table td {
- border: none;
- }
- .commentform {
- background: #211e3e;
- text-align: center;
- border: none;
- width: 700px;
- border:ridge 2px #007F9F;
- -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;
- }
- .commentform td {
- border: none;
- }
- #last_comment {
- background: #211e3e;
- text-align: center;
- border: none;
- width: 700px;
- border:ridge 2px #007F9F;
- -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;
- }
- #last_comment td {
- border: none;
- }
- .darkbox td {
- border: none;
- }
- #ajaxpane {
- border: none
- }
- #ajaxpane td {
- border: none;
- }
- .ajaxtooltip {
- border: none;
- background: transparent;
- }
- </style>
- <center>
- <style>
- .folder_node {
- width: 98px;
- height: 98px;
- background-image: url("http://i.imgur.com/s2iDVmx.png");
- background-repeat: no-repeat;
- display: inline-block;
- opacity: 100;
- transition: all 1s ease-out;
- -o-transition: all 1s ease-out;
- -webkit-transition: all 1s ease-out;
- -moz-transition: all 1s ease-out;
- }
- .folder_node:hover {
- opacity: .70;
- transition: all 1s ease-out;
- -o-transition: all 1s ease-out;
- -webkit-transition: all 1s ease-out;
- -moz-transition: all 1s ease-out;
- }
- .folder_thumbnail {
- display: none;
- }
- .gallery_node img {
- align: center;
- width: 80px;
- height: 80px;
- border: 4px solid #f1efd9;
- transition: all 1s ease-out;
- -o-transition: all 1s ease-out;
- -webkit-transition: all 1s ease-out;
- -moz-transition: all 1s ease-out;
- border:ridge 2px #007F9F;
- -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;
- }
- .gallery_node img:hover {
- border: 4px solid #f1efd9;
- transition: all 1s ease-out;
- -o-transition: all 1s ease-out;
- -webkit-transition: all 1s ease-out;
- -moz-transition: all 1s ease-out;
- border:ridge 2px #007F9F;
- -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;
- }
- #vf_pic {
- width: 400px;
- border: 4px solid #f1efd9;
- transition: all 1s ease-out;
- -o-transition: all 1s ease-out;
- -webkit-transition: all 1s ease-out;
- -moz-transition: all 1s ease-out;
- border:ridge 2px #007F9F;
- -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;
- }
- #vf_pic:hover {
- border: 4px solid #f1efd9;
- transition: all 1s ease-out;
- -o-transition: all 1s ease-out;
- -webkit-transition: all 1s ease-out;
- -moz-transition: all 1s ease-out;
- border:ridge 2px #007F9F;
- -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;
- }
- select {
- background: #332a3f;
- font-size: 10px;
- text-transform: uppercase;
- color: #007F9F;
- border: none;
- border:ridge 2px #007F9F;
- -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;
- }
- input {
- background: #332a3f;
- font-size: 10px;
- text-transform: uppercase;
- color: #007F9F;
- border: none;
- }
- #status_submit_button {background-image: none; }
- .portlink:link, .portlink:visited, .portlink:active{
- color: white;
- font-family: trebuchet ms;
- font-size: 10px;
- text-transform: uppercase;
- font-weight: lighter;
- border-right: 3px solid #007F9F;
- border-left: 3px solid #007F9F;
- line-height: 22px;
- text-align: center;
- padding:0px;
- margin:5px;
- background: #837a7e;
- width:100px;
- height:25px;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- display:inline-block;
- border:ridge 2px #007F9F;
- -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;
- }
- .portlink:hover{
- color: #fff;
- background-color: #6D898A;
- -webkit-border-radius: 8px;
- -moz-border-radius: 8px;
- border-radius: 8px;
- -webkit-transition: all 0.8s ease-out;
- -moz-transition: all 0.8s ease-out;
- }
- #navi {
- margin: 0px;
- position: fixed;
- top: 0px;
- left: 0px;
- height: 50px;
- width: 100%;
- border:ridge 2px #282c2d;
- -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;
- }
- div.menu5
- {
- width:750px;
- margin:0 auto;
- text-align:center;
- background:;
- border:px solid black;
- font-size:0;
- padding:0px;
- }
- div.menu5 a
- {
- display: inline-block;
- padding: 3 4px;
- background:#3A332C;
- border:1px solid #282c2d;
- color:#C4B09C;
- text-decoration:none;
- font: bold 12px Arial;
- line-height: 20px;
- margin-right:1px;
- }
- div.menu5 a:hover, div.menu5 a.current
- {
- background:#6D898A;
- color:#E6D4C3;
- }
- </style>
- <div id="navi">
- <div class="menu5">
- <a href="http://vampirefreaks.com/profiles/home.php" class="portlink">VF Home</a>
- <a href="/EmiChild" class="portlink">My Profile</a>
- <a href="/gallery/EmiChild" class="portlink">Refresh</a>
- <a href="http://vampirefreaks.com/pics_edit_header.php" class="portlink">Edit Gallery</a>
- <a href="/journal/EmiChild" class="portlink">Jottings</a>
- <a href="http://vampirefreaks.com/members/Beeline/Beeline+Designs" class="portlink">PD 14</a>
- </div></div>
Advertisement
Add Comment
Please, Sign In to add comment