Improve look on Windows (with ClearType enabled) through use of the default font UI
Segoe fonts and cold colors on Athena by ekorchmar
Details
Authorekorchmar
LicenseNo License
Categoryathena.*
Created
Updated
Size1.5 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Segoe fonts on Athena
@version 20230905.11.54
@namespace userstyles.world/user/ekorchmar
@description Improve look on Windows (with ClearType enabled) through use of the default font UI
@author ekorchmar
@license No License
==/UserStyle== */
@-moz-document domain("athena.ohdsi.org") {
body,
html,
input {
font-family: Segoe UI;
}
tbody tr:nth-child(odd) {
background-color: #EFEFFF;
}
.at-root__header {
background: #000;
}
.at-search-results__management-panel,
.at-search-facet-panel,
.ac-faceted-search__form-fields,
.ac-faceted-search__submit-wrapper {
background-color: #555;
color: #FFF;
}
.at-search-results__download-button,
.ac-select-control {
background: #222;
color: #fff;
}
.ac-select-control--bordered .ac-select-control__label {
border: none;
}
.ac-select-option {
background: #444;
}
.ac-select-option:hover {
background: #222;
}
.ac-button--rounded,
.at-search-pagination__page-size-select .ac-select-control__arrow-wrapper {
background: #222;
border-radius: 0px;
}
.ac-pagination__page {
padding: 1rem;
font-weight: 700;
background-color: #464646;
color: #f6f6f6;
}
.at-search-pagination .ac-pagination__page--active {
background: #2b4d80;
}
.ac-faceted-search-section__title-wrapper {
background-color: #111;
}
.ac-faceted-search-section__title {
color: #FFF
}
.react-sanfona-item-body {
color: #222
}
.at-facet-tag {
border: none;
border-radius: 0px
}
}