Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* Custom profile code by Vii +++ if you need help please message me! */
- #likes, #dislikes, #hobbies, #content:before, #content:after, #friendlist, #bio { display: none; }
- @font-face {
- font-family: Spirax;
- font-style: normal;
- font-weight: 400;
- src: url(https://fonts.gstatic.com/s/spirax/v5/iZydx-PXNWXEmZsjO9Z6Pw.woff2);
- unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
- }
- body {
- background: url(http://i.imgur.com/2ocd1Ha.png);
- background-size: cover;
- }
- a {
- color: #C6D350;
- transition: all .3s linear;
- }
- a:hover {
- text-shadow: 0 0 2px;
- text-decoration: none;
- }
- h2 {
- font-family: Spirax;
- }
- #wrap {
- float: right;
- width: 400px;
- height: 500px;
- margin: auto 100px;
- padding: 5px;
- box-sizing: border-box;
- border: 3px solid #C9E2E7;
- border-radius: 7px;
- background: rgba(255, 255, 255, 0.8);
- }
- #content {
- width: 100%;
- height: 100%;
- margin: auto;
- box-sizing: border-box;
- overflow-y: scroll;
- border: 3px solid #EDBACB;
- background: transparent;
- }
- #comments {
- overflow-y: auto;
- border: none;
- color: transparent;
- }
- #comments img {
- transform: scale(0.7);
- border-radius: 50% 10% 50% 50%;
- transition: all .3s linear;
- }
- #comments img:hover {
- opacity: 0.3;
- }
- #comments h2 {
- text-align: center;
- font-size: 20px;
- color: #C9E2E7;
- text-shadow: 1px 1px 1px #EDBACB;
- }
- #comment_list li a {
- width: 100%;
- color: #C6D350 !important;
- font-family: Verdana;
- font-weight: normal !important;
- text-shadow: 0 0 1px;
- }
- #comment_list li p {
- color: #FFF;
- background: #C9E2E7;
- padding: 5px;
- border-radius: 7px;
- font-size: 11px;
- }
- #comment_list li p small {
- float: right;
- width: 100%;
- text-align: right;
- visibility: hidden;
- }
- #comment_list li p small > small {
- visibility: visible;
- color: #EDBACB;
- background: rgba(255, 255, 255, 0.7);
- box-sizing: border-box;
- padding: 0 5px;
- border-radius: 7px;
- }
- a.delete.small {
- font-size: 9px !important;
- position: relative;
- left: 79px;
- top: -21.5px;
- }
- #comments form {
- width: 100%;
- margin: auto;
- text-align: center;
- }
- textarea {
- width: 50%;
- margin: auto;
- border: 1px solid #C6D350;
- height: 40px;
- background: #C6D350;
- font-family: Verdana;
- letter-spacing: 1px;
- color: #FFF;
- }
- span#charsLeft {
- color: #C9E2E7 !important;
- font-style: italic;
- }
- #load-more, #comment-button {
- position: relative;
- width: 40px;
- height: 40px;
- box-sizing: border-box;
- font-size: 11px;
- letter-spacing: 2px;
- padding-left: 3px;
- transition: all .3s linear;
- }
- #comment-button {
- left: 55px;
- top: 5px;
- border: 3px solid #EDBACB;
- color: #FFF;
- background: #EDBACB;
- }
- #comment-button:hover {
- background: transparent;
- color: #EDBACB;
- }
- #load-more {
- top: 47px;
- left: 292px;
- background: #C9E2E7;
- border: 2px solid #C9E2E7;
- color: #FFF;
- transition: all .3s linear;
- }
- #load-more:hover {
- background: transparent;
- color: #C9E2E7;
- }
- ul#actions {
- position: absolute;
- top: 150px;
- width: 60%;
- right: 70px;
- background: rgba(255, 255, 255, 1);
- text-align: center;
- transition: all .3s linear;
- border-radius: 7px;
- box-sizing: border-box;
- border: 2px solid#D5DF6F;
- font-size: 11px;
- opacity: 0;
- }
- li#view-posts {
- color: #C9E2E7;
- }
- li#view-topics {
- color: #EDBACB;
- }
- #sidebar:hover img {
- transform: translateX(-20px);
- -o-transform: translateX(-20px);
- -moz-transform: translateX(-20px);
- -webkit-transform: translateX(-20px);
- }
- #sidebar:hover ul#actions {
- opacity: 1;
- }
- #sidebar {
- z-index: 1;
- width: 200px;
- position: absolute;
- margin: auto;
- right: 500px;
- top: 308px;
- border-radius: 7px;
- }
- #sidebar img {
- position: relative;
- left: 105px;
- top: 19px;
- transition: all .3s linear;
- }
- #sidebar h2 {
- position: absolute;
- transform: rotate(90deg);
- -webkit-transform: rotate(90deg);
- -moz-transform: rotate(90deg);
- -o-transform: rotate(90deg);
- right: -490px;
- top: -100px;
- color: #C6D350;
- font-size: 28px;
- }
- ::-webkit-scrollbar {
- width: 8px;
- }
- ::-webkit-scrollbar-thumb {
- background: #EDBACD;
- }
- ul.navigation {
- position: absolute;
- margin: auto;
- width: 399px;
- right: 100px;
- border: none;
- background: transparent;
- top: 55px;
- }
- ul.navigation li {
- width: 25%;
- text-align: center;
- }
- ul.navigation li a {
- font-size: 14px;
- color: #EDBACD;
- text-shadow: 1px 1px 1px #C9E2E7;
- font-family: Spirax;
- padding: 0 auto;
- border-radius: 7px;
- }
- ul.navigation li a:hover {
- background: rgba(255, 255, 255, 0.8);
- color: #C6D350;
- }
- #logo {
- opacity: 0.5;
- position: absolute;
- left: 10px;
- }
- #logo:hover {
- opacity: 1;
- }
- /* End Custom Code */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement