Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ::-webkit-scrollbar {
- width: 5px;
- height: 5px;
- }
- ::-webkit-scrollbar-track {
- border: 1px solid lightblue;
- border-radius: 10px;
- }
- ::-webkit-scrollbar-thumb {
- background: white;
- border-radius: 1px;
- }
- ::-webkit-scrollbar-thumb:hover {
- background: white;
- }
- body {
- background-image: url("http://78.media.tumblr.com/04ff549b92bb99db8ad725a83e288030/tumblr_inline_n258pty5wY1qhwjx8.gif");
- background-repeat: repeat;
- background-size: 200px 200px;
- }
- #sidebar {
- position: absolute;
- margin-left: 50px;
- margin-top: 80px;
- height: 500px;
- width: 250px;
- background: url('https://78.media.tumblr.com/93fa84c29f3b42706745ddca004fdca9/tumblr_o52p1qnRyj1sypqelo1_500.gif');
- background-size: 250px 250px;
- opacity: 0.8;
- outline: 5px solid white;
- }
- #pic {
- position: absolute;
- margin-top: 100px;
- margin-left: 100px;
- width: 150px;
- height: 150px;
- border-radius: 50%;
- background-image: url("http://data.whicdn.com/images/90113964/large.jpg");
- background-size: cover;
- border: 5px solid white;
- opacity: 0.8;
- }
- #quote {
- position: absolute;
- margin-top: 290px;
- margin-left: 110px;
- width: 250px;
- color: white;
- line-height: 2px;
- letter-spacing: 0.5px;
- font-family: "Indie Flower", cursive;
- opacity: 0.5;
- }
- #links {
- position: absolute;
- width: 200px;
- margin-top: 300px;
- margin-left: 65px;
- }
- #links a {
- background-color: gray;
- color: white;
- height: 15px;
- width: 200px;
- display: block;
- padding: 10px;
- margin-top: 30px;
- text-align: center;
- }
- .header {
- position: absolute;
- margin-top: 40px;
- margin-left: 5px;
- z-index: 1;
- }
- #IMG1{
- position: absolute;
- display:inline-block;
- }
- #IMG2{
- position: absolute;
- display: inline-block;
- }
- #IMG3{
- position: abolute;
- display: inline-block;
- }
- #container {
- position: absolute;
- margin-top: 40px;
- margin-left: 310px;
- width: 440px;
- height: 500px;
- background: white;
- background-image: url("https://i.pinimg.com/originals/5f/76/bb/5f76bb75ecf5b21c334b4183bd14b241.png");
- opacity: 0.8;
- outline: 5px solid white;
- }
- #bio {
- position: absolute;
- margin-top: 10px;
- margin-left: 20px;
- padding-right: 5px;
- height: 360px;
- width: 400px;
- overflow: auto;
- text-align: justify;
- color: white;
- opacity: 1;
- }
- #bio:hover {
- opacity: 1;
- }
- /*hide stuff*/
- .member_detail{display: none;}
- #xg_ad_below_footer{display:none;}
- .profile-like-button{display:none;}
- #xg_profile_activity{display: none;}
- .vcard{position: absolute; margin-top: 90px; margin-left: 800px; width: 100px;}
- #xg_layout_column_1 {}
- #xg_mudule.movable.sortable.module {display:none;}
- #xg_navigation,#xg_navigation ul,#xg_navigation ul li,#xg_navigation ul li span,#xg_navigation {display:none;}
- .xg_theme #xg_head,.xg_theme #xg_foot {display:none;}
- .dy-avatar.dy-avatar-full-width {display:none;}
- #xj_approvalBox {display:none;}
- .module_blog {display:none;}
- .xg_module music {display:none;}
- #xn_bar {display: none;}
- #xg_masthead { visibility: hidden; }
- h1, h2{display:none;}
- .xg_module_comment_wall {display: none!important;}
- .account-links {display:none;}
- .xg_module movable,.module_video {display:none;}
- h1 {display:none;}
- ul.navigation.easyclear {display:none;}
- .sortable.music {display:none;}
- .module_groups {display:none;}
- .module_about_user {display:none;}
- .sortable.module_feed {display:none;}
- .module_photo {display:none;}
- .module_members {display:none!important;}
- #xj_module_gift {display:none;}
- /* comment wall */
- #xg_module_body,#xg_module_head h2,.xg_module_comment_wall {display:none;}
- .xg_sprite xg_sprite-share {display:none!important;}
- .xg_theme #xg_foot {display:none;}
- .xg_user_generated {
- margin-left: -200px;
- width: 800px;
- height: 600px;
- }
- #cred {
- position: fixed;
- right: 15px;
- bottom: 10px;
- }
- @font-face {
- font-family: "Journal";
- src: url("http://static.tumblr.com/pwgdr2n/9YYm3j4gp/journal.ttf");
- }
- #cred a strong {
- color: blue;
- font-family: "journal";
- text-transform: lowercase;
- font-size: 30px;
- line-height: 10px;
- letter-spacing: -2px;
- color: #696969;
- display: block;
- text-align: center;
- }
- #cred a {
- font-family: trebuchet ms;
- font-size: 20px;
- text-transform: uppercase;
- color: #aaa;
- line-height: 40px;
- }
- #cred:hover {
- opacity: 0.2;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement