Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* Profile code by Voskhod. Banner image by Akshar Dave https://unsplash.com/photos/a-black-and-white-photo-of-a-palm-leaf-BcvPlibJyo0 */
- .navbar {
- background: black !important;
- color: #4e4d4f;
- padding-top: 20px;
- padding-bottom: 20px;
- border-bottom: 3px #3a3636 double;
- }
- .banner {
- border-bottom: 3px #3a3636 double;
- background-image: url(https://images.unsplash.com/photo-1648362589317-065f81ea1100?q=80&w=2067&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D) !important;
- background-position: bottom center;
- background-repeat: no-repeat;
- background-size: cover;
- height: 250px;
- }
- .navbar-dark .navbar-nav .nav-link {
- color: #3a3636;
- font-weight: 700;
- }
- .navbar-dark .navbar-nav .nav-link:hover {
- color: #524747;
- }
- .fab {
- font-weight: 100;
- color: #201e1e;
- }
- .fas {
- color: #201e1e;
- }
- .badge-primary {
- color: #b6b6b6;
- background-color: #424545;
- font-weight: 400;
- text-transform: lowercase;
- font-style: italic;
- }
- .fa-heart {
- color: #272728;
- }
- .navbar-icon {
- border: 3px black double;
- }
- .badge-danger {
- color: #a4a4a4;
- background-color: #424545;
- font-weight: 400;
- font-style: italic;
- border: 2px black solid;
- }
- .dropdown-menu {
- background: #0b0b0b !important;
- border: 2px #272728 solid !important;
- padding: 10px;
- color: #868686;
- }
- .dropdown-item {
- color: #423f3f;
- font-weight: 400;
- letter-spacing: 1px;
- text-transform: lowercase;
- }
- .dropdown-item:hover {
- color: #595959;
- text-decoration: none;
- background-color: #131313;
- font-weight: 600;
- }
- .badge-info {
- color: #000;
- background-color: #424545;
- font-weight: 400;
- }
- #wrapper {
- background-image: url(https://i.imgur.com/87N6Edx.png);
- background-repeat: repeat;
- background-size: contain;
- }
- .banner-container {
- margin-bottom: 0px !important;
- }
- #content {
- background-image: url(https://i.imgur.com/vuyPm3l.png);
- background-repeat: no-repeat;
- margin-top: -16px;
- }
- .container-fluid {
- max-width: 980px;
- width: 90%;
- }
- .profile-header-wrapper {
- padding-top: 0px;
- float: left;
- width: 40%;
- }
- .profile-header-background {
- background-image: url(https://i.imgur.com/87N6Edx.png) !important;
- background-attachment: fixed;
- border-bottom: 3px #363333 double !important;
- border-left: 1px solid #222 !important;
- border-right: 1px solid #222 !important;
- }
- .profile-normal-header {
- padding-bottom: 20px !important;
- margin-top: 20px;
- }
- .profile-header-buttons {
- margin-top: 29px;
- float: none !important;
- }
- .profile-description {
- width:60%;
- max-height:840px;
- overflow:auto;
- float:right;
- padding: 30px;
- color: #9a9a9a;
- }
- .profile-attacks-header {
- clear: right !important;
- }
- .profile-header-normal-status {
- color: #343232;
- }
- .profile-links {
- min-width:100%;
- padding: 0px;
- }
- .profile-followers {
- min-width:100% !important;
- padding: 0px;
- }
- .nav-tabs .nav-item {
- width: 20%;
- text-align: center;
- width: 100% !important;
- }
- @media only screen and (max-width: 600px) {
- .profile-links, .profile-followers {
- float: none !important;
- width: 100% !important;
- margin:0% 0% 0% 0%;
- padding-left: 15px;
- padding-right: 15px;
- }
- .profile-links .panel, .profile-followers .panel {
- width:100% !important;
- }
- .profile-header-name .element-disabled {
- display: block !important;
- }
- .profile-header-buttons, .profile-body {
- margin-top: 0px;
- }
- }
- @media only screen and (max-width: 1600px) {
- .profile-header-name .element-disabled {
- display: none;
- }
- }
- .nav {
- background: #020202;
- border-bottom: double 3px #222;
- }
- .active {
- background: #0c0c0c !important;
- border: 0px white solid !important;
- margin-bottom: 1px !important;
- color: #5b5757 !important;
- text-transform: uppercase;
- font-weight: 600;
- }
- .nav-tabs .nav-link {
- color: #686363 !important;
- text-transform: uppercase;
- font-size: 12px;
- padding-top: 20px;
- padding-bottom: 20px;
- }
- .card-body {
- background-color: transparent;
- background-image: url(https://i.imgur.com/87N6Edx.png) !important;
- background-attachment: fixed;
- border: 0px !important;
- }
- .card {
- background-color: transparent;
- border: 0px !important;
- }
- .btn {
- background: black;
- color: #393939;
- border: 0px;
- font-weight: 400;
- text-transform: lowercase;
- }
- .btn:hover {
- color: #e3e3e3;
- text-decoration: none;
- background: #313131 !important;
- color: #000 !important;
- font-weight: 700;
- }
- .card-header {
- background-image: url(https://i.imgur.com/XKQxJBC.png) !important;
- background-attachment: fixed;
- background-repeat: repeat;
- background-size: contain;
- color: #726e6e;
- text-transform: uppercase;
- font-weight: 600;
- letter-spacing: 2px;
- }
- .alert-success {
- color: #939393;
- background-color: #0b0b0b;
- border-color: #000;
- margin-top: 16px;
- font-weight: 700;
- }
- .bg-light {
- background-image: url(https://i.imgur.com/87N6Edx.png) !important;
- background-attachment: fixed !important;
- color: #535252 !important;
- }
- a {
- color: #a89491;
- text-decoration: none;
- }
- .footer {
- border-top: 3px #575757 double;
- background: #090909 !important;
- }
- footer div.contain {
- background: black !important;
- }
- .comment {
- border: 3px double black;
- padding: 20px;
- }
- .thumbnail {
- border: 2px solid !important;
- border-color: inherit !important;
- }
- .comment .panel-body {
- max-height: 500px;
- overflow: auto;
- color: #737373;
- }
- .profile-stats-title, .profile-characters-title, .profile-attacks-title, .profile-defenses-title {
- text-align: center;
- text-transform: uppercase;
- letter-spacing: 3px;
- font-weight: 100;
- color: #484747;
- }
- @media (min-width: 768px) {
- .col-md-6 {
- flex: 100% !important;
- width: 100%;
- min-width: 100%;
- max-width: 100%;
- }
- }
- .progress {
- background-color: #080808;
- }
- .progress-bar {
- background-color: #333232 !important;
- font-weight: 900;
- color: #646464;
- }
- .nav-tabs .nav-link:hover {
- border-color: transparent;
- background: #070707;
- color: white !important;
- }
- .profile-characters-permissions {
- color: #6c6c6c;
- }
- .page-item.active .page-link {
- color: #b0aaaa;
- background-color: #6d7272;
- border-color: rgba(0,0,0,.5);
- }
- .page-item.disabled .page-link {
- color: #303030;
- pointer-events: none;
- cursor: auto;
- background-color: #151515;
- border-color: rgba(0,0,0,.5);
- }
- .page-link {
- position: relative;
- display: block;
- padding: .5rem .75rem;
- margin-left: -1px;
- line-height: 1.25;
- color: #a9a7a7;
- background-color: #323030;
- border: 1px solid rgba(0,0,0,.5);
- }
- @media (min-width: 992px) {
- .col-lg-2 {
- max-width: 33.333% !important;
- min-width: 33.333% !important;
- width: 33% !important;
- flex: 33.33% !important;
- }
- }
- @media (min-width: 768px) {
- .col-md-2 {
- flex: 33.33%;
- max-width: 33.33%;
- min-width: 33.33%;
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement