Changeset 3546
- Timestamp:
- 06/22/2016 02:33:34 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-breathe/style.css
r3533 r3546 3 3 * Template: p2-breathe 4 4 * Description: Child theme of P2 Breathe, with modifications specifically for WordPress.org. 5 * Supports Oxygen: true 5 6 */ 6 7 … … 94 95 font-size: 16.8px; 95 96 } 97 98 /* 99 * p2-breathe/style.css overrides 100 */ 101 102 body, 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 121 article.post .o2-post, 122 article#post-new .o2-post, 123 article.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, 132 article.post .entry-header, 133 article#post-new .entry-header, 134 article.page .entry-header, 135 .entry-title, 136 article.post .entry-title, 137 article#post-new .entry-title, 138 article.page .entry-title, 139 .entry-content, 140 article footer.entry-meta { 141 display: block; 142 margin-left: 0; 143 padding-left: 0; 144 clear: both; 145 } 146 147 .entry-meta, 148 article.post .entry-header .entry-meta, 149 article#post-new .entry-header .entry-meta, 150 article.page .entry-header .entry-meta { 151 margin-left: 60px; 152 } 153 154 .entry-title, 155 article.post .entry-title, 156 article#post-new .entry-title, 157 article.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, 167 article.post a.author-avatar, 168 article#post-new a.author-avatar, 169 article.page a.author-avatar { 170 box-shadow: none; 171 } 172 173 .author-avatar img.avatar, 174 article.post a.author-avatar img.avatar, 175 article#post-new a.author-avatar img.avatar, 176 article.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.