Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* Custom profile code for Kairie by Vaellyth */
- #logo, #likes, #dislikes, #hobbies, #content:before, #content:after, #bio h2, #friendlist h2, #comments h2 { display: none; }
- body {
- background: #293141;
- }
- #generic_5 {
- background: url(http://i.imgur.com/LaychSw.png);
- width: 1024px;
- height: 576px;
- position: absolute;
- margin: auto;
- box-sizing: border-box;
- top: 100px;
- left: 0;
- right: 0;
- z-index: -1;
- border: 1px outset #566173;
- border-radius: 10px;
- }
- @font-face {
- font-family: Graduate;
- font-style: normal;
- font-weight: 400;
- src: url(https://fonts.gstatic.com/s/graduate/v4/xBquLOzic3rRbJsTs3BiEPesZW2xOQ-xsNqO47m55DA.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;
- }
- h2 {
- font-family: Graduate;
- }
- a {}
- a:hover {}
- h2 {
- font-size: 18px;
- }
- ul.navigation {
- position: absolute;
- margin: auto;
- width: 100px;
- border: none;
- font-size: 11px;
- top: 66px;
- transform: rotate(-90deg);
- background: transparent;
- left: 0px;
- right: 650px;
- z-index: 2;
- }
- ul.navigation li {
- width: 100%;
- margin: 10px auto;
- text-align: right;
- background: rgba(41, 49, 65, 0.5);
- box-sizing: border-box;
- border-radius: 10px 0 0 10px;
- }
- ul.navigation a {
- transition: all .3s linear;
- border-radius: 10px 0 0 10px;
- font-family: Graduate;
- }
- ul.navigation li a:hover {
- transform: translateX(-5px);
- -webkit-transform: translateX(-5px);
- -moz-transform: translateX(-5px);
- -o-transform: translateX(-5px);
- background: rgb(246, 144, 67);
- color: rgb(41, 49, 65);
- }
- #wrap {
- background: transparent;
- border: none;
- z-index: 1;
- width: 1024px;
- height: 576px;
- position: absolute;
- margin: auto;
- left: 0;
- right: 0;
- top: 100px;
- box-sizing: border-box;
- box-shadow: 5px 5px 5px 0px rgba(10, 10, 30, 0.5);
- }
- #sidebar {
- height: 100%;
- width: 200px;
- box-sizing: border-box;
- position: absolute;
- margin: auto;
- left: 400px;
- top: 257px;
- overflow: visible;
- }
- #sidebar img {
- transform: rotateY(180deg);
- border-radius: 10px;
- position: relative;
- top: 27.5px;
- }
- #sidebar h2 {
- position: absolute;
- transform: rotate(-90deg);
- font-size: 72px;
- left: -537px;
- top: 64px;
- letter-spacing: 20px;
- padding: 0;
- color: rgb(246, 144, 67);
- text-shadow: -2px 2px 0 rgba(255, 255, 255, 0.5);
- }
- ul#actions {
- position: absolute;
- top: 0px;
- width: 100%;
- text-transform: uppercase;
- color: #FFF;
- }
- ul#actions a {
- color: rgb(246, 144, 67);
- }
- ul#actions a:hover {
- text-decoration: line-through;
- }
- ul#actions li {
- position: absolute;
- z-index: 1;
- }
- li#send-message {
- top: -225px;
- left: -15px;
- transform: rotate(-50deg);
- -webkit-transform: rotate(-50deg);
- -moz-transform: rotate(-50deg);
- -o-transform: rotate(-50deg);
- width: 100%;
- }
- li#view-topics {
- transform: rotate(-50deg);
- -webkit-transform: rotate(-50deg);
- -moz-transform: rotate(-50deg);
- -o-transform: rotate(-50deg);
- top: -110px;
- left: 5px;
- }
- li#view-posts {
- transform: rotate(-53deg);
- -webkit-transform: rotate(-50deg);
- -moz-transform: rotate(-50deg);
- -o-transform: rotate(-50deg);
- top: -75px;
- left: 0px;
- }
- #content {
- width: 100%;
- height: 100%;
- margin: auto;
- box-sizing: border-box;
- background: transparent;
- border: none;
- }
- #bio {
- width: 300px;
- position: absolute;
- margin: auto;
- color: rgba(255, 255, 255, 0.5);
- left: 570px;
- border: 1px solid #293141;
- box-sizing: border-box;
- font-size: 11px;
- border-radius: 10px;
- padding: 10px;
- top: 392px;
- color: ;
- background: rgba(41, 49, 65, 0.5);
- }
- #friendlist {
- position: absolute;
- top: 0px;
- right: 20px;
- height: 100%;
- border: none;
- width: 64px;
- border-radius: 10px;
- box-sizing: border-box;
- overflow-y: auto;
- }
- @keyframes spin {
- from { transform: rotate(0deg) scale(0.7); }
- to { transform: rotate(360deg) scale(0.7); }
- }
- #friendlist img {
- border-radius: 50%;
- animation: spin 10s normal infinite;
- animation-timing-function: linear;
- }
- #comments {
- margin: auto;
- box-sizing: border-box;
- width: 300px;
- position: absolute;
- left: 572px;
- top: 0;
- height: 380px;
- border: none;
- padding: 0 !important;
- color: transparent;
- }
- #comment_list a {
- float: left;
- width: 100%;
- transition: all .3s ease;
- padding-left: 10px;
- color: #293141 !important;
- font-family: Graduate;
- }
- #comment_list a:hover {
- color: #FFF !important;
- text-decoration: none;
- }
- a.delete.small {
- text-align: right;
- width: 100%;
- margin-left: -20px;
- font-size: 9px;
- text-decoration: line-through;
- text-transform: lowercase;
- transition: all .3s ease;
- }
- a.delete.small:hover {
- text-decoration: underline;
- }
- #comment_list {
- box-sizing: border-box;
- margin: auto;
- width: 100%;
- height: 300px !important;
- overflow-y: scroll;
- overflow-x: hidden;
- margin-top: -10;
- border-radius: 10px;
- padding: 0;
- }
- #comment_list li {
- margin: 10px 0;
- width: 100%;
- box-sizing: border-box;
- }
- #comment_list li p {
- border: 1px solid rgb(41, 49, 65);
- box-sizing: border-box;
- border-radius: 10px;
- padding: 5px;
- background: rgba(41, 49, 65, 0.5);
- color: rgb(246, 144, 67);
- margin-top: -20px;
- font-size: 11px;
- }
- #comment_list li p small {
- width: 100%;
- float: right;
- text-align: center;
- visibility: hidden;
- }
- #comment_list li p small > small {
- visibility: visible;
- color: rgba(255, 255, 255, 0.5);
- }
- #comments form {
- width: 100%;
- margin: auto;
- height: 90px;
- }
- #comment-button, #load-more {
- width: 100%;
- border-radius: 10px;
- margin: 3px 0;
- font-size: 10px
- }
- #comment-button {
- color: rgb(246, 144, 67);
- border: none;
- background: transparent;
- transition: all .3s ease;
- }
- #comment-button:hover {
- background: rgba(255, 255, 255, 0.5);
- color: rgb(41, 49, 65);
- }
- #load-more {
- border: 1px solid transparent;
- background: transparent;
- color: rgb(41, 49, 65);
- transition: all .3s ease;
- }
- #load-more:hover {
- color: rgb(246, 144, 67);
- }
- textarea {
- border-radius: 10px;
- box-sizing: border-box;
- height: 45px;
- margin-bottom: -4px;
- width: 100%;
- border: 1px solid #293141;
- background: #F69043;
- }
- #comments img { display: none; }
- #comments form span {
- font-style: italic;
- font-size: 9px;
- }
- ::-webkit-scrollbar {
- width: 5px;
- }
- ::-webkit-scrollbar-track {
- border-radius: 5px;
- }
- ::-webkit-scrollbar-thumb {
- border-radius: 5px;
- background: rgba(41, 49, 65, 0.5);
- border: 1px solid rgb(41, 49, 65);
- box-shadow: inset 0 0 2px 2px rgba(0, 0, 0, 0.2);
- }
- /* end profile code */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement