Skip to content

Geekbench 6 Theme by Jazzzny

Screenshot of Geekbench 6 Theme

Details

AuthorJazzzny

LicenseBSD-2

Categorybrowser.geekbench.com

Created

Updated

Size8.3 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Themes the Geekbench 3-5 Result Pages to look like the Geekbench 6 Result Page.

Notes

Geekbench 5 - Complete
Geekbench 4 - Complete
Geekbench 3 - Complete
Geekbench 2 - Partial

Source code

/* ==UserStyle==
@name         Geekbench 6 Theme
@version      20230804.17.59
@namespace    userstyles.world/user/Jazzzny
@description  Themes the Geekbench 3-5 Result Pages to look like the Geekbench 6 Result Page.
@author       Jazzzny
@license      BSD-2
==/UserStyle== */

@-moz-document url-prefix("https://browser.geekbench.com/v5/") {
.corktown .table-wrapper {
    border-radius: 12px;
}

.tr-no-top-border {
    border-radius: 11px 11px 0 0 !important;
    background-color: #efefef;
    font-weight: bold;
}

.corktown .benchmark-bar {
    background: #1478ee;
    background: linear-gradient(90deg, #1478ee 0%, #2196f3 100%);
    height: 30px;
    border-radius: 2px;
}

#wrap > div > div.primary.col-lg-9.order-lg-first > div:nth-child(7) > table:nth-child(1) > thead > tr > th {
    border-radius: 11px 11px 0 0;
}

table > thead > tr:nth-child(1) > th.name {
    border-radius: 11px 0 0 0;
}

table > thead > tr:nth-child(1) > th.graph {
    border-radius: 0 11px 0 0;
}
}

@-moz-document url-prefix("https://browser.geekbench.com/v4/") {
body.hogtown {
    background: #F2F2F2;
    color: #2C2D30;
}

.result-heading {
    font-size: 20px;
    font-weight: 600;
    color: #2C2D30;
    line-height: 52px;
    padding: 0 16px;
    margin-bottom: 0;
    background: none;
}

.hogtown .geekbench4-show.summary {
    width: 100%;
    margin: 0 0 24px 0;
    background: #fdfdfd;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
    border-radius: 12px;
}

.hogtown .geekbench2-show.system-information {
    width: 100%;
    margin: 0 0 24px 0;
    background: #fdfdfd;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
    border-radius: 12px;
    margin-bottom: 10px !important;
}

.geekbench2-show.section-performance {
    width: 100%;
    margin: 0 0 24px 0;
    background: #fdfdfd;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
    border-radius: 12px;
    margin-bottom: 0px !important;
}
table {
    border-collapse: separate;
}

.hogtown .geekbench4-show.summary td.score {
    border-top: none;
    width: auto;
    min-width: 0;
    padding-top: 32px;
    padding-bottom: 20px;
}

.table-responsive {
    border: none
}

table > tbody > tr:nth-child(1) > * {
    border-top: none;
}


table > thead > tr:nth-child(1) > * {
    border-top: none;
}

.hogtown .benchmark-bar {
    background: #1478ee;
    background: linear-gradient(90deg, #1478ee 0%, #2196f3 100%);
    height: 30px;
    border-radius: 2px;
}

.geekbench2-show.system-information th.name {
    border-radius: 11px 0 0 0;
}

.geekbench2-show.system-information th.value {
    border-radius: 0 11px 0 0;
}

.geekbench2-show.section-performance thead > tr > th.name {
    border-radius: 11px 0 0 0;
}
.geekbench2-show.section-performance thead > tr > th.graph {
    border-radius: 0 11px 0 0;
}

.hogtown .validation-success {
    background: #d4edda;
    font-size: 14px;
    line-height: 1.5em;
    border-radius: 4px;
    display: inline-block;
    padding: 2px 8px 2px 8px;
    font-weight: 400;
}

.hogtown .validation-success p {
    color: black;
    padding: 0;
}

.geekbench2-show.system-information thead th {
    border-bottom: none;
    padding: 12px 16px;
    font-weight: bold !important;
}

.geekbench2-show.system-information td {
    padding: 8px 16px;
}

.geekbench2-show.system-information .name {
    font-weight: 500;
}

.hogtown .geekbench4-show.summary tfoot > tr > td {
    padding: 16px;
}

.value {
    color: #75767B;
}

.geekbench2-show.section-performance .score {
    text-align: right;
}

.geekbench2-show.section-performance td {
    padding: 8px 16px;
}
.geekbench2-show.section-performance th {
    padding: 8px 16px;
    font-weight: 500;
}
}

@-moz-document url-prefix("https://browser.geekbench.com/v3/") {
body.stumptown {
    background: #F2F2F2;
    color: #2C2D30;
}

.result-heading {
    font-size: 20px;
    font-weight: 600;
    color: #2C2D30;
    line-height: 52px;
    padding: 0 16px;
    margin-bottom: 0;
    background: none;
}

.stumptown .geekbench3-show.summary {
    width: 100%;
    margin: 0 0 24px 0;
    background: #fdfdfd;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
    border-radius: 12px;
}

.stumptown .geekbench2-show.system-information {
    width: 100%;
    margin: 0 0 24px 0;
    background: #fdfdfd;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
    border-radius: 12px;
    margin-bottom: 10px !important;
}

.geekbench2-show.section-performance {
    width: 100%;
    margin: 0 0 24px 0;
    background: #fdfdfd;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
    border-radius: 12px;
    margin-bottom: 0px !important;
}
table {
    border-collapse: separate;
}

.stumptown .geekbench3-show.summary td.score {
    border-top: none;
    width: auto;
    min-width: 0;
    padding-top: 32px;
    padding-bottom: 20px;
}

.table-responsive {
    border: none
}

table > tbody > tr:nth-child(1) > * {
    border-top: none;
}


table > thead > tr:nth-child(1) > * {
    border-top: none;
}

.stumptown .benchmark-bar {
    background: #1478ee;
    background: linear-gradient(90deg, #1478ee 0%, #2196f3 100%);
    height: 30px;
    border-radius: 2px;
}

table > thead > tr:nth-child(1) > th.name {
    border-radius: 11px 0 0 0;
}

table > thead > tr:nth-child(1) > th.graph {
    border-radius: 0 11px 0 0;
}

.stumptown .validation-success {
    background: #d4edda;
    font-size: 14px;
    line-height: 1.5em;
    border-radius: 4px;
    display: inline-block;
    padding: 2px 8px 2px 8px;
    font-weight: 400;
}

.stumptown .validation-success p {
    color: black;
    padding: 0;
}

.geekbench2-show.system-information thead th {
    border-bottom: none;
    padding: 12px 16px;
    font-weight: bold !important;
}

.geekbench2-show.system-information td {
    padding: 8px 16px;
}

.geekbench2-show.system-information .name {
    font-weight: 500;
}

.stumptown .geekbench3-show.summary tfoot > tr > td {
    padding: 16px;
}

.value {
    color: #75767B;
}

.geekbench2-show.section-performance .score {
    text-align: right;
}

.geekbench2-show.section-performance td {
    padding: 8px 16px;
}
.geekbench2-show.section-performance th {
    padding: 8px 16px;
    font-weight: 500;
}

.sidebar-nav .geekbench-nav .nav-header {
    font-weight: bolder;
    text-transform: none;
}



#wrap > div > div.col-md-3.hidden-xs.hidden-sm > div > ul > li:nth-child(2) > a {
    border: 1px solid #027FBF;
    border-radius: 4px;
    line-height: 34px;
    text-align: center;
    font-weight: 400;
    color: #027FBF;
    margin-bottom: 15px;
    margin-top: 4px;
    -webkit-transition: background-color 0.25s ease-in-out !important;
    -moz-transition: background-color 0.25s ease-in-out !important;
    -o-transition: background-color 0.25s ease-in-out !important;
    transition: background-color 0.25s ease-in-out !important;
    display: block;
    width: 160px;
}

#wrap > div > div.col-md-3.hidden-xs.hidden-sm > div > ul > li:nth-child(2) > a:hover {
    background-color: #DFE4E6;
    text-decoration: none;
}

.geekbench2-show.system-information thead th.value {
    border-radius: 0px 11px 0 0;
}
}

@-moz-document url-prefix("https://browser.geekbench.com/geekbench2/") {
body {
    background: #F2F2F2;
    color: #2C2D30;
}

.sidebar-nav .geekbench-nav .nav-header {
    font-weight: bolder;
    text-transform: none;
}

#wrap > div > div.col-md-3.hidden-xs.hidden-sm > div > ul > li:nth-child(2) > a {
    border: 1px solid #027FBF;
    border-radius: 4px;
    line-height: 34px;
    text-align: center;
    font-weight: 400;
    color: #027FBF;
    margin-bottom: 15px;
    margin-top: 4px;
    -webkit-transition: background-color 0.25s ease-in-out !important;
    -moz-transition: background-color 0.25s ease-in-out !important;
    -o-transition: background-color 0.25s ease-in-out !important;
    transition: background-color 0.25s ease-in-out !important;
    display: block;
    width: 160px;
}

#wrap > div > div.col-md-3.hidden-xs.hidden-sm > div > ul > li:nth-child(2) > a:hover {
    background-color: #DFE4E6;
    text-decoration: none;
}
}

Reviews

No reviews yet.