Skip to content

jinteki.net text size tweak (template) by vesperius

Details

Authorvesperius

LicenseNo License

Categoryjinteki

Created

Updated

Size1.5 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Use this as the base for your own flavour of jinteki.net.

Further tweaks and ideas welcome!

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         jinteki.net text size tweak (template)
@version      20220731.13.32
@namespace    userstyles.world/user/vesperius
@description  Use this as the base for your own flavour of jinteki.net.

Further tweaks and ideas welcome!
@author       vesperius
@license      No License
==/UserStyle== */

@-moz-document domain("jinteki.net") {
@-moz-document domain("jinteki.net") {


/* Victory tab text */

.win.table {
    font-size: 18px;
    font-weight: normal;
}

.win.centered {
    font-size: 22px;
    font-weight: bold;
}

/* General left panel stats text size */

.gameboard .stats > div {
    font-size: 17px;
}

/* General right panel text log text size */

.gameboard .rightpane .log > .panel {
    font-size: 18px;
}

.content .log .messages {
    font-size: 16px;
}

/* Board counter text size */

.gameboard .counter {
    font-size: 18px;
    font-weight: bold;
    /*  position: absolute; */
    z-index: 10;
    padding: 0;
    text-align: center;
    line-height: 1.5rem;
    bottom: 3px;
    left: 3px;
    height: 24px;
    width: 24px;
}

.gameboard .strength {
    font-size: 18px;
    font-weight: bold;
}

.gameboard .header {
    font-size: 18px;
    font-weight: bold;
}

.card-zoom {
    size: 120%;
}

/* Text log card name "links" */

.fake-link {
    color: lime;
    text-decoration: underline;
}

.anr-icon {
    font-size: 125%;
}
}
}

Reviews

No reviews yet.