Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <style>
- a:link, a:visited, a:active {
- background-color: transparent;
- font: 12px Trebuchet MS;
- color: #25C388;
- letter-spacing: 2px;
- -webkit-transition: color 0.5s ease-out;
- -moz-transition: color 0.5s ease-out;}
- a:hover {
- background-color: transparent;
- font: 12px Trebuchet MS;
- color: #484274;
- letter-spacing: 2px;
- -webkit-transition: color 0.5s ease-out;
- -moz-transition: color 0.5s ease-out;}
- a:link img, a:visited img {
- border: 0px dotted #542574;
- -webkit-transition: color 0.5s ease-out;
- -moz-transition: color 0.5s ease-out;;
- }
- a:hover img {
- border: 0px dotted #a15ad1;
- opacity:.80; }
- a.nav:link, a.nav:visited, a.nav:active {
- display: block;
- font: 8px Small Fonts;
- text-transform: uppercase;
- color: #fafdcd;
- background: #25C388;
- text-align: center;
- border-radius: 3px;
- border-right: 3px solid #fafdcd;
- border-left: 3px solid #fafdcd;
- padding: 2px;
- margin: 2px;
- -webkit-transition: all 0.8s ease-out;
- -moz-transition: all 0.8s ease-out;
- }
- a.nav:hover {
- display: block;
- font: 8px sans;
- text-transform: uppercase;
- color: #484274;
- background: #484274;
- text-align: center;
- border-radius: 3px;
- border-right: 3px solid #fafdcd;
- border-left: 3px solid #fafdcd;
- padding: 2px;
- margin: 2px;
- -webkit-transition: all 0.8s ease-out;
- -moz-transition: all 0.8s ease-out;
- }
- body, html{
- background-color: ;
- background-image: url('http://i.imgur.com/j9aZgye.png');
- background-position: top right;
- background-repeat: repeat;
- background-attachment: fixed;
- }
- body, div, table {
- width: 500px;
- font-family: trebuchet MS;
- font-size: 12px;
- line-height: 11px;
- color: #823756;
- }
- b {
- font: 12px Sans;
- font-variant: sans;
- font-weight: bold;
- color: #25C388;
- background: transparent;
- letter-spacing: 2px;
- text-shadow: -2px 4px 5px rgba(46, 28, 28, 0.25);
- border-top: 2px solid #EC514F;
- border-radius: 5px;
- }
- i {
- font: 14px sans;
- font-family: Satisfy, cursive;
- font-style: italic;
- font-weight: lighter;
- color: #25C388;
- letter-spacing: 2px;
- text-shadow: 2px 1px 2px #333;
- }
- u {
- font: 12px Sans;
- font-weight: lighter;
- color: #823756;
- border-bottom: 1px solid #25C388;
- letter-spacing: 2px;
- }
- .journalentry, .journalentry td { border: none; }
- .entrytable { border: none; }
- a:link, .menu2, .menu2 a:link {
- color: #25C388;
- 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: #25C388;
- font-family : trebuchet MS;
- }
- a:hover, .menu, .menu a:link, .menu a:visited {
- color: #484274;
- 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: #white;
- font-weight: lighter;
- text-transform: uppercase;
- font-style: none;
- margin: 2px;
- border-left: 30px solid #25C388;
- border-right: 30px solid #25C388;
- border-bottom: 3px solid #25C388;
- border-top: 3px solid #25C388;
- }
- small {
- color: #25C388;
- font-family: trebuchet ms;
- font-size: 10px;
- text-transform: uppercase;
- }
- .leftnav, h2, .maintop, .menu2, .footer_links, .topbar, .description, .makeentry { display: none; }
- .main {
- margin-top: 50px;
- background-color: ;
- }
- .journalentry {
- background: #413b36;
- text-align: center;
- border: none;
- width: 500px;
- border:ridge 2px #25C388;
- -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;
- }
- .journalentry td {
- border: none;
- }
- .entrytable {
- background: #211e3e;
- background: url('http://i.imgur.com/j9aZgye.png');
- text-align: center;
- border: none;
- width: 500px;
- border:ridge 2px #25C388;
- -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: #675d79;
- text-align: center;
- border: none;
- width: 500px;
- }
- .comment_table td {
- border: none;
- }
- .commentform {
- background: #675d79;
- text-align: center;
- border: none;
- width: 500px;
- border:ridge 2px #25C388;
- -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: #675d79;
- text-align: center;
- border: none;
- width: 500px;
- }
- #last_comment td {
- border: none;
- }
- .darkbox td {
- border: none;
- }
- #ajaxpane {
- border: none
- }
- #ajaxpane td {
- border: none;
- }
- .ajaxtooltip {
- border: none;
- background: transparent;
- }
- .poll_table td {
- border: none;
- }
- .subheading {
- font-size: 10px;
- line-height: 8px;
- text-transform: uppercase;
- color: #6D898A;
- background: ;
- background-image: url('http://i.imgur.com/nwWjl2s.png');
- font-family: trebuchet MS;
- text-align: center;
- font-weight: lighter;
- line-height: 10px;
- letter-spacing: 5px;
- font-style: none;
- border: none;
- border-radius: 20px;
- }
- .subheading td {
- border: none;
- background-image: url('http://i.imgur.com/nwWjl2s.png');
- }
- select {
- background: #413b36;
- font-size: 10px;
- text-transform: uppercase;
- color: #25C388;
- border: none;
- }
- input {
- background: #413b36;
- font-size: 10px;
- text-transform: uppercase;
- color: #25C388;
- border: none;
- border:ridge 2px #25C388;
- -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;
- }
- textarea {
- width: 70%;
- background: #413b36;
- border: none;
- text-align: center;
- height: 100px;
- }
- .sub_button {
- border: none;
- background-color: #413b36;
- padding: 0px 3px;
- margin: 0px;
- }
- body {
- position: absolute;
- top: 100px;
- bottom: 0;
- right: 785px;
- 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;
- }
- .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 #823756;
- border-left: 3px solid #823756;
- line-height: 22px;
- text-align: center;
- padding:0px;
- margin:5px;
- background: #25C388;
- width:100px;
- height:25px;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- display:inline-block;
- border:ridge 2px #25C388;
- -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: #823756;
- -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 #25C388;
- -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:#25C388;
- border:1px solid #823756;
- color:#C4B09C;
- text-decoration:none;
- font: bold 12px Arial;
- line-height: 20px;
- margin-right:1px;
- }
- div.menu5 a:hover, div.menu5 a.current
- {
- background:#823756;
- color:#E6D4C3;
- }
- </style>
- <div id="navi">
- <div class="menu5">
- <a href="/profiles/home.php" class="portlink">VF Home</a>
- <a href="http://vampirefreaks.com/CrimsonZombieex" class="portlink">My Profile</a>
- <a href="http://vampirefreaks.com/journal_edit_options.php" class="portlink">Edit</a>
- <a href="http://vampirefreaks.com/journal_entry.php" class="portlink">New Entry</a>
- <a href="http://vampirefreaks.com/journal/CrimsonZombieex" class="portlink">Cover Page</a>
- <a href="http://vampirefreaks.com/members/Beeline/Beeline+Designs" class="portlink">PD 14</a>
- <br />
- </div></div>
Advertisement
Add Comment
Please, Sign In to add comment