Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- a .fa {
- transition: none;
- }
- * {
- transition: 1s;
- }
- .report a,
- .widget-content,
- .user-comments .user-comment,
- .content .textarea + .btn,
- .content .textarea,
- .gallery-header .btn-link,
- .panel,
- .villagers-list,
- .user-data,
- .alert.success,
- .alert.alert,
- .alert,
- .notifications .btn,
- .recent-posts .forum-posts li:nth-child(odd),
- .user-panel.clearfix {
- background: rgba(254,194,141,0.8);
- }
- .report a:hover,
- .content .textarea + .btn:hover,
- .gallery-header .btn-link:hover,
- .notifications .btn,
- .search-form .input,
- .widget-header h3,
- .dropdown-menu,
- #logo+:nth-child(2) {
- background: rgb(103,200,155);
- }
- .content .active span,
- .table tr:hover td,
- .dropdown-menu .multi-column-dropdown li .fa p,
- .dropdown-menu .multi-column-dropdown li a {
- background: rgb(103,200,155) !important;
- }
- div.bottom,
- .widget-content,
- .user-info h4,
- .content .pagination > .disabled > span,
- .content .pagination > .disabled > span:hover,
- .content .pagination > .disabled > span:focus,
- .content .pagination > .disabled > a,
- .content .pagination > .disabled > a:hover,
- .content .pagination > .disabled > a:focus,
- .content .textarea,
- .content,
- .search-form .input,
- .dropdown-menu .multi-column-dropdown li a,
- .content h1.clearfix, //added
- .user-comments .user-comment .footer,
- .widget .forum-posts p {
- color: #fff;
- }
- .content .pagination a,
- .gallery-header .btn-link,
- .alert.success,
- .alert.alert,
- .alert,
- .dropdown-menu .multi-column-dropdown li a {
- color: #fff !important;
- }
- .content:after {
- background: url(https://static.tumblr.com/0eae6c416d2f2e490aad979d60521657/gfcg9es/tytnxd25u/tumblr_static_tumblr_static_3awx8qikg22oskss4o0woss8s_640.jpg);
- height: 100%;
- background-size: cover;
- position: fixed;
- top: 0;
- z-index: -1;
- }
- a,
- .user-comments .user-comment .footer a,
- .widget .forum-posts p a {
- color: rgb(***,***,***);
- }
- a:hover, a:focus, a:active,
- .user-comments .user-comment .footer a:hover,
- .widget .forum-posts p a:hover {
- color: rgb(%%%,%%%,%%%);
- text-decoration: none;
- }
- #logo a {
- background: url(https://cdn.discordapp.com/attachments/469245638475907073/508546552533614614/peach.png) no-repeat;
- }
- .search-form .input {
- border: none;
- }
- /* DROPDOWN MENU */
- .dropdown-menu .multi-column-dropdown li a:hover {
- transition: 0.5s all !important;
- background: #fff !important;
- color: rgb(103,200,155) !important;
- }
- .dropdown-menu .multi-column-dropdown li a {
- transition: 0.5s all !important;
- color: #fff !important;
- }
- /* USER PANEL NAV */
- .user-panel.clearfix {
- border-radius: 0 0 10px 10px;
- }
- header .user-panel,
- header .user-panel a {
- color: rgb(***,***,***) !important;
- }
- header .user-panel a:hover {
- color: rgb(%%%,%%%,%%%) !important;
- }
- /* WEBPAGE GENERAL CSS */
- .content {
- background: none;
- margin-bottom: 100px;
- padding: 20px;
- }
- /* NOTIFICATIONS TABLE */
- .table tr:nth-child(even) td,
- .table tr:nth-child(odd) td {
- background: none;
- border: none;
- padding: 10px 13px;
- }
- /* NOTIFICATIONS BUTTONS*/
- .notifications .btn {
- text-transform: uppercase;
- font-size: 11px;
- }
- /* NOTIFICATIONS TEXT (NON LINKS) */
- tbody b {
- font-weight: normal;
- }
- /* TOP BANNER AD */
- .left-column .text-center.margin-10px {
- display: none;
- }
- /* HEADERS */
- .content h2 {
- font-size: 16px;
- text-transform: uppercase;
- color: #fff;
- text-align: center;
- }
- /* VILLAGE SHIELD ANIMATION (it bobs up and down slowly) */
- /* you may remove this section if you like */
- .village-shield {
- animation: bob 1.0s ease-out infinite;
- position: relative;
- padding: 20px;
- }
- @keyframes bob {
- 0% {
- top: 5px;
- }
- 50% {
- top: 8px;
- }
- 100% {
- top: 5px;
- }
- }
- /* USER DATA */
- .user-data {
- border-radius: 20px;
- }
- /* QUICK LINKS */
- .user-links {
- margin: 0;
- padding: 0;
- }
- /* USER INFO, TROPHIES */
- .col-xs-7, .col-xs-5 {
- padding: 20px;
- }
- /* TROPHIES TEXT */
- .trophies-header {
- text-transform: uppercase;
- font-size: 14px;
- }
- /* TROPHIES IMAGES */
- .trophies .row img {
- max-width: 50px;
- padding-left: 0;
- padding-right: 0;
- }
- /* DOORSTEP (DMM EVENT EXCLUSIVE) */
- .col-md-4 {
- width: 30%;
- text-align: center;
- }
- .col-md-8 {
- width: 70%;
- }
- .col-md-8 .btn {
- margin: 5px;
- transition: 1s all;
- background-image: none;
- text-shadow: none;
- background: rgba(***,***,***,0.7);
- font-weight: normal !important;
- }
- .col-md-8 .btn:hover {
- margin: 5px;
- transition: 1s all;
- background-image: none;
- text-shadow: none;
- background: rgba(***,***,***,1);
- }
- /* PROFILE DESCRIPTION BODY TEXT */
- .user-data .user-desc {
- padding: 30px;
- margin: 0;
- }
- /* VILLAGERS */
- .content .villagers-list {
- padding: 20px;
- border-radius: 20px;
- max-height: 190px;
- transition: 3s;
- overflow: hidden;
- }
- .villagers-list:hover {
- max-height: 5000px;
- }
- /* GALLERY */
- .gallery {
- max-height: 500px;
- overflow: hidden;
- }
- .panel {
- border-radius: 20px;
- border: none;
- }
- /* GALLERY ITEM TEXT */
- .name {
- display: none;
- }
- /* GALLERY BUTTON */
- .gallery-header .btn-link {
- font-weight: normal;
- }
- /* COMMENT FORM */
- .content .textarea {
- border: none;
- }
- /* POST BUTTON */
- .content .textarea + .btn {
- text-transform: uppercase;
- }
- /* USER COMMENTS */
- .user-comments {
- height: 300px;
- overflow: auto;
- }
- /* USER COMMENTS BODY */
- .user-comments .user-comment {
- width: 550px;
- border: none;
- }
- .user-comments .user-comment .footer {
- width: 515px;
- color: #fff !important;
- }
- .user-comments .user-comment:after,
- .user-comments .user-comment:before {
- border-right-color: rgba(103,200,155, 0.5);
- }
- /* USER COMMENTS AVATARS */
- .user-avatar-wrapper img {
- margin: 10px;
- border-radius: 47px;
- width: 60px;
- }
- /* PAGINATION */
- .content .pagination a {
- background: rgba(103,200,155,0.5) !important;
- border: 0 !important;
- }
- .content .pagination a:hover {
- background: rgba(103,200,155,0.7) !important;
- }
- .content .active span {
- z-index: 3;
- border: 0 !important;
- }
- .content .pagination > .disabled > span,
- .content .pagination > .disabled > span:hover,
- .content .pagination > .disabled > span:focus,
- .content .pagination > .disabled > a,
- .content .pagination > .disabled > a:hover,
- .content .pagination > .disabled > a:focus {
- background-color: rgba(###,###,###,0.2) !important;
- border: 0 !important;
- }
- /* "HI, USERNAME" */
- .user-info h4 {
- text-transform: uppercase;
- /* you may choose a different font family for this */
- font: 13px 'Helvetica';
- padding-top: 5px;
- padding-bottom: 5px;
- }
- /* USER PANEL BODY TEXT */
- .right-column .widget .user-info p {
- text-transform: uppercase;
- /* you may choose a different font family for this */
- font: 11px 'Helvetica';
- }
- /* WIDGET BODY */
- .widget-content {
- border-radius: 0 0 20px 20px;
- }
- /* WIDGET HEADER (blue border) */
- .content .widget-header {
- border-bottom: none;
- }
- /* WIDGET HEADER */
- .widget-header h3 {
- border-radius: 20px 20px 0 0;
- margin: 0;
- padding: 10px 0 5px;
- text-align: center;
- text-shadow: none;
- font-weight: normal;
- color: rgb(***,***,***);
- padding: 10px 0px;
- text-transform: uppercase;
- /* you may choose a different font family for this */
- font: 12px 'Helvetica';
- border-bottom: 1px dotted #fff;
- }
- /* VIEW MORE BUTTONS */
- .right-column .btn-link {
- color: rgb(***,***,***) !important;
- }
- .right-column .btn-link:hover {
- color: rgb(%%%,%%%,%%%) !important;
- }
- /* RECENT ACTIVITY */
- .recent-posts .widget-content {
- padding-bottom: 5px;
- }
- .recent-posts .forum-posts li:nth-child(even) {
- background: none;
- }
- .widget .forum-posts p {
- color: #fff !important;
- }
- .widget .forum-posts li {
- border-bottom: 1px solid #fff;
- }
- /* USER PANEL ICON */
- .right-column .text-center img {
- border-radius: 20px;
- }
- /* SOCIAL MEDIA ACCOUNTS LINKS (BOTTOM) */
- /* you may comment/delete this section if you like*/
- .social a {
- width: 44px;
- height: 44px;
- display: inline-block;
- }
- .social img {
- display: none;
- }
- .social a:first-child {
- background: url(https://cdn.discordapp.com/attachments/469245638475907073/508827586906947584/peach_n_mint.png);
- }
- .social a:nth-child(2) {
- background: url(https://cdn.discordapp.com/attachments/469245638475907073/508828112683794432/peach_n_mint.png);
- }
- .social a:last-child {
- background: url(https://cdn.discordapp.com/attachments/469245638475907073/508828611306979351/peach_n_mint.png);
- }
- /* BOTTOM LINKS FOOTER */
- footer .bottom {
- background-color: rgba(103,200,155,0.8);
- border-radius: 20px;
- padding: 5px;
- }
- p.copyright.align-center {
- background: url(https://cdn.discordapp.com/attachments/469245638475907073/508551135905316864/ALXQ.png) no-repeat;
- }
- /* FLOATING REPORT USER PROFILE */
- .report a {
- position: fixed;
- bottom: 30px;
- left: 30px;
- color: rgb(169, 68, 66);
- border-radius: 5px;
- padding: 5px;
- }
- .report a:hover {
- color: #ed1c24;
- }
- /* TOOLTIPSTER (dotted border under timestamp) */
- span.tooltipster {
- border-bottom: 1px dashed rgb(***,***,***);
- }
- .villagers-list li {
- width: 20%;
- }
- .content h1 {
- font-size: 0;
- position: absolute;
- width: 700px;
- height: 169px;
- background: none;
- }
- .user-data {
- margin-bottom: 30px;
- margin-top: 205px;
- border-top: 1px solid #d0d0d0;
- }
- .village-shield img {
- width: 150px;
- height: 150px;
- overflow: hidden;
- padding-left: 150px;
- background: url(https://cdn.discordapp.com/attachments/469245638475907073/508735326412341297/quetzal-palace_mint.png);
- }
Advertisement
Add Comment
Please, Sign In to add comment