Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* Custom profile for Shadow Kermits by Vii */
- /* Hidden modules */
- #friendlist, #likes, #dislikes, #hobbies, #logo, #content:before, #content:after { display: none; }
- /* Scrollbars */
- ::-webkit-scrollbar {
- width: 5px;
- }
- ::-webkit-scrollbar-track {
- background: #333;
- }
- ::-webkit-scrollbar-thumb {
- background: #111;
- }
- /* Text styles */
- h2 {
- font-size: 18px;
- }
- a {
- transition: all .5s linear;
- color: #111;
- }
- a:hover {
- color: #A3D963;
- text-decoration: none;
- text-shadow: 0 0 1px;
- }
- a.delete.small {
- float: right;
- font-style: italic;
- font-size: 9px;
- font-variant: small-caps;
- }
- /* Navigation bar */
- ul.navigation {
- position: absolute;
- margin: auto;
- width: 400px;
- left: 0px;
- right: 0px;
- border-radius: 0;
- box-sizing: border-box;
- border: 1px solid #111;
- box-shadow: 0 0 0 1px #333;
- background: transparent;
- top: 470px;
- }
- ul.navigation li {
- width: 25%;
- background: #333;
- }
- ul.navigation li a {
- color: #111;
- text-transform: lowercase;
- }
- ul.navigation li a:hover {
- background: #A3D963;
- color: #111;
- }
- body {
- background: #111;
- }
- #wrap {
- width: 400px;
- box-sizing: border-box;
- padding: 12px;
- background: #333;
- border-radius: 0;
- border: 1px solid #111;
- box-shadow: 0 0 0px 1px #333;
- position: relative;
- top: 50px;
- height: 325px;
- }
- #sidebar {
- width: 100%;
- text-align: center;
- }
- #sidebar img {
- margin: auto auto 10px auto;
- float: left;
- }
- #sidebar h2 {
- position: fixed;
- width: 100%;
- left: 0px;
- height: 100px;
- background: url(http://i.imgur.com/F2CvCE4.png) center no-repeat;
- color: transparent;
- top: 70px;
- }
- #actions {
- float: right;
- width: 180px;
- margin: auto auto 10px auto;
- box-sizing: border-box;
- padding: 5px;
- position: relative;
- top: 159px;
- background: #111;
- border: 1px solid #333;
- box-shadow: 0 0 0 1px #111;
- left: -2px;
- color: #111;
- text-transform: lowercase;
- }
- #actions li {
- width: 100%;
- margin: 10px auto;
- background: #333;
- box-sizing: border-box;
- border: 1px solid #111;
- box-shadow: 0 0 0 1px #333;
- }
- #view-wishlist {
- display: none;
- }
- #content {
- width: 100%;
- box-sizing: border-box;
- padding: 0;
- border-radius: 0;
- border-color: #333;
- box-shadow: 0 0 0 1px #111;
- background: #111;
- z-index: 3;
- }
- #bio {
- position: absolute;
- top: -281px;
- height: 152px;
- background: #111;
- box-sizing: border-box;
- width: 180px;
- left: 190px;
- transition: all 1s linear;
- color: transparent;
- border: 1px solid #333;
- box-shadow: 0 0 0 1px #111;
- font-family: Arial;
- font-size: 11px;
- padding: 3px;
- z-index: 0;
- }
- #bio:hover {
- height: 273px;
- color: #333;
- }
- #bio:hover h2 {
- top: 0px;
- color: #A3D963;
- }
- #bio h2 {
- color: #333;
- text-transform: lowercase;
- font-weight: normal;
- text-align: center;
- position: relative;
- top: 60px;
- transition: all .5s linear;
- }
- #comments {
- width: 100%;
- transition: all .5s linear;
- box-sizing: border-box;
- padding: 0;
- border: 1px solid #111;
- box-shadow: 0 0 0 1px #111;
- color: transparent;
- z-index: 13;
- height: 310px;
- }
- #comments:hover {
- transform: translateY(-281px);
- background: #111;
- border-color: #333;
- overflow-y: auto;
- }
- #comments:hover h2 {
- color: #A3D963;
- }
- #comments h2 {
- text-align: center;
- margin: 0 auto auto auto;
- color: #333;
- text-transform: lowercase;
- font-weight: normal;
- transition: all .5s linear;
- }
- #comments img {
- transform: scale(0.5) rotate(-45deg);
- mix-blend-mode: soft-light;
- border-radius: 14px;
- border: 1px solid #333;
- box-shadow: 0 0 0 1px #111;
- transition: all .5s linear;
- }
- #comments img:hover {
- mix-blend-mode: hard-light;
- }
- #comment_list {
- box-sizing: border-box;
- padding: 10px;
- }
- #comment_list li {
- background: #333;
- margin-bottom: 5px;
- box-sizing: border-box;
- border: 1px solid #111;
- box-shadow: 0 0 0 1px #333;
- padding: 5px;
- }
- #comment_list li p {
- color: #111;
- font-family: Arial;
- }
- #comment_list li a {
- color: #111 !important;
- transition: all .5s linear;
- }
- #comment_list li a:hover {
- color: #A3D963 !important;
- }
- #comment_list li small {
- float: left;
- text-align: right;
- width: 100%;
- visibility: hidden;
- }
- #comment_list li small > small {
- visibility: visible;
- margin-bottom: 0;
- }
- #comments form {
- width: 100%;
- padding: 0;
- margin: auto;
- text-align: center;
- }
- textarea {
- width: 92%;
- margin: auto;
- box-sizing: border-box;
- background: #333;
- border: 1px solid #111;
- box-shadow: 0 0 0px 1px #333;
- padding: 4px;
- color: #A3D963;
- font-family: Arial;
- text-shadow: 0 0 1px;
- }
- #load-more {
- display: block !important;
- margin: 0 auto;
- position: relative;
- top: -7px;
- }
- #comment-button {
- margin: 5px auto 10px auto;
- position: relative;
- left: 39%;
- }
- #comment-button, #load-more {
- font-size: 11px;
- padding: 2px;
- background: #A3D963;
- border: 1px solid #111;
- box-shadow: 0 0 0 1px #A3D963;
- color: #111;
- transition: all .5s linear;
- }
- #comment-button:hover, #load-more:hover {
- background: #333;
- box-shadow: 0 0 0 1px #333;
- color: #A3D963;
- text-shadow: 0 0 1px;
- }
- /* Floating Kermit */
- #generic_5 {
- background: url(http://i.imgur.com/HQlXKWH.png);
- background-size: cover;
- width: 180px;
- height: 152px;
- position: absolute;
- margin: auto;
- top: -12px;
- left: 190px;
- right: 0px;
- z-index: -1;
- }
- /* End Profile Code */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement