Making WordPress.org

Changeset 3546


Ignore:
Timestamp:
06/22/2016 02:33:34 PM (10 years ago)
Author:
jmdodd
Message:

Breathe: Indentation and avatar style adjustments.

File:
1 edited

Legend:

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

    r3533 r3546  
    33 * Template: p2-breathe
    44 * Description: Child theme of P2 Breathe, with modifications specifically for WordPress.org.
     5 * Supports Oxygen: true
    56 */
    67
     
    9495        font-size: 16.8px;
    9596}
     97
     98/*
     99 * p2-breathe/style.css overrides
     100 */
     101
     102body,
     103.o2-app-page-title {
     104        background-color: #fff;
     105}
     106
     107.o2-app-page-title a {
     108        color: #3498db;
     109}
     110.o2-app-page-title a:visited {
     111        color: #4ca6cf;
     112}
     113
     114.o2-post {
     115        border-top: 2px solid #ddd;
     116}
     117.o2-post .o2-post {
     118        border-top: 1px solid #ddd;
     119}
     120
     121article.post .o2-post,
     122article#post-new .o2-post,
     123article.page .o2-post,
     124.entry-date,
     125.o2-xpost-author .entry-date,
     126.o2-xpost-entry-date {
     127        display: block;
     128        padding-left: 0;
     129}
     130
     131.entry-header,
     132article.post .entry-header,
     133article#post-new .entry-header,
     134article.page .entry-header,
     135.entry-title,
     136article.post .entry-title,
     137article#post-new .entry-title,
     138article.page .entry-title,
     139.entry-content,
     140article footer.entry-meta {
     141        display: block;
     142        margin-left: 0;
     143        padding-left: 0;
     144        clear: both;
     145}
     146
     147.entry-meta,
     148article.post .entry-header .entry-meta,
     149article#post-new .entry-header .entry-meta,
     150article.page .entry-header .entry-meta {
     151        margin-left: 60px;
     152}
     153
     154.entry-title,
     155article.post .entry-title,
     156article#post-new .entry-title,
     157article.page .entry-title,
     158.entry-content,
     159.post-content,
     160.o2-xpost-content {
     161        display: block;
     162        clear: both;
     163        padding-top: 15px;
     164}
     165
     166.author-avatar,
     167article.post a.author-avatar,
     168article#post-new a.author-avatar,
     169article.page a.author-avatar {
     170        box-shadow: none;
     171}
     172
     173.author-avatar img.avatar,
     174article.post a.author-avatar img.avatar,
     175article#post-new a.author-avatar img.avatar,
     176article.page a.author-avatar img.avatar {
     177        border-radius: 50%;
     178        border: 0;
     179        height: 50px !important;
     180        width: 50px !important;
     181}
     182
     183.o2-comment .avatar,
     184.tag-p2-xpost .avatar {
     185        border-radius: 50%;
     186        border: 0;
     187}
     188
Note: See TracChangeset for help on using the changeset viewer.