Making WordPress.org

Changeset 11471


Ignore:
Timestamp:
01/25/2022 05:56:40 PM (3 years ago)
Author:
iandunn
Message:

Translate: Tweak wporg-main styles to better suite GlotPress.

See #6037

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-customizations/templates/style.css

    r11470 r11471  
    11:root {
    2     /* It doesn't stick on mobile. That may changee soon though, see https://github.com/WordPress/wporg-news-2021/issues/181. */
     2    /* It doesn't stick on mobile. That may change soon though, see https://github.com/WordPress/wporg-news-2021/issues/181. */
    33    --global-header-height: 0;
    44}
     
    315315.gp-content h2 {
    316316    font-family: 'Open Sans', sans-serif !important;
     317    font-size: 26px;
    317318    margin: 2px 0 .6em;
    318319    overflow: hidden;
     320}
     321
     322.gp-content h2 .action {
     323    margin-left: 6px;
    319324}
    320325
     
    359364    margin-top: 1em;
    360365    margin-bottom: 1em;
     366}
     367
     368.glossary-description {
     369    font-size: 16px;
    361370}
    362371
     
    439448    color: #293139;
    440449    font-size: 12px;
     450}
     451
     452table.glossary {
     453    font-size: 14px;
    441454}
    442455
     
    624637}
    625638
     639table.glossary .editor .meta h3 {
     640    font-size: 22px;
     641}
     642
    626643@media screen and (min-width: 700px) {
    627644    table.glossary .editor .strings {
     
    647664table.glossary .editor textarea {
    648665    width: 100%;
     666    height: 80px;
    649667    resize: vertical;
    650668    box-sizing: border-box;
     
    13091327ul.projects-dropdown,
    13101328ul.projects-dropdown ul {
     1329    margin-left: 0;
    13111330    padding: 0;
    13121331}
     
    19761995    position: absolute;
    19771996    top: 37px;
    1978     left: 0;
     1997    left: 10px;
    19791998    width: 40px;
    19801999    color: #fff;
     
    20552074
    20562075.locale-project-contributors-table tbody td {
    2057     padding: 10px 0;
     2076    padding: 10px;
    20582077    border-bottom: 1px solid #72777c;
    20592078}
Note: See TracChangeset for help on using the changeset viewer.