Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #profile-container {background:none;}
- body{
- background: #fa9521 url("http://i.imgur.com/3D4tY1b.jpg") repeat;
- }
- ::-webkit-scrollbar {
- display: none;
- }
- .exterior{
- width:750px;
- height:1000px;
- margin-left:auto;
- margin-right:auto;
- margin-top:25px;
- margin-bottom:5px;
- }
- .exterior .nameplate{
- margin-bottom:5px;
- margin-left:30px;
- text-shadow: 5px 1px 1px rgba(0,0,0,0.75),-1px 1px 0 rgba(0,0,0,0.75),1px -1px 0 rgba(0,0,0,0.75),-1px -1px 0 rgba(0,0,0,0.75),1px 1px 0 rgba(0,0,0,0.75),0px 0px 3px rgba(0,0,0,0.75);
- font-size: 50px;
- font-family: georgia;
- padding-top: 10px;
- color: #D8D8D8;
- background: #D8D8D8;
- padding: 2px;
- border-radius: 25px;
- -webkit-box-shadow: 5px 5px 5px 5px rgba(0,0,0,0.75);
- -moz-box-shadow: 5px 5px 5px 5px rgba(0,0,0,0.75);
- box-shadow: 5px 5px 5px 5px rgba(0,0,0,0.75);
- text-align: center;
- }
- .exterior .box{
- float:left;
- margin-left:25px;
- margin-top:5px;
- background: #D8D8D8;
- display: block;
- padding: 2px;
- width: 300px;
- height: 310px;
- border-radius: 25px;
- -webkit-box-shadow: 5px 5px 5px 5px rgba(0,0,0,0.75);
- -moz-box-shadow: 5px 5px 5px 5px rgba(0,0,0,0.75);
- box-shadow: 5px 5px 5px 5px rgba(0,0,0,0.75);
- }
- .exterior .topright{
- float:right;
- border-radius:25px;
- background:#D8D8D8;
- color: #000;
- width: 385px;
- height:635px;
- padding:10px;
- overflow:auto;
- -webkit-box-shadow: 5px 5px 5px 5px rgba(0,0,0,0.75);
- -moz-box-shadow: 5px 5px 5px 5px rgba(0,0,0,0.75);
- box-shadow: 5px 5px 5px 5px rgba(0,0,0,0.75);
- }
- .exterior .baseball1{
- position:relative;
- margin-top:340px;
- margin-left:25px;
- border-radius:25px;
- background:#D8D8D8;
- color: #000;
- width: 280px;
- height:300px;
- padding:10px;
- -webkit-box-shadow: 5px 5px 5px 5px rgba(0,0,0,0.75);
- -moz-box-shadow: 5px 5px 5px 5px rgba(0,0,0,0.75);
- box-shadow: 5px 5px 5px 5px rgba(0,0,0,0.75);
- }
- .exterior .bottom-stats {
- height: 150px;
- width: 710px;
- margin-top: 15px;
- margin-left:25px;
- background-color: #D8D8D8;
- color:#000;
- border-radius:25px;
- padding:10px;
- overflow: auto;
- -webkit-box-shadow: 5px 5px 5px 5px rgba(0,0,0,0.75);
- -moz-box-shadow: 5px 5px 5px 5px rgba(0,0,0,0.75);
- box-shadow: 5px 5px 5px 5px rgba(0,0,0,0.75);
- }
- /* 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: #279fcf; }
- .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: #b1fcf9; }
- .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: #279fcf;
- 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