Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*code was made by Rannel. please atleast know what you're doing before tinkering with it. i am not interested in walking you through it step-by-step. */
- #profile-container {background:none;}
- a:link, a:visited, a:active{
- color: inherit;
- font-weight: 100;
- text-decoration: none;
- -moz-transition: 0.5s;
- -webkit-transition: 0.5s;
- -o-transition: 0.5s;
- }
- a:hover {
- color: #E5A6EC;
- }
- a.swipe {
- background-color: #000; /*doesn't matter which color this is*/
- background-image: -webkit-linear-gradient(left, /*make sure this is .box background color*/#F5DCFA 0%, /*make sure this is .box background color*/#682476 50%, transparent 50%);
- -webkit-background-clip: text;
- background-position: 100%;
- background-size: 200%;
- color: transparent;
- -moz-transition: 0.8s;
- -webkit-transition: 0.8s;
- -o-transition: 0.8s;
- }
- a.swipe:hover {
- background-position: 0;
- }
- /*you can make below font whatever it is you want. just upload it to dropbox and get the share link.*/
- @font-face {
- font-family: basic;
- src:url(https://dl.dropboxusercontent.com/u/62876172/DarkWaters-Regular.otf);
- }
- p {
- font-family: tahoma;
- color: #682476;
- font-size: 11px;
- line-height: 10px;
- }
- table {
- position: relative;
- top: 10%;
- width: 100%;
- border-spacing: 3px 2px;
- }
- td {
- width: 25%;
- font-family: tahoma;
- color: #682476;
- font-size: 11px;
- height: 13px;
- font-weight: 100;
- text-align: center;
- }
- .bold {
- font-family: courier;
- font-size: 10px;
- color: #000;
- text-transform: uppercase;
- text-align: left;
- padding-top: 1px;
- }
- #back {
- position: fixed;
- margin-top: 100px; left: 0;
- width: 100%; height: 300px;
- background: #682476;
- }
- #cont {
- position: absolute;
- margin-top: 100px; left: 0;
- width: 600px; height: 300px;
- background: #682476;
- border-left: 10px solid #F5DCFA; /*same color as .box background*/
- border-right: 10px solid #F5DCFA; /*same color as .box background*/
- }
- .name {
- position: absolute;
- top: -10px; left: 10px;
- font-family: basic;
- color: #F5DCFA;
- font-size: 60px;
- text-shadow: 2px 0 1px rgba(0,0,0,.5);
- z-index: 4;
- }
- .pic {
- position: absolute;
- top: 10px; right: 10px;
- height: 278px; width: 200px;
- background: url(http://i.imgur.com/FQzFf0J.jpg) 50% 20%; /*either crop image to 278px x 200px or know how to position and size it. if you crop it, delete the background-size below*/
- background-size: 145%;
- border: 1px solid #F5DCFA;
- }
- .box {
- position: absolute;
- top: 65px; left: 10px;
- width: 368px; height: 195px;
- background: #F5DCFA;
- }
- .ooc, .bro, .bio {
- position: absolute;
- top: 10px; left: 10px;
- width: 348px; height: 180px;
- text-align: justify;
- overflow: auto;
- display: none;
- }
- .stat {
- position: absolute;
- top: 20px; left: 10px;
- /*you may need to adjust the 'top' to make sure the stats are in the middle, if you even care*/
- width: 348px; height: 180px;
- }
- .switch {
- position: absolute;
- bottom: -30px; left: 0;
- width: 100%; height: 20px;
- }
- .one, .two, .three, .four {
- position: relative;
- margin-right: 10px;
- float: left;
- height: 17px; width: 84.5px;
- background: #F5DCFA; /*same color as .box background*/
- font-family: tahoma;
- text-transform: uppercase;
- font-size: 11px;
- text-align: center;
- padding-top: 3px;
- letter-spacing: 8px;
- color: transparent;
- -moz-transition: 0.8s;
- -webkit-transition: 0.8s;
- -o-transition: 0.8s;
- }
- .one:hover, .two:hover, .three:hover, .four:hover {
- background: #682476;
- color: #fff;
- letter-spacing: 0;
- text-shadow: none;
- }
- ::-webkit-scrollbar-thumb:vertical {
- background-color: #682476;
- height: 30px;
- /*leave the borders transparent*/
- border-top: 5px solid transparent; border-bottom: 5px solid transparent;
- border-right: 2px solid transparent; border-left: 4px solid transparent;
- background-clip: padding-box;
- }
- ::-webkit-scrollbar {
- background: #682476; background-clip: padding-box;
- height: 7px; width: 11px;
- /*leave the borders transparent*/
- border-top: 5px solid transparent; border-bottom: 5px solid transparent;
- border-left: 6px solid transparent; border-right: 4px solid transparent;
- }
- /* Remove this from the CSS or the HTML, you will be put on the group page and labelled as a thief. If you take this code/template you have to understand it is rude to remove the proper credit. */
- .sxs {
- position: fixed;
- right: 10px;
- bottom: 10px;
- width: 15px;
- height: 15px;
- border: 2px solid #b1fcf9;
- background:url(http://i578.photobucket.com/albums/ss226/funnycatrox/COLORYO-1.gif); }
- .sxs:hover {
- background: #fff; }
- .sxs:after {
- display: block;
- margin: 0;
- width: 0;
- content: '';
- -webkit-transition: width .6s;
- -moz-transition: width .6s;
- transition: width .6s; }
- .sxs:hover:after {
- float: right;
- margin-top: 6px;
- margin-right: 15px;
- height: 2px;
- width: 30px;
- background: #CCC; }
- .sxs p {
- position: absolute;
- top: -1px;
- left: -100px;
- height: 14px;
- width: 200px;
- font-family: verdana;
- font-size: 10px;
- line-height: 13px;
- text-align: center;
- background: #CCC;
- border: 2px solid #b1fcf9;
- opacity: 0;
- -webkit-transition: all .6s ease-in-out;
- -moz-transition: all .6s ease-in-out;
- -o-transition: all .6s ease-in-out; }
- .sxs:hover p {
- top: -7px;
- left: -230px;
- width: 200px;
- opacity: 1; }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement