Making WordPress.org

Changeset 3942


Ignore:
Timestamp:
09/03/2016 04:11:33 PM (8 years ago)
Author:
ocean90
Message:

Forums Theme: Make the content readable again.

  • Increase font size by one pixel.
  • Adjust colors to increase color contrast.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-forums/style.css

    r3941 r3942  
    3737
    3838/**
    39 * 2.0 Accesability
     39* 2.0 Accessibility
    4040*/
    4141
     
    252252}
    253253
     254/* Font Size */
     255#bbpress-forums,
     256#bbpress-forums ul.bbp-lead-topic,
     257#bbpress-forums ul.bbp-topics,
     258#bbpress-forums ul.bbp-forums,
     259#bbpress-forums ul.bbp-replies,
     260#bbpress-forums ul.bbp-search-results {
     261    font-size: 13px;
     262}
     263
     264#bbpress-forums div.bbp-topic-author,
     265#bbpress-forums div.bbp-reply-author {
     266    font-size: 12px;
     267}
     268
     269/* Colors */
     270a {
     271    color: #0073aa;
     272}
     273
     274a:visited {
     275    color: #0073aa;
     276}
     277
     278a:hover,
     279a:focus,
     280a:active {
     281    color: #0073aa;
     282    text-decoration: underline;
     283}
     284
     285p a,
     286p a:hover {
     287    border-bottom: none;
     288}
     289
     290#headline a {
     291    text-decoration: none;
     292}
     293
     294#bbpress-forums ul.status-closed,
     295#bbpress-forums ul.status-closed a,
     296#bbpress-forums p.bbp-topic-meta a,
     297#bbpress-forums ul.sticky.status-closed li.bbp-topic-title a.bbp-topic-permalink:before,
     298#bbpress-forums ul.super-sticky.status-closed li.bbp-topic-title a.bbp-topic-permalink:before,
     299#bbpress-forums .bbp-topic-content ul.bbp-topic-revision-log,
     300#bbpress-forums .bbp-reply-content ul.bbp-topic-revision-log,
     301#bbpress-forums .bbp-reply-content ul.bbp-reply-revision-log,
     302span.bbp-admin-links,
     303span.bbp-admin-links a {
     304    color: #555d66;
     305}
     306
     307#bbpress-forums ul.bbp-lead-topic li.bbp-body {
     308    border: 1px solid #ffe399;
     309}
     310
     311#bbpress-forums ul.bbp-lead-topic li.bbp-body div.topic {
     312    background-color: #fff8e5;
     313}
     314
    254315@media screen and ( min-width: 960px )  {
    255316
Note: See TracChangeset for help on using the changeset viewer.