Raw Source
queendom / Zero

// ==UserScript==
// @name         Zero
// @version      1.1.3
// @include      http://zerocharts.com.br/*
// @include      http://*.zerocharts.com.br/*
// @include      https://zerocharts.com.br/*
// @include      https://*.zerocharts.com.br/*
// @exclude      http://zerocharts.com.br/qa/*
// @exclude      http://*.zerocharts.com.br/qa/*
// @exclude      https://zerocharts.com.br/qa/*
// @exclude      https://*.zerocharts.com.br/qa/*
// @grant        none
// @license MIT
// @updateURL https://openuserjs.org/meta/username/Zero.meta.js
// ==/UserScript==
(function() {var css = ["@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700');",
"",
"",
"body {",
"    font-family: 'Roboto', arial, sans-serif;",
"    line-height: 1;",
"    font-weight: 300;",
"}",
".container {",
"    width: 90%;",
"}",
"div.row.divider-tb.bottomspace-sm div.col-md-4 {",
"    width: 28%;",
"    padding-right: 0px;",
"    line-height: 0.5;",
"}",
"div.row.divider-tb.bottomspace-sm h4.h3.no-margin {",
"    font-weight: 500;",
"    line-height: 1.6;",
"}",
".col-md-2.topspace-md.bottomspace-sm.text-center {",
"    width: 10%;",
"    margin: 0%;",
"    padding: 2% 1%;",
"}",
"div.row.divider-tb.bottomspace-sm div.col-md-6.text-center {",
"    width: 61%;",
"}",
".row.divider-tb.bottomspace-sm {",
"    padding-top: 10px;",
"    padding-bottom: 10px;",
"}",
".btn-custom {",
"    padding: 4px 12px;",
"}",
".btn-info {",
"    background: deepskyblue;",
"}",
".divider-tb {",
"    border-top: #eee 0px solid;",
"    border-bottom: #eee 0px solid;",
"}",
".h3 {",
"    font-size: 20px;",
"    line-height: 40px;",
"    font-weight: 600;",
"}",
".resp-tab-content {",
"    border: none;",
"    border-top: 1px solid #ebebeb;",
"    border-radius: 25px;",
"    /* border-top-color: #ebebeb; */",
"}",
".divider-lr {",
"    border-right: #eee 1px solid;",
"    border-left: #eee 1px solid;",
"    border-radius: 25px;",
"}",
".divider {",
"    border-top: #eee 1px solid;",
"    border-bottom: #eee 1px solid !important;",
"    border-right: #eee 1px solid;",
"    border-left: #eee 1px solid;",
"    border-radius: 25px;",
"}",
".inner-min .text-center img {",
"    border-radius: 20%;",
"}",
".chart-table tr:nth-child(1n+0) td:nth-child(2).rk-col {",
"    font-size: 35px;",
"    line-height: 0.5;",
"    font-weight: 300;",
"}",
"a.cr-btn.no-one {",
"    border-radius: 50%;",
"}",
"a.cr-btn {",
"    border-radius: 50%;",
"}",
".cr-icon {",
"    border-radius: 50%;",
"    padding: 10px 12px;",
"}",
"",
"#bg {",
"    -webkit-filter: brightness(1) blur(50px);",
"}",
"",
".col-md-2.col-sm-3.col-xs-6.text-center {",
"    line-height: 1.1;",
"}",
"",
".topspace-md {",
"    margin-top: 1.3%;",
"}",
".col-xs-9 {",
"    width: 75%;",
"    padding-top: 1.7%;",
"    margin-bottom: -1%;",
"}",
"",
".carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {",
"    display: block;",
"    max-width: 100%;",
"    height: auto;",
"    border-radius: 50%;",
"    margin-bottom:10%;",
"}",
"",
".col-sm-8 {",
"    width: 66.66666667%;",
"    padding-top: 6.4%;",
"    position: absolute;",
"    right: 0.8%;",
"}",
"",
".bigtxt {",
"    font-size: 28px;",
"    margin-top: -12px;",
"    font-weight: 200;",
"}",
"",
"h1, .h1 {",
"    font-weight: 800;",
"    font-size: 30px;",
"    line-height: 40px;",
"}",
"",
".progress {",
"    height: 2px;",
"    margin-bottom: 19px;",
"    margin-top: 4px;",
"}",
"",
"b, strong {",
"    font-weight: 400;",
"    font-size:15px;",
"    margin-left:-5px;",
"}",
"",
".col-md-2.col-sm-3.col-xs-6 .text-muted {",
"    font-weight: 600;",
"    font-size: 13px;",
"    line-height: 23px;",
"}",
"",
".nav-tabs>li>a {",
"    font-size: 18px;",
"    font-weight: 400;",
"}",
"",
"h2, .h2 {",
"    font-size: 26px;",
"    line-height: 38px;",
"    margin-bottom: 0px;",
"    font-weight: 600;",
"}",
"",
"td.text-center img {",
"    border-radius:50%;",
"}",
"",
".chart-table span.down {",
"    margin-left: -5.5%;",
"}",
"",
".chart-table span.deb {",
"    margin-left: -5.5%;",
"}",
".chart-table span.ret {",
"    margin-left: -5.5%;",
"}",
".chart-table span.up {",
"    margin-left: -5.5%;",
"}",
".resp-tabs-list li {,"
"    border-radius: 25vw 25vw 0vw 0vw;",
"}",
".nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {",
"    border-radius: 2vw 2vw 0 0;",
"}"
].join("\n");
if (typeof GM_addStyle != 'undefined') {
 GM_addStyle(css);
 } else if (typeof PRO_addStyle != 'undefined') {
 PRO_addStyle(css);
 } else if (typeof addStyle != 'undefined') {
 addStyle(css);
 } else {
 var node = document.createElement('style');
 node.type = 'text/css';
 node.appendChild(document.createTextNode(css));
 var heads = document.getElementsByTagName('head');
 if (heads.length > 0) { heads[0].appendChild(node);
 } else {
 // no head yet, stick it whereever
 document.documentElement.appendChild(node);
 }
}})();