Advertisement
Guest User

Untitled

a guest
Jul 25th, 2014
211
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.67 KB | None | 0 0
  1. <style>@import url(http://fonts.googleapis.com/css?family=Great+Vibes); #wraps { height: 80px; overflow: hidden; width: 600px; left: 50%; top: 50%; position: absolute; margin: -200px 0 0 -490px; transition: 2s; } #wraps:hover {height: 430px; } .name {font-family: 'Great Vibes', cursive; font-size: 64px; text-align: center; color: #9758B4; text-shadow: 1px 1px rgba(255,255,255,.4); line-height: .7em; padding-top: 20px; } .links {font: bold italic 10px 'Georgia'; text-align: center; color: #85748A;text-shadow: 1px 1px rgba(255,255,255,.2); } .links a {text-decoration: none; color: #423D71; transition: .5s; } .links a:hover { color: #85748A;} .bio {width: 250px; padding: 20px; margin-top: 10px; background: rgba(41, 31, 46, 0.92); color: #85748A; height: 300px; overflow: auto; text-align: justify; font: 10px 'Arial';box-shadow: 1px 1px 6px rgba(0,0,0,.3); } .left {float: left;} .right {float: right;} h1 {color: #50A0A1; font: bold 9px 'Georgia'; text-transform: uppercase; margin: 0; letter-spacing: 2px;} h2 {font: italic 11px 'Georgia'; margin: 5px 0 0 0; text-transform: lowercase; color: #996192; text-align: center; } .welcometable, .cboxtable, .boardtitle { display: none; } #container { margin-top: 0; } #homebutton { z-index: 363; } #omni { position: fixed; width: 100%; height: 100%; top: 0; left: 0; overflow: auto; z-index: 362; cursor: defaut; background: url('http://fc02.deviantart.net/fs71/f/2014/206/5/7/larka_full_size_by_frost_by_fiftyblackroses-d7s7wxp.jpg') center center fixed; background-size: cover; } * { margin: 0; padding: 0; } ::-webkit-scrollbar {width: 5px; } ::-webkit-scrollbar-thumb {background: #996192;} ::-webkit-scrollbar-track {background: rgba(0,0,0,0);}</style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement